|
|
| version 1.6, 2001/05/24 14:50:06 | version 1.28, 2002/01/31 10:20:18 |
|---|---|
| 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. |
| # $Id$ | |
| SHELL = @SHELL@ | SHELL = @SHELL@ |
| Line 40 pkgdatadir = $(datadir)/@PACKAGE@ | Line 38 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 61 PRE_UNINSTALL = : | Line 59 PRE_UNINSTALL = : |
| POST_UNINSTALL = : | POST_UNINSTALL = : |
| host_alias = @host_alias@ | host_alias = @host_alias@ |
| host_triplet = @host@ | host_triplet = @host@ |
| APACHE13 = @APACHE13@ | |
| APACHE_LIBS = @APACHE_LIBS@ | |
| AS = @AS@ | AS = @AS@ |
| AWK = @AWK@ | AWK = @AWK@ |
| CC = @CC@ | CC = @CC@ |
| CXX = @CXX@ | CXX = @CXX@ |
| DB2_INCLUDES = @DB2_INCLUDES@ | |
| DB2_LIBS = @DB2_LIBS@ | |
| DLLTOOL = @DLLTOOL@ | DLLTOOL = @DLLTOOL@ |
| INCLTDL = @INCLTDL@ | INCLTDL = @INCLTDL@ |
| LIBADD_DL = @LIBADD_DL@ | LIBADD_DL = @LIBADD_DL@ |
| Line 74 LIBTOOL_DEPS = @LIBTOOL_DEPS@ | Line 76 LIBTOOL_DEPS = @LIBTOOL_DEPS@ |
| LN_S = @LN_S@ | LN_S = @LN_S@ |
| MAKEINFO = @MAKEINFO@ | MAKEINFO = @MAKEINFO@ |
| OBJDUMP = @OBJDUMP@ | OBJDUMP = @OBJDUMP@ |
| P3S = @P3S@ | |
| PACKAGE = @PACKAGE@ | PACKAGE = @PACKAGE@ |
| PARSER_ROOT_CONFIG_DIR = @PARSER_ROOT_CONFIG_DIR@ | |
| RANLIB = @RANLIB@ | RANLIB = @RANLIB@ |
| VERSION = @VERSION@ | VERSION = @VERSION@ |
| WIN32_ADDITIONAL_LIBS = @WIN32_ADDITIONAL_LIBS@ | XML_INCLUDES = @XML_INCLUDES@ |
| XML_LIBS = @XML_LIBS@ | |
| YACC = @YACC@ | YACC = @YACC@ |
| charsetsdir = @charsetsdir@ | |
| host_os = @host_os@ | host_os = @host_os@ |
| sqldriversdir = @sqldriversdir@ | |
| INCLUDES = -I../../include -I../../types | INCLUDES = -I../../types @XML_INCLUDES@ |
| noinst_LIBRARIES = libgd.a | noinst_LIBRARIES = libgd.a |
| libgd_a_SOURCES = gif.C gifio.C | libgd_a_SOURCES = gif.C gifio.C ident.C |
| IDENT_AWK = $(top_srcdir)/ident.awk | |
| IDENT_DEPS = *.h *.C | |
| 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 = | CONFIG_CLEAN_FILES = |
| 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@ |
| libgd_a_LIBADD = | libgd_a_LIBADD = |
| libgd_a_OBJECTS = gif.o gifio.o | libgd_a_OBJECTS = gif.o gifio.o ident.o |
| 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) |
| Line 108 DIST_COMMON = Makefile.am Makefile.in | Line 118 DIST_COMMON = Makefile.am Makefile.in |
| 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/gif.P .deps/gifio.P | DEP_FILES = .deps/gif.P .deps/gifio.P .deps/ident.P |
| SOURCES = $(libgd_a_SOURCES) | SOURCES = $(libgd_a_SOURCES) |
| OBJECTS = $(libgd_a_OBJECTS) | OBJECTS = $(libgd_a_OBJECTS) |
| Line 118 all: all-redirect | Line 128 all: all-redirect |
| .SUFFIXES: | .SUFFIXES: |
| .SUFFIXES: .C .S .c .lo .o .s | .SUFFIXES: .C .S .c .lo .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 classes/gd/Makefile | cd $(top_srcdir) && $(AUTOMAKE) --gnu src/classes/gd/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 206 maintainer-clean-tags: | Line 216 maintainer-clean-tags: |
| distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) | distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
| subdir = classes/gd | subdir = src/classes/gd |
| 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 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 \ | @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 352 distclean-generic clean-generic maintain | Line 362 distclean-generic clean-generic maintain |
| mostlyclean distclean maintainer-clean | 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. | # 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. | # Otherwise a system limit (for SysV at least) may be exceeded. |
| .NOEXPORT: | .NOEXPORT: |