Annotation of parser3/src/targets/cgi/Makefile.am, revision 1.33
1.29 paf 1: #this read configure.in comment on stdc++ about next line
1.33 ! paf 2: if DO_NOT_LINK_LIBSTDCPP
1.31 paf 3: CXXLD=$(CC)
1.33 ! paf 4: endif
1.29 paf 5:
1.30 paf 6: INCLUDES = -I../../classes -I../../types -I../../sql -I../../pcre -I$(INCLTDL) @XML_INCLUDES@
1.1 paf 7:
1.2 paf 8: bin_PROGRAMS = parser3
1.28 paf 9: noinst_HEADERS = pa_config_paths.h pool_storage.h
10: parser3_SOURCES = pa_pool.C pa_threads.C parser3.C ident.C
1.32 paf 11: parser3_LDADD=../../main/libmain.a ../../classes/libclasses.a ../../main/libmain.a ../../types/libtypes.a ../../classes/gd/libgd.a ../../pcre/libpcre.a $(LIBLTDL) $(LIBADD_DL) @XML_LIBS@
1.18 parser 12:
1.27 paf 13: IDENT_AWK = $(top_srcdir)/src/ident.awk
1.18 parser 14: IDENT_DEPS = *.C
15:
16: ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
17: rm -f ident.C
18: echo // do not edit. autogenerated by Makefile.am > ident.C.new
19: cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=parser3 >> ident.C.new
20: mv ident.C.new ident.C
1.28 paf 21:
22: EXTRA_DIST = parser3.dsp
E-mail: