summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/tiedir/Makefile.cweb
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-02-25 19:22:25 +0000
committerKarl Berry <karl@freefriends.org>2021-02-25 19:22:25 +0000
commitad547a6b5986815fda458221149728d9d9ab1d87 (patch)
tree16296910eb3eca724371474ea9aea3994dc69614 /Build/source/texk/web2c/tiedir/Makefile.cweb
parent947b43de3dd21d58ccc2ffadefc4441ea1c2a813 (diff)
restore Build,TODO from r57911
git-svn-id: svn://tug.org/texlive/trunk@57915 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/tiedir/Makefile.cweb')
-rw-r--r--Build/source/texk/web2c/tiedir/Makefile.cweb38
1 files changed, 38 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/tiedir/Makefile.cweb b/Build/source/texk/web2c/tiedir/Makefile.cweb
new file mode 100644
index 00000000000..09320188459
--- /dev/null
+++ b/Build/source/texk/web2c/tiedir/Makefile.cweb
@@ -0,0 +1,38 @@
+#
+# Makefile for tie distribution - 21 Dec 92
+#
+# This file makes TIE and needs ctangle from cweb distribution.
+# Try `touch tie.c' first, if you don't have ctangle.
+#
+
+CTANGLE=ctangle
+BINDIR=.
+TIE=$(BINDIR)/tie
+
+CFLAGS=
+LDFLAGS=-s
+
+default: tie
+
+
+# TIE
+tie.o: tie.c
+
+tie: tie.o
+ $(CC) $(LDFLAGS) $(CFLAGS) -o $(TIE) tie.o
+
+tie.c: tie.w
+ $(CTANGLE) tie
+
+
+clean:
+ rm -f tie.o tie.outc tie.outm tie.tex tie.log tie.toc tiedoc.log
+
+veryclean: clean
+ rm -f $(BINDIR)/tie tie.dvi tiedoc.dvi tiedoc.aux
+
+ttest: $(TIE)
+ $(TIE) -c tie.outc tie.tie tie.cf?
+ diff tie.outc tie.chf.gen
+ $(TIE) -m tie.outm tie.tie tie.cf?
+ diff tie.outm tie.master.gen