summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/window
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-03-20 10:47:15 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-03-20 10:47:15 +0000
commita770f7dc16dcbd5ea863f597e42c1901253eb1d7 (patch)
tree28c8cf608cd3c114f94254adda67ca951c69fc65 /Build/source/texk/web2c/window
parent1adfc7bd79131e1ad0240ee2cc4acbc5925fab99 (diff)
new build system
git-svn-id: svn://tug.org/texlive/trunk@12464 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/window')
-rw-r--r--Build/source/texk/web2c/window/Makefile.am32
1 files changed, 32 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/window/Makefile.am b/Build/source/texk/web2c/window/Makefile.am
new file mode 100644
index 00000000000..a49d095c89a
--- /dev/null
+++ b/Build/source/texk/web2c/window/Makefile.am
@@ -0,0 +1,32 @@
+##
+INCLUDES = -I$(top_srcdir) $(KPATHSEA_INCLUDES)
+
+AM_CPPFLAGS = $(X_CFLAGS)
+
+## Rebuild libkpathsea
+@KPATHSEA_RULE@
+
+## Built on demand, after `../mfd.h' has been created
+EXTRA_LIBRARIES = libwindow.a
+
+libwindow_a_SOURCES = \
+ amiga.c \
+ epsf.c \
+ hp2627.c \
+ mftalk.c \
+ next.c \
+ regis.c \
+ suntools.c \
+ tek.c \
+ trap.c \
+ uniterm.c \
+ win32.c
+
+if MFXT
+libwindow_a_SOURCES += x11-Xt.c
+else !MFXT
+libwindow_a_SOURCES += x11-Xlib.c
+endif !MFXT
+
+DISTCLEANFILES = libwindow.a
+