|
|
1.1 root 1: CFLAGS = -g
2: a.out: r0.o r1.o r2.o rio.o rlook.o rlex.o y.tab.o
3: cc r*.o y.tab.o -ly
4:
5: r0.o: r.h y.tab.h r0.c
6: r1.o: r.h y.tab.h r1.c
7: r2.o: r.h y.tab.h r2.c
8: rio.o: r.h y.tab.h rio.c
9: rlook.o: r.h y.tab.h rlook.c
10: rlex.o: r.h y.tab.h rlex.c
11: y.tab.c: r.g
12: yacc -d r.g
13: y.tab.h: r.g
14: yacc -d r.g
15:
16: list:
17: pr r.g r.h r*.c makefile TODO
18:
19: install: a.out
20: strip a.out
21: cp a.out /usr/bin/ratfor
22:
23: clean:
24: rm -f a.out *.o y.tab.* make.out
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.