date and time created 80/11/30 15:56:42 by root
[unix-history] / usr / src / old / vpr / Makefile
CommitLineData
477cec25
BJ
1DESTDIR=
2CFLAGS=-O
3SOURCES=sidebyside.c vcat.c vfontedpr.c vpac.c vpd.c vpf.c vpq.c vpr.c vprm.c vsort.c
4OBJS=sidebyside vcat vfontedpr vpac vad vpd vpf vpq vpr vprm vsort rvcat rvsort
5
6all: $(OBJS)
7
8sidebyside: sidebyside.c
9 cc -O -o sidebyside sidebyside.c
10vcat: vcat.c
11 cc -O -o vcat vcat.c
12vfontedpr: vfontedpr.c
13 cc -O -o vfontedpr vfontedpr.c
14vpac: vpac.c
15 cc -O -o vpac vpac.c
16vad: vpd.c
17 cc -DVARIAN -O -o vad vpd.c
18vpd: vpd.c
19 cc -DVERSATEC -O -o vpd vpd.c
20vpf: vpf.c
21 cc -O -o vpf vpf.c
22vpq: vpq.c
23 cc -O -o vpq vpq.c
24vpr: vpr.c
25 cc -O -o vpr vpr.c
26vprm: vprm.c
27 cc -O -o vprm vprm.c
28vsort: vsort.c
29 cc -O -o vsort vsort.c
30rvsort: rvsort.c
31 cc -O -o rvsort rvsort.c
32rvcat: rvcat.c
33 cc -O -o rvcat rvcat.c
34
35install: all
36 install -s sidebyside ${DESTDIR}/usr/lib/sidebyside
37 install -s vcat ${DESTDIR}/usr/lib/vcat
38 install -s vfontedpr ${DESTDIR}/usr/lib/vfontedpr
39 install -c vgrind.sh ${DESTDIR}/usr/ucb/vgrind
40 install -s vpac ${DESTDIR}/etc
41 install -s vad ${DESTDIR}/usr/lib/vad
42 install -s vpd ${DESTDIR}/usr/lib/vpd
43 install -s vpf ${DESTDIR}/usr/lib/vpf
44 install -s vpq ${DESTDIR}/usr/ucb/vpq
45 install -s vpr ${DESTDIR}/usr/ucb/vpr
46 install -c vprint.sh ${DESTDIR}/usr/ucb/vprint
47 install -c tmac.vgrind ${DESTDIR}/usr/lib/tmac/tmac.vgrind
48 install -s vprm ${DESTDIR}/usr/ucb/vprm
49 install -s vsort ${DESTDIR}/usr/lib/vsort
50 install -c vtroff.sh ${DESTDIR}/usr/ucb/vtroff
51 install -s rvsort ${DESTDIR}/usr/lib/rvsort
52 install -s rvcat ${DESTDIR}/usr/lib/rvcat
53
54clean:
55 rm -f ${OBJS}
56
57vprintall:
58 csh /usr/ucb/vprint ${SOURCES}