summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/window/Makefile.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-17 21:41:51 +0000
committerKarl Berry <karl@freefriends.org>2006-01-17 21:41:51 +0000
commit487ca4806cc046076293cf6cc5fbba0db282bac7 (patch)
tree847b412ab5158dd7bdd7ed7e5a4cc3fbca94be32 /Build/source/texk/web2c/window/Makefile.in
parenta3d3111bfe26b8e5f5bc6049dfb2a4ca2edc7881 (diff)
texk 1
git-svn-id: svn://tug.org/texlive/trunk@1485 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/window/Makefile.in')
-rw-r--r--Build/source/texk/web2c/window/Makefile.in37
1 files changed, 37 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/window/Makefile.in b/Build/source/texk/web2c/window/Makefile.in
new file mode 100644
index 00000000000..0dade114ab2
--- /dev/null
+++ b/Build/source/texk/web2c/window/Makefile.in
@@ -0,0 +1,37 @@
+# Makefile for the Metafont window support library.
+
+kpse_include ../make/common.mk
+kpse_include ../make/library.mk
+kpse_include kpathsea.mk
+
+x_cppflags = @X_CFLAGS@
+library = window
+
+# Extra library-specific compiler options.
+prog_cflags = -I.. -I$(srcdir)/.. $(x_cppflags)
+
+objects = amiga.o epsf.o hp2627.o mftalk.o next.o regis.o suntools.o tek.o \
+trap.o uniterm.o win32.o x11.o
+
+default all: $(library).a
+$(library).a: $(objects)
+ rm -f $@
+ $(AR) $(ARFLAGS) $@ $(objects)
+ $(RANLIB) $@
+
+# It doesn't matter much what this default is, since if anything was
+# enabled configure would hopefully have found it.
+x11.c:
+ rm -f $@
+ $(LN) $(srcdir)/x11-Xt.c $@
+
+Makefile: Makefile.in ../config.status
+ cd .. && $(SHELL) config.status
+
+kpse_include ../make/clean.mk
+
+distclean::
+ rm -f x11.c
+
+kpse_include ../make/rdepend.mk
+kpse_include window/depend.mk