aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2013-04-10 14:02:53 +0200
committerMartin Willi <martin@revosec.ch>2013-05-06 15:04:56 +0200
commit9f1dfd88c835dec9dbc1631e4bb3887e62183150 (patch)
tree543487e79cd106917a4a6253c07aa9b6d36dee8a
parent84c00e71b70fefca743d5af33b6dfe89da9479d2 (diff)
downloadstrongswan-9f1dfd88c835dec9dbc1631e4bb3887e62183150.tar.bz2
strongswan-9f1dfd88c835dec9dbc1631e4bb3887e62183150.tar.xz
Use the GEN silent rule when generating gperf files
-rw-r--r--src/libstrongswan/Makefile.am1
-rw-r--r--src/starter/Makefile.am2
-rw-r--r--src/stroke/Makefile.am1
3 files changed, 3 insertions, 1 deletions
diff --git a/src/libstrongswan/Makefile.am b/src/libstrongswan/Makefile.am
index 8d6c4583a..6fde15208 100644
--- a/src/libstrongswan/Makefile.am
+++ b/src/libstrongswan/Makefile.am
@@ -131,6 +131,7 @@ $(srcdir)/asn1/oid.h : $(srcdir)/asn1/oid.pl $(srcdir)/asn1/oid.txt
$(srcdir)/crypto/proposal/proposal_keywords_static.c: $(srcdir)/crypto/proposal/proposal_keywords_static.txt \
$(srcdir)/crypto/proposal/proposal_keywords_static.h
+ $(AM_V_GEN) \
$(GPERF) -N proposal_get_token_static -m 10 -C -G -c -t -D < \
$(srcdir)/crypto/proposal/proposal_keywords_static.txt > $@
diff --git a/src/starter/Makefile.am b/src/starter/Makefile.am
index c220c2e63..2c08db50e 100644
--- a/src/starter/Makefile.am
+++ b/src/starter/Makefile.am
@@ -42,6 +42,7 @@ if USE_TOOLS
endif
keywords.c: $(srcdir)/keywords.txt $(srcdir)/keywords.h
+ $(AM_V_GEN) \
$(GPERF) -m 10 -C -G -D -t < $(srcdir)/keywords.txt > $@
install-exec-local :
@@ -55,4 +56,3 @@ install-exec-local :
test -e "$(DESTDIR)${sysconfdir}/ipsec.d/reqs" || $(INSTALL) -d "$(DESTDIR)$(sysconfdir)/ipsec.d/reqs" || true
test -e "$(DESTDIR)${sysconfdir}/ipsec.d/private" || $(INSTALL) -d -m 750 "$(DESTDIR)$(sysconfdir)/ipsec.d/private" || true
test -e "$(DESTDIR)$(sysconfdir)/ipsec.conf" || $(INSTALL) -m 644 $(srcdir)/ipsec.conf $(DESTDIR)$(sysconfdir)/ipsec.conf || true
-
diff --git a/src/stroke/Makefile.am b/src/stroke/Makefile.am
index f93680b64..2d2d05748 100644
--- a/src/stroke/Makefile.am
+++ b/src/stroke/Makefile.am
@@ -11,4 +11,5 @@ MAINTAINERCLEANFILES = stroke_keywords.c
AM_CFLAGS = -DIPSEC_PIDDIR=\"${piddir}\"
stroke_keywords.c: $(srcdir)/stroke_keywords.txt $(srcdir)/stroke_keywords.h
+ $(AM_V_GEN) \
$(GPERF) -m 10 -D -C -G -t < $(srcdir)/stroke_keywords.txt > $@