diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/thailatex/babel/Makefile.in')
-rw-r--r-- | Master/texmf-dist/source/latex/thailatex/babel/Makefile.in | 56 |
1 files changed, 26 insertions, 30 deletions
diff --git a/Master/texmf-dist/source/latex/thailatex/babel/Makefile.in b/Master/texmf-dist/source/latex/thailatex/babel/Makefile.in index 471c1f2bf42..827cf4ed918 100644 --- a/Master/texmf-dist/source/latex/thailatex/babel/Makefile.in +++ b/Master/texmf-dist/source/latex/thailatex/babel/Makefile.in @@ -1,9 +1,9 @@ -# Makefile.in generated by automake 1.11.1 from Makefile.am. +# Makefile.in generated by automake 1.11.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, -# Inc. +# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +# Foundation, Inc. # This Makefile.in 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. @@ -64,11 +64,16 @@ am__nobase_list = $(am__nobase_strip_setup); \ am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } am__installdirs = "$(DESTDIR)$(babeldir)" "$(DESTDIR)$(docdir)" DATA = $(babel_DATA) $(doc_DATA) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ -AFM2TFM = @AFM2TFM@ AMTAR = @AMTAR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ @@ -77,7 +82,6 @@ AWK = @AWK@ CTTEX = @CTTEX@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ -DVIPS = @DVIPS@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ @@ -101,18 +105,14 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ -PF2AFM = @PF2AFM@ -PS2PDF = @PS2PDF@ -RMDIR = @RMDIR@ +PDFLATEX = @PDFLATEX@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ SWATH = @SWATH@ TEXHASH = @TEXHASH@ -UPDMAP = @UPDMAP@ VERSION = @VERSION@ -VPTOVF = @VPTOVF@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -154,19 +154,13 @@ texmfdir = @texmfdir@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -BABEL_COMMON = thai.sty thswitch.sty lthenc.def tis620.def \ - lthkinnari.fd lthgaruda.fd lthnorasi.fd \ - lthttype.fd lthttypist.fd \ - lthpurisa.fd lthloma.fd \ - lthwaree.fd lthumpush.fd \ - lthsawasdee.fd - +BABEL_COMMON = thswitch.sty lthenc.def tis620.def BABEL_SRC = thai.dtx thai.ins $(BABEL_COMMON) BABEL_INS = thai.ldf $(BABEL_COMMON) BABEL_DOCS = thai.pdf EXTRA_DIST = $(BABEL_SRC) CLEANFILES = thai.log thai.aux thai.ldf thai.pdf -babeldir = $(texmfdir)/tex/generic/babel +babeldir = $(texmfdir)/tex/generic/$(PACKAGE) babel_DATA = $(BABEL_INS) doc_DATA = $(BABEL_DOCS) all: all-am @@ -219,9 +213,7 @@ uninstall-babelDATA: @$(NORMAL_UNINSTALL) @list='$(babel_DATA)'; test -n "$(babeldir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(babeldir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(babeldir)" && rm -f $$files + dir='$(DESTDIR)$(babeldir)'; $(am__uninstall_files_from_dir) install-docDATA: $(doc_DATA) @$(NORMAL_INSTALL) test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)" @@ -239,9 +231,7 @@ uninstall-docDATA: @$(NORMAL_UNINSTALL) @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ - test -n "$$files" || exit 0; \ - echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \ - cd "$(DESTDIR)$(docdir)" && rm -f $$files + dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir) tags: TAGS TAGS: @@ -296,10 +286,15 @@ install-am: all-am installcheck: installcheck-am install-strip: - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - `test -z '$(STRIP)' || \ - echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi mostlyclean-generic: clean-generic: @@ -401,13 +396,14 @@ thai.ldf: thai.ins thai.dtx $(LN_S) $(srcdir)/thai.dtx thai.dtx; \ fi rm -f thai.ldf - latex thai.ins + $(LATEX) thai.ins thai.pdf: thai.dtx if [ ! -f thai.dtx ]; then \ $(LN_S) $(srcdir)/thai.dtx thai.dtx; \ fi - pdflatex thai.dtx + $(PDFLATEX) thai.dtx + $(PDFLATEX) thai.dtx # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. |