--- parser3/src/classes/Makefile.in 2001/10/11 08:00:29 1.22 +++ parser3/src/classes/Makefile.in 2002/02/07 17:41:35 1.39 @@ -38,7 +38,7 @@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = .. +top_builddir = ../.. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ @@ -60,10 +60,13 @@ POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ APACHE13 = @APACHE13@ +APACHE_LIBS = @APACHE_LIBS@ AS = @AS@ AWK = @AWK@ CC = @CC@ CXX = @CXX@ +DB2_INCLUDES = @DB2_INCLUDES@ +DB2_LIBS = @DB2_LIBS@ DLLTOOL = @DLLTOOL@ INCLTDL = @INCLTDL@ LIBADD_DL = @LIBADD_DL@ @@ -80,34 +83,33 @@ VERSION = @VERSION@ XML_INCLUDES = @XML_INCLUDES@ XML_LIBS = @XML_LIBS@ YACC = @YACC@ +charsetsdir = @charsetsdir@ host_os = @host_os@ +rootconfigdir = @rootconfigdir@ +sqldriversdir = @sqldriversdir@ -SUBDIRS = gd xalan-patched - -INCLUDES = -I../types -I../sql -I../pcre -Igd -Ixalan-patched @XML_INCLUDES@ - +SUBDIRS = gd +INCLUDES = -I../types -I../sql -I../pcre -Igd @XML_INCLUDES@ @DB2_INCLUDES@ noinst_LIBRARIES = libclasses.a -libclasses_a_SOURCES = classes.C double.C file.C form.C image.C int.C mail.C op.C math.C response.C string.C table.C void.C hash.C date.C xnode.C xdoc.C ident.C -CLEANFILES = classes.inc - +libclasses_a_SOURCES = double.C file.C form.C image.C int.C mail.C op.C math.C response.C string.C table.C void.C hash.C date.C xnode.C xdoc.C hashfile.C ident.C classes.C CLASSES_INC_DEPS = *.C - -IDENT_AWK = ../ident.awk +CLEANFILES = classes.inc +IDENT_AWK = $(top_srcdir)/src/ident.awk IDENT_DEPS = *.awk *.h *.C mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = ../include/pa_config_auto.h +CONFIG_HEADER = ../../src/include/pa_config_auto.h CONFIG_CLEAN_FILES = LIBRARIES = $(noinst_LIBRARIES) -DEFS = @DEFS@ -I. -I$(srcdir) -I../include +DEFS = @DEFS@ -I. -I$(srcdir) -I../../src/include CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ libclasses_a_LIBADD = -libclasses_a_OBJECTS = classes.o double.o file.o form.o image.o int.o \ -mail.o op.o math.o response.o string.o table.o void.o hash.o date.o \ -xnode.o xdoc.o ident.o +libclasses_a_OBJECTS = double.o file.o form.o image.o int.o mail.o op.o \ +math.o response.o string.o table.o void.o hash.o date.o xnode.o xdoc.o \ +hashfile.o ident.o classes.o AR = ar CXXFLAGS = @CXXFLAGS@ CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) @@ -119,12 +121,12 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best DEP_FILES = .deps/classes.P .deps/date.P .deps/double.P .deps/file.P \ -.deps/form.P .deps/hash.P .deps/ident.P .deps/image.P .deps/int.P \ -.deps/mail.P .deps/math.P .deps/op.P .deps/response.P .deps/string.P \ -.deps/table.P .deps/void.P .deps/xdoc.P .deps/xnode.P +.deps/form.P .deps/hash.P .deps/hashfile.P .deps/ident.P .deps/image.P \ +.deps/int.P .deps/mail.P .deps/math.P .deps/op.P .deps/response.P \ +.deps/string.P .deps/table.P .deps/void.P .deps/xdoc.P .deps/xnode.P SOURCES = $(libclasses_a_SOURCES) OBJECTS = $(libclasses_a_OBJECTS) @@ -132,7 +134,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 classes/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu src/classes/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ @@ -280,18 +282,18 @@ maintainer-clean-tags: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = classes +subdir = src/classes 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 classes/Makefile + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/classes/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 \ @@ -443,6 +445,9 @@ distclean-generic clean-generic maintain mostlyclean distclean maintainer-clean + + + classes.inc: classes.awk $(CLASSES_INC_DEPS) Makefile.am echo "/* do not edit. autogenerated by Makefile.am */" > classes.inc echo >> classes.inc @@ -450,6 +455,7 @@ classes.inc: classes.awk $(CLASSES_INC_D classes.C: classes.inc + ident.C: $(IDENT_AWK) $(IDENT_DEPS) Makefile.am rm -f ident.C echo // do not edit. autogenerated by Makefile.am > ident.C.new