Annotation of parser3/src/targets/apache13/modules/extra/Makefile.am, revision 1.19
1.19 ! parser 1: INCLUDES := $(INCLUDES) -I../../../../classes -I../../../../types $(INCLTDL) -I../../../../sql -I$(APACHE13)/src/include -I$(APACHE13)/src/os/unix -I$(APACHE13)/src/os/win32 @XML_INCLUDES@
1.1 paf 2:
1.19 ! parser 3: noinst_LIBRARIES = libmod_parser3.a
! 4: libmod_parser3_a_SOURCES = pa_pool.C pa_threads.C mod_parser3.C ident.C
! 5: noinst_DATA = apache_build_instruction
1.11 parser 6:
1.19 ! parser 7: IDENT_AWK = ../../../../ident.awk
! 8: IDENT_DEPS = *.C
! 9:
! 10: ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
! 11: rm -f ident.C
! 12: echo // do not edit. autogenerated by Makefile.am > ident.C.new
! 13: cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=ApacheModuleParser3 >> ident.C.new
! 14: mv ident.C.new ident.C
! 15:
! 16: apache_build_instruction:
! 17: -chmod +x p3runConfigure
! 18: -cp -f p3runConfigure $(APACHE13)
1.12 parser 19: @echo "******************************************************"
1.19 ! parser 20: @echo "to build apache with parser3 module:"
1.11 parser 21: @echo
1.19 ! parser 22: @echo "1. cd $(APACHE13)"
1.11 parser 23: @echo
1.19 ! parser 24: @echo "2. ./p3runConfigure [configure options]"
1.11 parser 25: @echo
1.19 ! parser 26: @echo "3. make"
1.12 parser 27: @echo "******************************************************"
E-mail: