Diff for /parser3/src/targets/cgi/Makefile.am between versions 1.22 and 1.30

version 1.22, 2001/10/28 14:07:46 version 1.30, 2002/02/18 08:39:17
Line 1 Line 1
 INCLUDES = -I../../classes -I../../types -I$(INCLTDL) -I../../sql @XML_INCLUDES@  #this read configure.in comment on stdc++ about next line
   #CXXLD=$(CC)
   
 #for sysadmin-controlled auto.p  INCLUDES = -I../../classes -I../../types -I../../sql -I../../pcre -I$(INCLTDL) @XML_INCLUDES@
 CPPFLAGS:=$(CPPFLAGS) -DSYSCONFDIR=\"$(sysconfdir)\"  
   
 bin_PROGRAMS = parser3  bin_PROGRAMS = parser3
   noinst_HEADERS = pa_config_paths.h pool_storage.h
 parser3_SOURCES = pa_pool.C pa_threads.C parser3.C ident.C  parser3_SOURCES = pa_pool.C pa_threads.C parser3.C ident.C
 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_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@
   
 IDENT_AWK = ../../ident.awk  IDENT_AWK = $(top_srcdir)/src/ident.awk
 IDENT_DEPS = *.C  IDENT_DEPS = *.C
   
 ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am  ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
Line 15  ident.C: $(IDENT_AWK) $(IDENT_DEPS) Make Line 16  ident.C: $(IDENT_AWK) $(IDENT_DEPS) Make
         echo // do not edit. autogenerated by Makefile.am > ident.C.new           echo // do not edit. autogenerated by Makefile.am > ident.C.new 
         cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=parser3 >> ident.C.new           cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=parser3 >> ident.C.new 
         mv ident.C.new ident.C           mv ident.C.new ident.C 
   
   EXTRA_DIST = parser3.dsp

Removed from v.1.22  
changed lines
  Added in v.1.30


E-mail: