diff options
Diffstat (limited to 'Build/source/texk/dvipng/Makefile.in')
-rw-r--r-- | Build/source/texk/dvipng/Makefile.in | 370 |
1 files changed, 312 insertions, 58 deletions
diff --git a/Build/source/texk/dvipng/Makefile.in b/Build/source/texk/dvipng/Makefile.in index 0e61e9008d2..36b294ffe27 100644 --- a/Build/source/texk/dvipng/Makefile.in +++ b/Build/source/texk/dvipng/Makefile.in @@ -35,11 +35,20 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ bin_PROGRAMS = dvipng$(EXEEXT) -@have_t1_TRUE@am__append_1 = t1.c -@have_ft2_TRUE@am__append_2 = ft.c sfd.c -@have_ft2_or_t1_TRUE@am__append_3 = enc.c fontmap.c tfm.c +@have_t1_TRUE@am__append_1 = \ +@have_t1_TRUE@ $(DVIPNG_TREE)/t1.c + +@have_ft2_TRUE@am__append_2 = \ +@have_ft2_TRUE@ $(DVIPNG_TREE)/ft.c \ +@have_ft2_TRUE@ $(DVIPNG_TREE)/sfd.c + +@have_ft2_or_t1_TRUE@am__append_3 = \ +@have_ft2_or_t1_TRUE@ $(DVIPNG_TREE)/enc.c \ +@have_ft2_or_t1_TRUE@ $(DVIPNG_TREE)/fontmap.c \ +@have_ft2_or_t1_TRUE@ $(DVIPNG_TREE)/tfm.c + subdir = . -DIST_COMMON = README $(am__configure_deps) \ +DIST_COMMON = $(am__configure_deps) \ $(srcdir)/../../build-aux/config.guess \ $(srcdir)/../../build-aux/config.sub \ $(srcdir)/../../build-aux/depcomp \ @@ -52,8 +61,7 @@ DIST_COMMON = README $(am__configure_deps) \ ../../build-aux/config.sub ../../build-aux/depcomp \ ../../build-aux/install-sh ../../build-aux/ltmain.sh \ ../../build-aux/missing ../../build-aux/mkinstalldirs \ - ../../build-aux/texinfo.tex ../../build-aux/ylwrap COPYING \ - COPYING.LESSER ChangeLog INSTALL + ../../build-aux/texinfo.tex ../../build-aux/ylwrap ChangeLog ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gs-device.m4 \ $(top_srcdir)/m4/makeinfo.m4 \ @@ -81,21 +89,21 @@ CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" PROGRAMS = $(bin_PROGRAMS) -am__dvipng_SOURCES_DIST = color.c commands.h draw.c dvi.c dvipng.c \ - dvipng.h font.c misc.c papersiz.c pk.c ppagelist.c set.c \ - special.c vf.c t1.c ft.c sfd.c enc.c fontmap.c tfm.c @have_t1_TRUE@am__objects_1 = t1.$(OBJEXT) @have_ft2_TRUE@am__objects_2 = ft.$(OBJEXT) sfd.$(OBJEXT) @have_ft2_or_t1_TRUE@am__objects_3 = enc.$(OBJEXT) fontmap.$(OBJEXT) \ @have_ft2_or_t1_TRUE@ tfm.$(OBJEXT) -am_dvipng_OBJECTS = color.$(OBJEXT) draw.$(OBJEXT) dvi.$(OBJEXT) \ +nodist_dvipng_OBJECTS = color.$(OBJEXT) draw.$(OBJEXT) dvi.$(OBJEXT) \ dvipng.$(OBJEXT) font.$(OBJEXT) misc.$(OBJEXT) \ papersiz.$(OBJEXT) pk.$(OBJEXT) ppagelist.$(OBJEXT) \ set.$(OBJEXT) special.$(OBJEXT) vf.$(OBJEXT) $(am__objects_1) \ $(am__objects_2) $(am__objects_3) -dvipng_OBJECTS = $(am_dvipng_OBJECTS) +dvipng_OBJECTS = $(nodist_dvipng_OBJECTS) dvipng_LDADD = $(LDADD) am__DEPENDENCIES_1 = +dvipng_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/../../build-aux/depcomp am__depfiles_maybe = depfiles @@ -109,8 +117,8 @@ CCLD = $(CC) LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ -SOURCES = $(dvipng_SOURCES) -DIST_SOURCES = $(am__dvipng_SOURCES_DIST) +SOURCES = $(nodist_dvipng_SOURCES) +DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ html-recursive info-recursive install-data-recursive \ install-dvi-recursive install-exec-recursive \ @@ -160,7 +168,7 @@ am__relativize = \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" -DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 +DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print distcleancheck_listfiles = find . -type f -print @@ -183,6 +191,7 @@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ +DVIPNG_TREE = @DVIPNG_TREE@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ @@ -207,7 +216,6 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ KPATHSEA_DEPEND = @KPATHSEA_DEPEND@ KPATHSEA_INCLUDES = @KPATHSEA_INCLUDES@ KPATHSEA_LIBS = @KPATHSEA_LIBS@ -KPSEWHICH = @KPSEWHICH@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ @@ -233,6 +241,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ POW_LIB = @POW_LIB@ @@ -304,52 +313,38 @@ top_srcdir = @top_srcdir@ #************************************************************************ # -# Part of the dvipng distribution -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this program. If not, see -# <http://www.gnu.org/licenses/>. -# +# Adapted for TeX Live from dvipng-1.12/Makefile.in # Copyright (C) 2002-2008 Jan-Åke Larsson # #************************************************************************ -# -# Adapted for TeX Live by Peter Breitenlohner <peb@mppmu.mpg.de> -# All settings here are our fault, don't blame the dvipng maintainer for it. -# -#************************************************************************ ACLOCAL_AMFLAGS = -I ../../m4 -I m4 -INCLUDES = $(KPATHSEA_INCLUDES) $(FREETYPE2_INCLUDES) $(GD_INCLUDES) \ - $(T1LIB_INCLUDES) $(LIBPNG_INCLUDES) $(ZLIB_INCLUDES) +EXTRA_DIST = $(DVIPNG_TREE) $(DVIPNG_TREE)-PATCHES dvipng.test +INCLUDES = -I$(top_srcdir)/$(DVIPNG_TREE) $(KPATHSEA_INCLUDES) \ + $(FREETYPE2_INCLUDES) $(GD_INCLUDES) $(T1LIB_INCLUDES) \ + $(LIBPNG_INCLUDES) $(ZLIB_INCLUDES) AM_CFLAGS = $(WARNING_CFLAGS) DVIPS = dvips -Ppdf TEXI2HTML = texi2html # In order that `make distcheck' succeeds, we must not attempt to rebuild # dvipng.info if dvipng.help has not changed, Thus we delegate rebuilding -# dvipng.help and dvipng.info, if necessary, to subdirectories. +# dvipng.help and dvipng.info, if necessary, to subdirectories. SUBDIRS = . help doc -dvipng_SOURCES = color.c commands.h draw.c dvi.c dvipng.c dvipng.h \ - font.c misc.c papersiz.c pk.c ppagelist.c set.c special.c vf.c \ - $(am__append_1) $(am__append_2) $(am__append_3) -dvipng_DEPENDENCIES = $(KPATHSEA_DEPEND) $(FREETYPE2_DEPEND) \ - $(GD_DEPEND) $(T1LIB_DEPEND) $(LIBPNG_DEPEND) $(ZLIB_DEPEND) +nodist_dvipng_SOURCES = $(DVIPNG_TREE)/color.c $(DVIPNG_TREE)/draw.c \ + $(DVIPNG_TREE)/dvi.c $(DVIPNG_TREE)/dvipng.c \ + $(DVIPNG_TREE)/font.c $(DVIPNG_TREE)/misc.c \ + $(DVIPNG_TREE)/papersiz.c $(DVIPNG_TREE)/pk.c \ + $(DVIPNG_TREE)/ppagelist.c $(DVIPNG_TREE)/set.c \ + $(DVIPNG_TREE)/special.c $(DVIPNG_TREE)/vf.c $(am__append_1) \ + $(am__append_2) $(am__append_3) +dvipng_dependencies = $(KPATHSEA_DEPEND) $(ZLIB_DEPEND) \ + $(LIBPNG_DEPEND) $(T1LIB_DEPEND) $(FREETYPE2_DEPEND) \ + $(GD_DEPEND) +DISTCLEANFILES = config.force LDADD = $(KPATHSEA_LIBS) $(FREETYPE2_LIBS) $(GD_LIBS) $(T1LIB_LIBS) \ $(LIBPNG_LIBS) $(ZLIB_LIBS) TESTS = dvipng.test -EXTRA_DIST = dvipng.test test_dvipng.tex ChangeLog.0 INSTALL README \ - RELEASE miktex.h miktex.mak ChangeLog.TL dvipng-1.12-patches \ - Makefile.in.orig aclocal.m4.orig configure.ac.orig +TESTS_ENVIRONMENT = DVIPNG_TREE='$(DVIPNG_TREE)' CLEANFILES = missfont.log test_dvipng.aux test_dvipng.dvi test_dvipng.log test_dvipng*.png all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive @@ -500,6 +495,258 @@ distclean-compile: @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< +color.o: $(DVIPNG_TREE)/color.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT color.o -MD -MP -MF $(DEPDIR)/color.Tpo -c -o color.o `test -f '$(DVIPNG_TREE)/color.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/color.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/color.Tpo $(DEPDIR)/color.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/color.c' object='color.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 color.o `test -f '$(DVIPNG_TREE)/color.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/color.c + +color.obj: $(DVIPNG_TREE)/color.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT color.obj -MD -MP -MF $(DEPDIR)/color.Tpo -c -o color.obj `if test -f '$(DVIPNG_TREE)/color.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/color.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/color.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/color.Tpo $(DEPDIR)/color.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/color.c' object='color.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 color.obj `if test -f '$(DVIPNG_TREE)/color.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/color.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/color.c'; fi` + +draw.o: $(DVIPNG_TREE)/draw.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT draw.o -MD -MP -MF $(DEPDIR)/draw.Tpo -c -o draw.o `test -f '$(DVIPNG_TREE)/draw.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/draw.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/draw.Tpo $(DEPDIR)/draw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/draw.c' object='draw.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 draw.o `test -f '$(DVIPNG_TREE)/draw.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/draw.c + +draw.obj: $(DVIPNG_TREE)/draw.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT draw.obj -MD -MP -MF $(DEPDIR)/draw.Tpo -c -o draw.obj `if test -f '$(DVIPNG_TREE)/draw.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/draw.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/draw.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/draw.Tpo $(DEPDIR)/draw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/draw.c' object='draw.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 draw.obj `if test -f '$(DVIPNG_TREE)/draw.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/draw.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/draw.c'; fi` + +dvi.o: $(DVIPNG_TREE)/dvi.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dvi.o -MD -MP -MF $(DEPDIR)/dvi.Tpo -c -o dvi.o `test -f '$(DVIPNG_TREE)/dvi.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/dvi.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dvi.Tpo $(DEPDIR)/dvi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/dvi.c' object='dvi.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 dvi.o `test -f '$(DVIPNG_TREE)/dvi.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/dvi.c + +dvi.obj: $(DVIPNG_TREE)/dvi.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dvi.obj -MD -MP -MF $(DEPDIR)/dvi.Tpo -c -o dvi.obj `if test -f '$(DVIPNG_TREE)/dvi.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/dvi.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/dvi.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dvi.Tpo $(DEPDIR)/dvi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/dvi.c' object='dvi.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 dvi.obj `if test -f '$(DVIPNG_TREE)/dvi.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/dvi.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/dvi.c'; fi` + +dvipng.o: $(DVIPNG_TREE)/dvipng.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dvipng.o -MD -MP -MF $(DEPDIR)/dvipng.Tpo -c -o dvipng.o `test -f '$(DVIPNG_TREE)/dvipng.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/dvipng.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dvipng.Tpo $(DEPDIR)/dvipng.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/dvipng.c' object='dvipng.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 dvipng.o `test -f '$(DVIPNG_TREE)/dvipng.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/dvipng.c + +dvipng.obj: $(DVIPNG_TREE)/dvipng.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dvipng.obj -MD -MP -MF $(DEPDIR)/dvipng.Tpo -c -o dvipng.obj `if test -f '$(DVIPNG_TREE)/dvipng.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/dvipng.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/dvipng.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dvipng.Tpo $(DEPDIR)/dvipng.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/dvipng.c' object='dvipng.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 dvipng.obj `if test -f '$(DVIPNG_TREE)/dvipng.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/dvipng.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/dvipng.c'; fi` + +font.o: $(DVIPNG_TREE)/font.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT font.o -MD -MP -MF $(DEPDIR)/font.Tpo -c -o font.o `test -f '$(DVIPNG_TREE)/font.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/font.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/font.Tpo $(DEPDIR)/font.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/font.c' object='font.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 font.o `test -f '$(DVIPNG_TREE)/font.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/font.c + +font.obj: $(DVIPNG_TREE)/font.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT font.obj -MD -MP -MF $(DEPDIR)/font.Tpo -c -o font.obj `if test -f '$(DVIPNG_TREE)/font.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/font.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/font.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/font.Tpo $(DEPDIR)/font.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/font.c' object='font.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 font.obj `if test -f '$(DVIPNG_TREE)/font.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/font.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/font.c'; fi` + +misc.o: $(DVIPNG_TREE)/misc.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc.o -MD -MP -MF $(DEPDIR)/misc.Tpo -c -o misc.o `test -f '$(DVIPNG_TREE)/misc.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/misc.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/misc.c' object='misc.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 misc.o `test -f '$(DVIPNG_TREE)/misc.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/misc.c + +misc.obj: $(DVIPNG_TREE)/misc.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc.obj -MD -MP -MF $(DEPDIR)/misc.Tpo -c -o misc.obj `if test -f '$(DVIPNG_TREE)/misc.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/misc.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/misc.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/misc.c' object='misc.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 misc.obj `if test -f '$(DVIPNG_TREE)/misc.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/misc.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/misc.c'; fi` + +papersiz.o: $(DVIPNG_TREE)/papersiz.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT papersiz.o -MD -MP -MF $(DEPDIR)/papersiz.Tpo -c -o papersiz.o `test -f '$(DVIPNG_TREE)/papersiz.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/papersiz.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/papersiz.Tpo $(DEPDIR)/papersiz.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/papersiz.c' object='papersiz.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 papersiz.o `test -f '$(DVIPNG_TREE)/papersiz.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/papersiz.c + +papersiz.obj: $(DVIPNG_TREE)/papersiz.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT papersiz.obj -MD -MP -MF $(DEPDIR)/papersiz.Tpo -c -o papersiz.obj `if test -f '$(DVIPNG_TREE)/papersiz.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/papersiz.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/papersiz.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/papersiz.Tpo $(DEPDIR)/papersiz.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/papersiz.c' object='papersiz.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 papersiz.obj `if test -f '$(DVIPNG_TREE)/papersiz.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/papersiz.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/papersiz.c'; fi` + +pk.o: $(DVIPNG_TREE)/pk.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pk.o -MD -MP -MF $(DEPDIR)/pk.Tpo -c -o pk.o `test -f '$(DVIPNG_TREE)/pk.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/pk.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pk.Tpo $(DEPDIR)/pk.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/pk.c' object='pk.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 pk.o `test -f '$(DVIPNG_TREE)/pk.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/pk.c + +pk.obj: $(DVIPNG_TREE)/pk.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pk.obj -MD -MP -MF $(DEPDIR)/pk.Tpo -c -o pk.obj `if test -f '$(DVIPNG_TREE)/pk.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/pk.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/pk.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/pk.Tpo $(DEPDIR)/pk.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/pk.c' object='pk.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 pk.obj `if test -f '$(DVIPNG_TREE)/pk.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/pk.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/pk.c'; fi` + +ppagelist.o: $(DVIPNG_TREE)/ppagelist.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ppagelist.o -MD -MP -MF $(DEPDIR)/ppagelist.Tpo -c -o ppagelist.o `test -f '$(DVIPNG_TREE)/ppagelist.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/ppagelist.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ppagelist.Tpo $(DEPDIR)/ppagelist.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/ppagelist.c' object='ppagelist.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 ppagelist.o `test -f '$(DVIPNG_TREE)/ppagelist.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/ppagelist.c + +ppagelist.obj: $(DVIPNG_TREE)/ppagelist.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ppagelist.obj -MD -MP -MF $(DEPDIR)/ppagelist.Tpo -c -o ppagelist.obj `if test -f '$(DVIPNG_TREE)/ppagelist.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/ppagelist.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/ppagelist.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ppagelist.Tpo $(DEPDIR)/ppagelist.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/ppagelist.c' object='ppagelist.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 ppagelist.obj `if test -f '$(DVIPNG_TREE)/ppagelist.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/ppagelist.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/ppagelist.c'; fi` + +set.o: $(DVIPNG_TREE)/set.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT set.o -MD -MP -MF $(DEPDIR)/set.Tpo -c -o set.o `test -f '$(DVIPNG_TREE)/set.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/set.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/set.Tpo $(DEPDIR)/set.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/set.c' object='set.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 set.o `test -f '$(DVIPNG_TREE)/set.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/set.c + +set.obj: $(DVIPNG_TREE)/set.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT set.obj -MD -MP -MF $(DEPDIR)/set.Tpo -c -o set.obj `if test -f '$(DVIPNG_TREE)/set.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/set.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/set.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/set.Tpo $(DEPDIR)/set.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/set.c' object='set.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 set.obj `if test -f '$(DVIPNG_TREE)/set.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/set.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/set.c'; fi` + +special.o: $(DVIPNG_TREE)/special.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT special.o -MD -MP -MF $(DEPDIR)/special.Tpo -c -o special.o `test -f '$(DVIPNG_TREE)/special.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/special.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/special.Tpo $(DEPDIR)/special.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/special.c' object='special.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 special.o `test -f '$(DVIPNG_TREE)/special.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/special.c + +special.obj: $(DVIPNG_TREE)/special.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT special.obj -MD -MP -MF $(DEPDIR)/special.Tpo -c -o special.obj `if test -f '$(DVIPNG_TREE)/special.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/special.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/special.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/special.Tpo $(DEPDIR)/special.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/special.c' object='special.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 special.obj `if test -f '$(DVIPNG_TREE)/special.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/special.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/special.c'; fi` + +vf.o: $(DVIPNG_TREE)/vf.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT vf.o -MD -MP -MF $(DEPDIR)/vf.Tpo -c -o vf.o `test -f '$(DVIPNG_TREE)/vf.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/vf.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/vf.Tpo $(DEPDIR)/vf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/vf.c' object='vf.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 vf.o `test -f '$(DVIPNG_TREE)/vf.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/vf.c + +vf.obj: $(DVIPNG_TREE)/vf.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT vf.obj -MD -MP -MF $(DEPDIR)/vf.Tpo -c -o vf.obj `if test -f '$(DVIPNG_TREE)/vf.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/vf.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/vf.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/vf.Tpo $(DEPDIR)/vf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/vf.c' object='vf.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 vf.obj `if test -f '$(DVIPNG_TREE)/vf.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/vf.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/vf.c'; fi` + +t1.o: $(DVIPNG_TREE)/t1.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT t1.o -MD -MP -MF $(DEPDIR)/t1.Tpo -c -o t1.o `test -f '$(DVIPNG_TREE)/t1.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/t1.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/t1.Tpo $(DEPDIR)/t1.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/t1.c' object='t1.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 t1.o `test -f '$(DVIPNG_TREE)/t1.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/t1.c + +t1.obj: $(DVIPNG_TREE)/t1.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT t1.obj -MD -MP -MF $(DEPDIR)/t1.Tpo -c -o t1.obj `if test -f '$(DVIPNG_TREE)/t1.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/t1.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/t1.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/t1.Tpo $(DEPDIR)/t1.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/t1.c' object='t1.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 t1.obj `if test -f '$(DVIPNG_TREE)/t1.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/t1.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/t1.c'; fi` + +ft.o: $(DVIPNG_TREE)/ft.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ft.o -MD -MP -MF $(DEPDIR)/ft.Tpo -c -o ft.o `test -f '$(DVIPNG_TREE)/ft.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/ft.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ft.Tpo $(DEPDIR)/ft.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/ft.c' object='ft.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 ft.o `test -f '$(DVIPNG_TREE)/ft.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/ft.c + +ft.obj: $(DVIPNG_TREE)/ft.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ft.obj -MD -MP -MF $(DEPDIR)/ft.Tpo -c -o ft.obj `if test -f '$(DVIPNG_TREE)/ft.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/ft.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/ft.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/ft.Tpo $(DEPDIR)/ft.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/ft.c' object='ft.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 ft.obj `if test -f '$(DVIPNG_TREE)/ft.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/ft.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/ft.c'; fi` + +sfd.o: $(DVIPNG_TREE)/sfd.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sfd.o -MD -MP -MF $(DEPDIR)/sfd.Tpo -c -o sfd.o `test -f '$(DVIPNG_TREE)/sfd.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/sfd.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/sfd.Tpo $(DEPDIR)/sfd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/sfd.c' object='sfd.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 sfd.o `test -f '$(DVIPNG_TREE)/sfd.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/sfd.c + +sfd.obj: $(DVIPNG_TREE)/sfd.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT sfd.obj -MD -MP -MF $(DEPDIR)/sfd.Tpo -c -o sfd.obj `if test -f '$(DVIPNG_TREE)/sfd.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/sfd.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/sfd.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/sfd.Tpo $(DEPDIR)/sfd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/sfd.c' object='sfd.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 sfd.obj `if test -f '$(DVIPNG_TREE)/sfd.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/sfd.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/sfd.c'; fi` + +enc.o: $(DVIPNG_TREE)/enc.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enc.o -MD -MP -MF $(DEPDIR)/enc.Tpo -c -o enc.o `test -f '$(DVIPNG_TREE)/enc.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/enc.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/enc.Tpo $(DEPDIR)/enc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/enc.c' object='enc.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 enc.o `test -f '$(DVIPNG_TREE)/enc.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/enc.c + +enc.obj: $(DVIPNG_TREE)/enc.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT enc.obj -MD -MP -MF $(DEPDIR)/enc.Tpo -c -o enc.obj `if test -f '$(DVIPNG_TREE)/enc.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/enc.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/enc.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/enc.Tpo $(DEPDIR)/enc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/enc.c' object='enc.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 enc.obj `if test -f '$(DVIPNG_TREE)/enc.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/enc.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/enc.c'; fi` + +fontmap.o: $(DVIPNG_TREE)/fontmap.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fontmap.o -MD -MP -MF $(DEPDIR)/fontmap.Tpo -c -o fontmap.o `test -f '$(DVIPNG_TREE)/fontmap.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/fontmap.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/fontmap.Tpo $(DEPDIR)/fontmap.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/fontmap.c' object='fontmap.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 fontmap.o `test -f '$(DVIPNG_TREE)/fontmap.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/fontmap.c + +fontmap.obj: $(DVIPNG_TREE)/fontmap.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT fontmap.obj -MD -MP -MF $(DEPDIR)/fontmap.Tpo -c -o fontmap.obj `if test -f '$(DVIPNG_TREE)/fontmap.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/fontmap.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/fontmap.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/fontmap.Tpo $(DEPDIR)/fontmap.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/fontmap.c' object='fontmap.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 fontmap.obj `if test -f '$(DVIPNG_TREE)/fontmap.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/fontmap.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/fontmap.c'; fi` + +tfm.o: $(DVIPNG_TREE)/tfm.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tfm.o -MD -MP -MF $(DEPDIR)/tfm.Tpo -c -o tfm.o `test -f '$(DVIPNG_TREE)/tfm.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/tfm.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tfm.Tpo $(DEPDIR)/tfm.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/tfm.c' object='tfm.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 tfm.o `test -f '$(DVIPNG_TREE)/tfm.c' || echo '$(srcdir)/'`$(DVIPNG_TREE)/tfm.c + +tfm.obj: $(DVIPNG_TREE)/tfm.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tfm.obj -MD -MP -MF $(DEPDIR)/tfm.Tpo -c -o tfm.obj `if test -f '$(DVIPNG_TREE)/tfm.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/tfm.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/tfm.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/tfm.Tpo $(DEPDIR)/tfm.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(DVIPNG_TREE)/tfm.c' object='tfm.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 tfm.obj `if test -f '$(DVIPNG_TREE)/tfm.c'; then $(CYGPATH_W) '$(DVIPNG_TREE)/tfm.c'; else $(CYGPATH_W) '$(srcdir)/$(DVIPNG_TREE)/tfm.c'; fi` + mostlyclean-libtool: -rm -f *.lo @@ -796,6 +1043,9 @@ distdir: $(DISTFILES) || exit 1; \ fi; \ done + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$(top_distdir)" distdir="$(distdir)" \ + dist-hook -test -n "$(am__skip_mode_fix)" \ || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ @@ -805,6 +1055,7 @@ distdir: $(DISTFILES) dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__remove_distdir) + dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 $(am__remove_distdir) @@ -832,7 +1083,6 @@ dist-zip: distdir dist dist-all: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz - tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 $(am__remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then @@ -941,6 +1191,7 @@ clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @@ -1029,9 +1280,9 @@ uninstall-am: uninstall-binPROGRAMS .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am am--refresh check check-TESTS check-am clean \ clean-binPROGRAMS clean-generic clean-libtool ctags \ - ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-lzma \ - dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \ - distclean-compile distclean-generic distclean-hdr \ + ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-hook \ + dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \ + distclean distclean-compile distclean-generic distclean-hdr \ distclean-libtool distclean-tags distcleancheck distdir \ distuninstallcheck dvi dvi-am html html-am info info-am \ install install-am install-binPROGRAMS install-data \ @@ -1046,6 +1297,16 @@ uninstall-am: uninstall-binPROGRAMS uninstall-binPROGRAMS uninstall-hook +# in case of an SVN repository +dist-hook: + rm -rf `find $(distdir) -name .svn` + +$(dvipng_OBJECTS): config.force + +config.force: $(dvipng_dependencies) + echo timestamp >config.force + $(SHELL) ./config.status --recheck + @KPATHSEA_RULE@ @FREETYPE2_RULE@ @GD_RULE@ @@ -1060,13 +1321,6 @@ uninstall-am: uninstall-binPROGRAMS @have_gif_TRUE@uninstall-hook: @have_gif_TRUE@ rm -f $(DESTDIR)$(bindir)/dvigif$(EXEEXT) -test: test_dvipng.dvi dvipng$(EXEEXT) - ./dvipng -T tight -strict test_dvipng - echo View the result e.g. with xv test_dvipng\*.png - -test_dvipng.dvi: test_dvipng.tex - latex $(srcdir)/test_dvipng.tex - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |