summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/Makefile.in
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-08-24 08:01:47 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-08-24 08:01:47 +0000
commit9e82db30ffdc8ecdc1ddb1085d686a34699832b8 (patch)
treed6cc92ba1d27a08fbd06d03d456198f7bd2c3390 /Build/source/texk/web2c/Makefile.in
parentda7ca18222c1c8e21d88f0589eef1f824ddf0674 (diff)
upTeX and e-upTeX: final(?) version + some test cases
git-svn-id: svn://tug.org/texlive/trunk@23678 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/Makefile.in')
-rw-r--r--Build/source/texk/web2c/Makefile.in310
1 files changed, 186 insertions, 124 deletions
diff --git a/Build/source/texk/web2c/Makefile.in b/Build/source/texk/web2c/Makefile.in
index 2e64b9bd8af..777c393a0d3 100644
--- a/Build/source/texk/web2c/Makefile.in
+++ b/Build/source/texk/web2c/Makefile.in
@@ -50,16 +50,18 @@ bin_PROGRAMS = tangle$(EXEEXT) ctangle$(EXEEXT) $(am__EXEEXT_7) \
$(am__EXEEXT_24) $(am__EXEEXT_25) $(am__EXEEXT_26) \
synctex$(EXEEXT)
noinst_PROGRAMS = tangleboot$(EXEEXT) ctangleboot$(EXEEXT) \
- $(am__EXEEXT_34) $(am__EXEEXT_35)
+ $(am__EXEEXT_36) $(am__EXEEXT_37)
check_PROGRAMS = $(am__EXEEXT_27) $(am__EXEEXT_28) $(am__EXEEXT_29) \
$(am__EXEEXT_30) $(am__EXEEXT_31) $(am__EXEEXT_32) \
- $(am__EXEEXT_33) md5main$(EXEEXT)
-TESTS = tangle.test $(am__EXEEXT_38) ctiedir/ctie.test \
+ $(am__EXEEXT_33) $(am__EXEEXT_34) $(am__EXEEXT_35) \
+ md5main$(EXEEXT)
+TESTS = tangle.test $(am__EXEEXT_40) ctiedir/ctie.test \
cwebdir/cweave.test tiedir/tie.test $(am__append_6) \
$(am__append_14) $(am__append_23) $(am__append_28) \
$(am__append_34) $(am__append_38) $(am__append_40) \
- $(am__append_48) $(am__append_55) $(am__append_69) \
- $(am__append_72) $(am__append_73) libmd5/md5.test
+ $(am__append_46) $(am__append_50) $(am__append_52) \
+ $(am__append_57) $(am__append_64) $(am__append_78) \
+ $(am__append_81) $(am__append_82) libmd5/md5.test
DIST_COMMON = README $(am__configure_deps) $(dist_man_MANS) \
$(srcdir)/../../build-aux/config.guess \
$(srcdir)/../../build-aux/config.sub \
@@ -141,36 +143,45 @@ DIST_COMMON = README $(am__configure_deps) $(dist_man_MANS) \
@EPTEX_TRUE@am__append_43 = eptrip-clean
@UPTEX_TRUE@am__append_44 = uptex
@UPWEB_TRUE@am__append_45 = $(upweb_programs)
-@EUPTEX_TRUE@am__append_46 = euptex
-@PDFTEX_TRUE@am__append_47 = pdftex ttf2afm pdftosrc
-@PDFTEX_TRUE@am__append_48 = $(pdftex_tests)
-@MINGW32_TRUE@am__append_49 = \
+@UPTEX_TRUE@am__append_46 = $(uptex_tests)
+@UPTEX_TRUE@am__append_47 = dvitype pltotf tftopl
+@UPTEX_TRUE@am__append_48 = uptrip.diffs
+@UPTEX_TRUE@am__append_49 = uptrip-clean
+@UPWEB_TRUE@am__append_50 = $(upweb_tests)
+@EUPTEX_TRUE@am__append_51 = euptex
+@EUPTEX_TRUE@am__append_52 = $(euptex_tests)
+@EUPTEX_TRUE@am__append_53 = dvitype pltotf tftopl
+@EUPTEX_TRUE@am__append_54 = euptrip.diffs
+@EUPTEX_TRUE@am__append_55 = euptrip-clean
+@PDFTEX_TRUE@am__append_56 = pdftex ttf2afm pdftosrc
+@PDFTEX_TRUE@am__append_57 = $(pdftex_tests)
+@MINGW32_TRUE@am__append_58 = \
@MINGW32_TRUE@ pdftexdir/regex/regex.c \
@MINGW32_TRUE@ pdftexdir/regex/regex.h
-@LUATEX_TRUE@am__append_50 = luatex
-@LUATEX_TRUE@@WIN32_TRUE@am__append_51 = call_luatex
-@LUATEX_TRUE@@WIN32_TRUE@am__append_52 = install-luatex-links
-@LUATEX_TRUE@@WIN32_TRUE@am__append_53 = uninstall-luatex-links
-@LUATEX_TRUE@@WIN32_FALSE@am__append_54 = luatex$(EXEEXT):texlua luatex$(EXEEXT):texluac
-@LUATEX_TRUE@am__append_55 = $(luatex_tests)
-@MINGW32_FALSE@am__append_56 = -DLUA_USE_POSIX
-@XETEX_TRUE@am__append_57 = xetex
-@XETEX_MACOSX_TRUE@am__append_58 = -DXETEX_MAC
-@XETEX_MACOSX_TRUE@am__append_59 = libxetexmm.a
-@XETEX_MACOSX_FALSE@am__append_60 = -DXETEX_OTHER $(POPPLER_INCLUDES) \
+@LUATEX_TRUE@am__append_59 = luatex
+@LUATEX_TRUE@@WIN32_TRUE@am__append_60 = call_luatex
+@LUATEX_TRUE@@WIN32_TRUE@am__append_61 = install-luatex-links
+@LUATEX_TRUE@@WIN32_TRUE@am__append_62 = uninstall-luatex-links
+@LUATEX_TRUE@@WIN32_FALSE@am__append_63 = luatex$(EXEEXT):texlua luatex$(EXEEXT):texluac
+@LUATEX_TRUE@am__append_64 = $(luatex_tests)
+@MINGW32_FALSE@am__append_65 = -DLUA_USE_POSIX
+@XETEX_TRUE@am__append_66 = xetex
+@XETEX_MACOSX_TRUE@am__append_67 = -DXETEX_MAC
+@XETEX_MACOSX_TRUE@am__append_68 = libxetexmm.a
+@XETEX_MACOSX_FALSE@am__append_69 = -DXETEX_OTHER $(POPPLER_INCLUDES) \
@XETEX_MACOSX_FALSE@ $(LIBPNG_INCLUDES) $(FONTCONFIG_INCLUDES)
-@XETEX_MACOSX_FALSE@am__append_61 = $(POPPLER_LIBS) $(LIBPNG_LIBS) $(FONTCONFIG_LIBS)
-@XETEX_MACOSX_FALSE@am__append_62 = $(POPPLER_DEPEND) $(LIBPNG_DEPEND)
-@XETEX_GRAPHITE_TRUE@am__append_63 = -DXETEX_GRAPHITE $(GRAPHITE_INCLUDES)
-@XETEX_GRAPHITE_TRUE@am__append_64 = $(GRAPHITE_LIBS)
-@XETEX_GRAPHITE_TRUE@am__append_65 = $(GRAPHITE_DEPEND)
-@XETEX_MACOSX_TRUE@am__append_66 = \
+@XETEX_MACOSX_FALSE@am__append_70 = $(POPPLER_LIBS) $(LIBPNG_LIBS) $(FONTCONFIG_LIBS)
+@XETEX_MACOSX_FALSE@am__append_71 = $(POPPLER_DEPEND) $(LIBPNG_DEPEND)
+@XETEX_GRAPHITE_TRUE@am__append_72 = -DXETEX_GRAPHITE $(GRAPHITE_INCLUDES)
+@XETEX_GRAPHITE_TRUE@am__append_73 = $(GRAPHITE_LIBS)
+@XETEX_GRAPHITE_TRUE@am__append_74 = $(GRAPHITE_DEPEND)
+@XETEX_MACOSX_TRUE@am__append_75 = \
@XETEX_MACOSX_TRUE@ xetexdir/XeTeXFontInst_Mac.cpp \
@XETEX_MACOSX_TRUE@ xetexdir/XeTeXFontInst_Mac.h \
@XETEX_MACOSX_TRUE@ xetexdir/XeTeX_mac.c
-@XETEX_MACOSX_FALSE@am__append_67 = \
+@XETEX_MACOSX_FALSE@am__append_76 = \
@XETEX_MACOSX_FALSE@ xetexdir/XeTeXFontMgr_FC.cpp \
@XETEX_MACOSX_FALSE@ xetexdir/XeTeXFontMgr_FC.h \
@XETEX_MACOSX_FALSE@ xetexdir/XeTeX_pic.c \
@@ -187,96 +198,96 @@ DIST_COMMON = README $(am__configure_deps) $(dist_man_MANS) \
@XETEX_MACOSX_FALSE@ xetexdir/pngimage.c \
@XETEX_MACOSX_FALSE@ xetexdir/pngimage.h
-@XETEX_GRAPHITE_TRUE@am__append_68 = \
+@XETEX_GRAPHITE_TRUE@am__append_77 = \
@XETEX_GRAPHITE_TRUE@ xetexdir/XeTeXGrLayout.cpp \
@XETEX_GRAPHITE_TRUE@ xetexdir/XeTeXGrLayout.h
-@XETEX_TRUE@am__append_69 = $(xetex_tests)
-@OTANGLE_TRUE@am__append_70 = $(omegaware_tools)
-@OMFONTS_FALSE@@OTANGLE_TRUE@am__append_71 = $(omegaware_font_tools)
-@OTANGLE_TRUE@am__append_72 = $(OTANGLE_tests)
-@OMFONTS_FALSE@@OTANGLE_TRUE@am__append_73 = $(OMFONTS_tests)
-@OTANGLE_TRUE@am__append_74 = pltotf tftopl
-@ALEPH_TRUE@am__append_75 = aleph
-@TEX_SYNCTEX_TRUE@am__append_76 = -I$(srcdir)/synctexdir \
+@XETEX_TRUE@am__append_78 = $(xetex_tests)
+@OTANGLE_TRUE@am__append_79 = $(omegaware_tools)
+@OMFONTS_FALSE@@OTANGLE_TRUE@am__append_80 = $(omegaware_font_tools)
+@OTANGLE_TRUE@am__append_81 = $(OTANGLE_tests)
+@OMFONTS_FALSE@@OTANGLE_TRUE@am__append_82 = $(OMFONTS_tests)
+@OTANGLE_TRUE@am__append_83 = pltotf tftopl
+@ALEPH_TRUE@am__append_84 = aleph
+@TEX_SYNCTEX_TRUE@am__append_85 = -I$(srcdir)/synctexdir \
@TEX_SYNCTEX_TRUE@ $(ZLIB_INCLUDES) -D__SyncTeX__ \
@TEX_SYNCTEX_TRUE@ -DSYNCTEX_ENGINE_H=\"synctex-tex.h\"
-@TEX_SYNCTEX_TRUE@am__append_77 = $(ZLIB_LIBS)
-@TEX_SYNCTEX_TRUE@am__append_78 = $(ZLIB_DEPEND)
-@TEX_SYNCTEX_TRUE@am__append_79 = \
+@TEX_SYNCTEX_TRUE@am__append_86 = $(ZLIB_LIBS)
+@TEX_SYNCTEX_TRUE@am__append_87 = $(ZLIB_DEPEND)
+@TEX_SYNCTEX_TRUE@am__append_88 = \
@TEX_SYNCTEX_TRUE@ synctexdir/synctex.c \
@TEX_SYNCTEX_TRUE@ synctexdir/synctex.h \
@TEX_SYNCTEX_TRUE@ synctexdir/synctex-common.h \
@TEX_SYNCTEX_TRUE@ synctexdir/synctex-tex.h
-@ETEX_SYNCTEX_TRUE@am__append_80 = -I$(srcdir)/synctexdir \
+@ETEX_SYNCTEX_TRUE@am__append_89 = -I$(srcdir)/synctexdir \
@ETEX_SYNCTEX_TRUE@ $(ZLIB_INCLUDES) -D__SyncTeX__ \
@ETEX_SYNCTEX_TRUE@ -DSYNCTEX_ENGINE_H=\"synctex-etex.h\"
-@ETEX_SYNCTEX_TRUE@am__append_81 = $(ZLIB_LIBS)
-@ETEX_SYNCTEX_TRUE@am__append_82 = $(ZLIB_DEPEND)
-@ETEX_SYNCTEX_TRUE@am__append_83 = \
+@ETEX_SYNCTEX_TRUE@am__append_90 = $(ZLIB_LIBS)
+@ETEX_SYNCTEX_TRUE@am__append_91 = $(ZLIB_DEPEND)
+@ETEX_SYNCTEX_TRUE@am__append_92 = \
@ETEX_SYNCTEX_TRUE@ synctexdir/synctex.c \
@ETEX_SYNCTEX_TRUE@ synctexdir/synctex.h \
@ETEX_SYNCTEX_TRUE@ synctexdir/synctex-common.h \
@ETEX_SYNCTEX_TRUE@ synctexdir/synctex-etex.h
-@PTEX_SYNCTEX_TRUE@am__append_84 = -I$(srcdir)/synctexdir \
+@PTEX_SYNCTEX_TRUE@am__append_93 = -I$(srcdir)/synctexdir \
@PTEX_SYNCTEX_TRUE@ $(ZLIB_INCLUDES) -D__SyncTeX__ \
@PTEX_SYNCTEX_TRUE@ -DSYNCTEX_ENGINE_H=\"synctex-ptex.h\"
-@PTEX_SYNCTEX_TRUE@am__append_85 = $(ZLIB_LIBS)
-@PTEX_SYNCTEX_TRUE@am__append_86 = $(ZLIB_DEPEND)
-@PTEX_SYNCTEX_TRUE@am__append_87 = \
+@PTEX_SYNCTEX_TRUE@am__append_94 = $(ZLIB_LIBS)
+@PTEX_SYNCTEX_TRUE@am__append_95 = $(ZLIB_DEPEND)
+@PTEX_SYNCTEX_TRUE@am__append_96 = \
@PTEX_SYNCTEX_TRUE@ synctexdir/synctex.c \
@PTEX_SYNCTEX_TRUE@ synctexdir/synctex.h \
@PTEX_SYNCTEX_TRUE@ synctexdir/synctex-common.h \
@PTEX_SYNCTEX_TRUE@ synctexdir/synctex-ptex.h
-@UPTEX_SYNCTEX_TRUE@am__append_88 = -I$(srcdir)/synctexdir \
+@UPTEX_SYNCTEX_TRUE@am__append_97 = -I$(srcdir)/synctexdir \
@UPTEX_SYNCTEX_TRUE@ $(ZLIB_INCLUDES) -D__SyncTeX__ \
@UPTEX_SYNCTEX_TRUE@ -DSYNCTEX_ENGINE_H=\"synctex-uptex.h\"
-@UPTEX_SYNCTEX_TRUE@am__append_89 = $(ZLIB_LIBS)
-@UPTEX_SYNCTEX_TRUE@am__append_90 = $(ZLIB_DEPEND)
-@UPTEX_SYNCTEX_TRUE@am__append_91 = \
+@UPTEX_SYNCTEX_TRUE@am__append_98 = $(ZLIB_LIBS)
+@UPTEX_SYNCTEX_TRUE@am__append_99 = $(ZLIB_DEPEND)
+@UPTEX_SYNCTEX_TRUE@am__append_100 = \
@UPTEX_SYNCTEX_TRUE@ synctexdir/synctex.c \
@UPTEX_SYNCTEX_TRUE@ synctexdir/synctex.h \
@UPTEX_SYNCTEX_TRUE@ synctexdir/synctex-common.h \
@UPTEX_SYNCTEX_TRUE@ synctexdir/synctex-uptex.h
-@EPTEX_SYNCTEX_TRUE@am__append_92 = -I$(srcdir)/synctexdir \
+@EPTEX_SYNCTEX_TRUE@am__append_101 = -I$(srcdir)/synctexdir \
@EPTEX_SYNCTEX_TRUE@ $(ZLIB_INCLUDES) -D__SyncTeX__ \
@EPTEX_SYNCTEX_TRUE@ -DSYNCTEX_ENGINE_H=\"synctex-eptex.h\"
-@EPTEX_SYNCTEX_TRUE@am__append_93 = $(ZLIB_LIBS)
-@EPTEX_SYNCTEX_TRUE@am__append_94 = $(ZLIB_DEPEND)
-@EPTEX_SYNCTEX_TRUE@am__append_95 = \
+@EPTEX_SYNCTEX_TRUE@am__append_102 = $(ZLIB_LIBS)
+@EPTEX_SYNCTEX_TRUE@am__append_103 = $(ZLIB_DEPEND)
+@EPTEX_SYNCTEX_TRUE@am__append_104 = \
@EPTEX_SYNCTEX_TRUE@ synctexdir/synctex.c \
@EPTEX_SYNCTEX_TRUE@ synctexdir/synctex.h \
@EPTEX_SYNCTEX_TRUE@ synctexdir/synctex-common.h \
@EPTEX_SYNCTEX_TRUE@ synctexdir/synctex-eptex.h
-@EUPTEX_SYNCTEX_TRUE@am__append_96 = -I$(srcdir)/synctexdir \
+@EUPTEX_SYNCTEX_TRUE@am__append_105 = -I$(srcdir)/synctexdir \
@EUPTEX_SYNCTEX_TRUE@ $(ZLIB_INCLUDES) -D__SyncTeX__ \
@EUPTEX_SYNCTEX_TRUE@ -DSYNCTEX_ENGINE_H=\"synctex-euptex.h\"
-@EUPTEX_SYNCTEX_TRUE@am__append_97 = $(ZLIB_LIBS)
-@EUPTEX_SYNCTEX_TRUE@am__append_98 = $(ZLIB_DEPEND)
-@EUPTEX_SYNCTEX_TRUE@am__append_99 = \
+@EUPTEX_SYNCTEX_TRUE@am__append_106 = $(ZLIB_LIBS)
+@EUPTEX_SYNCTEX_TRUE@am__append_107 = $(ZLIB_DEPEND)
+@EUPTEX_SYNCTEX_TRUE@am__append_108 = \
@EUPTEX_SYNCTEX_TRUE@ synctexdir/synctex.c \
@EUPTEX_SYNCTEX_TRUE@ synctexdir/synctex.h \
@EUPTEX_SYNCTEX_TRUE@ synctexdir/synctex-common.h \
@EUPTEX_SYNCTEX_TRUE@ synctexdir/synctex-euptex.h
-@PDFTEX_SYNCTEX_TRUE@am__append_100 = -I$(srcdir)/synctexdir \
+@PDFTEX_SYNCTEX_TRUE@am__append_109 = -I$(srcdir)/synctexdir \
@PDFTEX_SYNCTEX_TRUE@ -D__SyncTeX__ \
@PDFTEX_SYNCTEX_TRUE@ -DSYNCTEX_ENGINE_H=\"synctex-pdftex.h\"
-@PDFTEX_SYNCTEX_TRUE@am__append_101 = \
+@PDFTEX_SYNCTEX_TRUE@am__append_110 = \
@PDFTEX_SYNCTEX_TRUE@ synctexdir/synctex.c \
@PDFTEX_SYNCTEX_TRUE@ synctexdir/synctex.h \
@PDFTEX_SYNCTEX_TRUE@ synctexdir/synctex-common.h \
@PDFTEX_SYNCTEX_TRUE@ synctexdir/synctex-pdftex.h
-@XETEX_SYNCTEX_TRUE@am__append_102 = -I$(srcdir)/synctexdir \
+@XETEX_SYNCTEX_TRUE@am__append_111 = -I$(srcdir)/synctexdir \
@XETEX_SYNCTEX_TRUE@ -D__SyncTeX__ \
@XETEX_SYNCTEX_TRUE@ -DSYNCTEX_ENGINE_H=\"synctex-xetex.h\"
-@XETEX_SYNCTEX_TRUE@am__append_103 = \
+@XETEX_SYNCTEX_TRUE@am__append_112 = \
@XETEX_SYNCTEX_TRUE@ synctexdir/synctex.c \
@XETEX_SYNCTEX_TRUE@ synctexdir/synctex.h \
@XETEX_SYNCTEX_TRUE@ synctexdir/synctex-common.h \
@@ -634,9 +645,13 @@ am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \
@PTEX_TRUE@ tftopl$(EXEEXT)
@EPTEX_TRUE@am__EXEEXT_32 = dvitype$(EXEEXT) pltotf$(EXEEXT) \
@EPTEX_TRUE@ tftopl$(EXEEXT)
-@OTANGLE_TRUE@am__EXEEXT_33 = pltotf$(EXEEXT) tftopl$(EXEEXT)
-@MP_TRUE@@WIN32_TRUE@am__EXEEXT_34 = call_mpost$(EXEEXT)
-@LUATEX_TRUE@@WIN32_TRUE@am__EXEEXT_35 = call_luatex$(EXEEXT)
+@UPTEX_TRUE@am__EXEEXT_33 = dvitype$(EXEEXT) pltotf$(EXEEXT) \
+@UPTEX_TRUE@ tftopl$(EXEEXT)
+@EUPTEX_TRUE@am__EXEEXT_34 = dvitype$(EXEEXT) pltotf$(EXEEXT) \
+@EUPTEX_TRUE@ tftopl$(EXEEXT)
+@OTANGLE_TRUE@am__EXEEXT_35 = pltotf$(EXEEXT) tftopl$(EXEEXT)
+@MP_TRUE@@WIN32_TRUE@am__EXEEXT_36 = call_mpost$(EXEEXT)
+@LUATEX_TRUE@@WIN32_TRUE@am__EXEEXT_37 = call_luatex$(EXEEXT)
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
dist_aleph_OBJECTS = aleph-aleph.$(OBJEXT) aleph-alephbis.$(OBJEXT) \
aleph-alephextra.$(OBJEXT)
@@ -1077,13 +1092,13 @@ ETAGS = etags
CTAGS = ctags
am__tty_colors = \
red=; grn=; lgn=; blu=; std=
-am__EXEEXT_36 = bibtex.test dvicopy.test dvitype.test gftodvi.test \
+am__EXEEXT_38 = bibtex.test dvicopy.test dvitype.test gftodvi.test \
gftopk.test gftype.test mft.test patgen.test pktogf.test \
pktype.test pltotf.test pooltype.test tftopl.test vftovp.test \
vptovf.test weave.test
-am__EXEEXT_37 = $(am__EXEEXT_36) tests/bibtex-openout-test.pl \
+am__EXEEXT_39 = $(am__EXEEXT_38) tests/bibtex-openout-test.pl \
tests/bibtex-longline-test.pl tests/bibtex-mem.test
-@WEB_TRUE@am__EXEEXT_38 = $(am__EXEEXT_37)
+@WEB_TRUE@am__EXEEXT_40 = $(am__EXEEXT_39)
DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
@@ -1397,12 +1412,19 @@ EXTRA_DIST = PROJECTS cftests cpascal.h help.h w2c/config.h \
eptexdir/Changes.txt eptexdir/README.txt \
eptexdir/eptrip/eptrip.diffs eptexdir/eptrip/etrip.log \
eptexdir/eptrip/etrip.tex eptexdir/eptrip/texmf.cnf \
- $(uptex_web_srcs) $(uptex_ch_srcs) uptexdir/uptex.defines \
- ptexdir/pbibtex.ch uptexdir/upbibtex.ch ptexdir/pdvitype.ch \
- uptexdir/updvitype.ch ptexdir/ppltotf.ch uptexdir/uppltotf.ch \
- ptexdir/ptftopl.ch uptexdir/uptftopl.ch $(euptex_web_srcs) \
- $(euptex_ch_srcs) euptexdir/euptex.defines $(pdftex_ch_srcs) \
- etexdir/etex.ch pdftexdir/pdftex.defines pdftexdir/pdftex.h \
+ $(uptex_tests) $(upweb_tests) $(uptex_web_srcs) \
+ $(uptex_ch_srcs) uptexdir/uptex.defines ptexdir/pbibtex.ch \
+ uptexdir/upbibtex.ch ptexdir/pdvitype.ch uptexdir/updvitype.ch \
+ ptexdir/ppltotf.ch uptexdir/uppltotf.ch ptexdir/ptftopl.ch \
+ uptexdir/uptftopl.ch uptexdir/COPYRIGHT uptexdir/COPYRIGHT.jis \
+ uptexdir/ChangeLog uptexdir/uptrip/uptrip.diffs \
+ uptexdir/uptrip/texmf.cnf $(euptex_tests) $(euptex_web_srcs) \
+ $(euptex_ch_srcs) euptexdir/euptex.defines euptexdir/COPYRIGHT \
+ euptexdir/COPYRIGHT.jis euptexdir/ChangeLog \
+ euptexdir/EUPTEX.txt eptexdir/eptrip/etrip.log \
+ eptexdir/eptrip/etrip.tex euptexdir/euptrip/euptrip.diffs \
+ euptexdir/euptrip/texmf.cnf $(pdftex_ch_srcs) etexdir/etex.ch \
+ pdftexdir/pdftex.defines pdftexdir/pdftex.h \
pdftexdir/ChangeLog pdftexdir/NEWS pdftexdir/README \
pdftexdir/change-files.txt $(pdftex_tests) \
pdftexdir/regex/COPYING.LIB pdftexdir/regex/README \
@@ -1581,14 +1603,19 @@ DISTCLEANFILES = $(EXTRA_LIBRARIES) tangle.c tangle.h tangle.p \
tests/xstory.dvityp tests/xpagenum.typ tests/xcmr10.tfm \
tests/xcmr10.pl tests/xsample.typ tests/x*min10.* ptrip.diffs \
$(nodist_eptex_SOURCES) eptex.web eptex.ch eptex-web2c eptex.p \
- eptex.pool eptex-tangle eptrip.diffs $(nodist_uptex_SOURCES) \
- uptex.web uptex.ch uptex-web2c uptex.p uptex.pool uptex-tangle \
+ eptex.pool eptex-tangle eptrip.diffs $(upweb_programs:=.c) \
+ $(upweb_programs:=.h) $(upweb_programs:=.p) \
+ $(upweb_programs:=-web2c) $(upweb_programs:=.web) \
+ $(nodist_uptex_SOURCES) uptex.web uptex.ch uptex-web2c uptex.p \
+ uptex.pool uptex-tangle tests/xexampl.aux tests/xexampl.bbl \
+ tests/xexampl.blg tests/xstory.dvityp tests/xpagenum.typ \
+ tests/xcmr10.tfm tests/xcmr10.pl uptrip.diffs \
$(nodist_euptex_SOURCES) euptex.web euptex.ch euptex-web2c \
- euptex.p euptex.pool euptex-tangle $(nodist_pdftex_SOURCES) \
- pdftex.ch pdftex-web2c pdftex.p pdftex.pool pdftex-tangle \
- $(nodist_libluatex_a_SOURCES) txt2zlib.c \
- $(nodist_xetex_SOURCES) xetex.web xetex-web2c xetex.p \
- xetex.pool xetex-tangle $(omegaware_programs:=.c) \
+ euptex.p euptex.pool euptex-tangle euptrip.diffs \
+ $(nodist_pdftex_SOURCES) pdftex.ch pdftex-web2c pdftex.p \
+ pdftex.pool pdftex-tangle $(nodist_libluatex_a_SOURCES) \
+ txt2zlib.c $(nodist_xetex_SOURCES) xetex.web xetex-web2c \
+ xetex.p xetex.pool xetex-tangle $(omegaware_programs:=.c) \
$(omegaware_programs:=.h) $(omegaware_programs:=.p) \
$(omegaware_programs:=-web2c) omegaware/tests/xlevel1.ofm \
omegaware/tests/xlevel1.opl ofont*vf omegaware/tests/xofont* \
@@ -1602,13 +1629,15 @@ DISTCLEANFILES = $(EXTRA_LIBRARIES) tangle.c tangle.h tangle.p \
aleph.pool aleph-tangle
CLEANFILES =
TRIPTRAP_CLEAN = $(am__append_9) $(am__append_17) $(am__append_26) \
- $(am__append_31) $(am__append_37) $(am__append_43)
+ $(am__append_31) $(am__append_37) $(am__append_43) \
+ $(am__append_49) $(am__append_55)
TRIPTRAP = $(am__append_8) $(am__append_16) $(am__append_25) \
- $(am__append_30) $(am__append_36) $(am__append_42)
+ $(am__append_30) $(am__append_36) $(am__append_42) \
+ $(am__append_48) $(am__append_54)
bin_links = $(am__append_5) $(am__append_13) $(am__append_22) \
- $(am__append_54)
-install_exe_links = $(am__append_20) $(am__append_52)
-uninstall_exe_links = $(am__append_21) $(am__append_53)
+ $(am__append_63)
+install_exe_links = $(am__append_20) $(am__append_61)
+uninstall_exe_links = $(am__append_21) $(am__append_62)
web2c = $(SHELL) ./web2c-sh $@
makecpool = web2c/makecpool
@@ -1692,18 +1721,18 @@ tie_CPPFLAGS = $(AM_CPPFLAGS) -DNOT_WEB2C
initex_CPPFLAGS = -DEXEPROG=\"tex.exe\"
initex_SOURCES = $(srcdir)/../texlive/w32_wrapper/callexe.c
initex_LDADD =
-tex_CPPFLAGS = $(AM_CPPFLAGS) $(am__append_76)
+tex_CPPFLAGS = $(AM_CPPFLAGS) $(am__append_85)
# With --enable-ipc, TeX may need to link with -lsocket.
-tex_LDADD = $(LDADD) $(ipc_socketlibs) $(am__append_77)
+tex_LDADD = $(LDADD) $(ipc_socketlibs) $(am__append_86)
# TeX C sources
tex_c_h = texini.c tex0.c texcoerce.h texd.h
nodist_tex_SOURCES = $(tex_c_h) tex-pool.c
-dist_tex_SOURCES = texextra.c $(am__append_79)
+dist_tex_SOURCES = texextra.c $(am__append_88)
# We must create texd.h before building the tex_OBJECTS.
-tex_prereq = texd.h $(am__append_78)
+tex_prereq = texd.h $(am__append_87)
tex_ch_srcs = \
tex.web \
tex.ch \
@@ -1771,19 +1800,19 @@ psout_c_h = mppsout.h psout.c mplibps.h
svgout_c_h = mplibsvg.h mpsvgout.h svgout.c
libmplib_web = mplibdir/mp.w mplibdir/psout.w mplibdir/svgout.w \
mplibdir/mpmath.w mplibdir/tfmin.w
-etex_CPPFLAGS = $(AM_CPPFLAGS) $(am__append_80)
+etex_CPPFLAGS = $(AM_CPPFLAGS) $(am__append_89)
# With --enable-ipc, e-TeX may need to link with -lsocket.
-etex_LDADD = $(LDADD) $(ipc_socketlibs) $(am__append_81)
+etex_LDADD = $(LDADD) $(ipc_socketlibs) $(am__append_90)
# e-TeX C sources
etex_c_h = etexini.c etex0.c etexcoerce.h etexd.h
nodist_etex_SOURCES = $(etex_c_h) etex-pool.c etexdir/etex_version.h
dist_etex_SOURCES = etexdir/etexextra.c etexdir/etexextra.h \
- $(am__append_83)
+ $(am__append_92)
# We must create etexd.h and etexdir/etex_version.h before building the etex_OBJECTS.
-etex_prereq = etexd.h etexdir/etex_version.h $(am__append_82)
+etex_prereq = etexd.h etexdir/etex_version.h $(am__append_91)
etex_web_srcs = \
tex.web \
etexdir/etex.ch
@@ -1818,20 +1847,20 @@ pweb_tests = ptexdir/pbibtex.test ptexdir/pdvitype.test \
pproglib = lib/libp.a
libkanji_a_SOURCES = ptexdir/kanji.c ptexdir/kanji.h
libkanji_a_CPPFLAGS = $(ptex_cppflags)
-ptex_CPPFLAGS = $(ptex_cppflags) $(am__append_84)
+ptex_CPPFLAGS = $(ptex_cppflags) $(am__append_93)
# With --enable-ipc, pTeX may need to link with -lsocket.
-ptex_LDADD = $(ptex_ldadd) $(ipc_socketlibs) $(am__append_85)
+ptex_LDADD = $(ptex_ldadd) $(ipc_socketlibs) $(am__append_94)
ptex_DEPENDENCIES = $(ptex_dependencies)
# pTeX C sources
ptex_c_h = ptexini.c ptex0.c ptexcoerce.h ptexd.h
nodist_ptex_SOURCES = $(ptex_c_h) ptex-pool.c ptexdir/ptex_version.h
dist_ptex_SOURCES = ptexdir/ptexextra.c ptexdir/ptexextra.h \
- $(am__append_87)
+ $(am__append_96)
# We must create ptexd.h and ptexdir/ptex_version.h before building the ptex_OBJECTS.
-ptex_prereq = ptexd.h ptexdir/ptex_version.h $(am__append_86)
+ptex_prereq = ptexd.h ptexdir/ptex_version.h $(am__append_95)
ptex_web_srcs = \
tex.web \
tex.ch
@@ -1865,23 +1894,23 @@ ptftopl_DEPENDENCIES = $(ptex_dependencies)
# e-pTeX Tests
#
eptex_tests = eptexdir/eptrip.test
-eptex_CPPFLAGS = $(PTEXENC_INCLUDES) $(AM_CPPFLAGS) $(am__append_92)
+eptex_CPPFLAGS = $(PTEXENC_INCLUDES) $(AM_CPPFLAGS) $(am__append_101)
# With --enable-ipc, e-pTeX may need to link with -lsocket.
eptex_LDADD = libkanji.a $(pproglib) $(PTEXENC_LIBS) $(LDADD) \
- $(ipc_socketlibs) $(am__append_93)
+ $(ipc_socketlibs) $(am__append_102)
eptex_DEPENDENCIES = libkanji.a $(pproglib) $(PTEXENC_DEPEND) $(default_dependencies)
# e-pTeX C sources
eptex_c_h = eptexini.c eptex0.c eptexcoerce.h eptexd.h
nodist_eptex_SOURCES = $(eptex_c_h) eptex-pool.c eptexdir/etex_version.h eptexdir/eptex_version.h eptexdir/ptex_version.h
dist_eptex_SOURCES = eptexdir/eptexextra.c eptexdir/eptexextra.h \
- $(am__append_95)
+ $(am__append_104)
# We must create eptexd.h and eptexdir/[ep]tex_version.h before building the eptex_OBJECTS.
eptex_prereq = eptexd.h eptexdir/etex_version.h \
eptexdir/eptex_version.h eptexdir/ptex_version.h \
- $(am__append_94)
+ $(am__append_103)
eptex_web_srcs = \
tex.web \
etexdir/etex.ch \
@@ -1906,23 +1935,32 @@ uptex_ldadd = libukanji.a $(pproglib) $(PTEXENC_LIBS) $(LDADD)
uptex_dependencies = libukanji.a $(pproglib) $(PTEXENC_DEPEND) $(default_dependencies)
up_tangle = WEBINPUTS=.:$(srcdir)/uptexdir:$(srcdir) $(buildenv) $(TANGLE)
upweb_programs = upbibtex updvitype uppltotf uptftopl
+
+# upTeX Tests
+uptex_tests = uptexdir/uptrip.test
+upweb_tests = \
+ uptexdir/upbibtex.test \
+ uptexdir/updvitype.test \
+ uptexdir/uppltotf.test \
+ uptexdir/uptftopl.test
+
libukanji_a_SOURCES = uptexdir/kanji.c uptexdir/kanji.h
libukanji_a_CPPFLAGS = $(uptex_cppflags)
-uptex_CPPFLAGS = $(uptex_cppflags) $(am__append_88)
+uptex_CPPFLAGS = $(uptex_cppflags) $(am__append_97)
# With --enable-ipc, upTeX may need to link with -lsocket.
-uptex_LDADD = $(uptex_ldadd) $(ipc_socketlibs) $(am__append_89)
+uptex_LDADD = $(uptex_ldadd) $(ipc_socketlibs) $(am__append_98)
uptex_DEPENDENCIES = $(uptex_dependencies)
# upTeX C sources
uptex_c_h = uptexini.c uptex0.c uptexcoerce.h uptexd.h
nodist_uptex_SOURCES = $(uptex_c_h) uptex-pool.c uptexdir/ptex_version.h uptexdir/uptex_version.h
dist_uptex_SOURCES = uptexdir/uptexextra.c uptexdir/uptexextra.h \
- $(am__append_91)
+ $(am__append_100)
# We must create uptexd.h and uptexdir/*ptex_version.h before building the uptex_OBJECTS.
uptex_prereq = uptexd.h uptexdir/ptex_version.h \
- uptexdir/uptex_version.h $(am__append_90)
+ uptexdir/uptex_version.h $(am__append_99)
uptex_web_srcs = \
tex.web \
tex.ch
@@ -1953,11 +1991,15 @@ uptftopl_SOURCES = uptexdir/kanji.h
uptftopl_CPPFLAGS = $(uptex_cppflags) -DDHEX_CHAR_CODE
uptftopl_LDADD = $(uptex_ldadd)
uptftopl_DEPENDENCIES = $(uptex_dependencies)
-euptex_CPPFLAGS = $(PTEXENC_INCLUDES) $(AM_CPPFLAGS) $(am__append_96)
+
+# e-upTeX Tests
+#
+euptex_tests = euptexdir/euptrip.test
+euptex_CPPFLAGS = $(PTEXENC_INCLUDES) $(AM_CPPFLAGS) $(am__append_105)
# With --enable-ipc, e-upTeX may need to link with -lsocket.
euptex_LDADD = libukanji.a $(pproglib) $(PTEXENC_LIBS) $(LDADD) \
- $(ipc_socketlibs) $(am__append_97)
+ $(ipc_socketlibs) $(am__append_106)
euptex_DEPENDENCIES = libukanji.a $(pproglib) $(PTEXENC_DEPEND) $(default_dependencies)
# e-upTeX C sources
@@ -1966,12 +2008,12 @@ nodist_euptex_SOURCES = $(euptex_c_h) euptex-pool.c euptexdir/etex_version.h \
euptexdir/eptex_version.h euptexdir/ptex_version.h euptexdir/uptex_version.h
dist_euptex_SOURCES = euptexdir/euptexextra.c euptexdir/euptexextra.h \
- $(am__append_99)
+ $(am__append_108)
# We must create euptexd.h and euptexdir/*tex_version.h before building the euptex_OBJECTS.
euptex_prereq = euptexd.h euptexdir/etex_version.h \
euptexdir/eptex_version.h euptexdir/ptex_version.h \
- euptexdir/uptex_version.h $(am__append_98)
+ euptexdir/uptex_version.h $(am__append_107)
euptex_web_srcs = \
tex.web \
etexdir/etex.ch \
@@ -2008,7 +2050,7 @@ pdftex_dependencies = $(proglib) $(KPATHSEA_DEPEND) $(LIBPNG_DEPEND) \
# Force Automake to use CXXLD for linking
nodist_EXTRA_pdftex_SOURCES = dummy.cxx
pdf_tangle = WEBINPUTS=.:$(srcdir)/pdftexdir $(SHELL) ./tangle-sh $@ $(TANGLE)
-pdftex_CPPFLAGS = $(pdftex_cppflags) $(am__append_100)
+pdftex_CPPFLAGS = $(pdftex_cppflags) $(am__append_109)
pdftex_CXXFLAGS = $(WARNING_CXXFLAGS)
# With --enable-ipc, pdfTeX may need to link with -lsocket.
@@ -2022,7 +2064,7 @@ nodist_pdftex_SOURCES = $(pdftex_c_h) pdftex-pool.c \
pdftexdir/etex_version.h pdftexdir/pdftex_version.h
dist_pdftex_SOURCES = pdftexdir/pdftexextra.c pdftexdir/pdftexextra.h \
- $(am__append_101)
+ $(am__append_110)
pdftex_ch_srcs = \
pdftexdir/pdftex.web \
pdftexdir/tex.ch0 \
@@ -2048,7 +2090,7 @@ libpdftex_a_SOURCES = pdftexdir/avl.c pdftexdir/avl.h \
pdftexdir/writejbig2.c pdftexdir/writejbig2.h \
pdftexdir/writejpg.c pdftexdir/writepng.c pdftexdir/writet1.c \
pdftexdir/writet3.c pdftexdir/writettf.c pdftexdir/writettf.h \
- pdftexdir/writezip.c $(am__append_49)
+ pdftexdir/writezip.c $(am__append_58)
EXTRA_libpdftex_a_SOURCES = pdftexdir/macnames.c \
pdftexdir/regex/regcomp.c pdftexdir/regex/regex_internal.c \
pdftexdir/regex/regex_internal.h pdftexdir/regex/regexec.c
@@ -2089,7 +2131,7 @@ call_luatex_LDADD =
# luaTeX Tests
#
luatex_tests = luatexdir/luatex.test
-liblua51_a_CPPFLAGS = -I$(top_srcdir)/luatexdir/lua51 $(am__append_56)
+liblua51_a_CPPFLAGS = -I$(top_srcdir)/luatexdir/lua51 $(am__append_65)
liblua51_a_CFLAGS = # $(WARNING_CFLAGS)
liblua51_a_SOURCES = \
luatexdir/lua51/lapi.c \
@@ -2467,17 +2509,17 @@ txt2zlib_LDADD = $(ZLIB_LIBS)
# Force Automake to use CXXLD for linking
nodist_EXTRA_xetex_SOURCES = dummy.cxx
-libxetex = libxetex.a $(am__append_59)
+libxetex = libxetex.a $(am__append_68)
xetex_cppflags = $(AM_CPPFLAGS) -I$(srcdir)/xetexdir $(ICU_INCLUDES) \
- $(FREETYPE2_INCLUDES) $(TECKIT_INCLUDES) $(am__append_58) \
- $(am__append_60) $(am__append_63) $(ZLIB_INCLUDES)
-xetex_ldadd = $(libxetex) $(ICU_LIBS) $(TECKIT_LIBS) $(am__append_61) \
- $(am__append_64) $(FREETYPE2_LIBS) $(ZLIB_LIBS)
+ $(FREETYPE2_INCLUDES) $(TECKIT_INCLUDES) $(am__append_67) \
+ $(am__append_69) $(am__append_72) $(ZLIB_INCLUDES)
+xetex_ldadd = $(libxetex) $(ICU_LIBS) $(TECKIT_LIBS) $(am__append_70) \
+ $(am__append_73) $(FREETYPE2_LIBS) $(ZLIB_LIBS)
xetex_dependencies = $(proglib) $(KPATHSEA_DEPEND) $(ICU_DEPEND) \
- $(TECKIT_DEPEND) $(am__append_62) $(am__append_65) \
+ $(TECKIT_DEPEND) $(am__append_71) $(am__append_74) \
$(FREETYPE2_DEPEND) $(ZLIB_DEPEND)
@XETEX_MACOSX_TRUE@xetex_LDFLAGS = -framework Carbon -framework Cocoa -framework QuickTime
-xetex_CPPFLAGS = $(xetex_cppflags) $(am__append_102)
+xetex_CPPFLAGS = $(xetex_cppflags) $(am__append_111)
xetex_CFLAGS = # $(WARNING_CFLAGS)
xetex_CXXFLAGS = # $(WARNING_CXXFLAGS)
xetex_LDADD = $(xetex_ldadd) $(LDADD) $(ipc_socketlibs)
@@ -2489,7 +2531,7 @@ nodist_xetex_SOURCES = $(xetex_c_h) xetex_pool.c \
xetexdir/etex_version.h xetexdir/xetex_version.h
dist_xetex_SOURCES = xetexdir/xetexextra.c xetexdir/xetexextra.h \
- $(am__append_103)
+ $(am__append_112)
xetex_web_srcs = \
tex.web \
etexdir/etex.ch \
@@ -2520,7 +2562,7 @@ libxetex_a_SOURCES = xetexdir/MathTable.h xetexdir/FontTableCache.cpp \
xetexdir/XeTeX_ext.h xetexdir/XeTeXswap.h xetexdir/cmaps.cpp \
xetexdir/cmaps.h xetexdir/sfnt.h xetexdir/trans.c \
xetexdir/trans.h xetexdir/hz.cpp xetexdir/xetex.h \
- $(am__append_66) $(am__append_67) $(am__append_68)
+ $(am__append_75) $(am__append_76) $(am__append_77)
# We must create xetexd.h etc. before building the libxetex_a_OBJECTS.
libxetex_prereq = xetexd.h $(xetex_dependencies)
@@ -9816,6 +9858,15 @@ uptftopl.p: tangle$(EXEEXT) uptftopl.web uptexdir/uptftopl.ch
$(up_tangle) uptftopl uptftopl
uptftopl.web: tie$(EXEEXT) tftopl.web tftopl.ch ptexdir/ptftopl.ch
$(tie) -m uptftopl.web tftopl.web tftopl.ch ptexdir/ptftopl.ch
+uptrip.diffs: uptex$(EXEEXT)
+ $(triptrap_diffs) $@
+.PHONY: uptrip-clean
+uptrip-clean:
+ rm -f trip.tfm trip.pl trip.tex trip.fmt uptripin.fot uptripin.log
+ rm -f uptrip.fot uptrip.log trip.log trip.dvi trip.typ
+ rm -f uptrip.fot uptrip.log uptrip.dvi uptrip.typ
+ rm -f tripos.tex 8terminal.tex
+ rm -rf tfm
$(euptex_OBJECTS): $(euptex_prereq)
$(euptex_c_h): euptex-web2c
@@ -9863,6 +9914,17 @@ euptex.web: tie$(EXEEXT) $(euptex_web_srcs)
# Generate euptex.ch
euptex.ch: tie$(EXEEXT) euptex.web $(euptex_ch_srcs)
$(tie) -c euptex.ch euptex.web $(euptex_ch_srcs)
+euptrip.diffs: euptex$(EXEEXT)
+ $(triptrap_diffs) $@
+.PHONY: euptrip-clean
+euptrip-clean:
+ rm -f trip.tfm trip.pl trip.tex trip.fmt trip.log trip.dvi
+ rm -f cuptripin.fot cuptripin.log cuptrip.fot cuptrip.log cuptrip.typ
+ rm -f xuptripin.fot xuptripin.log xuptrip.fot xuptrip.log xuptrip.typ
+ rm -f euptripin.fot euptripin.log euptrip.fot euptrip.log euptrip.typ
+ rm -f etrip.tfm etrip.pl etrip.tex etrip.log etrip.fmt etrip.dvi etrip.out
+ rm -f tripos.tex 8terminal.tex
+ rm -rf tfm
$(pdftex_OBJECTS): $(pdftex_prereq)
$(pdftex_c_h): pdftex-web2c
@$(web2c) pdftex