1*41638Sbostic# @(#)Makefile 5.1 (Berkeley) 05/11/90 27984Srrh 3*41638SbosticPROG= cpp 4*41638SbosticCFLAGS+=-Dunix=1 -DFLEXNAMES -I${.CURDIR} 5*41638SbosticYYFIX= ${.CURDIR}/../../libexec/pcc/pcc.${MACHINE}/:yyfix 6*41638SbosticSRCS= cpp.c cpy.c rodata.o 7*41638SbosticCLEANFILES+= cpy.c rodata.c 8*41638SbosticNOMAN= noman 97984Srrh 10*41638Sbosticrodata.o: cpy.c 11*41638Sbostic ${CC} ${CFLAGS} -R -c ${.PREFIX}.c 1231424Sbostic 1331424Sbosticcpy.c: cpy.y 14*41638Sbostic ${YACC} ${.ALLSRC} 15*41638Sbostic ${YYFIX} yylhs yylen yydefred yydgoto yysindex yyrindex \ 1640161Sbostic yygindex yytable yycheck 177984Srrh mv y.tab.c cpy.c 187984Srrh 19*41638Sbostic.include <bsd.prog.mk> 20