|
|
| version 1.21, 2001/10/19 15:14:20 | version 1.34, 2002/06/18 14:55:44 |
|---|---|
| Line 10 | Line 10 |
| # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| # PARTICULAR PURPOSE. | # PARTICULAR PURPOSE. |
| #@test why not INCLUDES=? | |
| SHELL = @SHELL@ | SHELL = @SHELL@ |
| Line 38 pkgdatadir = $(datadir)/@PACKAGE@ | Line 40 pkgdatadir = $(datadir)/@PACKAGE@ |
| pkglibdir = $(libdir)/@PACKAGE@ | pkglibdir = $(libdir)/@PACKAGE@ |
| pkgincludedir = $(includedir)/@PACKAGE@ | pkgincludedir = $(includedir)/@PACKAGE@ |
| top_builddir = ../.. | top_builddir = ../../.. |
| ACLOCAL = @ACLOCAL@ | ACLOCAL = @ACLOCAL@ |
| AUTOCONF = @AUTOCONF@ | AUTOCONF = @AUTOCONF@ |
| Line 60 POST_UNINSTALL = : | Line 62 POST_UNINSTALL = : |
| host_alias = @host_alias@ | host_alias = @host_alias@ |
| host_triplet = @host@ | host_triplet = @host@ |
| APACHE13 = @APACHE13@ | APACHE13 = @APACHE13@ |
| AS = @AS@ | APACHE_LIBS = @APACHE_LIBS@ |
| AWK = @AWK@ | AWK = @AWK@ |
| CC = @CC@ | CC = @CC@ |
| CPP_LIBS = @CPP_LIBS@ | |
| CXX = @CXX@ | CXX = @CXX@ |
| DLLTOOL = @DLLTOOL@ | |
| INCLTDL = @INCLTDL@ | INCLTDL = @INCLTDL@ |
| LIBADD_DL = @LIBADD_DL@ | LIBADD_DL = @LIBADD_DL@ |
| LIBLTDL = @LIBLTDL@ | LIBLTDL = @LIBLTDL@ |
| LIBTOOL = @LIBTOOL@ | |
| LIBTOOL_DEPS = @LIBTOOL_DEPS@ | |
| LN_S = @LN_S@ | |
| MAKEINFO = @MAKEINFO@ | MAKEINFO = @MAKEINFO@ |
| MATH_LIBS = @MATH_LIBS@ | |
| OBJDUMP = @OBJDUMP@ | |
| P3S = @P3S@ | P3S = @P3S@ |
| PACKAGE = @PACKAGE@ | PACKAGE = @PACKAGE@ |
| RANLIB = @RANLIB@ | RANLIB = @RANLIB@ |
| Line 82 VERSION = @VERSION@ | Line 77 VERSION = @VERSION@ |
| XML_INCLUDES = @XML_INCLUDES@ | XML_INCLUDES = @XML_INCLUDES@ |
| XML_LIBS = @XML_LIBS@ | XML_LIBS = @XML_LIBS@ |
| YACC = @YACC@ | YACC = @YACC@ |
| charsetsdir = @charsetsdir@ | |
| commentcharset_ = @commentcharset_@ | |
| host_os = @host_os@ | host_os = @host_os@ |
| mysql_client = @mysql_client@ | |
| oracle_client = @oracle_client@ | |
| pgsql_client = @pgsql_client@ | |
| sqldriversdir = @sqldriversdir@ | |
| 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@ | 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@ |
| noinst_LIBRARIES = libmod_parser3.a | noinst_LIBRARIES = libmod_parser3.a |
| libmod_parser3_a_SOURCES = pa_pool.C pa_threads.C mod_parser3.C ident.C | libmod_parser3_a_SOURCES = pa_pool.C pa_threads.C mod_parser3.C ident.C |
| noinst_DATA = apache_build_instruction | noinst_DATA = apache_build_instruction |
| IDENT_AWK = ../../ident.awk | IDENT_AWK = $(top_srcdir)/src/ident.awk |
| IDENT_DEPS = *.C | IDENT_DEPS = *.C |
| EXTRA_DIST = ApacheModuleParser3.dsp | |
| mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
| CONFIG_HEADER = ../../include/pa_config_auto.h | CONFIG_HEADER = ../../../src/include/pa_config_auto.h |
| CONFIG_CLEAN_FILES = p3runConfigure | CONFIG_CLEAN_FILES = p3runConfigure |
| LIBRARIES = $(noinst_LIBRARIES) | LIBRARIES = $(noinst_LIBRARIES) |
| DEFS = @DEFS@ -I. -I$(srcdir) -I../../include | DEFS = @DEFS@ -I. -I$(srcdir) -I../../../src/include |
| CPPFLAGS = @CPPFLAGS@ | CPPFLAGS = @CPPFLAGS@ |
| LDFLAGS = @LDFLAGS@ | LDFLAGS = @LDFLAGS@ |
| LIBS = @LIBS@ | LIBS = @LIBS@ |
| Line 107 libmod_parser3_a_OBJECTS = pa_pool.o pa | Line 110 libmod_parser3_a_OBJECTS = pa_pool.o pa |
| AR = ar | AR = ar |
| CXXFLAGS = @CXXFLAGS@ | CXXFLAGS = @CXXFLAGS@ |
| CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) | CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
| LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) | |
| CXXLD = $(CXX) | CXXLD = $(CXX) |
| CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ | CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ |
| DATA = $(noinst_DATA) | DATA = $(noinst_DATA) |
| DIST_COMMON = Makefile.am Makefile.in p3runConfigure.in | DIST_COMMON = Makefile.am Makefile.in p3runConfigure.in |
| Line 117 DIST_COMMON = Makefile.am Makefile.in p | Line 119 DIST_COMMON = Makefile.am Makefile.in p |
| DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
| TAR = gtar | TAR = tar |
| GZIP_ENV = --best | GZIP_ENV = --best |
| DEP_FILES = .deps/ident.P .deps/mod_parser3.P .deps/pa_pool.P \ | DEP_FILES = .deps/ident.P .deps/mod_parser3.P .deps/pa_pool.P \ |
| .deps/pa_threads.P | .deps/pa_threads.P |
| Line 126 OBJECTS = $(libmod_parser3_a_OBJECTS) | Line 128 OBJECTS = $(libmod_parser3_a_OBJECTS) |
| all: all-redirect | all: all-redirect |
| .SUFFIXES: | .SUFFIXES: |
| .SUFFIXES: .C .S .c .lo .o .s | .SUFFIXES: .C .S .c .o .s |
| $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
| cd $(top_srcdir) && $(AUTOMAKE) --gnu targets/apache13/Makefile | cd $(top_srcdir) && $(AUTOMAKE) --gnu src/targets/apache13/Makefile |
| Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |
| cd $(top_builddir) \ | cd $(top_builddir) \ |
| Line 162 distclean-compile: | Line 164 distclean-compile: |
| maintainer-clean-compile: | maintainer-clean-compile: |
| .s.lo: | |
| $(LIBTOOL) --mode=compile $(COMPILE) -c $< | |
| .S.lo: | |
| $(LIBTOOL) --mode=compile $(COMPILE) -c $< | |
| mostlyclean-libtool: | |
| -rm -f *.lo | |
| clean-libtool: | |
| -rm -rf .libs _libs | |
| distclean-libtool: | |
| maintainer-clean-libtool: | |
| libmod_parser3.a: $(libmod_parser3_a_OBJECTS) $(libmod_parser3_a_DEPENDENCIES) | libmod_parser3.a: $(libmod_parser3_a_OBJECTS) $(libmod_parser3_a_DEPENDENCIES) |
| -rm -f libmod_parser3.a | -rm -f libmod_parser3.a |
| $(AR) cru libmod_parser3.a $(libmod_parser3_a_OBJECTS) $(libmod_parser3_a_LIBADD) | $(AR) cru libmod_parser3.a $(libmod_parser3_a_OBJECTS) $(libmod_parser3_a_LIBADD) |
| $(RANLIB) libmod_parser3.a | $(RANLIB) libmod_parser3.a |
| .C.o: | .C.o: |
| $(CXXCOMPILE) -c $< | $(CXXCOMPILE) -c $< |
| .C.lo: | |
| $(LTCXXCOMPILE) -c $< | |
| tags: TAGS | tags: TAGS |
| Line 218 maintainer-clean-tags: | Line 202 maintainer-clean-tags: |
| distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
| subdir = targets/apache13 | subdir = src/targets/apache13 |
| distdir: $(DISTFILES) | distdir: $(DISTFILES) |
| here=`cd $(top_builddir) && pwd`; \ | here=`cd $(top_builddir) && pwd`; \ |
| top_distdir=`cd $(top_distdir) && pwd`; \ | top_distdir=`cd $(top_distdir) && pwd`; \ |
| distdir=`cd $(distdir) && pwd`; \ | distdir=`cd $(distdir) && pwd`; \ |
| cd $(top_srcdir) \ | cd $(top_srcdir) \ |
| && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu targets/apache13/Makefile | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/targets/apache13/Makefile |
| @for file in $(DISTFILES); do \ | @for file in $(DISTFILES); do \ |
| d=$(srcdir); \ | d=$(srcdir); \ |
| if test -d $$d/$$file; then \ | if test -d $$d/$$file; then \ |
| cp -pr $$d/$$file $(distdir)/$$file; \ | cp -pr $$/$$file $(distdir)/$$file; \ |
| else \ | else \ |
| test -f $(distdir)/$$file \ | test -f $(distdir)/$$file \ |
| || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
| Line 323 distclean-generic: | Line 307 distclean-generic: |
| maintainer-clean-generic: | maintainer-clean-generic: |
| mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \ | mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \ |
| mostlyclean-libtool mostlyclean-tags mostlyclean-depend \ | mostlyclean-tags mostlyclean-depend mostlyclean-generic |
| mostlyclean-generic | |
| mostlyclean: mostlyclean-am | mostlyclean: mostlyclean-am |
| clean-am: clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \ | clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-depend \ |
| clean-depend clean-generic mostlyclean-am | clean-generic mostlyclean-am |
| clean: clean-am | clean: clean-am |
| distclean-am: distclean-noinstLIBRARIES distclean-compile \ | distclean-am: distclean-noinstLIBRARIES distclean-compile \ |
| distclean-libtool distclean-tags distclean-depend \ | distclean-tags distclean-depend distclean-generic \ |
| distclean-generic clean-am | clean-am |
| -rm -f libtool | |
| distclean: distclean-am | distclean: distclean-am |
| maintainer-clean-am: maintainer-clean-noinstLIBRARIES \ | maintainer-clean-am: maintainer-clean-noinstLIBRARIES \ |
| maintainer-clean-compile maintainer-clean-libtool \ | maintainer-clean-compile maintainer-clean-tags \ |
| maintainer-clean-tags maintainer-clean-depend \ | maintainer-clean-depend maintainer-clean-generic \ |
| maintainer-clean-generic distclean-am | distclean-am |
| @echo "This command is intended for maintainers to use;" | @echo "This command is intended for maintainers to use;" |
| @echo "it deletes files that may require special tools to rebuild." | @echo "it deletes files that may require special tools to rebuild." |
| Line 352 maintainer-clean: maintainer-clean-am | Line 334 maintainer-clean: maintainer-clean-am |
| .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \ | .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \ |
| clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ | clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ |
| mostlyclean-compile distclean-compile clean-compile \ | mostlyclean-compile distclean-compile clean-compile \ |
| maintainer-clean-compile mostlyclean-libtool distclean-libtool \ | maintainer-clean-compile tags mostlyclean-tags distclean-tags \ |
| clean-libtool maintainer-clean-libtool tags mostlyclean-tags \ | clean-tags maintainer-clean-tags distdir mostlyclean-depend \ |
| distclean-tags clean-tags maintainer-clean-tags distdir \ | distclean-depend clean-depend maintainer-clean-depend info-am info \ |
| mostlyclean-depend distclean-depend clean-depend \ | dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ |
| maintainer-clean-depend info-am info dvi-am dvi check check-am \ | install-exec install-data-am install-data install-am install \ |
| installcheck-am installcheck install-exec-am install-exec \ | uninstall-am uninstall all-redirect all-am all installdirs \ |
| install-data-am install-data install-am install uninstall-am uninstall \ | mostlyclean-generic distclean-generic clean-generic \ |
| all-redirect all-am all installdirs mostlyclean-generic \ | maintainer-clean-generic clean mostlyclean distclean maintainer-clean |
| distclean-generic clean-generic maintainer-clean-generic clean \ | |
| mostlyclean distclean maintainer-clean | |
| ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am | ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am |