|
|
1.1 ! root 1: # Makefile 4.6 86/05/15 ! 2: # ! 3: # Possible options: ! 4: # make compile source for terminal tables below ! 5: # make <term> compile table for a specific <term> ! 6: # make install move tables to ${DEST} ! 7: # make links make links for ease of documentation ! 8: # make clean remove tab*.o files lying around ! 9: ALL= 37 lpr 300 300-12 302 302-12 382 382-12 450 450-12 833 833-12 \ ! 10: epson itoh itoh12 nec nec12 nec-t nec25-t qume qume12 xerox xerox12 \ ! 11: x-ecs x-ecs12 ! 12: DESTDIR= ! 13: DEST= ${DESTDIR}/usr/lib/term ! 14: ! 15: all: ${ALL} ! 16: ! 17: 37: tab37.o ! 18: lpr: tablpr.o ! 19: 300: tab300.o code.300 ! 20: 300-12: tab300-12.o code.300 ! 21: 302: tab302.o code.300 ! 22: 302-12: tab302-12.o code.300 ! 23: 382: tab382.o code.300 ! 24: 382-12: tab382-12.o code.300 ! 25: 450: tab450.o code.300 ! 26: 450-12: tab450-12.o code.300 ! 27: 833: tab833.o code.aj833 ! 28: 833-12: tab833-12.o code.aj833 ! 29: epson: tabepson.o ! 30: itoh: tabitoh.o code.itoh ! 31: itoh12: tabitoh12.o code.itoh ! 32: nec: tabnec.o code.nec ! 33: nec12: tabnec12.o code.nec ! 34: nec-t: tabnec-t.o ! 35: nec25-t:tabnec25-t.o ! 36: qume: tabqume.o ! 37: qume12: tabqume12.o ! 38: xerox: tabxerox.o code.xerox ! 39: xerox12:tabxerox12.o code.xerox ! 40: x-ecs: tabx-ecs.o code.x-ecs ! 41: x-ecs12:tabx-ecs12.o code.x-ecs ! 42: ! 43: install: ! 44: for file in tab*.o; do \ ! 45: install -s -m 755 $$file ${DEST}/`basename $$file .o`;\ ! 46: done ! 47: make DESTDIR=${DESTDIR} links ! 48: install -c -m 644 README ${DEST}/README ! 49: ! 50: links: ! 51: rm -f ${DEST}/tabtn300; ln ${DEST}/tablpr ${DEST}/tabtn300 ! 52: rm -f ${DEST}/tabcrt; ln ${DEST}/tablpr ${DEST}/tabcrt ! 53: rm -f ${DEST}/tab300s; ln ${DEST}/tab302 ${DEST}/tab300s ! 54: rm -f ${DEST}/tab300s-12; ln ${DEST}/tab302-12 ${DEST}/tab300s-12 ! 55: rm -f ${DEST}/tabdtc; ln ${DEST}/tab302 ${DEST}/tabdtc ! 56: rm -f ${DEST}/tabdtc12; ln ${DEST}/tab302-12 ${DEST}/tabdtc12 ! 57: rm -f ${DEST}/tabipsi; ln ${DEST}/tab450 ${DEST}/tabipsi ! 58: rm -f ${DEST}/tabipsi12; ln ${DEST}/tab450-12 ${DEST}/tabipsi12 ! 59: ! 60: clean: ! 61: rm -f tab*.o errs
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.