From 9da2af345bbc3848d181319a77b830c77034ae1e Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Sat, 29 Dec 2012 14:32:45 +0000 Subject: build system: Enable "silent rules" (see Automake manual) git-svn-id: svn://tug.org/texlive/trunk@28654 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/dvipng/Makefile.in | 370 +++++++++-------- Build/source/texk/dvipng/aclocal.m4 | 60 +++ Build/source/texk/dvipng/configure | 644 ++++++++++++++++-------------- Build/source/texk/dvipng/doc/Makefile.in | 59 ++- Build/source/texk/dvipng/help/Makefile.in | 13 + 5 files changed, 666 insertions(+), 480 deletions(-) (limited to 'Build/source/texk/dvipng') diff --git a/Build/source/texk/dvipng/Makefile.in b/Build/source/texk/dvipng/Makefile.in index de789ec6a67..2262cf15214 100644 --- a/Build/source/texk/dvipng/Makefile.in +++ b/Build/source/texk/dvipng/Makefile.in @@ -110,6 +110,10 @@ PROGRAMS = $(bin_PROGRAMS) am_dvigif_OBJECTS = dvigif-callexe.$(OBJEXT) dvigif_OBJECTS = $(am_dvigif_OBJECTS) dvigif_DEPENDENCIES = +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 = @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) \ @@ -125,19 +129,40 @@ am__DEPENDENCIES_1 = dvipng_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +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 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 = $(dvigif_SOURCES) $(nodist_dvipng_SOURCES) DIST_SOURCES = $(dvigif_SOURCES) RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ @@ -210,6 +235,7 @@ distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AM_MAKEINFOFLAGS = @AM_MAKEINFOFLAGS@ AR = @AR@ AS = @AS@ @@ -490,10 +516,10 @@ clean-binPROGRAMS: rm -f $$list dvigif$(EXEEXT): $(dvigif_OBJECTS) $(dvigif_DEPENDENCIES) $(EXTRA_dvigif_DEPENDENCIES) @rm -f dvigif$(EXEEXT) - $(LINK) $(dvigif_OBJECTS) $(dvigif_LDADD) $(LIBS) + $(AM_V_CCLD)$(LINK) $(dvigif_OBJECTS) $(dvigif_LDADD) $(LIBS) dvipng$(EXEEXT): $(dvipng_OBJECTS) $(dvipng_DEPENDENCIES) $(EXTRA_dvipng_DEPENDENCIES) @rm -f dvipng$(EXEEXT) - $(LINK) $(dvipng_OBJECTS) $(dvipng_LDADD) $(LIBS) + $(AM_V_CCLD)$(LINK) $(dvipng_OBJECTS) $(dvipng_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) @@ -522,291 +548,291 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vf.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 $@ $< dvigif-callexe.o: $(srcdir)/../texlive/w32_wrapper/callexe.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dvigif_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dvigif-callexe.o -MD -MP -MF $(DEPDIR)/dvigif-callexe.Tpo -c -o dvigif-callexe.o `test -f '$(srcdir)/../texlive/w32_wrapper/callexe.c' || echo '$(srcdir)/'`$(srcdir)/../texlive/w32_wrapper/callexe.c -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dvigif-callexe.Tpo $(DEPDIR)/dvigif-callexe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../texlive/w32_wrapper/callexe.c' object='dvigif-callexe.o' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dvigif_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dvigif-callexe.o -MD -MP -MF $(DEPDIR)/dvigif-callexe.Tpo -c -o dvigif-callexe.o `test -f '$(srcdir)/../texlive/w32_wrapper/callexe.c' || echo '$(srcdir)/'`$(srcdir)/../texlive/w32_wrapper/callexe.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dvigif-callexe.Tpo $(DEPDIR)/dvigif-callexe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/../texlive/w32_wrapper/callexe.c' object='dvigif-callexe.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dvigif_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dvigif-callexe.o `test -f '$(srcdir)/../texlive/w32_wrapper/callexe.c' || echo '$(srcdir)/'`$(srcdir)/../texlive/w32_wrapper/callexe.c +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dvigif_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dvigif-callexe.o `test -f '$(srcdir)/../texlive/w32_wrapper/callexe.c' || echo '$(srcdir)/'`$(srcdir)/../texlive/w32_wrapper/callexe.c dvigif-callexe.obj: $(srcdir)/../texlive/w32_wrapper/callexe.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dvigif_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dvigif-callexe.obj -MD -MP -MF $(DEPDIR)/dvigif-callexe.Tpo -c -o dvigif-callexe.obj `if test -f '$(srcdir)/../texlive/w32_wrapper/callexe.c'; then $(CYGPATH_W) '$(srcdir)/../texlive/w32_wrapper/callexe.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../texlive/w32_wrapper/callexe.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/dvigif-callexe.Tpo $(DEPDIR)/dvigif-callexe.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$(srcdir)/../texlive/w32_wrapper/callexe.c' object='dvigif-callexe.obj' libtool=no @AMDEPBACKSLASH@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dvigif_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dvigif-callexe.obj -MD -MP -MF $(DEPDIR)/dvigif-callexe.Tpo -c -o dvigif-callexe.obj `if test -f '$(srcdir)/../texlive/w32_wrapper/callexe.c'; then $(CYGPATH_W) '$(srcdir)/../texlive/w32_wrapper/callexe.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../texlive/w32_wrapper/callexe.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/dvigif-callexe.Tpo $(DEPDIR)/dvigif-callexe.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/../texlive/w32_wrapper/callexe.c' object='dvigif-callexe.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dvigif_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dvigif-callexe.obj `if test -f '$(srcdir)/../texlive/w32_wrapper/callexe.c'; then $(CYGPATH_W) '$(srcdir)/../texlive/w32_wrapper/callexe.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../texlive/w32_wrapper/callexe.c'; fi` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(dvigif_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dvigif-callexe.obj `if test -f '$(srcdir)/../texlive/w32_wrapper/callexe.c'; then $(CYGPATH_W) '$(srcdir)/../texlive/w32_wrapper/callexe.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/../texlive/w32_wrapper/callexe.c'; fi` 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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/color.Tpo $(DEPDIR)/color.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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 +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/color.Tpo $(DEPDIR)/color.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/draw.Tpo $(DEPDIR)/draw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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 +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/draw.Tpo $(DEPDIR)/draw.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/dvi.Tpo $(DEPDIR)/dvi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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 +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/dvi.Tpo $(DEPDIR)/dvi.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/dvipng.Tpo $(DEPDIR)/dvipng.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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 +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/dvipng.Tpo $(DEPDIR)/dvipng.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/font.Tpo $(DEPDIR)/font.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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 +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/font.Tpo $(DEPDIR)/font.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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 +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/misc.Tpo $(DEPDIR)/misc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/papersiz.Tpo $(DEPDIR)/papersiz.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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 +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/papersiz.Tpo $(DEPDIR)/papersiz.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/pk.Tpo $(DEPDIR)/pk.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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 +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/pk.Tpo $(DEPDIR)/pk.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/ppagelist.Tpo $(DEPDIR)/ppagelist.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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 +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/ppagelist.Tpo $(DEPDIR)/ppagelist.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/set.Tpo $(DEPDIR)/set.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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 +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/set.Tpo $(DEPDIR)/set.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/special.Tpo $(DEPDIR)/special.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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 +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/special.Tpo $(DEPDIR)/special.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/vf.Tpo $(DEPDIR)/vf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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 +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/vf.Tpo $(DEPDIR)/vf.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/t1.Tpo $(DEPDIR)/t1.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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 +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/t1.Tpo $(DEPDIR)/t1.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/ft.Tpo $(DEPDIR)/ft.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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 +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/ft.Tpo $(DEPDIR)/ft.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/sfd.Tpo $(DEPDIR)/sfd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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 +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/sfd.Tpo $(DEPDIR)/sfd.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/enc.Tpo $(DEPDIR)/enc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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 +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/enc.Tpo $(DEPDIR)/enc.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/fontmap.Tpo $(DEPDIR)/fontmap.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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 +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/fontmap.Tpo $(DEPDIR)/fontmap.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/tfm.Tpo $(DEPDIR)/tfm.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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 +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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@ +@am__fastdepCC_TRUE@ $(AM_V_CC)$(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_V_at)$(am__mv) $(DEPDIR)/tfm.Tpo $(DEPDIR)/tfm.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)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` +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(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 diff --git a/Build/source/texk/dvipng/aclocal.m4 b/Build/source/texk/dvipng/aclocal.m4 index 06143c86f38..ea385568bdb 100644 --- a/Build/source/texk/dvipng/aclocal.m4 +++ b/Build/source/texk/dvipng/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 diff --git a/Build/source/texk/dvipng/configure b/Build/source/texk/dvipng/configure index 32ec48f1a8b..a51cf7b49d6 100755 --- a/Build/source/texk/dvipng/configure +++ b/Build/source/texk/dvipng/configure @@ -681,7 +681,6 @@ ALLOCA GS cross_FALSE cross_TRUE -WARNING_CFLAGS CPP OTOOL64 OTOOL @@ -701,6 +700,19 @@ FGREP EGREP GREP SED +host_os +host_vendor +host_cpu +host +build_os +build_vendor +build_cpu +build +LIBTOOL +OBJDUMP +DLLTOOL +AS +WARNING_CFLAGS am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE @@ -718,21 +730,13 @@ CPPFLAGS LDFLAGS CFLAGS CC -host_os -host_vendor -host_cpu -host -build_os -build_vendor -build_cpu -build -LIBTOOL -OBJDUMP -DLLTOOL -AS MAINT MAINTAINER_MODE_FALSE MAINTAINER_MODE_TRUE +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V am__untar am__tar AMTAR @@ -797,17 +801,18 @@ 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 enable_fast_install -enable_dependency_tracking with_gnu_ld with_sysroot enable_libtool_lock enable_largefile -enable_compiler_warnings enable_debug enable_timing with_gs @@ -1453,22 +1458,24 @@ 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 - --enable-shared[=PKGS] build shared libraries [default=yes] - --enable-static[=PKGS] build static libraries [default=yes] - --enable-fast-install[=PKGS] - optimize for fast installation [default=yes] --enable-dependency-tracking do not reject slow dependency extractors --disable-dependency-tracking speeds up one-time build - --disable-libtool-lock avoid locking (might break parallel builds) - --disable-largefile omit support for large files --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] + optimize for fast installation [default=yes] + --disable-libtool-lock avoid locking (might break parallel builds) + --disable-largefile omit support for large files --disable-debug Compile without debug (-d) option --enable-timing Output execution time of dvipng @@ -2998,170 +3005,44 @@ else fi rmdir .tst 2>/dev/null -case `pwd` in - *\ * | *\ *) - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 -$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; -esac - - - -macro_version='2.4.2' -macro_revision='1.3337' - - - - - - - - - - - - - -ltmain="$ac_aux_dir/ltmain.sh" - -# Make sure we can run config.sub. -$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || - as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 -$as_echo_n "checking build system type... " >&6; } -if ${ac_cv_build+:} false; then : - $as_echo_n "(cached) " >&6 -else - ac_build_alias=$build_alias -test "x$ac_build_alias" = x && - ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` -test "x$ac_build_alias" = x && - as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 -ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || - as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 - +# Check whether --enable-silent-rules was given. +if test "${enable_silent_rules+set}" = set; then : + enableval=$enable_silent_rules; fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 -$as_echo "$ac_cv_build" >&6; } -case $ac_cv_build in -*-*-*) ;; -*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; -esac -build=$ac_cv_build -ac_save_IFS=$IFS; IFS='-' -set x $ac_cv_build -shift -build_cpu=$1 -build_vendor=$2 -shift; shift -# Remember, the first character of IFS is used to create $*, -# except with old shells: -build_os=$* -IFS=$ac_save_IFS -case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 -$as_echo_n "checking host system type... " >&6; } -if ${ac_cv_host+:} false; then : +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 test "x$host_alias" = x; then - ac_cv_host=$ac_cv_build + 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 - ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || - as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 + am_cv_make_support_nested_variables=no fi - fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 -$as_echo "$ac_cv_host" >&6; } -case $ac_cv_host in -*-*-*) ;; -*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; -esac -host=$ac_cv_host -ac_save_IFS=$IFS; IFS='-' -set x $ac_cv_host -shift -host_cpu=$1 -host_vendor=$2 -shift; shift -# Remember, the first character of IFS is used to create $*, -# except with old shells: -host_os=$* -IFS=$ac_save_IFS -case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac - - -# Backslashify metacharacters that are still active within -# double-quoted strings. -sed_quote_subst='s/\(["`$\\]\)/\\\1/g' - -# Same as above, but do not quote variable references. -double_quote_subst='s/\(["`\\]\)/\\\1/g' - -# Sed substitution to delay expansion of an escaped shell variable in a -# double_quote_subst'ed string. -delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' - -# Sed substitution to delay expansion of an escaped single quote. -delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' - -# Sed substitution to avoid accidental globbing in evaled expressions -no_glob_subst='s/\*/\\\*/g' - -ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO -ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 -$as_echo_n "checking how to print strings... " >&6; } -# Test print first, because it will be a builtin if present. -if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ - test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then - ECHO='print -r --' -elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then - ECHO='printf %s\n' +{ $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 - # Use this function as a fallback that always works. - func_fallback_echo () - { - eval 'cat <<_LTECHO_EOF -$1 -_LTECHO_EOF' - } - ECHO='func_fallback_echo' + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi - -# func_echo_all arg... -# Invoke $ECHO with all args, space-separated. -func_echo_all () -{ - $ECHO "" -} - -case "$ECHO" in - printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 -$as_echo "printf" >&6; } ;; - print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 -$as_echo "print -r" >&6; } ;; - *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 -$as_echo "cat" >&6; } ;; -esac - - - - - - - - - - - - - +AM_BACKSLASH='\' DEPDIR="${am__leading_dot}deps" @@ -4124,23 +4005,204 @@ else cd .. rm -rf conftest.dir else - am_cv_CC_dependencies_compiler_type=none + 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 + +case `pwd` in + *\ * | *\ *) + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 +$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; +esac + + + +macro_version='2.4.2' +macro_revision='1.3337' + + + + + + + + + + + + + +ltmain="$ac_aux_dir/ltmain.sh" + +# Make sure we can run config.sub. +$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || + as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 +$as_echo_n "checking build system type... " >&6; } +if ${ac_cv_build+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_build_alias=$build_alias +test "x$ac_build_alias" = x && + ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` +test "x$ac_build_alias" = x && + as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 +ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 +$as_echo "$ac_cv_build" >&6; } +case $ac_cv_build in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; +esac +build=$ac_cv_build +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_build +shift +build_cpu=$1 +build_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +build_os=$* +IFS=$ac_save_IFS +case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac + + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 +$as_echo_n "checking host system type... " >&6; } +if ${ac_cv_host+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test "x$host_alias" = x; then + ac_cv_host=$ac_cv_build +else + ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || + as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 +fi + +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 +$as_echo "$ac_cv_host" >&6; } +case $ac_cv_host in +*-*-*) ;; +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; +esac +host=$ac_cv_host +ac_save_IFS=$IFS; IFS='-' +set x $ac_cv_host +shift +host_cpu=$1 +host_vendor=$2 +shift; shift +# Remember, the first character of IFS is used to create $*, +# except with old shells: +host_os=$* +IFS=$ac_save_IFS +case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac + + +# Backslashify metacharacters that are still active within +# double-quoted strings. +sed_quote_subst='s/\(["`$\\]\)/\\\1/g' + +# Same as above, but do not quote variable references. +double_quote_subst='s/\(["`\\]\)/\\\1/g' + +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' + +# Sed substitution to delay expansion of an escaped single quote. +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' + +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' + +ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 +$as_echo_n "checking how to print strings... " >&6; } +# Test print first, because it will be a builtin if present. +if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='print -r --' +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='printf %s\n' +else + # Use this function as a fallback that always works. + func_fallback_echo () + { + eval 'cat <<_LTECHO_EOF +$1 +_LTECHO_EOF' + } + ECHO='func_fallback_echo' 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 +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "" +} + +case "$ECHO" in + printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 +$as_echo "printf" >&6; } ;; + print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 +$as_echo "print -r" >&6; } ;; + *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 +$as_echo "cat" >&6; } ;; +esac + + + + + + + + + + + - 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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 @@ -5562,7 +5624,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 @@ -7546,21 +7607,6 @@ fi done -# 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 - if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output @@ -7653,6 +7699,90 @@ 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 +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 + 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 + + + + + + + @@ -12752,89 +12882,6 @@ _ACEOF fi -{ $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 -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 - 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 - - - - - - # Configure options for dvipng also shown at the TeX Live top-level. ## texk/dvipng/ac/dvipng.ac: configure.ac fragment for the TeX Live subdirectory texk/dvipng/ @@ -16098,7 +16145,14 @@ ${top_builddir}/../../libs/t1lib/t1lib.h: cd ${top_builddir}/../../libs/t1lib && $(MAKE) $(AM_MAKEFLAGS) rebuild' fi -if test -n "$ac_tool_prefix"; then +## _KPSE_LIB_FLAGS: Setup freetype2 (-lfreetype) flags + +# Check whether --with-system-freetype2 was given. +if test "${with_system_freetype2+set}" = set; then : + withval=$with_system_freetype2; +fi +if test "x$with_system_freetype2" = xyes; 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 @@ -16189,15 +16243,7 @@ esac else FT2_CONFIG="$ac_cv_prog_FT2_CONFIG" fi - -## _KPSE_LIB_FLAGS: Setup freetype2 (-lfreetype) flags - -# Check whether --with-system-freetype2 was given. -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 $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 diff --git a/Build/source/texk/dvipng/doc/Makefile.in b/Build/source/texk/dvipng/doc/Makefile.in index ec684590e68..97886df881b 100644 --- a/Build/source/texk/dvipng/doc/Makefile.in +++ b/Build/source/texk/dvipng/doc/Makefile.in @@ -80,8 +80,48 @@ CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = SCRIPTS = $(dist_noinst_SCRIPTS) +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_V_DVIPS = $(am__v_DVIPS_@AM_V@) +am__v_DVIPS_ = $(am__v_DVIPS_@AM_DEFAULT_V@) +am__v_DVIPS_0 = @echo " DVIPS " $@; +am__v_DVIPS_1 = +AM_V_MAKEINFO = $(am__v_MAKEINFO_@AM_V@) +am__v_MAKEINFO_ = $(am__v_MAKEINFO_@AM_DEFAULT_V@) +am__v_MAKEINFO_0 = @echo " MAKEINFO" $@; +am__v_MAKEINFO_1 = +AM_V_INFOHTML = $(am__v_INFOHTML_@AM_V@) +am__v_INFOHTML_ = $(am__v_INFOHTML_@AM_DEFAULT_V@) +am__v_INFOHTML_0 = @echo " INFOHTML" $@; +am__v_INFOHTML_1 = +AM_V_TEXI2DVI = $(am__v_TEXI2DVI_@AM_V@) +am__v_TEXI2DVI_ = $(am__v_TEXI2DVI_@AM_DEFAULT_V@) +am__v_TEXI2DVI_0 = @echo " TEXI2DVI" $@; +am__v_TEXI2DVI_1 = +AM_V_TEXI2PDF = $(am__v_TEXI2PDF_@AM_V@) +am__v_TEXI2PDF_ = $(am__v_TEXI2PDF_@AM_DEFAULT_V@) +am__v_TEXI2PDF_0 = @echo " TEXI2PDF" $@; +am__v_TEXI2PDF_1 = +AM_V_texinfo = $(am__v_texinfo_@AM_V@) +am__v_texinfo_ = $(am__v_texinfo_@AM_DEFAULT_V@) +am__v_texinfo_0 = -q +am__v_texinfo_1 = +AM_V_texidevnull = $(am__v_texidevnull_@AM_V@) +am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@) +am__v_texidevnull_0 = > /dev/null +am__v_texidevnull_1 = INFO_DEPS = $(srcdir)/dvipng.info TEXINFO_TEX = $(top_srcdir)/../../build-aux/texinfo.tex am__TEXINFO_TEX_DIR = $(top_srcdir)/../../build-aux @@ -135,6 +175,7 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AM_MAKEINFOFLAGS = @AM_MAKEINFOFLAGS@ AR = @AR@ AS = @AS@ @@ -336,7 +377,7 @@ clean-libtool: -rm -rf .libs _libs .texi.info: - restore=: && backupdir="$(am__leading_dot)am$$$$" && \ + $(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \ am__cwd=`pwd` && $(am__cd) $(srcdir) && \ rm -rf $$backupdir && mkdir $$backupdir && \ if ($(MAKEINFO) --version) >/dev/null 2>&1; then \ @@ -358,18 +399,18 @@ clean-libtool: rm -rf $$backupdir; exit $$rc .texi.dvi: - TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ + $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ - $(TEXI2DVI) --clean $< + $(TEXI2DVI) $(AM_V_texinfo) --clean $< $(AM_V_texidevnull) .texi.pdf: - TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ + $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ - $(TEXI2PDF) --clean $< + $(TEXI2PDF) $(AM_V_texinfo) --clean $< $(AM_V_texidevnull) .texi.html: - rm -rf $(@:.html=.htp) - if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ + $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp) + $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ -o $(@:.html=.htp) $<; \ then \ rm -rf $@; \ @@ -385,8 +426,8 @@ dvipng.dvi: dvipng.texi $(dvipng_TEXINFOS) dvipng.pdf: dvipng.texi $(dvipng_TEXINFOS) dvipng.html: dvipng.texi $(dvipng_TEXINFOS) .dvi.ps: - TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ - $(DVIPS) -o $@ $< + $(AM_V_DVIPS)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ + $(DVIPS) $(AM_V_texinfo) -o $@ $< uninstall-dvi-am: @$(NORMAL_UNINSTALL) diff --git a/Build/source/texk/dvipng/help/Makefile.in b/Build/source/texk/dvipng/help/Makefile.in index f8f43d2bfee..cc221f33399 100644 --- a/Build/source/texk/dvipng/help/Makefile.in +++ b/Build/source/texk/dvipng/help/Makefile.in @@ -75,6 +75,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 = \ @@ -86,6 +98,7 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AM_MAKEINFOFLAGS = @AM_MAKEINFOFLAGS@ AR = @AR@ AS = @AS@ -- cgit v1.2.3