diff options
Diffstat (limited to 'Build/source/texk/dvipng/Makefile.in')
-rw-r--r-- | Build/source/texk/dvipng/Makefile.in | 159 |
1 files changed, 90 insertions, 69 deletions
diff --git a/Build/source/texk/dvipng/Makefile.in b/Build/source/texk/dvipng/Makefile.in index 4dc947d510a..08fcb30640a 100644 --- a/Build/source/texk/dvipng/Makefile.in +++ b/Build/source/texk/dvipng/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.13.1 from Makefile.am. +# Makefile.in generated by automake 1.14 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2012 Free Software Foundation, Inc. +# Copyright (C) 1994-2013 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,23 +15,51 @@ @SET_MAKE@ VPATH = @srcdir@ -am__make_dryrun = \ - { \ - am__dry=no; \ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ - echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ - | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ - *) \ - for am__flg in $$MAKEFLAGS; do \ - case $$am__flg in \ - *=*|--*) ;; \ - *n*) am__dry=yes; break;; \ - esac; \ - done;; \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ - test $$am__dry = yes; \ - } + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -51,17 +79,12 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ bin_PROGRAMS = dvipng$(EXEEXT) $(am__EXEEXT_1) -@have_t1_TRUE@am__append_1 = \ -@have_t1_TRUE@ @DVIPNG_TREE@/t1.c - -@have_ft2_TRUE@am__append_2 = \ +@have_ft2_TRUE@am__append_1 = \ +@have_ft2_TRUE@ @DVIPNG_TREE@/enc.c \ +@have_ft2_TRUE@ @DVIPNG_TREE@/fontmap.c \ @have_ft2_TRUE@ @DVIPNG_TREE@/ft.c \ -@have_ft2_TRUE@ @DVIPNG_TREE@/sfd.c - -@have_ft2_or_t1_TRUE@am__append_3 = \ -@have_ft2_or_t1_TRUE@ @DVIPNG_TREE@/enc.c \ -@have_ft2_or_t1_TRUE@ @DVIPNG_TREE@/fontmap.c \ -@have_ft2_or_t1_TRUE@ @DVIPNG_TREE@/tfm.c +@have_ft2_TRUE@ @DVIPNG_TREE@/sfd.c \ +@have_ft2_TRUE@ @DVIPNG_TREE@/tfm.c DIST_COMMON = $(srcdir)/../am/bin_links.am $(srcdir)/Makefile.in \ $(srcdir)/Makefile.am $(top_srcdir)/configure \ @@ -69,16 +92,18 @@ DIST_COMMON = $(srcdir)/../am/bin_links.am $(srcdir)/Makefile.in \ $(top_srcdir)/../texlive/w32_wrapper/callexe.c \ $(top_srcdir)/../../build-aux/depcomp \ $(top_srcdir)/../../build-aux/test-driver ChangeLog \ - ../../build-aux/config.guess ../../build-aux/config.sub \ - ../../build-aux/depcomp ../../build-aux/install-sh \ - ../../build-aux/missing ../../build-aux/texinfo.tex \ - ../../build-aux/ylwrap ../../build-aux/ltmain.sh \ + ../../build-aux/compile ../../build-aux/config.guess \ + ../../build-aux/config.sub ../../build-aux/depcomp \ + ../../build-aux/install-sh ../../build-aux/missing \ + ../../build-aux/texinfo.tex ../../build-aux/ylwrap \ + ../../build-aux/ltmain.sh \ + $(top_srcdir)/../../build-aux/compile \ $(top_srcdir)/../../build-aux/config.guess \ $(top_srcdir)/../../build-aux/config.sub \ $(top_srcdir)/../../build-aux/install-sh \ $(top_srcdir)/../../build-aux/ltmain.sh \ $(top_srcdir)/../../build-aux/missing -@WIN32_TRUE@@have_gif_TRUE@am__append_4 = dvigif +@WIN32_TRUE@@have_gif_TRUE@am__append_2 = dvigif subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gs-device.m4 \ @@ -88,7 +113,6 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/gs-device.m4 \ $(top_srcdir)/../../m4/kpse-gd-flags.m4 \ $(top_srcdir)/../../m4/kpse-kpathsea-flags.m4 \ $(top_srcdir)/../../m4/kpse-libpng-flags.m4 \ - $(top_srcdir)/../../m4/kpse-t1lib-flags.m4 \ $(top_srcdir)/../../m4/kpse-warnings.m4 \ $(top_srcdir)/../../m4/kpse-win32.m4 \ $(top_srcdir)/../../m4/kpse-zlib-flags.m4 \ @@ -96,7 +120,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/gs-device.m4 \ $(top_srcdir)/../../m4/ltoptions.m4 \ $(top_srcdir)/../../m4/ltsugar.m4 \ $(top_srcdir)/../../m4/ltversion.m4 \ - $(top_srcdir)/../../m4/lt~obsolete.m4 \ + $(top_srcdir)/../../m4/lt~obsolete.m4 $(top_srcdir)/version.ac \ $(top_srcdir)/ac/dvipng.ac $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) @@ -117,26 +141,24 @@ am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = am__dirstamp = $(am__leading_dot)dirstamp -@have_t1_TRUE@am__objects_1 = @DVIPNG_TREE@/t1.$(OBJEXT) -@have_ft2_TRUE@am__objects_2 = @DVIPNG_TREE@/ft.$(OBJEXT) \ -@have_ft2_TRUE@ @DVIPNG_TREE@/sfd.$(OBJEXT) -@have_ft2_or_t1_TRUE@am__objects_3 = @DVIPNG_TREE@/enc.$(OBJEXT) \ -@have_ft2_or_t1_TRUE@ @DVIPNG_TREE@/fontmap.$(OBJEXT) \ -@have_ft2_or_t1_TRUE@ @DVIPNG_TREE@/tfm.$(OBJEXT) +@have_ft2_TRUE@am__objects_1 = @DVIPNG_TREE@/enc.$(OBJEXT) \ +@have_ft2_TRUE@ @DVIPNG_TREE@/fontmap.$(OBJEXT) \ +@have_ft2_TRUE@ @DVIPNG_TREE@/ft.$(OBJEXT) \ +@have_ft2_TRUE@ @DVIPNG_TREE@/sfd.$(OBJEXT) \ +@have_ft2_TRUE@ @DVIPNG_TREE@/tfm.$(OBJEXT) nodist_dvipng_OBJECTS = @DVIPNG_TREE@/color.$(OBJEXT) \ @DVIPNG_TREE@/draw.$(OBJEXT) @DVIPNG_TREE@/dvi.$(OBJEXT) \ @DVIPNG_TREE@/dvipng.$(OBJEXT) @DVIPNG_TREE@/font.$(OBJEXT) \ @DVIPNG_TREE@/misc.$(OBJEXT) @DVIPNG_TREE@/papersiz.$(OBJEXT) \ @DVIPNG_TREE@/pk.$(OBJEXT) @DVIPNG_TREE@/ppagelist.$(OBJEXT) \ @DVIPNG_TREE@/set.$(OBJEXT) @DVIPNG_TREE@/special.$(OBJEXT) \ - @DVIPNG_TREE@/vf.$(OBJEXT) $(am__objects_1) $(am__objects_2) \ - $(am__objects_3) + @DVIPNG_TREE@/vf.$(OBJEXT) $(am__objects_1) dvipng_OBJECTS = $(nodist_dvipng_OBJECTS) dvipng_LDADD = $(LDADD) am__DEPENDENCIES_1 = dvipng_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) + $(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 @@ -542,9 +564,6 @@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ -T1LIB_DEPEND = @T1LIB_DEPEND@ -T1LIB_INCLUDES = @T1LIB_INCLUDES@ -T1LIB_LIBS = @T1LIB_LIBS@ VERSION = @VERSION@ WARNING_CFLAGS = @WARNING_CFLAGS@ ZLIB_DEPEND = @ZLIB_DEPEND@ @@ -613,8 +632,8 @@ ACLOCAL_AMFLAGS = -I ../../m4 -I m4 EXTRA_DIST = $(DVIPNG_TREE) $(DVIPNG_TREE)-PATCHES dvipng.test \ dvipng-test.dvi AM_CPPFLAGS = -I$(top_srcdir)/$(DVIPNG_TREE) $(KPATHSEA_INCLUDES) \ - $(FREETYPE2_INCLUDES) $(GD_INCLUDES) $(T1LIB_INCLUDES) \ - $(LIBPNG_INCLUDES) $(ZLIB_INCLUDES) + $(FREETYPE2_INCLUDES) $(GD_INCLUDES) $(LIBPNG_INCLUDES) \ + $(ZLIB_INCLUDES) AM_CFLAGS = $(WARNING_CFLAGS) DVIPS = dvips -Ppdf TEXI2HTML = texi2html @@ -628,12 +647,11 @@ nodist_dvipng_SOURCES = @DVIPNG_TREE@/color.c @DVIPNG_TREE@/draw.c \ @DVIPNG_TREE@/font.c @DVIPNG_TREE@/misc.c \ @DVIPNG_TREE@/papersiz.c @DVIPNG_TREE@/pk.c \ @DVIPNG_TREE@/ppagelist.c @DVIPNG_TREE@/set.c \ - @DVIPNG_TREE@/special.c @DVIPNG_TREE@/vf.c $(am__append_1) \ - $(am__append_2) $(am__append_3) -dvipng_dependencies = $(KPATHSEA_DEPEND) $(T1LIB_DEPEND) $(GD_DEPEND) + @DVIPNG_TREE@/special.c @DVIPNG_TREE@/vf.c $(am__append_1) +dvipng_dependencies = $(KPATHSEA_DEPEND) $(GD_DEPEND) DISTCLEANFILES = config.force -LDADD = $(KPATHSEA_LIBS) $(GD_LIBS) $(FREETYPE2_LIBS) $(T1LIB_LIBS) \ - $(LIBPNG_LIBS) $(ZLIB_LIBS) +LDADD = $(KPATHSEA_LIBS) $(GD_LIBS) $(FREETYPE2_LIBS) $(LIBPNG_LIBS) \ + $(ZLIB_LIBS) dvigif_CPPFLAGS = -DEXEPROG=\"dvipng.exe\" nodist_dvigif_SOURCES = callexe.c dvigif_LDADD = @@ -682,8 +700,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) $(am__aclocal_m4_deps): config.h: stamp-h1 - @if test ! -f $@; then rm -f stamp-h1; else :; fi - @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi + @test -f $@ || rm -f stamp-h1 + @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 @@ -744,6 +762,7 @@ clean-binPROGRAMS: list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list + dvigif$(EXEEXT): $(dvigif_OBJECTS) $(dvigif_DEPENDENCIES) $(EXTRA_dvigif_DEPENDENCIES) @rm -f dvigif$(EXEEXT) $(AM_V_CCLD)$(LINK) $(dvigif_OBJECTS) $(dvigif_LDADD) $(LIBS) @@ -777,18 +796,17 @@ dvigif$(EXEEXT): $(dvigif_OBJECTS) $(dvigif_DEPENDENCIES) $(EXTRA_dvigif_DEPENDE @DVIPNG_TREE@/$(DEPDIR)/$(am__dirstamp) @DVIPNG_TREE@/vf.$(OBJEXT): @DVIPNG_TREE@/$(am__dirstamp) \ @DVIPNG_TREE@/$(DEPDIR)/$(am__dirstamp) -@DVIPNG_TREE@/t1.$(OBJEXT): @DVIPNG_TREE@/$(am__dirstamp) \ +@DVIPNG_TREE@/enc.$(OBJEXT): @DVIPNG_TREE@/$(am__dirstamp) \ + @DVIPNG_TREE@/$(DEPDIR)/$(am__dirstamp) +@DVIPNG_TREE@/fontmap.$(OBJEXT): @DVIPNG_TREE@/$(am__dirstamp) \ @DVIPNG_TREE@/$(DEPDIR)/$(am__dirstamp) @DVIPNG_TREE@/ft.$(OBJEXT): @DVIPNG_TREE@/$(am__dirstamp) \ @DVIPNG_TREE@/$(DEPDIR)/$(am__dirstamp) @DVIPNG_TREE@/sfd.$(OBJEXT): @DVIPNG_TREE@/$(am__dirstamp) \ @DVIPNG_TREE@/$(DEPDIR)/$(am__dirstamp) -@DVIPNG_TREE@/enc.$(OBJEXT): @DVIPNG_TREE@/$(am__dirstamp) \ - @DVIPNG_TREE@/$(DEPDIR)/$(am__dirstamp) -@DVIPNG_TREE@/fontmap.$(OBJEXT): @DVIPNG_TREE@/$(am__dirstamp) \ - @DVIPNG_TREE@/$(DEPDIR)/$(am__dirstamp) @DVIPNG_TREE@/tfm.$(OBJEXT): @DVIPNG_TREE@/$(am__dirstamp) \ @DVIPNG_TREE@/$(DEPDIR)/$(am__dirstamp) + dvipng$(EXEEXT): $(dvipng_OBJECTS) $(dvipng_DEPENDENCIES) $(EXTRA_dvipng_DEPENDENCIES) @rm -f dvipng$(EXEEXT) $(AM_V_CCLD)$(LINK) $(dvipng_OBJECTS) $(dvipng_LDADD) $(LIBS) @@ -816,7 +834,6 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@@DVIPNG_TREE@/$(DEPDIR)/set.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@@DVIPNG_TREE@/$(DEPDIR)/sfd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@@DVIPNG_TREE@/$(DEPDIR)/special.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@@DVIPNG_TREE@/$(DEPDIR)/t1.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@@DVIPNG_TREE@/$(DEPDIR)/tfm.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@@DVIPNG_TREE@/$(DEPDIR)/vf.Po@am__quote@ @@ -874,13 +891,12 @@ distclean-libtool: # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): - @fail= failcom='exit 1'; \ - for f in x $$MAKEFLAGS; do \ - case $$f in \ - *=* | --[!k]*);; \ - *k*) failcom='fail=yes';; \ - esac; \ - done; \ + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ @@ -983,7 +999,7 @@ distclean-tags: $(MAKE) $(AM_MAKEFLAGS) $< # Leading 'am--fnord' is there to ensure the list of targets does not -# exand to empty, as could happen e.g. with make check TESTS=''. +# expand to empty, as could happen e.g. with make check TESTS=''. am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) am--force-recheck: @: @@ -1214,10 +1230,16 @@ dist-xz: distdir $(am__post_remove_distdir) dist-tarZ: distdir + @echo WARNING: "Support for shar distribution archives is" \ + "deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir + @echo WARNING: "Support for distribution archives compressed with" \ + "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__post_remove_distdir) @@ -1475,7 +1497,6 @@ config.force: $(dvipng_dependencies) @KPATHSEA_RULE@ @GD_RULE@ -@T1LIB_RULE@ .PHONY: install-bin-links uninstall-bin-links install-bin-links: |