ostree/Makefile-gbuild.am
2011-10-09 17:03:08 -04:00

10 lines
258 B
Plaintext

bin_SCRIPTS += gbuild
SUBSTITUTIONS = sed -e s,@libdir\@,$(libdir), -e s,@datarootdir\@,$(datarootdir), -e s,@PYTHON\@,$(PYTHON),
gbuild: src/gbuild.in Makefile
$(AM_V_GEN) $(SUBSTITUTIONS) $< > $@.tmp && mv $@.tmp $@
@chmod a+x $@
CLEANFILES += gbuild