Annotation of 43BSDTahoe/ucb/pascal/eyacc/Makefile, revision 1.1

1.1     ! root        1: #
        !             2: # Copyright (c) 1980 Regents of the University of California.
        !             3: # All rights reserved.  The Berkeley software License Agreement
        !             4: # specifies the terms and conditions for redistribution.
        !             5: #
        !             6: #      @(#)Makefile    5.2 (Berkeley) 10/26/87
        !             7: #
        !             8: CFLAGS=        -O
        !             9: LIBC=  /lib/libc.a
        !            10: SRCS=  ey0.c ey1.c ey2.c ey3.c ey4.c ey5.c
        !            11: OBJS=  ey0.o ey1.o ey2.o ey3.o ey4.o ey5.o
        !            12: 
        !            13: all: eyacc
        !            14: 
        !            15: eyacc: ${LIBC} ${OBJS}
        !            16:        ${CC} ${CFLAGS} -o $@ -z ${OBJS}
        !            17: 
        !            18: clean: FRC
        !            19:        rm -f ${OBJS} core eyacc
        !            20: 
        !            21: depend: FRC
        !            22:        mkdep ${CFLAGS} ${SRCS}
        !            23: 
        !            24: install: FRC
        !            25: #      install -s -o bin -g bin -m 755 eyacc ${DESTDIR}/usr/ucb/eyacc
        !            26: 
        !            27: lint: FRC
        !            28:        lint ${CFLAGS} ${SRCS}
        !            29: 
        !            30: tags: FRC
        !            31:        ctags ${SRCS}
        !            32: 
        !            33: FRC:
        !            34: 
        !            35: # DO NOT DELETE THIS LINE -- mkdep uses it.
        !            36: # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
        !            37: 
        !            38: ey0.o: ey0.c /usr/include/stdio.h
        !            39: ey1.o: ey1.c ey.h /usr/include/stdio.h
        !            40: ey2.o: ey2.c ey.h /usr/include/stdio.h
        !            41: ey3.o: ey3.c ey.h /usr/include/stdio.h
        !            42: ey4.o: ey4.c ey.h /usr/include/stdio.h
        !            43: ey5.o: ey5.c /usr/include/stdio.h
        !            44: 
        !            45: # IF YOU PUT ANYTHING HERE IT WILL GO AWAY

unix.superglobalmegacorp.com

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