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

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.34      paf         4: else
                      5: CXXLD=$(CXX)
1.33      paf         6: endif
1.29      paf         7: 
1.36      paf         8: INCLUDES = -I../../classes -I../../types -I../../sql -I../../lib/pcre -I../../lib/md5 -I$(INCLTDL) @XML_INCLUDES@
1.1       paf         9: 
1.2       paf        10: bin_PROGRAMS = parser3
1.35      paf        11: noinst_HEADERS = pool_storage.h
1.28      paf        12: parser3_SOURCES = pa_pool.C pa_threads.C parser3.C ident.C
1.37      paf        13: parser3_LDADD=../../main/libmain.a ../../classes/libclasses.a ../../main/libmain.a ../../types/libtypes.a ../../classes/gd/libgd.a ../../lib/pcre/libpcre.a ../../lib/md5/libmd5.a $(LIBLTDL) $(LIBADD_DL) @XML_LIBS@
1.18      parser     14: 
1.27      paf        15: IDENT_AWK = $(top_srcdir)/src/ident.awk
1.18      parser     16: IDENT_DEPS = *.C
                     17: 
                     18: ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
                     19:        rm -f ident.C 
                     20:        echo // do not edit. autogenerated by Makefile.am > ident.C.new 
                     21:        cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=parser3 >> ident.C.new 
                     22:        mv ident.C.new ident.C 
1.28      paf        23: 
1.38    ! paf        24: EXTRA_DIST = parser3.dsp getopt.h getopt.c

E-mail: