|
|
1.1 root 1: D = /usr/bin/eyacc
2: CFLAGS = -O
3:
4: eyacc: ey0.o ey1.o ey2.o ey3.o ey4.o ey5.o
5: cc -o eyacc ey0.o ey1.o ey2.o ey3.o ey4.o ey5.o
6:
7: clean:
8: rm -f *.o eyacc
9:
10: install: eyacc
11: rm -f $D
12: strip eyacc
13: cp eyacc $D
14: chown bin $D
15: chgrp bin $D
16: chmod o-w,g+w $D
17:
18: ey1.o: ey.h
19: ey2.o: ey.h
20: ey3.o: ey.h
21: ey4.o: ey.h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.