Diff for /parser3/src/targets/cgi/Makefile.am between versions 1.24 and 1.52

version 1.24, 2002/01/21 16:44:49 version 1.52, 2008/08/15 16:38:27
Line 1 Line 1
 INCLUDES = -I../../classes -I../../types -I$(INCLTDL) -I../../sql -I../../pcre @XML_INCLUDES@  #by default c++ when running linker adds -lstdc++ (and -lm) which overrides 
   #our [default] setting of linking that that lib should be linked statically
   #so we're switching linker to gcc, which does not add anything
   CXXLD=$(CC)
   
 #for sysadmin-controlled auto.p  INCLUDES = -I../../classes -I../../types -I../../sql -I../../lib/gc/include -I../../lib/cord/include -I../../lib/md5 -I$(INCLTDL) @PCRE_INCLUDES@ @XML_INCLUDES@
 AM_CPPFLAGS:=$(AM_CPPFLAGS) -DSYSCONFDIR=\"$(sysconfdir)\"  PA_LIBS = ../../main/libmain.a ../../classes/libclasses.a ../../types/libtypes.a ../../main/libmain.a ../../lib/gd/libgd.a ../../lib/cord/libcord.a ../../lib/md5/libmd5.a ../../lib/sdbm/libsdbm.a ../../lib/smtp/libsmtp.a $(LIBLTDL)
   
 bin_PROGRAMS = parser3  bin_PROGRAMS = parser3
 parser3_SOURCES = pa_pool.C pa_threads.C parser3.C ident.C  noinst_HEADERS = getopt.h
 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@  parser3_DEPENDENCIES=Makefile $(PA_LIBS)
   parser3_SOURCES = pa_threads.C parser3.C getopt.c
 IDENT_AWK = ../../ident.awk  parser3_LDADD= $(PA_LIBS) $(LIBADD_DL) @GC_LIBS@ @PCRE_LIBS@ @XML_LIBS@ @MIME_LIBS@ @CPP_LIBS@
 IDENT_DEPS = *.C  EXTRA_DIST = parser3.vcproj pp3.cmd
   
 ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am  
         rm -f ident.C   
         echo // do not edit. autogenerated by Makefile.am > ident.C.new   
         cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=parser3 >> ident.C.new   
         mv ident.C.new ident.C   

Removed from v.1.24  
changed lines
  Added in v.1.52


E-mail: