4.3BSD beta release manual page
[unix-history] / usr / src / usr.bin / plot / Makefile
CommitLineData
c5beb892 1# Makefile 4.5 85/01/04
44838775 2#
e1cc67d3 3CFLAGS= -O
52ab2a74 4ALL= tek t4013 t300 t300s t450 aedplot bgplot crtplot dumbplot gigiplot \
56c27552 5 hpplot hp7221plot debug atoplot plottoa
e1cc67d3
SL
6
7all: ${ALL}
78dbb427
RC
8
9tek: driver.o
10 cc -o tek driver.o -l4014 -lm
e1cc67d3 11
52ab2a74
JK
12t4013: driver.o
13 cc -o t4013 driver.o -l4013 -lm
14
78dbb427
RC
15t300: driver.o
16 cc -o t300 driver.o -l300 -lm
e1cc67d3 17
78dbb427
RC
18t300s: driver.o
19 cc -o t300s driver.o -l300s -lm
e1cc67d3 20
78dbb427
RC
21t450: driver.o
22 cc -o t450 driver.o -l450 -lm
e1cc67d3 23
56c27552
RC
24aedplot: driver.o
25 cc -o aedplot driver.o -lplotaed
26
27bgplot: driver.o
28 cc -o bgplot driver.o -lplotbg -lm
29
30crtplot: crtdriver.o crtplot.o
31 cc -o crtplot crtdriver.o crtplot.o -lcurses -ltermcap -lm
32
33dumbplot: driver.o
34 cc -o dumbplot driver.o -lplotdumb -ltermcap -lm
35
36gigiplot: driver.o
37 cc -o gigiplot driver.o -lplotgigi -lm
38
39hpplot: driver.o
40 cc -o hpplot driver.o -lplot2648 -lm
41
42hp7221plot: driver.o
43 cc -o hp7221plot driver.o -lplot7221 -lm
44
45atoplot: atoplot.o
46 cc -o atoplot atoplot.o -lplot -lm
47
48plottoa: plottoa.o
49 cc -o plottoa plottoa.o
50
51debug: debug.o
52 cc -o debug debug.o
78dbb427 53
5bc8be67 54install: all
44838775 55 install -s tek ${DESTDIR}/usr/bin
52ab2a74 56 install -s t4013 ${DESTDIR}/usr/bin
44838775
RC
57 install -s t300 ${DESTDIR}/usr/bin
58 install -s t300s ${DESTDIR}/usr/bin
59 install -s t450 ${DESTDIR}/usr/bin
56c27552
RC
60 install -s aedplot $(DESTDIR)/usr/bin
61 install -s bgplot ${DESTDIR}/usr/bin
62 install -s crtplot ${DESTDIR}/usr/bin
63 install -s dumbplot ${DESTDIR}/usr/bin
64 install -s gigiplot ${DESTDIR}/usr/bin
65 install -s hpplot ${DESTDIR}/usr/bin
44838775 66 install -c plot.sh ${DESTDIR}/usr/bin/plot
56c27552 67
78dbb427 68clean:
e1cc67d3 69 rm -f *.o ${ALL} a.out core errs