|
|
1.1 root 1: # "@(#)makefile 1.3" (1.9 12/28/82)
2: #
3: # There is currently no provision for local mods (reorder) or
4: # user mods ($TERMCAP). These will be coming eventually.
5: #
6: # PARTS= header \
7: # adds annarbor beehive cdc concept datamedia dec diablo general \
8: # hardcopy hazeltine heath homebrew hp ibm lsi microterm misc \
9: # pc perkinelmer print special \
10: # tektronix teleray teletype televideo ti visual \
11: # trailer
12:
13: PARTS= header *.ti trailer
14: COMPILE=../screen/tic
15:
16: install: $(PARTS)
17: $(COMPILE) $?
18: make terminfo.src
19: touch install
20:
21: terminfo.src: $(PARTS)
22: cat $(PARTS) > terminfo.src
23:
24: all: terminfo.src
25: $(COMPILE) -v terminfo.src
26: touch install
27:
28: clean:
29: rm -f terminfo.src install
30:
31: tabset: /tmp
32: -mkdir /usr/lib/tabset
33: cp tabset/* /usr/lib/tabset
34:
35: VGRIND=
36: vgrind:
37: ${VGRIND} -n -h "Terminal Information Data Base" $(PARTS)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.