Annotation of parser3/src/targets/apache13/Makefile.am, revision 1.15
1.14 paf 1: SUBDIRS = hook
2:
1.9 paf 3: #@test why not INCLUDES=?
1.12 paf 4: INCLUDES := $(INCLUDES) -I../../classes -I../../types $(INCLTDL) -I../../sql -I../../lib/pcre -I../../lib/md5 -I$(APACHE13)/src/include -I$(APACHE13)/src/os/unix -I$(APACHE13)/src/os/win32 @XML_INCLUDES@
1.6 parser 5:
6: noinst_LIBRARIES = libmod_parser3.a
1.15 ! paf 7: libmod_parser3_a_DEPENDENCIES=Makefile
1.13 paf 8: libmod_parser3_a_SOURCES = pa_pool.C pa_threads.C mod_parser3.C pa_md5c.c
1.6 parser 9: noinst_DATA = apache_build_instruction
10:
11: apache_build_instruction:
12: -chmod +x p3runConfigure
13: -cp -f p3runConfigure $(APACHE13)
14: @echo "******************************************************"
15: @echo "to build apache with parser3 module:"
16: @echo
17: @echo "1. cd $(APACHE13)"
18: @echo
19: @echo "2. ./p3runConfigure [configure options]"
20: @echo
21: @echo "3. make"
22: @echo "******************************************************"
1.11 paf 23:
24: EXTRA_DIST = ApacheModuleParser3.dsp
E-mail: