date and time created 83/02/12 19:06:51 by shannon
[unix-history] / usr / src / old / vpr / Makefile
index 9f5837a..ca99acd 100644 (file)
@@ -1,18 +1,20 @@
+#      @(#)Makefile    5.7     (Berkeley)      %G%
+#
 DESTDIR=
 CFLAGS=-O 
 DESTDIR=
 CFLAGS=-O 
-SOURCES=sidebyside.c vcat.c vfontedpr.c vgrindefs.c regexp.c vpac.c vpd.c vpf.c vpq.c vpr.c vprm.c vsort.c
-OBJS=sidebyside vcat vfontedpr vpac vad vpd vpf vpq vpr vprm vsort rvcat rvsort
+SOURCES=sidebyside.c vcat.c vpac.c vpd.c vpf.c vfontinfo.c \
+       vpq.c vpr.c vprm.c vsort.c rvcat.c rvsort.c vdmp.c
+OBJS=sidebyside vcat vpac vad vpd vpf vfontinfo \
+       vpq vpr vprm vsort rvcat rvsort vdmp
 
 all:   $(OBJS)
 
 sidebyside: sidebyside.c
        cc -O -o sidebyside sidebyside.c
 
 all:   $(OBJS)
 
 sidebyside: sidebyside.c
        cc -O -o sidebyside sidebyside.c
+vfontinfo: vfontinfo.c
+       cc -O -o vfontinfo vfontinfo.c
 vcat: vcat.c
        cc -O -o vcat vcat.c
 vcat: vcat.c
        cc -O -o vcat vcat.c
-vfontedpr: vfontedpr.c vgrindefs.c regexp.c
-       cc -O -o vfontedpr vfontedpr.c vgrindefs.c regexp.c
-retest: retest.c regexp.c
-       cc -g -o retest retest.c regexp.c
 vpac: vpac.c
        cc -O -o vpac vpac.c
 vad: vpd.c
 vpac: vpac.c
        cc -O -o vpac vpac.c
 vad: vpd.c
@@ -33,29 +35,27 @@ rvsort: rvsort.c
        cc -O -o rvsort rvsort.c
 rvcat: rvcat.c
        cc -O -o rvcat rvcat.c
        cc -O -o rvsort rvsort.c
 rvcat: rvcat.c
        cc -O -o rvcat rvcat.c
+vdmp: vdmp.c
+       cc -O -o vdmp vdmp.c
 
 install: all
        install -s sidebyside ${DESTDIR}/usr/lib/sidebyside
        install -s vcat ${DESTDIR}/usr/lib/vcat
 
 install: all
        install -s sidebyside ${DESTDIR}/usr/lib/sidebyside
        install -s vcat ${DESTDIR}/usr/lib/vcat
-       install -s vfontedpr ${DESTDIR}/usr/lib/vfontedpr
-       install -c vgrind.sh ${DESTDIR}/usr/ucb/vgrind
-       install -c vgrindefs.src ${DESTDIR}/usr/lib/vgrindefs
-       install -s vpac ${DESTDIR}/etc
+       install -s vpac ${DESTDIR}/etc/vpac
        install -s vad ${DESTDIR}/usr/lib/vad
        install -s vpd ${DESTDIR}/usr/lib/vpd
        install -s vpf ${DESTDIR}/usr/lib/vpf
        install -s vad ${DESTDIR}/usr/lib/vad
        install -s vpd ${DESTDIR}/usr/lib/vpd
        install -s vpf ${DESTDIR}/usr/lib/vpf
-       install -s vpq ${DESTDIR}/usr/ucb/vpq
-       install -s vpr ${DESTDIR}/usr/ucb/vpr
-       install -c vprint.sh ${DESTDIR}/usr/ucb/vprint
-       install -c tmac.vgrind ${DESTDIR}/usr/lib/tmac/tmac.vgrind
-       install -s vprm ${DESTDIR}/usr/ucb/vprm
+       install -s vpq ${DESTDIR}/usr/lib/vpq
+       install -s vpr ${DESTDIR}/usr/lib/vpr
+       install -s vprm ${DESTDIR}/usr/lib/vprm
        install -s vsort ${DESTDIR}/usr/lib/vsort
        install -s vsort ${DESTDIR}/usr/lib/vsort
-       install -c vtroff.sh ${DESTDIR}/usr/ucb/vtroff
        install -s rvsort ${DESTDIR}/usr/lib/rvsort
        install -s rvcat ${DESTDIR}/usr/lib/rvcat
        install -s rvsort ${DESTDIR}/usr/lib/rvsort
        install -s rvcat ${DESTDIR}/usr/lib/rvcat
+       install -s vdmp ${DESTDIR}/usr/lib/vdmp
+       install -s vfontinfo ${DESTDIR}/usr/lib/vfontinfo
 
 clean:
 
 clean:
-       rm -f ${OBJS}
+       rm -f ${OBJS} *.o
 
 vprintall:
        csh /usr/ucb/vprint ${SOURCES}
 
 vprintall:
        csh /usr/ucb/vprint ${SOURCES}