- removed lex, yacc and gperf output from svn,

added them to "dist" and "distclean"
This commit is contained in:
Martin Willi
2006-05-19 14:05:26 +00:00
parent d7272314fc
commit 7ca49e4037
5 changed files with 4 additions and 3947 deletions
+4
View File
@@ -10,6 +10,7 @@ AM_CFLAGS = -DIPSEC_DIR=\"${ipsecdir}\" -DIPSEC_CONFDIR=\"${confdir}\" -DIPSEC_P
starter_LDADD = loglite.o defs.o $(top_srcdir)/src/libfreeswan/libfreeswan.a
EXTRA_DIST = parser.l parser.y keywords.txt ipsec.conf
dist_man_MANS = ipsec.conf.5
DISTCLEANFILES = lex.yy.c y.tab.c y.tab.h keywords.c
PLUTODIR=$(top_srcdir)/src/pluto
OPENACDIR=$(top_srcdir)/src/openac
@@ -23,6 +24,9 @@ lex.yy.c: y.tab.c parser.l parser.y parser.h
y.tab.c: parser.l parser.y parser.h
$(YACC) -v -d parser.y
y.tab.h: parser.l parser.y parser.h
$(YACC) -v -d parser.y
keywords.c: keywords.txt keywords.h
$(GPERF) -C -G -t < keywords.txt > keywords.c