|
|
1.1 ! root 1: INSTALL = ${DESTDIR}/usr/ucb ! 2: INSTALLIB = ${DESTDIR}/usr/lib ! 3: PX_HEADER = px_header ! 4: CFLAGS = -O ! 5: ! 6: all: pix px_header pc pc2 pc3 pxref ! 7: ! 8: install: all ! 9: dd if=px_header of=${INSTALLIB}/${PX_HEADER} conv=sync ! 10: cp pxref pc pix ${INSTALL} ! 11: cp how* pc2 pc3 ${INSTALLIB} ! 12: ! 13: pix: pix.c ! 14: ${CC} -O -o pix pix.c ! 15: ! 16: px_header: px_header.c objfmt.h ! 17: ${CC} -O -d2 -o px_header px_header.c -N ! 18: strip px_header ! 19: ! 20: pc2: pc2.c ! 21: ${CC} pc2.c -lpc -o tmp ! 22: ${CC} -S pc2.c ! 23: ./tmp pc2.s | as -d2 -o pc2.o ! 24: ${CC} pc2.o -o pc2 -s ! 25: rm -f pc2.o pc2.s tmp ! 26: ! 27: pc3: pc3.c pc3.h pstab.h ! 28: ${CC} -O -d2 pc3.c -o pc3 -s ! 29: ! 30: pxref: pxref.p ! 31: pc -w pxref.p -o pxref ! 32: ! 33: pc: pc.c ! 34: ${CC} -O -d2 -o pc pc.c ! 35: ! 36: clean: ! 37: rm -f pix px_header pxref pc pc2 pc3 ! 38: ! 39: print: ! 40: @pr READ_ME makefile ! 41: @ls -l | pr ! 42: @pr pix.c pxref.p pc.c pc2.c
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.