Makefile revision 1.10
11.10Schristos# $NetBSD: Makefile,v 1.10 2017/10/02 22:32:04 christos Exp $ 21.1Stv 31.4SthorpejHOSTPROGNAME= ${_TOOL_PREFIX}lex 41.7SchristosHOST_SRCDIR= external/bsd/flex/bin 51.1Stv 61.1Stv.include "${.CURDIR}/../Makefile.host" 71.7SchristosHOST_CPPFLAGS+= -DM4=\"${TOOL_M4}\" 81.1Stv 91.9Schristos.y.c .l.c .y.h: 101.9Schristos @true 111.9Schristos 121.10Schristos 131.10Schristos__BUILD: .USE 141.10Schristos echo "#include <init${.TARGET}>" > ${.TARGET} 151.10Schristos 161.10Schristosscan.c: __BUILD 171.10Schristosparse.c: __BUILD 181.10Schristosparse.h: __BUILD 191.8Schristos 201.8Schristosscan.c: parse.h 211.8Schristos 221.8SchristosCLEANFILES+=scan.c parse.c parse.h 23