diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-02-10 02:16:39 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2017-02-10 02:16:39 +0000 |
commit | 6329c9930f372b7bf25ddfb9b5f9618d46e238b9 (patch) | |
tree | e548337b27e35d118783d7a2ba51a8b87f6b2a12 /Build | |
parent | 98b249f4d68a3ed3de0358adb5acbf2b4df1a36e (diff) |
web2c/Makefile.in: by new Makefile.am
git-svn-id: svn://tug.org/texlive/trunk@43179 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/Makefile.in | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/Build/source/texk/web2c/Makefile.in b/Build/source/texk/web2c/Makefile.in index 5dde0bd0512..da7912a7714 100644 --- a/Build/source/texk/web2c/Makefile.in +++ b/Build/source/texk/web2c/Makefile.in @@ -385,9 +385,8 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/w2c/c-auto.h ff-config.h -CONFIG_CLEAN_FILES = omegafonts/Makefile otps/Makefile \ - otps/win32/Makefile window/Makefile web2c-sh tangle-sh \ - ctangleboot-sh silent-sh synctexdir/synctex.pc callexe.c +CONFIG_CLEAN_FILES = web2c-sh tangle-sh ctangleboot-sh silent-sh \ + synctexdir/synctex.pc callexe.c CONFIG_CLEAN_VPATH_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ @@ -1832,11 +1831,7 @@ am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/../../am/bin_links.am \ $(top_srcdir)/../../build-aux/test-driver \ $(top_srcdir)/../texlive/w32_wrapper/callexe.c \ $(top_srcdir)/luatexdir/luafontloader/ff-config.in \ - $(top_srcdir)/omegafonts/Makefile.in \ - $(top_srcdir)/otps/Makefile.in \ - $(top_srcdir)/otps/win32/Makefile.in \ - $(top_srcdir)/synctexdir/synctex.pc.in \ - $(top_srcdir)/window/Makefile.in ../../build-aux/compile \ + $(top_srcdir)/synctexdir/synctex.pc.in ../../build-aux/compile \ ../../build-aux/config.guess ../../build-aux/config.sub \ ../../build-aux/depcomp ../../build-aux/install-sh \ ../../build-aux/ltmain.sh ../../build-aux/missing \ @@ -3909,14 +3904,6 @@ stamp-h2: $(top_srcdir)/luatexdir/luafontloader/ff-config.in $(top_builddir)/con distclean-hdr: -rm -f w2c/c-auto.h w2c/stamp-h1 ff-config.h stamp-h2 -omegafonts/Makefile: $(top_builddir)/config.status $(top_srcdir)/omegafonts/Makefile.in - cd $(top_builddir) && $(SHELL) ./config.status $@ -otps/Makefile: $(top_builddir)/config.status $(top_srcdir)/otps/Makefile.in - cd $(top_builddir) && $(SHELL) ./config.status $@ -otps/win32/Makefile: $(top_builddir)/config.status $(top_srcdir)/otps/win32/Makefile.in - cd $(top_builddir) && $(SHELL) ./config.status $@ -window/Makefile: $(top_builddir)/config.status $(top_srcdir)/window/Makefile.in - cd $(top_builddir) && $(SHELL) ./config.status $@ web2c-sh: $(top_builddir)/config.status $(srcdir)/web2c-sh.in cd $(top_builddir) && $(SHELL) ./config.status $@ tangle-sh: $(top_builddir)/config.status $(srcdir)/tangle-sh.in |