--- parser3/src/targets/apache13/Attic/Makefile.am 2001/08/28 11:57:46 1.4 +++ parser3/src/targets/apache13/Attic/Makefile.am 2003/07/23 13:57:32 1.15.10.1.2.2 @@ -1,5 +1,16 @@ -if COMPILE_APACHE13_MODULE -SUBDIRS = modules -else -#don't compile apache -endif +noinst_DATA = apache_build_instruction + +apache_build_instruction: + -chmod +x p3runConfigure + -cp -f p3runConfigure $(APACHE13) + @echo "******************************************************" + @echo "to build apache with parser3 module:" + @echo + @echo "1. cd $(APACHE13)" + @echo + @echo "2. ./p3runConfigure [configure options]" + @echo + @echo "3. make" + @echo "******************************************************" + +EXTRA_DIST = ApacheModuleParser3.dsp