Annotation of parser3/src/targets/cgi/Makefile.am, revision 1.31

1.29      paf         1: #this read configure.in comment on stdc++ about next line
1.31    ! paf         2: CXXLD=$(CC)
1.29      paf         3: 
1.30      paf         4: INCLUDES = -I../../classes -I../../types -I../../sql -I../../pcre -I$(INCLTDL) @XML_INCLUDES@
1.1       paf         5: 
1.2       paf         6: bin_PROGRAMS = parser3
1.28      paf         7: noinst_HEADERS = pa_config_paths.h pool_storage.h
                      8: parser3_SOURCES = pa_pool.C pa_threads.C parser3.C ident.C
1.30      paf         9: 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@ @DB2_LIBS@
1.18      parser     10: 
1.27      paf        11: IDENT_AWK = $(top_srcdir)/src/ident.awk
1.18      parser     12: IDENT_DEPS = *.C
                     13: 
                     14: ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
                     15:        rm -f ident.C 
                     16:        echo // do not edit. autogenerated by Makefile.am > ident.C.new 
                     17:        cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=parser3 >> ident.C.new 
                     18:        mv ident.C.new ident.C 
1.28      paf        19: 
                     20: EXTRA_DIST = parser3.dsp

E-mail: