summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/xetexdir
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-03-19 13:59:30 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-03-19 13:59:30 +0000
commit0b7b2c69ec83497d9accab064da0f4ad07662d42 (patch)
treee8f22a2acecbf3035850f56beb1c8161c53cdf2d /Build/source/texk/web2c/xetexdir
parentee507bbd1fc483c58acb33cca25509a4dd81df9b (diff)
prepare for new build system
git-svn-id: svn://tug.org/texlive/trunk@12429 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/xetexdir')
-rw-r--r--Build/source/texk/web2c/xetexdir/am/xetex.am71
1 files changed, 71 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/xetexdir/am/xetex.am b/Build/source/texk/web2c/xetexdir/am/xetex.am
new file mode 100644
index 00000000000..62aff84e37c
--- /dev/null
+++ b/Build/source/texk/web2c/xetexdir/am/xetex.am
@@ -0,0 +1,71 @@
+## texk/web2c/xetexdir/am/xetex.am: Makefile fragment for XeTeX.
+
+## XeTeX
+##
+EXTRA_DIST += \
+ xetexdir/FontTableCache.cpp \
+ xetexdir/FontTableCache.h \
+ xetexdir/MathTable.h \
+ xetexdir/XeTeXFontInst.cpp \
+ xetexdir/XeTeXFontInst.h \
+ xetexdir/XeTeXFontInst_FT2.cpp \
+ xetexdir/XeTeXFontInst_FT2.h \
+ xetexdir/XeTeXFontInst_Mac.cpp \
+ xetexdir/XeTeXFontInst_Mac.h \
+ xetexdir/XeTeXFontMgr.cpp \
+ xetexdir/XeTeXFontMgr.h \
+ xetexdir/XeTeXFontMgr_FC.cpp \
+ xetexdir/XeTeXFontMgr_FC.h \
+ xetexdir/XeTeXFontMgr_Mac.h \
+ xetexdir/XeTeXFontMgr_Mac.mm \
+ xetexdir/XeTeXGrLayout.cpp \
+ xetexdir/XeTeXGrLayout.h \
+ xetexdir/XeTeXLayoutInterface.cpp \
+ xetexdir/XeTeXLayoutInterface.h \
+ xetexdir/XeTeXOTLayoutEngine.cpp \
+ xetexdir/XeTeXOTLayoutEngine.h \
+ xetexdir/XeTeXOTMath.cpp \
+ xetexdir/XeTeXOTMath.h \
+ xetexdir/XeTeX_ext.c \
+ xetexdir/XeTeX_ext.h \
+ xetexdir/XeTeX_mac.c \
+ xetexdir/XeTeX_pic.c \
+ xetexdir/XeTeXswap.h \
+ xetexdir/appleGlyphNames.c \
+ xetexdir/bmpimage.c \
+ xetexdir/bmpimage.h \
+ xetexdir/cmaps.cpp \
+ xetexdir/cmaps.h \
+ xetexdir/jpegimage.c \
+ xetexdir/jpegimage.h \
+ xetexdir/mfileio.c \
+ xetexdir/mfileio.h \
+ xetexdir/numbers.c \
+ xetexdir/numbers.h \
+ xetexdir/pdfimage.cpp \
+ xetexdir/pdfimage.h \
+ xetexdir/pngimage.c \
+ xetexdir/pngimage.h \
+ xetexdir/pool2c.pl \
+ xetexdir/sfnt.h \
+ xetexdir/trans.c \
+ xetexdir/trans.h \
+ xetexdir/unicode-char-prep.pl \
+ xetexdir/xetex.ch \
+ xetexdir/xetex.defines \
+ xetexdir/xetex.h \
+ xetexdir/xetexextra.in
+
+## Not used
+##
+EXTRA_DIST += \
+ xetexdir/LICENSE.txt
+
+## Eventually delete these files
+##
+EXTRA_DIST += \
+ xetexdir/acx_pthread.m4 \
+ xetexdir/tests.ac \
+ xetexdir/withenable.ac \
+ xetexdir/xetex.mk
+