--- parser3/src/targets/apache13/Attic/Makefile.am 2002/01/31 10:20:21 1.9 +++ parser3/src/targets/apache13/Attic/Makefile.am 2003/03/05 11:57:37 1.15.10.1 @@ -1,19 +1,13 @@ +SUBDIRS = hook + #@test why not INCLUDES=? -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@ +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@ noinst_LIBRARIES = libmod_parser3.a -libmod_parser3_a_SOURCES = pa_pool.C pa_threads.C mod_parser3.C ident.C +libmod_parser3_a_DEPENDENCIES=Makefile +libmod_parser3_a_SOURCES = pa_threads.C mod_parser3.C pa_md5c.c noinst_DATA = apache_build_instruction -IDENT_AWK = $(top_srcdir)/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) @@ -26,3 +20,5 @@ apache_build_instruction: @echo @echo "3. make" @echo "******************************************************" + +EXTRA_DIST = ApacheModuleParser3.dsp