Makefile revision 1.9
11.9Schristos# $NetBSD: Makefile,v 1.9 2009/10/30 00:30:20 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.1Stvscan.c: 131.1Stv echo '#include <initscan.c>' >$@ 141.8Schristosparse.c: 151.8Schristos echo '#include <initparse.c>' >$@ 161.8Schristosparse.h: 171.8Schristos echo '#include <initparse.h>' >$@ 181.8Schristos 191.8Schristosscan.c: parse.h 201.8Schristos 211.8SchristosCLEANFILES+=scan.c parse.c parse.h 22