|
|
1.1 root 1: #
2: # @(#)Makefile 1.1 (Berkeley) 12/15/82
3: #
4: CC=/bin/cc
5: AS=/bin/as
6: LD=/bin/ld
7: INCLDIR=/usr/include
8: LIBDIR=/lib
9: ULIBDIR=/usr/lib/
10:
11: CFLAGS = -O -I${INCLDIR}
12:
13: ratfor: r0.o r1.o r2.o rio.o rlook.o rlex.o y.tab.o
14: ${CC} r*.o y.tab.o -o ratfor
15:
16: r0.o: r.h y.tab.h r0.c
17: r1.o: r.h y.tab.h r1.c
18: r2.o: r.h y.tab.h r2.c
19: rio.o: r.h y.tab.h rio.c
20: rlook.o: r.h y.tab.h rlook.c
21: rlex.o: r.h y.tab.h rlex.c
22: y.tab.c: r.g
23: yacc -d r.g
24: y.tab.h: r.g
25: yacc -d r.g
26: install: ratfor
27: install -s ratfor $(DESTDIR)/usr/bin
28: clean:
29: rm -f y.tab.c *.o ratfor y.tab.h
30:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.