|
|
1.1 root 1: # Makefile 4.3 83/07/04
2: #
3: CFLAGS= -O
4: ALL= tek t300 t300s t450 vplot
5:
6: all: ${ALL}
7:
8: tek: driver.o
9: cc -o tek driver.o -l4014 -lm
10:
11: t300: driver.o
12: cc -o t300 driver.o -l300 -lm
13:
14: t300s: driver.o
15: cc -o t300s driver.o -l300s -lm
16:
17: t450: driver.o
18: cc -o t450 driver.o -l450 -lm
19:
20: vplot: vplot.o chrtab.o
21: cc -o vplot vplot.o chrtab.o
22:
23: install: all
24: install -s tek ${DESTDIR}/usr/bin
25: install -s t300 ${DESTDIR}/usr/bin
26: install -s t300s ${DESTDIR}/usr/bin
27: install -s t450 ${DESTDIR}/usr/bin
28: install -s vplot ${DESTDIR}/usr/bin
29: install -c plot.sh ${DESTDIR}/usr/bin/plot
30: clean:
31: rm -f *.o ${ALL} a.out core errs
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.