Annotation of 43BSDReno/pgrm/cpp/Makefile, revision 1.1

1.1     ! root        1: #      @(#)Makefile    5.2 (Berkeley) 5/12/90
        !             2: 
        !             3: PROG=  cpp
        !             4: CFLAGS+=-Dunix=1 -DFLEXNAMES -I${.CURDIR}
        !             5: SRCS=  cpp.c cpy.c rodata.o
        !             6: CLEANFILES+=cpy.c rodata.c
        !             7: NOMAN= noman
        !             8: 
        !             9: rodata.o: cpy.c
        !            10:        ${CC} ${CFLAGS} -R -c ${.PREFIX}.c
        !            11: 
        !            12: cpy.c: cpy.y
        !            13:        ${YACC} ${.ALLSRC}
        !            14:        yyfix rodata.c
        !            15:        mv y.tab.c cpy.c
        !            16: 
        !            17: .include <bsd.prog.mk>

unix.superglobalmegacorp.com

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