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