|
|
1.1 root 1: HDRS = construct.tbl \
2: cwp.tbl \
3: develop.tbl \
4: help.tbl \
5: label.tbl \
6: layer.tbl \
7: pathname.tbl \
8: print.tbl \
9: src.tbl \
10: test.tbl
11:
12: MAKEFILE = Makefile
13:
14: PAGE =
15:
16: PRINT = vtroff
17:
18: SRCS = 0.abstract.ms \
19: 1.intro.ms \
20: 2.simple.ms \
21: 3.advanced.ms \
22: 4.manage.ms \
23: 5.retro.ms \
24: 6.acknow.ms \
25: 7.ref.ms \
26: A.appendix.ms \
27: B.appendix.ms \
28: C.appendix.ms \
29: D.appendix.ms \
30: TOC.ms
31:
32: SUFFIX = .ms:s .tbl:h
33:
34: all: print
35:
36: clean:;
37:
38: depend:; @mkmf -f $(MAKEFILE)
39:
40: diagrams:; gprint Fig1.g
41: gprint -W -1 12 Fig2.g Fig3.g Fig4.g Fig5.g
42: gprint -W -1 12 Fig6.g Fig7.g Fig8.g
43: gprint -W Fig9.g Fig10.g Fig11.g Fig12.g Fig13.g
44:
45: index:;
46:
47: install:;
48:
49: print: $(SRCS) $(HDRS)
50: @soelim $(SRCS) | tbl | $(PRINT) -o$(PAGE) -ms
51: @touch print
52:
53: update:;
54: ###
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.