1 1.8 christos # $NetBSD: Makefile,v 1.8 2009/10/29 17:16:40 christos Exp $ 2 1.1 tv 3 1.4 thorpej HOSTPROGNAME= ${_TOOL_PREFIX}lex 4 1.7 christos HOST_SRCDIR= external/bsd/flex/bin 5 1.1 tv 6 1.1 tv .include "${.CURDIR}/../Makefile.host" 7 1.7 christos HOST_CPPFLAGS+= -DM4=\"${TOOL_M4}\" 8 1.1 tv 9 1.1 tv scan.c: 10 1.1 tv echo '#include <initscan.c>' >$@ 11 1.8 christos parse.c: 12 1.8 christos echo '#include <initparse.c>' >$@ 13 1.8 christos parse.h: 14 1.8 christos echo '#include <initparse.h>' >$@ 15 1.8 christos 16 1.8 christos scan.c: parse.h 17 1.8 christos 18 1.8 christos CLEANFILES+=scan.c parse.c parse.h 19