Annotation of 43BSD/usr.bin/yacc/Makefile, revision 1.1

1.1     ! root        1: #
        !             2: #      @(#)Makefile    4.2     (Berkeley)      83/02/11
        !             3: #
        !             4: DESTDIR=
        !             5: CFLAGS=-O -DWORD32
        !             6: SRCS = Makefile dextern files yaccpar \
        !             7:        y1.c y2.c y3.c y4.c \
        !             8:        yaccdiffs yaccnews
        !             9: 
        !            10: all: yacc
        !            11: 
        !            12: yacc: y1.o y2.o y3.o y4.o
        !            13:        $(CC) -o yacc y?.o 
        !            14: y1.o y2.o y3.o y4.o: dextern files
        !            15: install:
        !            16:        install -s yacc $(DESTDIR)/usr/bin
        !            17:        install -c yaccpar $(DESTDIR)/usr/lib
        !            18: clean :
        !            19:        -rm -f *.o yacc
        !            20: 
        !            21: srcs: $(SRCS)
        !            22: $(SRCS):
        !            23:        sccs get $@

unix.superglobalmegacorp.com

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