|
|
1.1 ! root 1: # ! 2: # Copyright (c) 1980 Regents of the University of California. ! 3: # All rights reserved. The Berkeley software License Agreement ! 4: # specifies the terms and conditions for redistribution. ! 5: # ! 6: # @(#)Makefile 5.1 (Berkeley) 6/5/86 ! 7: # ! 8: INSTALLDIR = ${DESTDIR}/usr/ucb ! 9: ! 10: eyacc: ey0.o ey1.o ey2.o ey3.o ey4.o ey5.o ! 11: cc -o eyacc -z ey0.o ey1.o ey2.o ey3.o ey4.o ey5.o ! 12: ! 13: .c.o: ! 14: cc -O -c $*.c ! 15: ! 16: clean: ! 17: -rm -f *.o eyacc ! 18: ! 19: install: eyacc ! 20: # cp eyacc ${INSTALLDIR}/eyacc ! 21: ! 22: print: ! 23: @ls -l | pr ! 24: @pr READ_ME makefile ! 25: @pr ey.h ey0.c ey1.c ey2.c ey3.c ey4.c ey5.c ! 26: ! 27: ey1.o: ey.h ! 28: ey2.o: ey.h ! 29: ey3.o: ey.h ! 30: ey4.o: ey.h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.