|
|
1.1 ! root 1: ! 2: SCCSID = "@(#)makefile 4.1 (Berkeley) 3/1/81" ! 3: INSTALLDIR = ${DESTDIR}/usr/ucb ! 4: ! 5: eyacc: ey0.o ey1.o ey2.o ey3.o ey4.o ey5.o ! 6: cc -o eyacc -z ey0.o ey1.o ey2.o ey3.o ey4.o ey5.o ! 7: ! 8: .c.o: ! 9: cc -O -c $*.c ! 10: ! 11: clean: ! 12: -rm -f *.o eyacc ! 13: ! 14: install: eyacc ! 15: cp eyacc ${INSTALLDIR}/eyacc ! 16: ! 17: print: ! 18: @ls -l | pr ! 19: @pr READ_ME makefile ! 20: @pr ey.h ey0.c ey1.c ey2.c ey3.c ey4.c ey5.c ! 21: ! 22: ey1.o: ey.h ! 23: ey2.o: ey.h ! 24: ey3.o: ey.h ! 25: ey4.o: ey.h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.