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