--- parser3/src/classes/gd/Attic/Makefile.in 2001/09/25 09:36:51 1.13 +++ parser3/src/classes/gd/Attic/Makefile.in 2002/02/07 17:46:29 1.31 @@ -38,7 +38,7 @@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ -top_builddir = ../.. +top_builddir = ../../.. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ @@ -59,11 +59,14 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_alias = @host_alias@ host_triplet = @host@ -APACHE13_SRC = @APACHE13_SRC@ +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@ @@ -73,30 +76,37 @@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ OBJDUMP = @OBJDUMP@ +P3S = @P3S@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ VERSION = @VERSION@ XML_INCLUDES = @XML_INCLUDES@ XML_LIBS = @XML_LIBS@ YACC = @YACC@ +charsetsdir = @charsetsdir@ host_os = @host_os@ +rootconfigdir = @rootconfigdir@ +sqldriversdir = @sqldriversdir@ INCLUDES = -I../../types @XML_INCLUDES@ noinst_LIBRARIES = libgd.a -libgd_a_SOURCES = gif.C gifio.C +libgd_a_SOURCES = gif.C gifio.C ident.C + +IDENT_AWK = $(top_srcdir)/src/ident.awk +IDENT_DEPS = *.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@ libgd_a_LIBADD = -libgd_a_OBJECTS = gif.o gifio.o +libgd_a_OBJECTS = gif.o gifio.o ident.o AR = ar CXXFLAGS = @CXXFLAGS@ CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) @@ -108,9 +118,9 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best -DEP_FILES = .deps/gif.P .deps/gifio.P +DEP_FILES = .deps/gif.P .deps/gifio.P .deps/ident.P SOURCES = $(libgd_a_SOURCES) OBJECTS = $(libgd_a_OBJECTS) @@ -118,7 +128,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/gd/Makefile + cd $(top_srcdir) && $(AUTOMAKE) --gnu src/classes/gd/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ @@ -206,18 +216,18 @@ maintainer-clean-tags: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) -subdir = classes/gd +subdir = src/classes/gd 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/gd/Makefile + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/classes/gd/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 \ @@ -352,6 +362,12 @@ distclean-generic clean-generic maintain mostlyclean distclean maintainer-clean +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=gd >> ident.C.new + mv ident.C.new ident.C + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: