Annotation of parser3/src/targets/cgi/Makefile.am, revision 1.23
1.23 ! paf 1: INCLUDES = -I../../classes -I../../types -I$(INCLTDL) -I../../sql -I../../pcre @XML_INCLUDES@
1.1 paf 2:
1.12 parser 3: #for sysadmin-controlled auto.p
1.16 parser 4: CPPFLAGS:=$(CPPFLAGS) -DSYSCONFDIR=\"$(sysconfdir)\"
1.12 parser 5:
1.2 paf 6: bin_PROGRAMS = parser3
1.18 parser 7: parser3_SOURCES = pa_pool.C pa_threads.C parser3.C ident.C
1.22 paf 8: parser3_LDADD=../../main/libmain.a ../../classes/libclasses.a ../../main/libmain.a ../../types/libtypes.a $(LIBLTDL) ../../classes/gd/libgd.a ../../classes/xalan-patched/libxalan_patched.a ../../pcre/libpcre.a @XML_LIBS@ @DB2_LIBS@
1.18 parser 9:
10: IDENT_AWK = ../../ident.awk
11: IDENT_DEPS = *.C
12:
13: ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
14: rm -f ident.C
15: echo // do not edit. autogenerated by Makefile.am > ident.C.new
16: cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=parser3 >> ident.C.new
17: mv ident.C.new ident.C
E-mail: