|
|
1.1 ! root 1: # @(#)Makefile 5.4 (Berkeley) 6/19/90 ! 2: ! 3: MIP= ${.CURDIR}/../../../libexec/pcc/mip ! 4: ! 5: PROG= lintpass2 ! 6: SRCS= hash.c lpass2.c ! 7: CFLAGS+=-I${MIP} -I. -I${.CURDIR}/../lpass1 ! 8: BINDIR= /usr/libexec ! 9: .PATH: ${.CURDIR}/../lpass1 ${MIP} ! 10: CLEANFILES+=pcclocal.h ! 11: NOMAN= noman ! 12: ! 13: .include <bsd.prog.mk> ! 14: ! 15: pcclocal.h: localdefs.h /usr/include/pcc.h ! 16: cat ${.ALLSRC} | \ ! 17: egrep '^#[ ]*(define[ ][ ]*PCC(F|T|TM|OM)?_|ifdef|ifndef|endif)' | \ ! 18: sed -e 's/PCC[A-Z]*_//' > ${.TARGET} ! 19: ! 20: ${OBJS} .depend: pcclocal.h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.