diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-14 18:07:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-14 18:07:32 +0000 |
commit | 5dd7e3a8dcbaf6788a6966dd9c080504eefa3d06 (patch) | |
tree | ba5351e9f39a1ce0c277309280f311dffbf2d180 /Build/source/texk/ttfdump/Makefile.in | |
parent | 7810775d1cb9bffd6fdd4ab34fa9cda00b934816 (diff) |
automake 1.16.1
git-svn-id: svn://tug.org/texlive/trunk@47714 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ttfdump/Makefile.in')
-rw-r--r-- | Build/source/texk/ttfdump/Makefile.in | 296 |
1 files changed, 193 insertions, 103 deletions
diff --git a/Build/source/texk/ttfdump/Makefile.in b/Build/source/texk/ttfdump/Makefile.in index 522bc85d7e0..16f32e09d97 100644 --- a/Build/source/texk/ttfdump/Makefile.in +++ b/Build/source/texk/ttfdump/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2017 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -111,6 +111,8 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = +am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" +PROGRAMS = $(bin_PROGRAMS) LIBRARIES = $(noinst_LIBRARIES) ARFLAGS = cru AM_V_AR = $(am__v_AR_@AM_V@) @@ -137,8 +139,6 @@ am_libttf_a_OBJECTS = libttf/cmap.$(OBJEXT) libttf/cvt.$(OBJEXT) \ libttf/ttfutil.$(OBJEXT) libttf/vdmx.$(OBJEXT) \ libttf/vhea.$(OBJEXT) libttf/vmtx.$(OBJEXT) libttf_a_OBJECTS = $(am_libttf_a_OBJECTS) -am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" -PROGRAMS = $(bin_PROGRAMS) am_ttfdump_OBJECTS = src/ttfdump.$(OBJEXT) ttfdump_OBJECTS = $(am_ttfdump_OBJECTS) ttfdump_LDADD = $(LDADD) @@ -162,7 +162,24 @@ 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__maybe_remake_depfiles = depfiles +am__depfiles_remade = libttf/$(DEPDIR)/cmap.Po libttf/$(DEPDIR)/cvt.Po \ + libttf/$(DEPDIR)/disasm.Po libttf/$(DEPDIR)/font.Po \ + libttf/$(DEPDIR)/fpgm.Po libttf/$(DEPDIR)/gasp.Po \ + libttf/$(DEPDIR)/gcache.Po libttf/$(DEPDIR)/glyf.Po \ + libttf/$(DEPDIR)/gpos.Po libttf/$(DEPDIR)/gstate.Po \ + libttf/$(DEPDIR)/gsub.Po libttf/$(DEPDIR)/hdmx.Po \ + libttf/$(DEPDIR)/head.Po libttf/$(DEPDIR)/hhea.Po \ + libttf/$(DEPDIR)/hmtx.Po libttf/$(DEPDIR)/kern.Po \ + libttf/$(DEPDIR)/loca.Po libttf/$(DEPDIR)/ltsh.Po \ + libttf/$(DEPDIR)/maxp.Po libttf/$(DEPDIR)/name.Po \ + libttf/$(DEPDIR)/os2.Po libttf/$(DEPDIR)/otfcommon.Po \ + libttf/$(DEPDIR)/pclt.Po libttf/$(DEPDIR)/post.Po \ + libttf/$(DEPDIR)/prep.Po libttf/$(DEPDIR)/tabledir.Po \ + libttf/$(DEPDIR)/ttc.Po libttf/$(DEPDIR)/ttfread.Po \ + libttf/$(DEPDIR)/ttfutil.Po libttf/$(DEPDIR)/vdmx.Po \ + libttf/$(DEPDIR)/vhea.Po libttf/$(DEPDIR)/vmtx.Po \ + src/$(DEPDIR)/ttfdump.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -656,8 +673,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -683,6 +700,55 @@ $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) distclean-hdr: -rm -f config.h stamp-h1 +install-binPROGRAMS: $(bin_PROGRAMS) + @$(NORMAL_INSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ + fi; \ + for p in $$list; do echo "$$p $$p"; done | \ + sed 's/$(EXEEXT)$$//' | \ + while read p p1; do if test -f $$p \ + || test -f $$p1 \ + ; then echo "$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n;h' \ + -e 's|.*|.|' \ + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ + sed 'N;N;N;s,\n, ,g' | \ + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ + if ($$2 == $$4) files[d] = files[d] " " $$1; \ + else { print "f", $$3 "/" $$4, $$1; } } \ + END { for (d in files) print "f", d, files[d] }' | \ + while read type dir files; do \ + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ + test -z "$$files" || { \ + echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ + $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ + } \ + ; done + +uninstall-binPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ + -e 's/$$/$(EXEEXT)/' \ + `; \ + test -n "$$list" || exit 0; \ + echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(bindir)" && rm -f $$files + +clean-binPROGRAMS: + @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ + echo " rm -f" $$list; \ + rm -f $$list || exit $$?; \ + test -n "$(EXEEXT)" || exit 0; \ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list clean-noinstLIBRARIES: -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) @@ -761,55 +827,6 @@ libttf.a: $(libttf_a_OBJECTS) $(libttf_a_DEPENDENCIES) $(EXTRA_libttf_a_DEPENDEN $(AM_V_at)-rm -f libttf.a $(AM_V_AR)$(libttf_a_AR) libttf.a $(libttf_a_OBJECTS) $(libttf_a_LIBADD) $(AM_V_at)$(RANLIB) libttf.a -install-binPROGRAMS: $(bin_PROGRAMS) - @$(NORMAL_INSTALL) - @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ - if test -n "$$list"; then \ - echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ - fi; \ - for p in $$list; do echo "$$p $$p"; done | \ - sed 's/$(EXEEXT)$$//' | \ - while read p p1; do if test -f $$p \ - || test -f $$p1 \ - ; then echo "$$p"; echo "$$p"; else :; fi; \ - done | \ - sed -e 'p;s,.*/,,;n;h' \ - -e 's|.*|.|' \ - -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ - sed 'N;N;N;s,\n, ,g' | \ - $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ - { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ - if ($$2 == $$4) files[d] = files[d] " " $$1; \ - else { print "f", $$3 "/" $$4, $$1; } } \ - END { for (d in files) print "f", d, files[d] }' | \ - while read type dir files; do \ - if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ - test -z "$$files" || { \ - echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ - $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ - } \ - ; done - -uninstall-binPROGRAMS: - @$(NORMAL_UNINSTALL) - @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ - files=`for p in $$list; do echo "$$p"; done | \ - sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ - -e 's/$$/$(EXEEXT)/' \ - `; \ - test -n "$$list" || exit 0; \ - echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(bindir)" && rm -f $$files - -clean-binPROGRAMS: - @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ - echo " rm -f" $$list; \ - rm -f $$list || exit $$?; \ - test -n "$(EXEEXT)" || exit 0; \ - list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ - echo " rm -f" $$list; \ - rm -f $$list src/$(am__dirstamp): @$(MKDIR_P) src @: > src/$(am__dirstamp) @@ -831,39 +848,45 @@ mostlyclean-compile: distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/cmap.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/cvt.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/disasm.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/font.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/fpgm.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/gasp.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/gcache.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/glyf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/gpos.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/gstate.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/gsub.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/hdmx.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/head.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/hhea.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/hmtx.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/kern.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/loca.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/ltsh.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/maxp.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/name.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/os2.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/otfcommon.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/pclt.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/post.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/prep.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/tabledir.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/ttc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/ttfread.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/ttfutil.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/vdmx.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/vhea.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/vmtx.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ttfdump.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/cmap.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/cvt.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/disasm.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/font.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/fpgm.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/gasp.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/gcache.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/glyf.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/gpos.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/gstate.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/gsub.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/hdmx.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/head.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/hhea.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/hmtx.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/kern.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/loca.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/ltsh.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/maxp.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/name.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/os2.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/otfcommon.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/pclt.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/post.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/prep.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/tabledir.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/ttc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/ttfread.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/ttfutil.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/vdmx.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/vhea.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@libttf/$(DEPDIR)/vmtx.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ttfdump.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @@ -1118,7 +1141,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS) fi; \ $$success || exit 1 -check-TESTS: +check-TESTS: @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) @@ -1154,7 +1177,10 @@ recheck: all @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ @@ -1320,7 +1346,7 @@ distcleancheck: distclean check-am: all-am $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: check-am -all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(MANS) config.h +all-am: Makefile $(PROGRAMS) $(LIBRARIES) $(MANS) config.h installdirs: for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ @@ -1370,7 +1396,39 @@ clean-am: clean-binPROGRAMS clean-generic clean-libtool \ distclean: distclean-am -rm -f $(am__CONFIG_DISTCLEAN_FILES) - -rm -rf libttf/$(DEPDIR) src/$(DEPDIR) + -rm -f libttf/$(DEPDIR)/cmap.Po + -rm -f libttf/$(DEPDIR)/cvt.Po + -rm -f libttf/$(DEPDIR)/disasm.Po + -rm -f libttf/$(DEPDIR)/font.Po + -rm -f libttf/$(DEPDIR)/fpgm.Po + -rm -f libttf/$(DEPDIR)/gasp.Po + -rm -f libttf/$(DEPDIR)/gcache.Po + -rm -f libttf/$(DEPDIR)/glyf.Po + -rm -f libttf/$(DEPDIR)/gpos.Po + -rm -f libttf/$(DEPDIR)/gstate.Po + -rm -f libttf/$(DEPDIR)/gsub.Po + -rm -f libttf/$(DEPDIR)/hdmx.Po + -rm -f libttf/$(DEPDIR)/head.Po + -rm -f libttf/$(DEPDIR)/hhea.Po + -rm -f libttf/$(DEPDIR)/hmtx.Po + -rm -f libttf/$(DEPDIR)/kern.Po + -rm -f libttf/$(DEPDIR)/loca.Po + -rm -f libttf/$(DEPDIR)/ltsh.Po + -rm -f libttf/$(DEPDIR)/maxp.Po + -rm -f libttf/$(DEPDIR)/name.Po + -rm -f libttf/$(DEPDIR)/os2.Po + -rm -f libttf/$(DEPDIR)/otfcommon.Po + -rm -f libttf/$(DEPDIR)/pclt.Po + -rm -f libttf/$(DEPDIR)/post.Po + -rm -f libttf/$(DEPDIR)/prep.Po + -rm -f libttf/$(DEPDIR)/tabledir.Po + -rm -f libttf/$(DEPDIR)/ttc.Po + -rm -f libttf/$(DEPDIR)/ttfread.Po + -rm -f libttf/$(DEPDIR)/ttfutil.Po + -rm -f libttf/$(DEPDIR)/vdmx.Po + -rm -f libttf/$(DEPDIR)/vhea.Po + -rm -f libttf/$(DEPDIR)/vmtx.Po + -rm -f src/$(DEPDIR)/ttfdump.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-hdr distclean-libtool distclean-tags @@ -1418,7 +1476,39 @@ installcheck-am: maintainer-clean: maintainer-clean-am -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache - -rm -rf libttf/$(DEPDIR) src/$(DEPDIR) + -rm -f libttf/$(DEPDIR)/cmap.Po + -rm -f libttf/$(DEPDIR)/cvt.Po + -rm -f libttf/$(DEPDIR)/disasm.Po + -rm -f libttf/$(DEPDIR)/font.Po + -rm -f libttf/$(DEPDIR)/fpgm.Po + -rm -f libttf/$(DEPDIR)/gasp.Po + -rm -f libttf/$(DEPDIR)/gcache.Po + -rm -f libttf/$(DEPDIR)/glyf.Po + -rm -f libttf/$(DEPDIR)/gpos.Po + -rm -f libttf/$(DEPDIR)/gstate.Po + -rm -f libttf/$(DEPDIR)/gsub.Po + -rm -f libttf/$(DEPDIR)/hdmx.Po + -rm -f libttf/$(DEPDIR)/head.Po + -rm -f libttf/$(DEPDIR)/hhea.Po + -rm -f libttf/$(DEPDIR)/hmtx.Po + -rm -f libttf/$(DEPDIR)/kern.Po + -rm -f libttf/$(DEPDIR)/loca.Po + -rm -f libttf/$(DEPDIR)/ltsh.Po + -rm -f libttf/$(DEPDIR)/maxp.Po + -rm -f libttf/$(DEPDIR)/name.Po + -rm -f libttf/$(DEPDIR)/os2.Po + -rm -f libttf/$(DEPDIR)/otfcommon.Po + -rm -f libttf/$(DEPDIR)/pclt.Po + -rm -f libttf/$(DEPDIR)/post.Po + -rm -f libttf/$(DEPDIR)/prep.Po + -rm -f libttf/$(DEPDIR)/tabledir.Po + -rm -f libttf/$(DEPDIR)/ttc.Po + -rm -f libttf/$(DEPDIR)/ttfread.Po + -rm -f libttf/$(DEPDIR)/ttfutil.Po + -rm -f libttf/$(DEPDIR)/vdmx.Po + -rm -f libttf/$(DEPDIR)/vhea.Po + -rm -f libttf/$(DEPDIR)/vmtx.Po + -rm -f src/$(DEPDIR)/ttfdump.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1441,15 +1531,15 @@ uninstall-man: uninstall-man1 .MAKE: all check-am install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-TESTS \ - check-am clean clean-binPROGRAMS clean-cscope clean-generic \ - clean-libtool clean-noinstLIBRARIES cscope cscopelist-am ctags \ - ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \ - dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \ - distclean-compile distclean-generic distclean-hdr \ - distclean-libtool distclean-tags distcleancheck distdir \ - distuninstallcheck dvi dvi-am html html-am info info-am \ - install install-am install-binPROGRAMS install-data \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles am--refresh check \ + check-TESTS check-am clean clean-binPROGRAMS clean-cscope \ + clean-generic clean-libtool clean-noinstLIBRARIES cscope \ + cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ + dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ + distcheck distclean distclean-compile distclean-generic \ + distclean-hdr distclean-libtool distclean-tags distcleancheck \ + distdir distuninstallcheck dvi dvi-am html html-am info \ + info-am install install-am install-binPROGRAMS install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-man1 install-pdf \ |