Annotation of 43BSDReno/libexec/pcc/c2.vax/Makefile, revision 1.1.1.1

1.1       root        1: #      @(#)Makefile    4.13 (Berkeley) 6/24/90
                      2: 
                      3: PROG=  c2
                      4: SRCS=  c20.c c21.c c22.c
                      5: CFLAGS+=-DCOPYCODE -DC2 -I.
                      6: ASDIR= ${.CURDIR}/../../../pgrm/as.${MACHINE}
                      7: NOMAN= noman
                      8: CLEANFILES=instrs.c2
                      9: 
                     10: c22.o:
                     11:        ${CC} ${CFLAGS} -R -c ${.IMPSRC}
                     12: 
                     13: instrs.c2: ${ASDIR}/instrs
                     14:        (echo FLAVOR C2 ; cat ${ASDIR}/instrs) | \
                     15:            awk -f ${ASDIR}/instrs > instrs.c2
                     16: 
                     17: .include <bsd.prog.mk>
                     18: 
                     19: .depend: instrs.c2

unix.superglobalmegacorp.com

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