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

1.1       root        1: #      @(#)Makefile    5.3 (Berkeley) 6/28/90
                      2: 
                      3: PROG=  f1
                      4: MIP=   ${.CURDIR}/../mip
                      5: CCOM=  ${.CURDIR}/../ccom.vax
                      6: CFLAGS+=-DFORT -I. -I${.CURDIR} -I${CCOM} -I${MIP}
                      7: SRCS=  allo.c common.c fort.c local2.c match.c order.c reader.c table.c
                      8: NOMAN= noman
                      9: .PATH: ${MIP} ${CCOM}
                     10: CLEANFILES+=pcclocal.h
                     11: 
                     12: table.o:
                     13:        ${CC} ${CFLAGS} -c -R ${.IMPSRC}
                     14: 
                     15: common.o:
                     16:        ${CC} ${CFLAGS} -DPASS2COMMON -c ${.IMPSRC}
                     17: 
                     18: pcclocal.h: localdefs.h /usr/include/pcc.h
                     19:        cat ${.ALLSRC} | \
                     20:            egrep '^#[  ]*(define[      ][      ]*PCC(F|T|TM|OM)?_|ifdef|ifndef|endif)' | \
                     21:            sed -e 's/PCC[A-Z]*_//' > ${.TARGET}
                     22: 
                     23: .include <bsd.prog.mk>
                     24: 
                     25: ${OBJS} .depend: pcclocal.h

unix.superglobalmegacorp.com

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