Annotation of parser3/src/targets/apache13/Makefile.am, revision 1.6

1.6     ! 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@
        !             2: 
        !             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
        !             6: 
        !             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)
        !            19:        @echo "******************************************************"
        !            20:        @echo "to build apache with parser3 module:"
        !            21:        @echo
        !            22:        @echo "1. cd $(APACHE13)"
        !            23:        @echo
        !            24:        @echo "2. ./p3runConfigure [configure options]"
        !            25:        @echo
        !            26:        @echo "3. make"
        !            27:        @echo "******************************************************"

E-mail: