summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/window/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/window/Makefile.am')
-rw-r--r--Build/source/texk/web2c/window/Makefile.am37
1 files changed, 0 insertions, 37 deletions
diff --git a/Build/source/texk/web2c/window/Makefile.am b/Build/source/texk/web2c/window/Makefile.am
deleted file mode 100644
index 87f9665990c..00000000000
--- a/Build/source/texk/web2c/window/Makefile.am
+++ /dev/null
@@ -1,37 +0,0 @@
-## Makefile.am for the TeX Live subdirectory texk/web2c/window/
-##
-## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
-## You may freely use, modify and/or distribute this file.
-##
-AM_CPPFLAGS = -I$(top_srcdir) $(KPATHSEA_INCLUDES) $(X_CFLAGS)
-AM_CFLAGS = $(WARNING_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 \
- mfdisplay.h \
- mftalk.c \
- mftalk.h \
- 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
-