Makefile revision 1.8
11.8Schristos# $NetBSD: Makefile,v 1.8 2009/10/29 17:16:40 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.1Stvscan.c: 101.1Stv echo '#include <initscan.c>' >$@ 111.8Schristosparse.c: 121.8Schristos echo '#include <initparse.c>' >$@ 131.8Schristosparse.h: 141.8Schristos echo '#include <initparse.h>' >$@ 151.8Schristos 161.8Schristosscan.c: parse.h 171.8Schristos 181.8SchristosCLEANFILES+=scan.c parse.c parse.h 19