|
|
| version 1.2, 2001/05/10 17:28:08 | version 1.3, 2001/05/18 12:59:36 |
|---|---|
| Line 80 VERSION = @VERSION@ | Line 80 VERSION = @VERSION@ |
| WIN32_ADDITIONAL_LIBS = @WIN32_ADDITIONAL_LIBS@ | WIN32_ADDITIONAL_LIBS = @WIN32_ADDITIONAL_LIBS@ |
| YACC = @YACC@ | YACC = @YACC@ |
| host_os = @host_os@ | host_os = @host_os@ |
| INCLUDES = -I../../include -I../../types | INCLUDES = -I../../include -I../../types |
| noinst_LIBRARIES = libgd.a | noinst_LIBRARIES = libgd.a |
| libgd_a_SOURCES = gif.C gifio.C | libgd_a_SOURCES = gif.C gifio.C |
| mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
| Line 106 DIST_COMMON = Makefile.am Makefile.in | Line 108 DIST_COMMON = Makefile.am Makefile.in |
| DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
| TAR = tar | TAR = gtar |
| GZIP_ENV = --best | GZIP_ENV = --best |
| DEP_FILES = .deps/gif.P .deps/gifio.P | DEP_FILES = .deps/gif.P .deps/gifio.P |
| SOURCES = $(libgd_a_SOURCES) | SOURCES = $(libgd_a_SOURCES) |
| Line 215 distdir: $(DISTFILES) | Line 217 distdir: $(DISTFILES) |
| @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 $$/$$file $(distdir)/$$file; \ | cp -pr $$d/$$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 350 distclean-generic clean-generic maintain | Line 352 distclean-generic clean-generic maintain |
| mostlyclean distclean maintainer-clean | mostlyclean distclean maintainer-clean |
| # 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: |