Annotation of 40BSD/cmd/vpr/Makefile, revision 1.1.1.1

1.1       root        1: DESTDIR=
                      2: CFLAGS=-O 
                      3: SOURCES=sidebyside.c vcat.c vfontedpr.c vpac.c vpd.c vpf.c vpq.c vpr.c vprm.c vsort.c
                      4: OBJS=sidebyside vcat vfontedpr vpac vad vpd vpf vpq vpr vprm vsort rvcat rvsort
                      5: 
                      6: all:   $(OBJS)
                      7: 
                      8: sidebyside: sidebyside.c
                      9:        cc -O -o sidebyside sidebyside.c
                     10: vcat: vcat.c
                     11:        cc -O -o vcat vcat.c
                     12: vfontedpr: vfontedpr.c
                     13:        cc -O -o vfontedpr vfontedpr.c
                     14: vpac: vpac.c
                     15:        cc -O -o vpac vpac.c
                     16: vad: vpd.c
                     17:        cc -DVARIAN -O -o vad vpd.c
                     18: vpd: vpd.c
                     19:        cc -DVERSATEC -O -o vpd vpd.c
                     20: vpf: vpf.c
                     21:        cc -O -o vpf vpf.c
                     22: vpq: vpq.c
                     23:        cc -O -o vpq vpq.c
                     24: vpr: vpr.c
                     25:        cc -O -o vpr vpr.c
                     26: vprm: vprm.c
                     27:        cc -O -o vprm vprm.c
                     28: vsort: vsort.c
                     29:        cc -O -o vsort vsort.c
                     30: rvsort: rvsort.c
                     31:        cc -O -o rvsort rvsort.c
                     32: rvcat: rvcat.c
                     33:        cc -O -o rvcat rvcat.c
                     34: 
                     35: install: 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: 
                     54: clean:
                     55:        rm -f ${OBJS}
                     56: 
                     57: vprintall:
                     58:        csh /usr/ucb/vprint ${SOURCES}

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.