Diff for /parser3/src/targets/apache13/Attic/Makefile.am between versions 1.5 and 1.8

version 1.5, 2001/09/24 16:39:26 version 1.8, 2001/12/14 13:03:44
Line 1 Line 1
 SUBDIRS = modules  INCLUDES := $(INCLUDES) -I../../classes -I../../types $(INCLTDL) -I../../sql -I../../pcre -I$(APACHE13)/src/include -I$(APACHE13)/src/os/unix -I$(APACHE13)/src/os/win32 @XML_INCLUDES@
   
   noinst_LIBRARIES = libmod_parser3.a
   libmod_parser3_a_SOURCES = pa_pool.C pa_threads.C mod_parser3.C ident.C
   noinst_DATA = apache_build_instruction
   
   IDENT_AWK = ../../ident.awk
   IDENT_DEPS = *.C
   
   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=ApacheModuleParser3 >> ident.C.new 
           mv ident.C.new ident.C 
   
   apache_build_instruction:
           -chmod +x p3runConfigure
           -cp -f p3runConfigure $(APACHE13)
           @echo "******************************************************"
           @echo "to build apache with parser3 module:"
           @echo
           @echo "1. cd $(APACHE13)"
           @echo
           @echo "2. ./p3runConfigure [configure options]"
           @echo
           @echo "3. make"
           @echo "******************************************************"

Removed from v.1.5  
changed lines
  Added in v.1.8


E-mail: