--- parser3/src/targets/apache13/Attic/Makefile.in 2001/10/19 15:14:20 1.21 +++ parser3/src/targets/apache13/Attic/Makefile.in 2002/02/08 10:20:10 1.30 @@ -10,6 +10,8 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. +#@test why not INCLUDES=? + SHELL = @SHELL@ @@ -38,7 +40,7 @@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = ../.. +top_builddir = ../../.. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ @@ -60,11 +62,13 @@ POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ APACHE13 = @APACHE13@ +APACHE_LIBS = @APACHE_LIBS@ AS = @AS@ AWK = @AWK@ CC = @CC@ -CPP_LIBS = @CPP_LIBS@ CXX = @CXX@ +DB2_INCLUDES = @DB2_INCLUDES@ +DB2_LIBS = @DB2_LIBS@ DLLTOOL = @DLLTOOL@ INCLTDL = @INCLTDL@ LIBADD_DL = @LIBADD_DL@ @@ -73,7 +77,6 @@ LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ -MATH_LIBS = @MATH_LIBS@ OBJDUMP = @OBJDUMP@ P3S = @P3S@ PACKAGE = @PACKAGE@ @@ -82,23 +85,28 @@ VERSION = @VERSION@ XML_INCLUDES = @XML_INCLUDES@ XML_LIBS = @XML_LIBS@ YACC = @YACC@ +charsetsdir = @charsetsdir@ host_os = @host_os@ +rootconfigdir = @rootconfigdir@ +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 libmod_parser3_a_SOURCES = pa_pool.C pa_threads.C mod_parser3.C ident.C noinst_DATA = apache_build_instruction -IDENT_AWK = ../../ident.awk +IDENT_AWK = $(top_srcdir)/src/ident.awk IDENT_DEPS = *.C + +EXTRA_DIST = ApacheModuleParser3.dsp mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = ../../include/pa_config_auto.h +CONFIG_HEADER = ../../../src/include/pa_config_auto.h CONFIG_CLEAN_FILES = p3runConfigure LIBRARIES = $(noinst_LIBRARIES) -DEFS = @DEFS@ -I. -I$(srcdir) -I../../include +DEFS = @DEFS@ -I. -I$(srcdir) -I../../../src/include CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ @@ -117,7 +125,7 @@ DIST_COMMON = Makefile.am Makefile.in p DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best DEP_FILES = .deps/ident.P .deps/mod_parser3.P .deps/pa_pool.P \ .deps/pa_threads.P @@ -128,7 +136,7 @@ all: all-redirect .SUFFIXES: .SUFFIXES: .C .S .c .lo .o .s $(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) cd $(top_builddir) \ @@ -218,18 +226,18 @@ maintainer-clean-tags: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = targets/apache13 +subdir = src/targets/apache13 distdir: $(DISTFILES) here=`cd $(top_builddir) && pwd`; \ top_distdir=`cd $(top_distdir) && pwd`; \ distdir=`cd $(distdir) && pwd`; \ 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 \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$d/$$file $(distdir)/$$file; \ + cp -pr $$/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \