summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bd7a70e)
raw | patch | inline | side by side (parent: bd7a70e)
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Tue, 25 Nov 2008 05:28:51 +0000 (00:28 -0500) | ||
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Tue, 25 Nov 2008 05:28:51 +0000 (00:28 -0500) |
plugins-scripts/Makefile.am | patch | blob | history |
index 4c94f2cbb31d1f7a60164360715602f239354ef8..897c724a689ea4a48a0dd13ffefd6694954d6417 100644 (file)
-include NP-VERSION-FILE
-export NP_VERSION:= $(NP_VERSION)
-
SUFFIXES = .pl .sh
VPATH=$(top_srcdir) $(top_srcdir)/plugins-scripts $(top_srcdir)/plugins-scripts/t
CLEANFILES=$(libexec_SCRIPTS)
.pl :
- $(AWK) -f ./subst $< > $@
+ NP_VERSION=$(NP_VERSION) $(AWK) -f ./subst $< > $@
chmod +x $@
.sh :
- $(AWK) -f ./subst $< > $@
+ NP_VERSION=$(NP_VERSION) $(AWK) -f ./subst $< > $@
chmod +x $@
clean-local: