Annotation of 42BSD/usr.bin/ratfor/Makefile, revision 1.1

1.1     ! root        1: 
        !             2: #      @(#)Makefile    1.1 (Berkeley) 12/15/82
        !             3: 
        !             4: CFLAGS = -O
        !             5: 
        !             6: ratfor:        r0.o r1.o r2.o rio.o rlook.o rlex.o y.tab.o
        !             7:        cc r*.o y.tab.o -o ratfor
        !             8: 
        !             9: r0.o:  r.h y.tab.h r0.c
        !            10: r1.o:  r.h y.tab.h r1.c
        !            11: r2.o:  r.h y.tab.h r2.c
        !            12: rio.o: r.h y.tab.h rio.c
        !            13: rlook.o:       r.h y.tab.h rlook.c
        !            14: rlex.o:        r.h y.tab.h rlex.c
        !            15: y.tab.c:       r.g
        !            16:        yacc -d r.g
        !            17: y.tab.h:       r.g
        !            18:        yacc -d r.g
        !            19: install: ratfor
        !            20:        install -s ratfor $(DESTDIR)/usr/bin
        !            21: clean:
        !            22:        rm -f y.tab.c *.o ratfor y.tab.h
        !            23: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.