Statistics
| Branch: | Tag: | Revision:

root / snf-image-helper / Makefile.am @ 3179b447

History | View | Annotate | Download (683 Bytes)

1
commondir=$(datarootdir)/$(PACKAGE)
2
scriptsdir=$(libdir)/$(PACKAGE)
3
tasksdir=$(scriptsdir)/tasks
4
export commondir scriptsdir tasksdir
5

    
6
SUBDIRS = tasks
7

    
8
dist_doc_DATA = COPYING AUTHORS ChangeLog
9
dist_bin_SCRIPTS = snf-image-helper
10
dist_scripts_SCRIPTS= snf-passtohash.py
11
dist_common_DATA = common.sh
12

    
13
edit = sed \
14
	-e 's|@commondir[@]|$(commondir)|g' \
15
	-e 's|@scriptsdir[@]|$(scriptsdir)|g' \
16
	-e 's|@tasksdir[@]|$(tasksdir)|g' \
17
	-e 's|@RESIZE2FS[@]|$(RESIZE2FS)|g' \
18
	-e 's|@XMLSTARLET[@]|$(XMLSTARLET)|g'
19

    
20
%:%.in Makefile
21
	rm -f $@ $@.tmp
22
	srcdir=''; \
23
		   test -f ./$@.in || srcdir=$(srcdir)/; \
24
		   $(edit) $${srcdir}$@.in >$@.tmp
25
	mv $@.tmp $@
26

    
27
CLEANFILES = snf-image-helper