beta-0.89.2
[luatex.git] / source / texk / web2c / tiedir / Makefile.cweb
blob093201884599af3aab24c0cc3e5fb811162cd61f
2 #   Makefile for tie distribution               -       21 Dec 92
4 #   This file makes TIE and needs ctangle from cweb distribution.
5 #   Try `touch tie.c' first, if you don't have ctangle.
8 CTANGLE=ctangle
9 BINDIR=.
10 TIE=$(BINDIR)/tie
12 CFLAGS=
13 LDFLAGS=-s
15 default:        tie
18 # TIE
19 tie.o: tie.c
21 tie: tie.o
22         $(CC) $(LDFLAGS) $(CFLAGS) -o $(TIE) tie.o
24 tie.c: tie.w
25         $(CTANGLE) tie
28 clean:
29         rm -f tie.o tie.outc tie.outm tie.tex tie.log tie.toc tiedoc.log
31 veryclean: clean
32         rm -f $(BINDIR)/tie tie.dvi tiedoc.dvi tiedoc.aux
34 ttest:  $(TIE)
35         $(TIE) -c tie.outc tie.tie tie.cf?
36         diff tie.outc tie.chf.gen
37         $(TIE) -m tie.outm tie.tie tie.cf?
38         diff tie.outm tie.master.gen