Annotation of parser3/src/targets/apache13/Makefile.am, revision 1.9
1.9 ! paf 1: #@test why not INCLUDES=?
1.8 paf 2: 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@
1.6 parser 3:
4: noinst_LIBRARIES = libmod_parser3.a
5: libmod_parser3_a_SOURCES = pa_pool.C pa_threads.C mod_parser3.C ident.C
6: noinst_DATA = apache_build_instruction
7:
1.9 ! paf 8: IDENT_AWK = $(top_srcdir)/ident.awk
1.6 parser 9: IDENT_DEPS = *.C
10:
11: ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am
12: rm -f ident.C
13: echo // do not edit. autogenerated by Makefile.am > ident.C.new
14: cat $(IDENT_DEPS) | $(AWK) -f $(IDENT_AWK) -v project=ApacheModuleParser3 >> ident.C.new
15: mv ident.C.new ident.C
16:
17: apache_build_instruction:
18: -chmod +x p3runConfigure
19: -cp -f p3runConfigure $(APACHE13)
20: @echo "******************************************************"
21: @echo "to build apache with parser3 module:"
22: @echo
23: @echo "1. cd $(APACHE13)"
24: @echo
25: @echo "2. ./p3runConfigure [configure options]"
26: @echo
27: @echo "3. make"
28: @echo "******************************************************"
E-mail: