diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-12-29 14:32:45 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-12-29 14:32:45 +0000 |
commit | 9da2af345bbc3848d181319a77b830c77034ae1e (patch) | |
tree | 74832eb1c57486b7ce18e0d987150cbdf42876a9 /Build/source/libs/gd | |
parent | a7c9a7ff1a6d0925eafe21175304c494e266b319 (diff) |
build system: Enable "silent rules" (see Automake manual)
git-svn-id: svn://tug.org/texlive/trunk@28654 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/gd')
-rw-r--r-- | Build/source/libs/gd/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/libs/gd/Makefile.in | 522 | ||||
-rw-r--r-- | Build/source/libs/gd/aclocal.m4 | 61 | ||||
-rwxr-xr-x | Build/source/libs/gd/configure | 1255 | ||||
-rw-r--r-- | Build/source/libs/gd/configure.ac | 3 | ||||
-rw-r--r-- | Build/source/libs/gd/include/Makefile.in | 18 |
6 files changed, 1398 insertions, 465 deletions
diff --git a/Build/source/libs/gd/ChangeLog b/Build/source/libs/gd/ChangeLog index 137444028e8..e239047c2f4 100644 --- a/Build/source/libs/gd/ChangeLog +++ b/Build/source/libs/gd/ChangeLog @@ -1,3 +1,7 @@ +2012-12-15 Peter Breitenlohner <peb@mppmu.mpg.de> + + * configure.ac: Use KPSE_BASIC to enable silent rules. + 2012-11-24 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am: Better dependencies for parallel build. diff --git a/Build/source/libs/gd/Makefile.in b/Build/source/libs/gd/Makefile.in index 339b8b67c96..eeeb90d6159 100644 --- a/Build/source/libs/gd/Makefile.in +++ b/Build/source/libs/gd/Makefile.in @@ -67,6 +67,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \ $(top_srcdir)/../../m4/kpse-freetype2-flags.m4 \ $(top_srcdir)/../../m4/kpse-libpng-flags.m4 \ + $(top_srcdir)/../../m4/kpse-warnings.m4 \ $(top_srcdir)/../../m4/kpse-zlib-flags.m4 \ $(top_srcdir)/../../m4/libtool.m4 \ $(top_srcdir)/../../m4/ltoptions.m4 \ @@ -84,6 +85,10 @@ CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LIBRARIES = $(noinst_LIBRARIES) ARFLAGS = cru +AM_V_AR = $(am__v_AR_@AM_V@) +am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) +am__v_AR_0 = @echo " AR " $@; +am__v_AR_1 = libgd_a_AR = $(AR) $(ARFLAGS) libgd_a_LIBADD = am_libgd_a_OBJECTS = gd.$(OBJEXT) gd_gd.$(OBJEXT) gd_gd2.$(OBJEXT) \ @@ -97,19 +102,44 @@ am_libgd_a_OBJECTS = gd.$(OBJEXT) gd_gd.$(OBJEXT) gd_gd2.$(OBJEXT) \ gdkanji.$(OBJEXT) gdtables.$(OBJEXT) gdxpm.$(OBJEXT) \ wbmp.$(OBJEXT) libgd_a_OBJECTS = $(am_libgd_a_OBJECTS) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/../../build-aux/depcomp am__depfiles_maybe = depfiles am__mv = mv -f +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ + $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ + $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = CCLD = $(CC) -LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ - $(LDFLAGS) -o $@ +LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ + $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ + $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = SOURCES = $(libgd_a_SOURCES) DIST_SOURCES = $(libgd_a_SOURCES) RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ @@ -177,6 +207,7 @@ am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ @@ -246,6 +277,7 @@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ +WARNING_CFLAGS = @WARNING_CFLAGS@ ZLIB_DEPEND = @ZLIB_DEPEND@ ZLIB_INCLUDES = @ZLIB_INCLUDES@ ZLIB_LIBS = @ZLIB_LIBS@ @@ -396,9 +428,9 @@ distclean-hdr: clean-noinstLIBRARIES: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) libgd.a: $(libgd_a_OBJECTS) $(libgd_a_DEPENDENCIES) $(EXTRA_libgd_a_DEPENDENCIES) - -rm -f libgd.a - $(libgd_a_AR) libgd.a $(libgd_a_OBJECTS) $(libgd_a_LIBADD) - $(RANLIB) libgd.a + $(AM_V_at)-rm -f libgd.a + $(AM_V_AR)$(libgd_a_AR) libgd.a $(libgd_a_OBJECTS) $(libgd_a_LIBADD) + $(AM_V_at)$(RANLIB) libgd.a mostlyclean-compile: -rm -f *.$(OBJEXT) @@ -436,417 +468,417 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wbmp.Po@am__quote@ .c.o: -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< .c.obj: -@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: -@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< gd.o: $(GD_TREE)/gd.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd.o -MD -MP -MF $(DEPDIR)/gd.Tpo -c -o gd.o `test -f '$(GD_TREE)/gd.c' || echo '$(srcdir)/'`$(GD_TREE)/gd.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd.Tpo $(DEPDIR)/gd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd.c' object='gd.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd.o -MD -MP -MF $(DEPDIR)/gd.Tpo -c -o gd.o `test -f '$(GD_TREE)/gd.c' || echo '$(srcdir)/'`$(GD_TREE)/gd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd.Tpo $(DEPDIR)/gd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd.c' object='gd.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd.o `test -f '$(GD_TREE)/gd.c' || echo '$(srcdir)/'`$(GD_TREE)/gd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd.o `test -f '$(GD_TREE)/gd.c' || echo '$(srcdir)/'`$(GD_TREE)/gd.c gd.obj: $(GD_TREE)/gd.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd.obj -MD -MP -MF $(DEPDIR)/gd.Tpo -c -o gd.obj `if test -f '$(GD_TREE)/gd.c'; then $(CYGPATH_W) '$(GD_TREE)/gd.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd.Tpo $(DEPDIR)/gd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd.c' object='gd.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd.obj -MD -MP -MF $(DEPDIR)/gd.Tpo -c -o gd.obj `if test -f '$(GD_TREE)/gd.c'; then $(CYGPATH_W) '$(GD_TREE)/gd.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd.Tpo $(DEPDIR)/gd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd.c' object='gd.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd.obj `if test -f '$(GD_TREE)/gd.c'; then $(CYGPATH_W) '$(GD_TREE)/gd.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd.obj `if test -f '$(GD_TREE)/gd.c'; then $(CYGPATH_W) '$(GD_TREE)/gd.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd.c'; fi` gd_gd.o: $(GD_TREE)/gd_gd.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_gd.o -MD -MP -MF $(DEPDIR)/gd_gd.Tpo -c -o gd_gd.o `test -f '$(GD_TREE)/gd_gd.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_gd.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_gd.Tpo $(DEPDIR)/gd_gd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_gd.c' object='gd_gd.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_gd.o -MD -MP -MF $(DEPDIR)/gd_gd.Tpo -c -o gd_gd.o `test -f '$(GD_TREE)/gd_gd.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_gd.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_gd.Tpo $(DEPDIR)/gd_gd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_gd.c' object='gd_gd.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_gd.o `test -f '$(GD_TREE)/gd_gd.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_gd.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_gd.o `test -f '$(GD_TREE)/gd_gd.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_gd.c gd_gd.obj: $(GD_TREE)/gd_gd.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_gd.obj -MD -MP -MF $(DEPDIR)/gd_gd.Tpo -c -o gd_gd.obj `if test -f '$(GD_TREE)/gd_gd.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_gd.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_gd.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_gd.Tpo $(DEPDIR)/gd_gd.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_gd.c' object='gd_gd.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_gd.obj -MD -MP -MF $(DEPDIR)/gd_gd.Tpo -c -o gd_gd.obj `if test -f '$(GD_TREE)/gd_gd.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_gd.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_gd.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_gd.Tpo $(DEPDIR)/gd_gd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_gd.c' object='gd_gd.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_gd.obj `if test -f '$(GD_TREE)/gd_gd.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_gd.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_gd.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_gd.obj `if test -f '$(GD_TREE)/gd_gd.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_gd.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_gd.c'; fi` gd_gd2.o: $(GD_TREE)/gd_gd2.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_gd2.o -MD -MP -MF $(DEPDIR)/gd_gd2.Tpo -c -o gd_gd2.o `test -f '$(GD_TREE)/gd_gd2.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_gd2.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_gd2.Tpo $(DEPDIR)/gd_gd2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_gd2.c' object='gd_gd2.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_gd2.o -MD -MP -MF $(DEPDIR)/gd_gd2.Tpo -c -o gd_gd2.o `test -f '$(GD_TREE)/gd_gd2.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_gd2.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_gd2.Tpo $(DEPDIR)/gd_gd2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_gd2.c' object='gd_gd2.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_gd2.o `test -f '$(GD_TREE)/gd_gd2.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_gd2.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_gd2.o `test -f '$(GD_TREE)/gd_gd2.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_gd2.c gd_gd2.obj: $(GD_TREE)/gd_gd2.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_gd2.obj -MD -MP -MF $(DEPDIR)/gd_gd2.Tpo -c -o gd_gd2.obj `if test -f '$(GD_TREE)/gd_gd2.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_gd2.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_gd2.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_gd2.Tpo $(DEPDIR)/gd_gd2.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_gd2.c' object='gd_gd2.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_gd2.obj -MD -MP -MF $(DEPDIR)/gd_gd2.Tpo -c -o gd_gd2.obj `if test -f '$(GD_TREE)/gd_gd2.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_gd2.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_gd2.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_gd2.Tpo $(DEPDIR)/gd_gd2.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_gd2.c' object='gd_gd2.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_gd2.obj `if test -f '$(GD_TREE)/gd_gd2.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_gd2.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_gd2.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_gd2.obj `if test -f '$(GD_TREE)/gd_gd2.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_gd2.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_gd2.c'; fi` gd_gif_in.o: $(GD_TREE)/gd_gif_in.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_gif_in.o -MD -MP -MF $(DEPDIR)/gd_gif_in.Tpo -c -o gd_gif_in.o `test -f '$(GD_TREE)/gd_gif_in.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_gif_in.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_gif_in.Tpo $(DEPDIR)/gd_gif_in.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_gif_in.c' object='gd_gif_in.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_gif_in.o -MD -MP -MF $(DEPDIR)/gd_gif_in.Tpo -c -o gd_gif_in.o `test -f '$(GD_TREE)/gd_gif_in.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_gif_in.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_gif_in.Tpo $(DEPDIR)/gd_gif_in.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_gif_in.c' object='gd_gif_in.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_gif_in.o `test -f '$(GD_TREE)/gd_gif_in.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_gif_in.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_gif_in.o `test -f '$(GD_TREE)/gd_gif_in.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_gif_in.c gd_gif_in.obj: $(GD_TREE)/gd_gif_in.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_gif_in.obj -MD -MP -MF $(DEPDIR)/gd_gif_in.Tpo -c -o gd_gif_in.obj `if test -f '$(GD_TREE)/gd_gif_in.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_gif_in.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_gif_in.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_gif_in.Tpo $(DEPDIR)/gd_gif_in.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_gif_in.c' object='gd_gif_in.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_gif_in.obj -MD -MP -MF $(DEPDIR)/gd_gif_in.Tpo -c -o gd_gif_in.obj `if test -f '$(GD_TREE)/gd_gif_in.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_gif_in.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_gif_in.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_gif_in.Tpo $(DEPDIR)/gd_gif_in.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_gif_in.c' object='gd_gif_in.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_gif_in.obj `if test -f '$(GD_TREE)/gd_gif_in.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_gif_in.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_gif_in.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_gif_in.obj `if test -f '$(GD_TREE)/gd_gif_in.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_gif_in.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_gif_in.c'; fi` gd_gif_out.o: $(GD_TREE)/gd_gif_out.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_gif_out.o -MD -MP -MF $(DEPDIR)/gd_gif_out.Tpo -c -o gd_gif_out.o `test -f '$(GD_TREE)/gd_gif_out.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_gif_out.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_gif_out.Tpo $(DEPDIR)/gd_gif_out.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_gif_out.c' object='gd_gif_out.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_gif_out.o -MD -MP -MF $(DEPDIR)/gd_gif_out.Tpo -c -o gd_gif_out.o `test -f '$(GD_TREE)/gd_gif_out.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_gif_out.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_gif_out.Tpo $(DEPDIR)/gd_gif_out.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_gif_out.c' object='gd_gif_out.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_gif_out.o `test -f '$(GD_TREE)/gd_gif_out.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_gif_out.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_gif_out.o `test -f '$(GD_TREE)/gd_gif_out.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_gif_out.c gd_gif_out.obj: $(GD_TREE)/gd_gif_out.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_gif_out.obj -MD -MP -MF $(DEPDIR)/gd_gif_out.Tpo -c -o gd_gif_out.obj `if test -f '$(GD_TREE)/gd_gif_out.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_gif_out.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_gif_out.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_gif_out.Tpo $(DEPDIR)/gd_gif_out.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_gif_out.c' object='gd_gif_out.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_gif_out.obj -MD -MP -MF $(DEPDIR)/gd_gif_out.Tpo -c -o gd_gif_out.obj `if test -f '$(GD_TREE)/gd_gif_out.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_gif_out.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_gif_out.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_gif_out.Tpo $(DEPDIR)/gd_gif_out.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_gif_out.c' object='gd_gif_out.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_gif_out.obj `if test -f '$(GD_TREE)/gd_gif_out.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_gif_out.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_gif_out.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_gif_out.obj `if test -f '$(GD_TREE)/gd_gif_out.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_gif_out.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_gif_out.c'; fi` gd_io.o: $(GD_TREE)/gd_io.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_io.o -MD -MP -MF $(DEPDIR)/gd_io.Tpo -c -o gd_io.o `test -f '$(GD_TREE)/gd_io.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_io.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_io.Tpo $(DEPDIR)/gd_io.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_io.c' object='gd_io.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_io.o -MD -MP -MF $(DEPDIR)/gd_io.Tpo -c -o gd_io.o `test -f '$(GD_TREE)/gd_io.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_io.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_io.Tpo $(DEPDIR)/gd_io.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_io.c' object='gd_io.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_io.o `test -f '$(GD_TREE)/gd_io.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_io.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_io.o `test -f '$(GD_TREE)/gd_io.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_io.c gd_io.obj: $(GD_TREE)/gd_io.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_io.obj -MD -MP -MF $(DEPDIR)/gd_io.Tpo -c -o gd_io.obj `if test -f '$(GD_TREE)/gd_io.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_io.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_io.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_io.Tpo $(DEPDIR)/gd_io.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_io.c' object='gd_io.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_io.obj -MD -MP -MF $(DEPDIR)/gd_io.Tpo -c -o gd_io.obj `if test -f '$(GD_TREE)/gd_io.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_io.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_io.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_io.Tpo $(DEPDIR)/gd_io.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_io.c' object='gd_io.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_io.obj `if test -f '$(GD_TREE)/gd_io.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_io.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_io.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_io.obj `if test -f '$(GD_TREE)/gd_io.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_io.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_io.c'; fi` gd_io_dp.o: $(GD_TREE)/gd_io_dp.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_io_dp.o -MD -MP -MF $(DEPDIR)/gd_io_dp.Tpo -c -o gd_io_dp.o `test -f '$(GD_TREE)/gd_io_dp.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_io_dp.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_io_dp.Tpo $(DEPDIR)/gd_io_dp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_io_dp.c' object='gd_io_dp.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_io_dp.o -MD -MP -MF $(DEPDIR)/gd_io_dp.Tpo -c -o gd_io_dp.o `test -f '$(GD_TREE)/gd_io_dp.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_io_dp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_io_dp.Tpo $(DEPDIR)/gd_io_dp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_io_dp.c' object='gd_io_dp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_io_dp.o `test -f '$(GD_TREE)/gd_io_dp.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_io_dp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_io_dp.o `test -f '$(GD_TREE)/gd_io_dp.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_io_dp.c gd_io_dp.obj: $(GD_TREE)/gd_io_dp.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_io_dp.obj -MD -MP -MF $(DEPDIR)/gd_io_dp.Tpo -c -o gd_io_dp.obj `if test -f '$(GD_TREE)/gd_io_dp.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_io_dp.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_io_dp.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_io_dp.Tpo $(DEPDIR)/gd_io_dp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_io_dp.c' object='gd_io_dp.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_io_dp.obj -MD -MP -MF $(DEPDIR)/gd_io_dp.Tpo -c -o gd_io_dp.obj `if test -f '$(GD_TREE)/gd_io_dp.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_io_dp.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_io_dp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_io_dp.Tpo $(DEPDIR)/gd_io_dp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_io_dp.c' object='gd_io_dp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_io_dp.obj `if test -f '$(GD_TREE)/gd_io_dp.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_io_dp.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_io_dp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_io_dp.obj `if test -f '$(GD_TREE)/gd_io_dp.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_io_dp.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_io_dp.c'; fi` gd_io_file.o: $(GD_TREE)/gd_io_file.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_io_file.o -MD -MP -MF $(DEPDIR)/gd_io_file.Tpo -c -o gd_io_file.o `test -f '$(GD_TREE)/gd_io_file.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_io_file.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_io_file.Tpo $(DEPDIR)/gd_io_file.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_io_file.c' object='gd_io_file.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_io_file.o -MD -MP -MF $(DEPDIR)/gd_io_file.Tpo -c -o gd_io_file.o `test -f '$(GD_TREE)/gd_io_file.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_io_file.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_io_file.Tpo $(DEPDIR)/gd_io_file.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_io_file.c' object='gd_io_file.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_io_file.o `test -f '$(GD_TREE)/gd_io_file.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_io_file.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_io_file.o `test -f '$(GD_TREE)/gd_io_file.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_io_file.c gd_io_file.obj: $(GD_TREE)/gd_io_file.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_io_file.obj -MD -MP -MF $(DEPDIR)/gd_io_file.Tpo -c -o gd_io_file.obj `if test -f '$(GD_TREE)/gd_io_file.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_io_file.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_io_file.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_io_file.Tpo $(DEPDIR)/gd_io_file.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_io_file.c' object='gd_io_file.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_io_file.obj -MD -MP -MF $(DEPDIR)/gd_io_file.Tpo -c -o gd_io_file.obj `if test -f '$(GD_TREE)/gd_io_file.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_io_file.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_io_file.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_io_file.Tpo $(DEPDIR)/gd_io_file.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_io_file.c' object='gd_io_file.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_io_file.obj `if test -f '$(GD_TREE)/gd_io_file.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_io_file.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_io_file.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_io_file.obj `if test -f '$(GD_TREE)/gd_io_file.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_io_file.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_io_file.c'; fi` gd_io_ss.o: $(GD_TREE)/gd_io_ss.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_io_ss.o -MD -MP -MF $(DEPDIR)/gd_io_ss.Tpo -c -o gd_io_ss.o `test -f '$(GD_TREE)/gd_io_ss.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_io_ss.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_io_ss.Tpo $(DEPDIR)/gd_io_ss.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_io_ss.c' object='gd_io_ss.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_io_ss.o -MD -MP -MF $(DEPDIR)/gd_io_ss.Tpo -c -o gd_io_ss.o `test -f '$(GD_TREE)/gd_io_ss.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_io_ss.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_io_ss.Tpo $(DEPDIR)/gd_io_ss.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_io_ss.c' object='gd_io_ss.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_io_ss.o `test -f '$(GD_TREE)/gd_io_ss.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_io_ss.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_io_ss.o `test -f '$(GD_TREE)/gd_io_ss.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_io_ss.c gd_io_ss.obj: $(GD_TREE)/gd_io_ss.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_io_ss.obj -MD -MP -MF $(DEPDIR)/gd_io_ss.Tpo -c -o gd_io_ss.obj `if test -f '$(GD_TREE)/gd_io_ss.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_io_ss.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_io_ss.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_io_ss.Tpo $(DEPDIR)/gd_io_ss.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_io_ss.c' object='gd_io_ss.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_io_ss.obj -MD -MP -MF $(DEPDIR)/gd_io_ss.Tpo -c -o gd_io_ss.obj `if test -f '$(GD_TREE)/gd_io_ss.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_io_ss.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_io_ss.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_io_ss.Tpo $(DEPDIR)/gd_io_ss.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_io_ss.c' object='gd_io_ss.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_io_ss.obj `if test -f '$(GD_TREE)/gd_io_ss.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_io_ss.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_io_ss.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_io_ss.obj `if test -f '$(GD_TREE)/gd_io_ss.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_io_ss.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_io_ss.c'; fi` gd_jpeg.o: $(GD_TREE)/gd_jpeg.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_jpeg.o -MD -MP -MF $(DEPDIR)/gd_jpeg.Tpo -c -o gd_jpeg.o `test -f '$(GD_TREE)/gd_jpeg.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_jpeg.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_jpeg.Tpo $(DEPDIR)/gd_jpeg.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_jpeg.c' object='gd_jpeg.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_jpeg.o -MD -MP -MF $(DEPDIR)/gd_jpeg.Tpo -c -o gd_jpeg.o `test -f '$(GD_TREE)/gd_jpeg.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_jpeg.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_jpeg.Tpo $(DEPDIR)/gd_jpeg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_jpeg.c' object='gd_jpeg.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_jpeg.o `test -f '$(GD_TREE)/gd_jpeg.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_jpeg.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_jpeg.o `test -f '$(GD_TREE)/gd_jpeg.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_jpeg.c gd_jpeg.obj: $(GD_TREE)/gd_jpeg.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_jpeg.obj -MD -MP -MF $(DEPDIR)/gd_jpeg.Tpo -c -o gd_jpeg.obj `if test -f '$(GD_TREE)/gd_jpeg.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_jpeg.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_jpeg.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_jpeg.Tpo $(DEPDIR)/gd_jpeg.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_jpeg.c' object='gd_jpeg.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_jpeg.obj -MD -MP -MF $(DEPDIR)/gd_jpeg.Tpo -c -o gd_jpeg.obj `if test -f '$(GD_TREE)/gd_jpeg.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_jpeg.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_jpeg.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_jpeg.Tpo $(DEPDIR)/gd_jpeg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_jpeg.c' object='gd_jpeg.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_jpeg.obj `if test -f '$(GD_TREE)/gd_jpeg.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_jpeg.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_jpeg.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_jpeg.obj `if test -f '$(GD_TREE)/gd_jpeg.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_jpeg.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_jpeg.c'; fi` gd_png.o: $(GD_TREE)/gd_png.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_png.o -MD -MP -MF $(DEPDIR)/gd_png.Tpo -c -o gd_png.o `test -f '$(GD_TREE)/gd_png.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_png.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_png.Tpo $(DEPDIR)/gd_png.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_png.c' object='gd_png.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_png.o -MD -MP -MF $(DEPDIR)/gd_png.Tpo -c -o gd_png.o `test -f '$(GD_TREE)/gd_png.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_png.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_png.Tpo $(DEPDIR)/gd_png.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_png.c' object='gd_png.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_png.o `test -f '$(GD_TREE)/gd_png.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_png.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_png.o `test -f '$(GD_TREE)/gd_png.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_png.c gd_png.obj: $(GD_TREE)/gd_png.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_png.obj -MD -MP -MF $(DEPDIR)/gd_png.Tpo -c -o gd_png.obj `if test -f '$(GD_TREE)/gd_png.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_png.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_png.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_png.Tpo $(DEPDIR)/gd_png.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_png.c' object='gd_png.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_png.obj -MD -MP -MF $(DEPDIR)/gd_png.Tpo -c -o gd_png.obj `if test -f '$(GD_TREE)/gd_png.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_png.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_png.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_png.Tpo $(DEPDIR)/gd_png.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_png.c' object='gd_png.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_png.obj `if test -f '$(GD_TREE)/gd_png.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_png.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_png.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_png.obj `if test -f '$(GD_TREE)/gd_png.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_png.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_png.c'; fi` gd_security.o: $(GD_TREE)/gd_security.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_security.o -MD -MP -MF $(DEPDIR)/gd_security.Tpo -c -o gd_security.o `test -f '$(GD_TREE)/gd_security.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_security.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_security.Tpo $(DEPDIR)/gd_security.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_security.c' object='gd_security.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_security.o -MD -MP -MF $(DEPDIR)/gd_security.Tpo -c -o gd_security.o `test -f '$(GD_TREE)/gd_security.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_security.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_security.Tpo $(DEPDIR)/gd_security.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_security.c' object='gd_security.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_security.o `test -f '$(GD_TREE)/gd_security.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_security.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_security.o `test -f '$(GD_TREE)/gd_security.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_security.c gd_security.obj: $(GD_TREE)/gd_security.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_security.obj -MD -MP -MF $(DEPDIR)/gd_security.Tpo -c -o gd_security.obj `if test -f '$(GD_TREE)/gd_security.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_security.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_security.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_security.Tpo $(DEPDIR)/gd_security.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_security.c' object='gd_security.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_security.obj -MD -MP -MF $(DEPDIR)/gd_security.Tpo -c -o gd_security.obj `if test -f '$(GD_TREE)/gd_security.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_security.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_security.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_security.Tpo $(DEPDIR)/gd_security.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_security.c' object='gd_security.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_security.obj `if test -f '$(GD_TREE)/gd_security.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_security.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_security.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_security.obj `if test -f '$(GD_TREE)/gd_security.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_security.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_security.c'; fi` gd_ss.o: $(GD_TREE)/gd_ss.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_ss.o -MD -MP -MF $(DEPDIR)/gd_ss.Tpo -c -o gd_ss.o `test -f '$(GD_TREE)/gd_ss.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_ss.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_ss.Tpo $(DEPDIR)/gd_ss.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_ss.c' object='gd_ss.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_ss.o -MD -MP -MF $(DEPDIR)/gd_ss.Tpo -c -o gd_ss.o `test -f '$(GD_TREE)/gd_ss.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_ss.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_ss.Tpo $(DEPDIR)/gd_ss.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_ss.c' object='gd_ss.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_ss.o `test -f '$(GD_TREE)/gd_ss.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_ss.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_ss.o `test -f '$(GD_TREE)/gd_ss.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_ss.c gd_ss.obj: $(GD_TREE)/gd_ss.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_ss.obj -MD -MP -MF $(DEPDIR)/gd_ss.Tpo -c -o gd_ss.obj `if test -f '$(GD_TREE)/gd_ss.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_ss.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_ss.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_ss.Tpo $(DEPDIR)/gd_ss.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_ss.c' object='gd_ss.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_ss.obj -MD -MP -MF $(DEPDIR)/gd_ss.Tpo -c -o gd_ss.obj `if test -f '$(GD_TREE)/gd_ss.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_ss.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_ss.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_ss.Tpo $(DEPDIR)/gd_ss.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_ss.c' object='gd_ss.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_ss.obj `if test -f '$(GD_TREE)/gd_ss.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_ss.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_ss.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_ss.obj `if test -f '$(GD_TREE)/gd_ss.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_ss.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_ss.c'; fi` gd_topal.o: $(GD_TREE)/gd_topal.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_topal.o -MD -MP -MF $(DEPDIR)/gd_topal.Tpo -c -o gd_topal.o `test -f '$(GD_TREE)/gd_topal.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_topal.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_topal.Tpo $(DEPDIR)/gd_topal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_topal.c' object='gd_topal.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_topal.o -MD -MP -MF $(DEPDIR)/gd_topal.Tpo -c -o gd_topal.o `test -f '$(GD_TREE)/gd_topal.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_topal.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_topal.Tpo $(DEPDIR)/gd_topal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_topal.c' object='gd_topal.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_topal.o `test -f '$(GD_TREE)/gd_topal.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_topal.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_topal.o `test -f '$(GD_TREE)/gd_topal.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_topal.c gd_topal.obj: $(GD_TREE)/gd_topal.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_topal.obj -MD -MP -MF $(DEPDIR)/gd_topal.Tpo -c -o gd_topal.obj `if test -f '$(GD_TREE)/gd_topal.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_topal.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_topal.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_topal.Tpo $(DEPDIR)/gd_topal.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_topal.c' object='gd_topal.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_topal.obj -MD -MP -MF $(DEPDIR)/gd_topal.Tpo -c -o gd_topal.obj `if test -f '$(GD_TREE)/gd_topal.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_topal.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_topal.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_topal.Tpo $(DEPDIR)/gd_topal.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_topal.c' object='gd_topal.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_topal.obj `if test -f '$(GD_TREE)/gd_topal.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_topal.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_topal.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_topal.obj `if test -f '$(GD_TREE)/gd_topal.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_topal.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_topal.c'; fi` gd_wbmp.o: $(GD_TREE)/gd_wbmp.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_wbmp.o -MD -MP -MF $(DEPDIR)/gd_wbmp.Tpo -c -o gd_wbmp.o `test -f '$(GD_TREE)/gd_wbmp.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_wbmp.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_wbmp.Tpo $(DEPDIR)/gd_wbmp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_wbmp.c' object='gd_wbmp.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_wbmp.o -MD -MP -MF $(DEPDIR)/gd_wbmp.Tpo -c -o gd_wbmp.o `test -f '$(GD_TREE)/gd_wbmp.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_wbmp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_wbmp.Tpo $(DEPDIR)/gd_wbmp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_wbmp.c' object='gd_wbmp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_wbmp.o `test -f '$(GD_TREE)/gd_wbmp.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_wbmp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_wbmp.o `test -f '$(GD_TREE)/gd_wbmp.c' || echo '$(srcdir)/'`$(GD_TREE)/gd_wbmp.c gd_wbmp.obj: $(GD_TREE)/gd_wbmp.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_wbmp.obj -MD -MP -MF $(DEPDIR)/gd_wbmp.Tpo -c -o gd_wbmp.obj `if test -f '$(GD_TREE)/gd_wbmp.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_wbmp.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_wbmp.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gd_wbmp.Tpo $(DEPDIR)/gd_wbmp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gd_wbmp.c' object='gd_wbmp.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gd_wbmp.obj -MD -MP -MF $(DEPDIR)/gd_wbmp.Tpo -c -o gd_wbmp.obj `if test -f '$(GD_TREE)/gd_wbmp.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_wbmp.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_wbmp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gd_wbmp.Tpo $(DEPDIR)/gd_wbmp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gd_wbmp.c' object='gd_wbmp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_wbmp.obj `if test -f '$(GD_TREE)/gd_wbmp.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_wbmp.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_wbmp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gd_wbmp.obj `if test -f '$(GD_TREE)/gd_wbmp.c'; then $(CYGPATH_W) '$(GD_TREE)/gd_wbmp.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gd_wbmp.c'; fi` gdcache.o: $(GD_TREE)/gdcache.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdcache.o -MD -MP -MF $(DEPDIR)/gdcache.Tpo -c -o gdcache.o `test -f '$(GD_TREE)/gdcache.c' || echo '$(srcdir)/'`$(GD_TREE)/gdcache.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gdcache.Tpo $(DEPDIR)/gdcache.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gdcache.c' object='gdcache.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdcache.o -MD -MP -MF $(DEPDIR)/gdcache.Tpo -c -o gdcache.o `test -f '$(GD_TREE)/gdcache.c' || echo '$(srcdir)/'`$(GD_TREE)/gdcache.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gdcache.Tpo $(DEPDIR)/gdcache.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gdcache.c' object='gdcache.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdcache.o `test -f '$(GD_TREE)/gdcache.c' || echo '$(srcdir)/'`$(GD_TREE)/gdcache.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdcache.o `test -f '$(GD_TREE)/gdcache.c' || echo '$(srcdir)/'`$(GD_TREE)/gdcache.c gdcache.obj: $(GD_TREE)/gdcache.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdcache.obj -MD -MP -MF $(DEPDIR)/gdcache.Tpo -c -o gdcache.obj `if test -f '$(GD_TREE)/gdcache.c'; then $(CYGPATH_W) '$(GD_TREE)/gdcache.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdcache.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gdcache.Tpo $(DEPDIR)/gdcache.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gdcache.c' object='gdcache.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdcache.obj -MD -MP -MF $(DEPDIR)/gdcache.Tpo -c -o gdcache.obj `if test -f '$(GD_TREE)/gdcache.c'; then $(CYGPATH_W) '$(GD_TREE)/gdcache.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdcache.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gdcache.Tpo $(DEPDIR)/gdcache.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gdcache.c' object='gdcache.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdcache.obj `if test -f '$(GD_TREE)/gdcache.c'; then $(CYGPATH_W) '$(GD_TREE)/gdcache.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdcache.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdcache.obj `if test -f '$(GD_TREE)/gdcache.c'; then $(CYGPATH_W) '$(GD_TREE)/gdcache.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdcache.c'; fi` gdfontg.o: $(GD_TREE)/gdfontg.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdfontg.o -MD -MP -MF $(DEPDIR)/gdfontg.Tpo -c -o gdfontg.o `test -f '$(GD_TREE)/gdfontg.c' || echo '$(srcdir)/'`$(GD_TREE)/gdfontg.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gdfontg.Tpo $(DEPDIR)/gdfontg.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gdfontg.c' object='gdfontg.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdfontg.o -MD -MP -MF $(DEPDIR)/gdfontg.Tpo -c -o gdfontg.o `test -f '$(GD_TREE)/gdfontg.c' || echo '$(srcdir)/'`$(GD_TREE)/gdfontg.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gdfontg.Tpo $(DEPDIR)/gdfontg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gdfontg.c' object='gdfontg.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdfontg.o `test -f '$(GD_TREE)/gdfontg.c' || echo '$(srcdir)/'`$(GD_TREE)/gdfontg.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdfontg.o `test -f '$(GD_TREE)/gdfontg.c' || echo '$(srcdir)/'`$(GD_TREE)/gdfontg.c gdfontg.obj: $(GD_TREE)/gdfontg.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdfontg.obj -MD -MP -MF $(DEPDIR)/gdfontg.Tpo -c -o gdfontg.obj `if test -f '$(GD_TREE)/gdfontg.c'; then $(CYGPATH_W) '$(GD_TREE)/gdfontg.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdfontg.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gdfontg.Tpo $(DEPDIR)/gdfontg.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gdfontg.c' object='gdfontg.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdfontg.obj -MD -MP -MF $(DEPDIR)/gdfontg.Tpo -c -o gdfontg.obj `if test -f '$(GD_TREE)/gdfontg.c'; then $(CYGPATH_W) '$(GD_TREE)/gdfontg.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdfontg.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gdfontg.Tpo $(DEPDIR)/gdfontg.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gdfontg.c' object='gdfontg.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdfontg.obj `if test -f '$(GD_TREE)/gdfontg.c'; then $(CYGPATH_W) '$(GD_TREE)/gdfontg.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdfontg.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdfontg.obj `if test -f '$(GD_TREE)/gdfontg.c'; then $(CYGPATH_W) '$(GD_TREE)/gdfontg.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdfontg.c'; fi` gdfontl.o: $(GD_TREE)/gdfontl.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdfontl.o -MD -MP -MF $(DEPDIR)/gdfontl.Tpo -c -o gdfontl.o `test -f '$(GD_TREE)/gdfontl.c' || echo '$(srcdir)/'`$(GD_TREE)/gdfontl.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gdfontl.Tpo $(DEPDIR)/gdfontl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gdfontl.c' object='gdfontl.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdfontl.o -MD -MP -MF $(DEPDIR)/gdfontl.Tpo -c -o gdfontl.o `test -f '$(GD_TREE)/gdfontl.c' || echo '$(srcdir)/'`$(GD_TREE)/gdfontl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gdfontl.Tpo $(DEPDIR)/gdfontl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gdfontl.c' object='gdfontl.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdfontl.o `test -f '$(GD_TREE)/gdfontl.c' || echo '$(srcdir)/'`$(GD_TREE)/gdfontl.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdfontl.o `test -f '$(GD_TREE)/gdfontl.c' || echo '$(srcdir)/'`$(GD_TREE)/gdfontl.c gdfontl.obj: $(GD_TREE)/gdfontl.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdfontl.obj -MD -MP -MF $(DEPDIR)/gdfontl.Tpo -c -o gdfontl.obj `if test -f '$(GD_TREE)/gdfontl.c'; then $(CYGPATH_W) '$(GD_TREE)/gdfontl.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdfontl.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gdfontl.Tpo $(DEPDIR)/gdfontl.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gdfontl.c' object='gdfontl.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdfontl.obj -MD -MP -MF $(DEPDIR)/gdfontl.Tpo -c -o gdfontl.obj `if test -f '$(GD_TREE)/gdfontl.c'; then $(CYGPATH_W) '$(GD_TREE)/gdfontl.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdfontl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gdfontl.Tpo $(DEPDIR)/gdfontl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gdfontl.c' object='gdfontl.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdfontl.obj `if test -f '$(GD_TREE)/gdfontl.c'; then $(CYGPATH_W) '$(GD_TREE)/gdfontl.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdfontl.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdfontl.obj `if test -f '$(GD_TREE)/gdfontl.c'; then $(CYGPATH_W) '$(GD_TREE)/gdfontl.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdfontl.c'; fi` gdfontmb.o: $(GD_TREE)/gdfontmb.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdfontmb.o -MD -MP -MF $(DEPDIR)/gdfontmb.Tpo -c -o gdfontmb.o `test -f '$(GD_TREE)/gdfontmb.c' || echo '$(srcdir)/'`$(GD_TREE)/gdfontmb.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gdfontmb.Tpo $(DEPDIR)/gdfontmb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gdfontmb.c' object='gdfontmb.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdfontmb.o -MD -MP -MF $(DEPDIR)/gdfontmb.Tpo -c -o gdfontmb.o `test -f '$(GD_TREE)/gdfontmb.c' || echo '$(srcdir)/'`$(GD_TREE)/gdfontmb.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gdfontmb.Tpo $(DEPDIR)/gdfontmb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gdfontmb.c' object='gdfontmb.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdfontmb.o `test -f '$(GD_TREE)/gdfontmb.c' || echo '$(srcdir)/'`$(GD_TREE)/gdfontmb.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdfontmb.o `test -f '$(GD_TREE)/gdfontmb.c' || echo '$(srcdir)/'`$(GD_TREE)/gdfontmb.c gdfontmb.obj: $(GD_TREE)/gdfontmb.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdfontmb.obj -MD -MP -MF $(DEPDIR)/gdfontmb.Tpo -c -o gdfontmb.obj `if test -f '$(GD_TREE)/gdfontmb.c'; then $(CYGPATH_W) '$(GD_TREE)/gdfontmb.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdfontmb.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gdfontmb.Tpo $(DEPDIR)/gdfontmb.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gdfontmb.c' object='gdfontmb.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdfontmb.obj -MD -MP -MF $(DEPDIR)/gdfontmb.Tpo -c -o gdfontmb.obj `if test -f '$(GD_TREE)/gdfontmb.c'; then $(CYGPATH_W) '$(GD_TREE)/gdfontmb.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdfontmb.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gdfontmb.Tpo $(DEPDIR)/gdfontmb.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gdfontmb.c' object='gdfontmb.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdfontmb.obj `if test -f '$(GD_TREE)/gdfontmb.c'; then $(CYGPATH_W) '$(GD_TREE)/gdfontmb.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdfontmb.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdfontmb.obj `if test -f '$(GD_TREE)/gdfontmb.c'; then $(CYGPATH_W) '$(GD_TREE)/gdfontmb.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdfontmb.c'; fi` gdfonts.o: $(GD_TREE)/gdfonts.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdfonts.o -MD -MP -MF $(DEPDIR)/gdfonts.Tpo -c -o gdfonts.o `test -f '$(GD_TREE)/gdfonts.c' || echo '$(srcdir)/'`$(GD_TREE)/gdfonts.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gdfonts.Tpo $(DEPDIR)/gdfonts.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gdfonts.c' object='gdfonts.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdfonts.o -MD -MP -MF $(DEPDIR)/gdfonts.Tpo -c -o gdfonts.o `test -f '$(GD_TREE)/gdfonts.c' || echo '$(srcdir)/'`$(GD_TREE)/gdfonts.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gdfonts.Tpo $(DEPDIR)/gdfonts.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gdfonts.c' object='gdfonts.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdfonts.o `test -f '$(GD_TREE)/gdfonts.c' || echo '$(srcdir)/'`$(GD_TREE)/gdfonts.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdfonts.o `test -f '$(GD_TREE)/gdfonts.c' || echo '$(srcdir)/'`$(GD_TREE)/gdfonts.c gdfonts.obj: $(GD_TREE)/gdfonts.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdfonts.obj -MD -MP -MF $(DEPDIR)/gdfonts.Tpo -c -o gdfonts.obj `if test -f '$(GD_TREE)/gdfonts.c'; then $(CYGPATH_W) '$(GD_TREE)/gdfonts.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdfonts.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gdfonts.Tpo $(DEPDIR)/gdfonts.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gdfonts.c' object='gdfonts.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdfonts.obj -MD -MP -MF $(DEPDIR)/gdfonts.Tpo -c -o gdfonts.obj `if test -f '$(GD_TREE)/gdfonts.c'; then $(CYGPATH_W) '$(GD_TREE)/gdfonts.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdfonts.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gdfonts.Tpo $(DEPDIR)/gdfonts.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gdfonts.c' object='gdfonts.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdfonts.obj `if test -f '$(GD_TREE)/gdfonts.c'; then $(CYGPATH_W) '$(GD_TREE)/gdfonts.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdfonts.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdfonts.obj `if test -f '$(GD_TREE)/gdfonts.c'; then $(CYGPATH_W) '$(GD_TREE)/gdfonts.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdfonts.c'; fi` gdfontt.o: $(GD_TREE)/gdfontt.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdfontt.o -MD -MP -MF $(DEPDIR)/gdfontt.Tpo -c -o gdfontt.o `test -f '$(GD_TREE)/gdfontt.c' || echo '$(srcdir)/'`$(GD_TREE)/gdfontt.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gdfontt.Tpo $(DEPDIR)/gdfontt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gdfontt.c' object='gdfontt.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdfontt.o -MD -MP -MF $(DEPDIR)/gdfontt.Tpo -c -o gdfontt.o `test -f '$(GD_TREE)/gdfontt.c' || echo '$(srcdir)/'`$(GD_TREE)/gdfontt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gdfontt.Tpo $(DEPDIR)/gdfontt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gdfontt.c' object='gdfontt.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdfontt.o `test -f '$(GD_TREE)/gdfontt.c' || echo '$(srcdir)/'`$(GD_TREE)/gdfontt.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdfontt.o `test -f '$(GD_TREE)/gdfontt.c' || echo '$(srcdir)/'`$(GD_TREE)/gdfontt.c gdfontt.obj: $(GD_TREE)/gdfontt.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdfontt.obj -MD -MP -MF $(DEPDIR)/gdfontt.Tpo -c -o gdfontt.obj `if test -f '$(GD_TREE)/gdfontt.c'; then $(CYGPATH_W) '$(GD_TREE)/gdfontt.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdfontt.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gdfontt.Tpo $(DEPDIR)/gdfontt.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gdfontt.c' object='gdfontt.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdfontt.obj -MD -MP -MF $(DEPDIR)/gdfontt.Tpo -c -o gdfontt.obj `if test -f '$(GD_TREE)/gdfontt.c'; then $(CYGPATH_W) '$(GD_TREE)/gdfontt.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdfontt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gdfontt.Tpo $(DEPDIR)/gdfontt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gdfontt.c' object='gdfontt.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdfontt.obj `if test -f '$(GD_TREE)/gdfontt.c'; then $(CYGPATH_W) '$(GD_TREE)/gdfontt.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdfontt.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdfontt.obj `if test -f '$(GD_TREE)/gdfontt.c'; then $(CYGPATH_W) '$(GD_TREE)/gdfontt.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdfontt.c'; fi` gdft.o: $(GD_TREE)/gdft.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdft.o -MD -MP -MF $(DEPDIR)/gdft.Tpo -c -o gdft.o `test -f '$(GD_TREE)/gdft.c' || echo '$(srcdir)/'`$(GD_TREE)/gdft.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gdft.Tpo $(DEPDIR)/gdft.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gdft.c' object='gdft.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdft.o -MD -MP -MF $(DEPDIR)/gdft.Tpo -c -o gdft.o `test -f '$(GD_TREE)/gdft.c' || echo '$(srcdir)/'`$(GD_TREE)/gdft.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gdft.Tpo $(DEPDIR)/gdft.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gdft.c' object='gdft.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdft.o `test -f '$(GD_TREE)/gdft.c' || echo '$(srcdir)/'`$(GD_TREE)/gdft.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdft.o `test -f '$(GD_TREE)/gdft.c' || echo '$(srcdir)/'`$(GD_TREE)/gdft.c gdft.obj: $(GD_TREE)/gdft.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdft.obj -MD -MP -MF $(DEPDIR)/gdft.Tpo -c -o gdft.obj `if test -f '$(GD_TREE)/gdft.c'; then $(CYGPATH_W) '$(GD_TREE)/gdft.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdft.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gdft.Tpo $(DEPDIR)/gdft.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gdft.c' object='gdft.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdft.obj -MD -MP -MF $(DEPDIR)/gdft.Tpo -c -o gdft.obj `if test -f '$(GD_TREE)/gdft.c'; then $(CYGPATH_W) '$(GD_TREE)/gdft.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdft.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gdft.Tpo $(DEPDIR)/gdft.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gdft.c' object='gdft.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdft.obj `if test -f '$(GD_TREE)/gdft.c'; then $(CYGPATH_W) '$(GD_TREE)/gdft.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdft.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdft.obj `if test -f '$(GD_TREE)/gdft.c'; then $(CYGPATH_W) '$(GD_TREE)/gdft.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdft.c'; fi` gdfx.o: $(GD_TREE)/gdfx.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdfx.o -MD -MP -MF $(DEPDIR)/gdfx.Tpo -c -o gdfx.o `test -f '$(GD_TREE)/gdfx.c' || echo '$(srcdir)/'`$(GD_TREE)/gdfx.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gdfx.Tpo $(DEPDIR)/gdfx.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gdfx.c' object='gdfx.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdfx.o -MD -MP -MF $(DEPDIR)/gdfx.Tpo -c -o gdfx.o `test -f '$(GD_TREE)/gdfx.c' || echo '$(srcdir)/'`$(GD_TREE)/gdfx.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gdfx.Tpo $(DEPDIR)/gdfx.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gdfx.c' object='gdfx.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdfx.o `test -f '$(GD_TREE)/gdfx.c' || echo '$(srcdir)/'`$(GD_TREE)/gdfx.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdfx.o `test -f '$(GD_TREE)/gdfx.c' || echo '$(srcdir)/'`$(GD_TREE)/gdfx.c gdfx.obj: $(GD_TREE)/gdfx.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdfx.obj -MD -MP -MF $(DEPDIR)/gdfx.Tpo -c -o gdfx.obj `if test -f '$(GD_TREE)/gdfx.c'; then $(CYGPATH_W) '$(GD_TREE)/gdfx.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdfx.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gdfx.Tpo $(DEPDIR)/gdfx.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gdfx.c' object='gdfx.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdfx.obj -MD -MP -MF $(DEPDIR)/gdfx.Tpo -c -o gdfx.obj `if test -f '$(GD_TREE)/gdfx.c'; then $(CYGPATH_W) '$(GD_TREE)/gdfx.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdfx.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gdfx.Tpo $(DEPDIR)/gdfx.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gdfx.c' object='gdfx.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdfx.obj `if test -f '$(GD_TREE)/gdfx.c'; then $(CYGPATH_W) '$(GD_TREE)/gdfx.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdfx.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdfx.obj `if test -f '$(GD_TREE)/gdfx.c'; then $(CYGPATH_W) '$(GD_TREE)/gdfx.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdfx.c'; fi` gdhelpers.o: $(GD_TREE)/gdhelpers.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdhelpers.o -MD -MP -MF $(DEPDIR)/gdhelpers.Tpo -c -o gdhelpers.o `test -f '$(GD_TREE)/gdhelpers.c' || echo '$(srcdir)/'`$(GD_TREE)/gdhelpers.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gdhelpers.Tpo $(DEPDIR)/gdhelpers.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gdhelpers.c' object='gdhelpers.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdhelpers.o -MD -MP -MF $(DEPDIR)/gdhelpers.Tpo -c -o gdhelpers.o `test -f '$(GD_TREE)/gdhelpers.c' || echo '$(srcdir)/'`$(GD_TREE)/gdhelpers.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gdhelpers.Tpo $(DEPDIR)/gdhelpers.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gdhelpers.c' object='gdhelpers.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdhelpers.o `test -f '$(GD_TREE)/gdhelpers.c' || echo '$(srcdir)/'`$(GD_TREE)/gdhelpers.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdhelpers.o `test -f '$(GD_TREE)/gdhelpers.c' || echo '$(srcdir)/'`$(GD_TREE)/gdhelpers.c gdhelpers.obj: $(GD_TREE)/gdhelpers.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdhelpers.obj -MD -MP -MF $(DEPDIR)/gdhelpers.Tpo -c -o gdhelpers.obj `if test -f '$(GD_TREE)/gdhelpers.c'; then $(CYGPATH_W) '$(GD_TREE)/gdhelpers.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdhelpers.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gdhelpers.Tpo $(DEPDIR)/gdhelpers.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gdhelpers.c' object='gdhelpers.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdhelpers.obj -MD -MP -MF $(DEPDIR)/gdhelpers.Tpo -c -o gdhelpers.obj `if test -f '$(GD_TREE)/gdhelpers.c'; then $(CYGPATH_W) '$(GD_TREE)/gdhelpers.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdhelpers.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gdhelpers.Tpo $(DEPDIR)/gdhelpers.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gdhelpers.c' object='gdhelpers.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdhelpers.obj `if test -f '$(GD_TREE)/gdhelpers.c'; then $(CYGPATH_W) '$(GD_TREE)/gdhelpers.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdhelpers.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdhelpers.obj `if test -f '$(GD_TREE)/gdhelpers.c'; then $(CYGPATH_W) '$(GD_TREE)/gdhelpers.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdhelpers.c'; fi` gdkanji.o: $(GD_TREE)/gdkanji.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdkanji.o -MD -MP -MF $(DEPDIR)/gdkanji.Tpo -c -o gdkanji.o `test -f '$(GD_TREE)/gdkanji.c' || echo '$(srcdir)/'`$(GD_TREE)/gdkanji.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gdkanji.Tpo $(DEPDIR)/gdkanji.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gdkanji.c' object='gdkanji.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdkanji.o -MD -MP -MF $(DEPDIR)/gdkanji.Tpo -c -o gdkanji.o `test -f '$(GD_TREE)/gdkanji.c' || echo '$(srcdir)/'`$(GD_TREE)/gdkanji.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gdkanji.Tpo $(DEPDIR)/gdkanji.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gdkanji.c' object='gdkanji.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdkanji.o `test -f '$(GD_TREE)/gdkanji.c' || echo '$(srcdir)/'`$(GD_TREE)/gdkanji.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdkanji.o `test -f '$(GD_TREE)/gdkanji.c' || echo '$(srcdir)/'`$(GD_TREE)/gdkanji.c gdkanji.obj: $(GD_TREE)/gdkanji.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdkanji.obj -MD -MP -MF $(DEPDIR)/gdkanji.Tpo -c -o gdkanji.obj `if test -f '$(GD_TREE)/gdkanji.c'; then $(CYGPATH_W) '$(GD_TREE)/gdkanji.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdkanji.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gdkanji.Tpo $(DEPDIR)/gdkanji.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gdkanji.c' object='gdkanji.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdkanji.obj -MD -MP -MF $(DEPDIR)/gdkanji.Tpo -c -o gdkanji.obj `if test -f '$(GD_TREE)/gdkanji.c'; then $(CYGPATH_W) '$(GD_TREE)/gdkanji.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdkanji.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gdkanji.Tpo $(DEPDIR)/gdkanji.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gdkanji.c' object='gdkanji.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdkanji.obj `if test -f '$(GD_TREE)/gdkanji.c'; then $(CYGPATH_W) '$(GD_TREE)/gdkanji.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdkanji.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdkanji.obj `if test -f '$(GD_TREE)/gdkanji.c'; then $(CYGPATH_W) '$(GD_TREE)/gdkanji.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdkanji.c'; fi` gdtables.o: $(GD_TREE)/gdtables.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtables.o -MD -MP -MF $(DEPDIR)/gdtables.Tpo -c -o gdtables.o `test -f '$(GD_TREE)/gdtables.c' || echo '$(srcdir)/'`$(GD_TREE)/gdtables.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gdtables.Tpo $(DEPDIR)/gdtables.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gdtables.c' object='gdtables.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtables.o -MD -MP -MF $(DEPDIR)/gdtables.Tpo -c -o gdtables.o `test -f '$(GD_TREE)/gdtables.c' || echo '$(srcdir)/'`$(GD_TREE)/gdtables.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gdtables.Tpo $(DEPDIR)/gdtables.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gdtables.c' object='gdtables.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtables.o `test -f '$(GD_TREE)/gdtables.c' || echo '$(srcdir)/'`$(GD_TREE)/gdtables.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtables.o `test -f '$(GD_TREE)/gdtables.c' || echo '$(srcdir)/'`$(GD_TREE)/gdtables.c gdtables.obj: $(GD_TREE)/gdtables.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtables.obj -MD -MP -MF $(DEPDIR)/gdtables.Tpo -c -o gdtables.obj `if test -f '$(GD_TREE)/gdtables.c'; then $(CYGPATH_W) '$(GD_TREE)/gdtables.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdtables.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gdtables.Tpo $(DEPDIR)/gdtables.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gdtables.c' object='gdtables.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdtables.obj -MD -MP -MF $(DEPDIR)/gdtables.Tpo -c -o gdtables.obj `if test -f '$(GD_TREE)/gdtables.c'; then $(CYGPATH_W) '$(GD_TREE)/gdtables.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdtables.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gdtables.Tpo $(DEPDIR)/gdtables.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gdtables.c' object='gdtables.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtables.obj `if test -f '$(GD_TREE)/gdtables.c'; then $(CYGPATH_W) '$(GD_TREE)/gdtables.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdtables.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdtables.obj `if test -f '$(GD_TREE)/gdtables.c'; then $(CYGPATH_W) '$(GD_TREE)/gdtables.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdtables.c'; fi` gdxpm.o: $(GD_TREE)/gdxpm.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdxpm.o -MD -MP -MF $(DEPDIR)/gdxpm.Tpo -c -o gdxpm.o `test -f '$(GD_TREE)/gdxpm.c' || echo '$(srcdir)/'`$(GD_TREE)/gdxpm.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gdxpm.Tpo $(DEPDIR)/gdxpm.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gdxpm.c' object='gdxpm.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdxpm.o -MD -MP -MF $(DEPDIR)/gdxpm.Tpo -c -o gdxpm.o `test -f '$(GD_TREE)/gdxpm.c' || echo '$(srcdir)/'`$(GD_TREE)/gdxpm.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gdxpm.Tpo $(DEPDIR)/gdxpm.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gdxpm.c' object='gdxpm.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdxpm.o `test -f '$(GD_TREE)/gdxpm.c' || echo '$(srcdir)/'`$(GD_TREE)/gdxpm.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdxpm.o `test -f '$(GD_TREE)/gdxpm.c' || echo '$(srcdir)/'`$(GD_TREE)/gdxpm.c gdxpm.obj: $(GD_TREE)/gdxpm.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdxpm.obj -MD -MP -MF $(DEPDIR)/gdxpm.Tpo -c -o gdxpm.obj `if test -f '$(GD_TREE)/gdxpm.c'; then $(CYGPATH_W) '$(GD_TREE)/gdxpm.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdxpm.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/gdxpm.Tpo $(DEPDIR)/gdxpm.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/gdxpm.c' object='gdxpm.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gdxpm.obj -MD -MP -MF $(DEPDIR)/gdxpm.Tpo -c -o gdxpm.obj `if test -f '$(GD_TREE)/gdxpm.c'; then $(CYGPATH_W) '$(GD_TREE)/gdxpm.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdxpm.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gdxpm.Tpo $(DEPDIR)/gdxpm.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/gdxpm.c' object='gdxpm.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdxpm.obj `if test -f '$(GD_TREE)/gdxpm.c'; then $(CYGPATH_W) '$(GD_TREE)/gdxpm.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdxpm.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gdxpm.obj `if test -f '$(GD_TREE)/gdxpm.c'; then $(CYGPATH_W) '$(GD_TREE)/gdxpm.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/gdxpm.c'; fi` wbmp.o: $(GD_TREE)/wbmp.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wbmp.o -MD -MP -MF $(DEPDIR)/wbmp.Tpo -c -o wbmp.o `test -f '$(GD_TREE)/wbmp.c' || echo '$(srcdir)/'`$(GD_TREE)/wbmp.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wbmp.Tpo $(DEPDIR)/wbmp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/wbmp.c' object='wbmp.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wbmp.o -MD -MP -MF $(DEPDIR)/wbmp.Tpo -c -o wbmp.o `test -f '$(GD_TREE)/wbmp.c' || echo '$(srcdir)/'`$(GD_TREE)/wbmp.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wbmp.Tpo $(DEPDIR)/wbmp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/wbmp.c' object='wbmp.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wbmp.o `test -f '$(GD_TREE)/wbmp.c' || echo '$(srcdir)/'`$(GD_TREE)/wbmp.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wbmp.o `test -f '$(GD_TREE)/wbmp.c' || echo '$(srcdir)/'`$(GD_TREE)/wbmp.c wbmp.obj: $(GD_TREE)/wbmp.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wbmp.obj -MD -MP -MF $(DEPDIR)/wbmp.Tpo -c -o wbmp.obj `if test -f '$(GD_TREE)/wbmp.c'; then $(CYGPATH_W) '$(GD_TREE)/wbmp.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/wbmp.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/wbmp.Tpo $(DEPDIR)/wbmp.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(GD_TREE)/wbmp.c' object='wbmp.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wbmp.obj -MD -MP -MF $(DEPDIR)/wbmp.Tpo -c -o wbmp.obj `if test -f '$(GD_TREE)/wbmp.c'; then $(CYGPATH_W) '$(GD_TREE)/wbmp.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/wbmp.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/wbmp.Tpo $(DEPDIR)/wbmp.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(GD_TREE)/wbmp.c' object='wbmp.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wbmp.obj `if test -f '$(GD_TREE)/wbmp.c'; then $(CYGPATH_W) '$(GD_TREE)/wbmp.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/wbmp.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wbmp.obj `if test -f '$(GD_TREE)/wbmp.c'; then $(CYGPATH_W) '$(GD_TREE)/wbmp.c'; else $(CYGPATH_W) '$(srcdir)/$(GD_TREE)/wbmp.c'; fi` mostlyclean-libtool: -rm -f *.lo diff --git a/Build/source/libs/gd/aclocal.m4 b/Build/source/libs/gd/aclocal.m4 index 596b5a08cc1..45bf2a1cad6 100644 --- a/Build/source/libs/gd/aclocal.m4 +++ b/Build/source/libs/gd/aclocal.m4 @@ -840,6 +840,66 @@ AC_CONFIG_COMMANDS_PRE( rm -f conftest.file ]) +# Copyright (C) 2009-2012 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_SILENT_RULES([DEFAULT]) +# -------------------------- +# Enable less verbose build rules; with the default set to DEFAULT +# ("yes" being less verbose, "no" or empty being verbose). +AC_DEFUN([AM_SILENT_RULES], +[AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) + # Copyright (C) 2001-2012 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -983,6 +1043,7 @@ AC_SUBST([am__untar]) m4_include([../../m4/kpse-common.m4]) m4_include([../../m4/kpse-freetype2-flags.m4]) m4_include([../../m4/kpse-libpng-flags.m4]) +m4_include([../../m4/kpse-warnings.m4]) m4_include([../../m4/kpse-zlib-flags.m4]) m4_include([../../m4/libtool.m4]) m4_include([../../m4/ltoptions.m4]) diff --git a/Build/source/libs/gd/configure b/Build/source/libs/gd/configure index 242b7639f9f..49160c389df 100755 --- a/Build/source/libs/gd/configure +++ b/Build/source/libs/gd/configure @@ -683,6 +683,7 @@ build LIBTOOL LN_S RANLIB +WARNING_CFLAGS am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE @@ -703,6 +704,10 @@ CC MAINT MAINTAINER_MODE_FALSE MAINTAINER_MODE_TRUE +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V am__untar am__tar AMTAR @@ -767,8 +772,10 @@ SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking +enable_silent_rules enable_maintainer_mode enable_dependency_tracking +enable_compiler_warnings enable_shared enable_static with_pic @@ -1409,6 +1416,8 @@ Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") --enable-maintainer-mode enable make rules and dependencies not useful (and sometimes confusing) to the casual installer @@ -1416,6 +1425,9 @@ Optional Features: do not reject slow dependency extractors --disable-dependency-tracking speeds up one-time build + --enable-compiler-warnings=[no|min|yes|max|all] + Turn on compiler warnings [default: yes if + maintainer-mode, min otherwise] --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] --enable-fast-install[=PKGS] @@ -2744,97 +2756,107 @@ else fi rmdir .tst 2>/dev/null -if test "`cd $srcdir && pwd`" != "`pwd`"; then - # Use -I$(srcdir) only when $(srcdir) != ., so that make's output - # is not polluted with repeated "-I." - am__isrc=' -I$(srcdir)' - # test to see if srcdir already configured - if test -f $srcdir/config.status; then - as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 - fi +# Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; fi -# test whether we have cygpath -if test -z "$CYGPATH_W"; then - if (cygpath --version) >/dev/null 2>/dev/null; then - CYGPATH_W='cygpath -w' - else - CYGPATH_W=echo - fi +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +$as_echo_n "checking whether $am_make supports nested variables... " >&6; } +if ${am_cv_make_support_nested_variables+:} false; then : + $as_echo_n "(cached) " >&6 +else + if $as_echo 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +$as_echo "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' +DEPDIR="${am__leading_dot}deps" -# Define the identity of the package. - PACKAGE='gd-for-tex-live' - VERSION='2.0.35' - - -cat >>confdefs.h <<_ACEOF -#define PACKAGE "$PACKAGE" -_ACEOF - - -cat >>confdefs.h <<_ACEOF -#define VERSION "$VERSION" -_ACEOF - -# Some tools Automake needs. - -ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} - - -AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} - - -AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} - - -AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} - - -MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} - -# For better backward compatibility. To be removed once Automake 1.9.x -# dies out for good. For more background, see: -# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> -# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> -mkdir_p='$(MKDIR_P)' - -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. -# Always define AMTAR for backward compatibility. Yes, it's still used -# in the wild :-( We should find a proper way to deprecate it ... -AMTAR='$${TAR-tar}' - -am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' - +ac_config_commands="$ac_config_commands depfiles" +am_make=${MAKE-make} +cat > confinc << 'END' +am__doit: + @echo this is the am__doit target +.PHONY: am__doit +END +# If we don't find an include directive, just comment out the code. +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 +$as_echo_n "checking for style of include used by $am_make... " >&6; } +am__include="#" +am__quote= +_am_result=none +# First try GNU make style include. +echo "include confinc" > confmf +# Ignore all kinds of additional output from 'make'. +case `$am_make -s -f confmf 2> /dev/null` in #( +*the\ am__doit\ target*) + am__include=include + am__quote= + _am_result=GNU + ;; +esac +# Now try BSD make style include. +if test "$am__include" = "#"; then + echo '.include "confinc"' > confmf + case `$am_make -s -f confmf 2> /dev/null` in #( + *the\ am__doit\ target*) + am__include=.include + am__quote="\"" + _am_result=BSD + ;; + esac +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 +$as_echo "$_am_result" >&6; } +rm -f confinc confmf -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 -$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } - # Check whether --enable-maintainer-mode was given. -if test "${enable_maintainer_mode+set}" = set; then : - enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval -else - USE_MAINTAINER_MODE=no +# Check whether --enable-dependency-tracking was given. +if test "${enable_dependency_tracking+set}" = set; then : + enableval=$enable_dependency_tracking; fi - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 -$as_echo "$USE_MAINTAINER_MODE" >&6; } - if test $USE_MAINTAINER_MODE = yes; then - MAINTAINER_MODE_TRUE= - MAINTAINER_MODE_FALSE='#' +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi + if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' else - MAINTAINER_MODE_TRUE='#' - MAINTAINER_MODE_FALSE= + AMDEP_TRUE='#' + AMDEP_FALSE= fi - MAINT=$MAINTAINER_MODE_TRUE - - ac_ext=c ac_cpp='$CPP $CPPFLAGS' @@ -3624,70 +3646,867 @@ ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -DEPDIR="${am__leading_dot}deps" -ac_config_commands="$ac_config_commands depfiles" +depcc="$CC" am_compiler_list= + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +$as_echo_n "checking dependency style of $depcc... " >&6; } +if ${am_cv_CC_dependencies_compiler_type+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac -am_make=${MAKE-make} -cat > confinc << 'END' -am__doit: - @echo this is the am__doit target -.PHONY: am__doit -END -# If we don't find an include directive, just comment out the code. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 -$as_echo_n "checking for style of include used by $am_make... " >&6; } -am__include="#" -am__quote= -_am_result=none -# First try GNU make style include. -echo "include confinc" > confmf -# Ignore all kinds of additional output from 'make'. -case `$am_make -s -f confmf 2> /dev/null` in #( -*the\ am__doit\ target*) - am__include=include - am__quote= - _am_result=GNU - ;; + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + + +# Check whether --enable-compiler-warnings was given. +if test "${enable_compiler_warnings+set}" = set; then : + enableval=$enable_compiler_warnings; +fi +case $enable_compiler_warnings in #( + no | min | yes | max | all) : + ;; #( + *) : + if test "x$enable_maintainer_mode" = xyes; then : + enable_compiler_warnings=yes +else + enable_compiler_warnings=min +fi ;; esac -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - case `$am_make -s -f confmf 2> /dev/null` in #( - *the\ am__doit\ target*) - am__include=.include - am__quote="\"" - _am_result=BSD + + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='gd-for-tex-live' + VERSION='2.0.35' + + +cat >>confdefs.h <<_ACEOF +#define PACKAGE "$PACKAGE" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define VERSION "$VERSION" +_ACEOF + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> +# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> +mkdir_p='$(MKDIR_P)' + +# We need awk for the "check" target. The system "awk" is bad on +# some platforms. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' + +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' + + + + + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 +$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } + # Check whether --enable-maintainer-mode was given. +if test "${enable_maintainer_mode+set}" = set; then : + enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval +else + USE_MAINTAINER_MODE=no +fi + + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 +$as_echo "$USE_MAINTAINER_MODE" >&6; } + if test $USE_MAINTAINER_MODE = yes; then + MAINTAINER_MODE_TRUE= + MAINTAINER_MODE_FALSE='#' +else + MAINTAINER_MODE_TRUE='#' + MAINTAINER_MODE_FALSE= +fi + + MAINT=$MAINTAINER_MODE_TRUE + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler accepts prototypes" >&5 +$as_echo_n "checking whether the compiler accepts prototypes... " >&6; } +if ${kb_cv_c_prototypes+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include <stdarg.h> +int +main () +{ +extern void foo(int i,...); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + kb_cv_c_prototypes=yes +else + kb_cv_c_prototypes=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kb_cv_c_prototypes" >&5 +$as_echo "$kb_cv_c_prototypes" >&6; } +if test "x$kb_cv_c_prototypes" = xno; then + as_fn_error $? "Sorry, your compiler does not understand prototypes." "$LINENO" 5 +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5 +$as_echo_n "checking what warning flags to pass to the C compiler... " >&6; } +if ${kpse_cv_warning_cflags+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "x$GCC" = xyes; then + kpse_cv_warning_cflags= +if test "x$enable_compiler_warnings" != xno; then + kpse_cv_warning_cflags="-Wimplicit -Wreturn-type" + case `$CC -dumpversion` in #( + 3.4.* | 4.*) : + kpse_cv_warning_cflags="$kpse_cv_warning_cflags -Wdeclaration-after-statement" ;; #( + *) : ;; - esac +esac + case `$CC -dumpversion` in #( + 3.[234].* | 4.*) : + kpse_cv_warning_cflags="$kpse_cv_warning_cflags -Wno-unknown-pragmas" ;; #( + *) : + ;; +esac + if test "x$enable_compiler_warnings" != xmin; then + kpse_cv_warning_cflags="-Wall -Wunused $kpse_cv_warning_cflags" + kpse_cv_warning_cflags="$kpse_cv_warning_cflags -Wmissing-prototypes -Wmissing-declarations" + if test "x$enable_compiler_warnings" != xyes; then + kpse_cv_warning_cflags="$kpse_cv_warning_cflags -Wparentheses -Wswitch -Wtrigraphs -Wpointer-arith" + kpse_cv_warning_cflags="$kpse_cv_warning_cflags -Wcast-qual -Wcast-align -Wwrite-strings" + case `$CC -dumpversion` in #( + 3.4.* | 4.*) : + kpse_cv_warning_cflags="$kpse_cv_warning_cflags -Wold-style-definition" ;; #( + *) : + ;; +esac + if test "x$enable_compiler_warnings" != xmax; then + kpse_cv_warning_cflags="$kpse_cv_warning_cflags -Wshadow" + fi + fi + fi +fi +elif test "x$enable_compiler_warnings" = xno; then + kpse_cv_warning_cflags= +else + kpse_cv_warning_cflags= # FIXME: warning flags for non-GNU C compilers fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $kpse_cv_warning_cflags" >&5 +$as_echo "$kpse_cv_warning_cflags" >&6; } +WARNING_CFLAGS=$kpse_cv_warning_cflags -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 -$as_echo "$_am_result" >&6; } -rm -f confinc confmf -# Check whether --enable-dependency-tracking was given. -if test "${enable_dependency_tracking+set}" = set; then : - enableval=$enable_dependency_tracking; + + + + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } fi -if test "x$enable_dependency_tracking" != xno; then - am_depcomp="$ac_aux_dir/depcomp" - AMDEPBACKSLASH='\' - am__nodep='_no' + fi - if test "x$enable_dependency_tracking" != xno; then - AMDEP_TRUE= - AMDEP_FALSE='#' +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CC+:} false; then : + $as_echo_n "(cached) " >&6 else - AMDEP_TRUE='#' - AMDEP_FALSE= + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $# != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +$as_echo "$CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_CC+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi + + +test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +$as_echo "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } +if ${ac_cv_c_compiler_gnu+:} false; then : + $as_echo_n "(cached) " >&6 +else + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_compiler_gnu=yes +else + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +$as_echo "$ac_cv_c_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+set} +ac_save_CFLAGS=$CFLAGS +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +$as_echo_n "checking whether $CC accepts -g... " >&6; } +if ${ac_cv_prog_cc_g+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +else + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + +else + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +$as_echo "$ac_cv_prog_cc_g" >&6; } +if test "$ac_test_CFLAGS" = set; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } +if ${ac_cv_prog_cc_c89+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include <stdarg.h> +#include <stdio.h> +struct stat; +/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ +struct buf { int x; }; +FILE * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not '\xHH' hex character constants. + These don't provoke an error unfortunately, instead are silently treated + as 'x'. The following induces an error, until -std is added to get + proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an + array size at least. It's necessary to write '\x00'==0 to get something + that's true only with -std. */ +int osf4_cc_array ['\x00' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) 'x' +int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); +int argc; +char **argv; +int +main () +{ +return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; + ; + return 0; +} +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ + -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO"; then : + ac_cv_prog_cc_c89=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC + +fi +# AC_CACHE_VAL +case "x$ac_cv_prog_cc_c89" in + x) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +$as_echo "none needed" >&6; } ;; + xno) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +$as_echo "unsupported" >&6; } ;; + *) + CC="$CC $ac_cv_prog_cc_c89" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; +esac +if test "x$ac_cv_prog_cc_c89" != xno; then : + +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 @@ -5503,7 +6322,6 @@ test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO - if test -n "$ac_tool_prefix"; then for ac_prog in ar do @@ -11967,98 +12785,6 @@ ${top_builddir}/../../libs/libpng/include/png.h: cd ${top_builddir}/../../libs/libpng && $(MAKE) $(AM_MAKEFLAGS) rebuild' fi -if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}freetype-config", so it can be a program name with args. -set dummy ${ac_tool_prefix}freetype-config; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_FT2_CONFIG+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$FT2_CONFIG"; then - ac_cv_prog_FT2_CONFIG="$FT2_CONFIG" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_prog_FT2_CONFIG="${ac_tool_prefix}freetype-config" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -FT2_CONFIG=$ac_cv_prog_FT2_CONFIG -if test -n "$FT2_CONFIG"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FT2_CONFIG" >&5 -$as_echo "$FT2_CONFIG" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -fi -if test -z "$ac_cv_prog_FT2_CONFIG"; then - ac_ct_FT2_CONFIG=$FT2_CONFIG - # Extract the first word of "freetype-config", so it can be a program name with args. -set dummy freetype-config; ac_word=$2 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 -$as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_ac_ct_FT2_CONFIG+:} false; then : - $as_echo_n "(cached) " >&6 -else - if test -n "$ac_ct_FT2_CONFIG"; then - ac_cv_prog_ac_ct_FT2_CONFIG="$ac_ct_FT2_CONFIG" # Let the user override the test. -else -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_prog_ac_ct_FT2_CONFIG="freetype-config" - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done - done -IFS=$as_save_IFS - -fi -fi -ac_ct_FT2_CONFIG=$ac_cv_prog_ac_ct_FT2_CONFIG -if test -n "$ac_ct_FT2_CONFIG"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_FT2_CONFIG" >&5 -$as_echo "$ac_ct_FT2_CONFIG" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - if test "x$ac_ct_FT2_CONFIG" = x; then - FT2_CONFIG="false" - else - case $cross_compiling:$ac_tool_warned in -yes:) -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} -ac_tool_warned=yes ;; -esac - FT2_CONFIG=$ac_ct_FT2_CONFIG - fi -else - FT2_CONFIG="$ac_cv_prog_FT2_CONFIG" -fi - ## _KPSE_USE_LIBTOOL: Generate a libtool script for use in configure tests : ${CONFIG_LT=./config.lt} { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_LT" >&5 @@ -13442,7 +14168,98 @@ if test "${with_system_freetype2+set}" = set; then : withval=$with_system_freetype2; fi if test "x$with_system_freetype2" = xyes; then - if $FT2_CONFIG --ftversion >/dev/null 2>&1; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}freetype-config", so it can be a program name with args. +set dummy ${ac_tool_prefix}freetype-config; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_FT2_CONFIG+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$FT2_CONFIG"; then + ac_cv_prog_FT2_CONFIG="$FT2_CONFIG" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_FT2_CONFIG="${ac_tool_prefix}freetype-config" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +FT2_CONFIG=$ac_cv_prog_FT2_CONFIG +if test -n "$FT2_CONFIG"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FT2_CONFIG" >&5 +$as_echo "$FT2_CONFIG" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_FT2_CONFIG"; then + ac_ct_FT2_CONFIG=$FT2_CONFIG + # Extract the first word of "freetype-config", so it can be a program name with args. +set dummy freetype-config; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_ac_ct_FT2_CONFIG+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$ac_ct_FT2_CONFIG"; then + ac_cv_prog_ac_ct_FT2_CONFIG="$ac_ct_FT2_CONFIG" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_FT2_CONFIG="freetype-config" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_FT2_CONFIG=$ac_cv_prog_ac_ct_FT2_CONFIG +if test -n "$ac_ct_FT2_CONFIG"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_FT2_CONFIG" >&5 +$as_echo "$ac_ct_FT2_CONFIG" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + if test "x$ac_ct_FT2_CONFIG" = x; then + FT2_CONFIG="false" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + FT2_CONFIG=$ac_ct_FT2_CONFIG + fi +else + FT2_CONFIG="$ac_cv_prog_FT2_CONFIG" +fi +if $FT2_CONFIG --ftversion >/dev/null 2>&1; then FREETYPE2_INCLUDES=`$FT2_CONFIG --cflags` FREETYPE2_LIBS=`$FT2_CONFIG --libs` elif test "x$need_freetype2:$with_system_freetype2" = xyes:yes; then @@ -13715,6 +14532,10 @@ if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi if test -z "${build_TRUE}" && test -z "${build_FALSE}"; then as_fn_error $? "conditional \"build\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 diff --git a/Build/source/libs/gd/configure.ac b/Build/source/libs/gd/configure.ac index 49da40fa3f1..3cf88d40444 100644 --- a/Build/source/libs/gd/configure.ac +++ b/Build/source/libs/gd/configure.ac @@ -13,8 +13,7 @@ AC_CONFIG_SRCDIR([gd-]gd_version[/gd.c]) AC_CONFIG_AUX_DIR([../../build-aux]) AC_CONFIG_MACRO_DIR([../../m4]) -AM_INIT_AUTOMAKE([foreign]) -AM_MAINTAINER_MODE +KPSE_BASIC([gd]) AC_PROG_CC AC_PROG_RANLIB diff --git a/Build/source/libs/gd/include/Makefile.in b/Build/source/libs/gd/include/Makefile.in index 54432b97cae..a3b3a84bb1e 100644 --- a/Build/source/libs/gd/include/Makefile.in +++ b/Build/source/libs/gd/include/Makefile.in @@ -56,6 +56,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \ $(top_srcdir)/../../m4/kpse-freetype2-flags.m4 \ $(top_srcdir)/../../m4/kpse-libpng-flags.m4 \ + $(top_srcdir)/../../m4/kpse-warnings.m4 \ $(top_srcdir)/../../m4/kpse-zlib-flags.m4 \ $(top_srcdir)/../../m4/libtool.m4 \ $(top_srcdir)/../../m4/ltoptions.m4 \ @@ -69,6 +70,18 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ @@ -79,6 +92,7 @@ am__can_run_installinfo = \ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ @@ -148,6 +162,7 @@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ +WARNING_CFLAGS = @WARNING_CFLAGS@ ZLIB_DEPEND = @ZLIB_DEPEND@ ZLIB_INCLUDES = @ZLIB_INCLUDES@ ZLIB_LIBS = @ZLIB_LIBS@ @@ -418,7 +433,8 @@ all-local: inst=`echo $$file | sed -e 's/^.*\///'`; \ test -f $$inst || { \ rm -f $$inst; \ - echo "$(LN_S) $$file $$inst"; \ + if $(AM_V_P); then echo "$(LN_S) $$file $$inst"; \ + else echo " INST $$inst"; fi; \ $(LN_S) $$file $$inst; } || exit 1; \ done |