|
|
1.1 ! root 1: DESTDIR= ! 2: CFLAGS=-O ! 3: ! 4: all: sidebyside vcat vfontedpr vpac vpd vpf vpq vpr vprm vsort ! 5: ! 6: sidebyside: sidebyside.o ! 7: cc -o sidebyside sidebyside.o ! 8: vcat: vcat.o ! 9: cc -o vcat vcat.o ! 10: vfontedpr: vfontedpr.o ! 11: cc -o vfontedpr vfontedpr.o ! 12: vpac: vpac.o ! 13: cc -o vpac vpac.o ! 14: vpd: vpd.o ! 15: cc -o vpd vpd.o ! 16: vpf: vpf.o ! 17: cc -o vpf vpf.o ! 18: vpq: vpq.o ! 19: cc -o vpq vpq.o ! 20: vpr: vpr.o ! 21: cc -o vpr vpr.o ! 22: vprm: vprm.o ! 23: cc -o vprm vprm.o ! 24: vsort: vsort.o ! 25: cc -o vsort vsort.o ! 26: ! 27: install: all ! 28: install -s sidebyside ${DESTDIR}/usr/lib/sidebyside ! 29: install -s vcat ${DESTDIR}/usr/lib/vcat ! 30: install -s vfontedpr ${DESTDIR}/usr/lib/vfontedpr ! 31: install -c vgrind.sh ${DESTDIR}/usr/ucb/vgrind ! 32: install -s vpac ${DESTDIR}/usr/ucb/vpac ! 33: install -s vpd ${DESTDIR}/usr/lib/vpd ! 34: install -s vpf ${DESTDIR}/usr/lib/vpf ! 35: install -s vpq ${DESTDIR}/usr/ucb/vpq ! 36: install -s vpr ${DESTDIR}/usr/ucb/vpr ! 37: install -c vprint.sh ${DESTDIR}/usr/ucb/vprint ! 38: install -c tmac.vgrind ${DESTDIR}/usr/lib/tmac/tmac.vgrind ! 39: install -s vprm ${DESTDIR}/usr/ucb/vprm ! 40: install -s vsort ${DESTDIR}/usr/lib/vsort ! 41: install -c vtroff.sh ${DESTDIR}/usr/ucb/vtroff ! 42: ! 43: clean: ! 44: rm -f *.o sidebyside vcat vfontedpr vgrind vpac vpd vpf vpq vpr vprm vsort
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.