|
|
1.1 ! root 1: CFLAGS = -O ! 2: ! 3: ratfor: r0.o r1.o r2.o rio.o rlook.o rlex.o y.tab.o ! 4: cc r*.o y.tab.o -o ratfor ! 5: ! 6: r0.o: r.h y.tab.h r0.c ! 7: r1.o: r.h y.tab.h r1.c ! 8: r2.o: r.h y.tab.h r2.c ! 9: rio.o: r.h y.tab.h rio.c ! 10: rlook.o: r.h y.tab.h rlook.c ! 11: rlex.o: r.h y.tab.h rlex.c ! 12: y.tab.c: r.g ! 13: yacc -d r.g ! 14: y.tab.h: r.g ! 15: yacc -d r.g ! 16: install: ratfor ! 17: install -s ratfor $(DESTDIR)/usr/bin ! 18: clean: ! 19: rm -f y.tab.c *.o ratfor y.tab.h ! 20:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.