File: Makefile.am

package info (click to toggle)
freeipa 4.13.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 367,240 kB
  • sloc: javascript: 562,763; python: 310,289; ansic: 49,809; sh: 7,176; makefile: 2,589; xml: 343; sed: 16
file content (12 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
include $(top_srcdir)/Makefile.python.am

EXTRA_DIST = override.py.in

all-local: override.py
dist-hook: override.py
install-exec-local: override.py

override.py: override.py.in $(top_builddir)/$(CONFIG_STATUS)
	$(AM_V_GEN)sed						\
		-e 's|@IPAPLATFORM[@]|$(IPAPLATFORM)|g'		\
		$< > $@