--- parser3/src/classes/gd/Attic/Makefile.in 2001/04/23 15:19:52 1.1 +++ parser3/src/classes/gd/Attic/Makefile.in 2001/05/21 09:01:48 1.4 @@ -10,7 +10,7 @@ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. -# $Id: Makefile.in,v 1.1 2001/04/23 15:19:52 paf Exp $ +# $Id: Makefile.in,v 1.4 2001/05/21 09:01:48 parser Exp $ SHELL = @SHELL@ @@ -77,10 +77,12 @@ OBJDUMP = @OBJDUMP@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ VERSION = @VERSION@ +WIN32_ADDITIONAL_LIBS = @WIN32_ADDITIONAL_LIBS@ YACC = @YACC@ host_os = @host_os@ -mysql = @mysql@ + INCLUDES = -I../../include -I../../types + noinst_LIBRARIES = libgd.a libgd_a_SOURCES = gif.C gifio.C mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -106,7 +108,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best DEP_FILES = .deps/gif.P .deps/gifio.P SOURCES = $(libgd_a_SOURCES) @@ -215,7 +217,7 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$/$$file $(distdir)/$$file; \ + cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ @@ -350,9 +352,6 @@ distclean-generic clean-generic maintain mostlyclean distclean maintainer-clean - - - # 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: