NetBSD/tools/lex/Makefile

22 lines
414 B
Makefile
Raw Normal View History

2009-10-30 03:30:20 +03:00
# $NetBSD: Makefile,v 1.9 2009/10/30 00:30:20 christos Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}lex
2009-10-27 00:32:14 +03:00
HOST_SRCDIR= external/bsd/flex/bin
.include "${.CURDIR}/../Makefile.host"
2009-10-27 00:32:14 +03:00
HOST_CPPFLAGS+= -DM4=\"${TOOL_M4}\"
2009-10-30 03:30:20 +03:00
.y.c .l.c .y.h:
@true
scan.c:
echo '#include <initscan.c>' >$@
2009-10-29 20:16:40 +03:00
parse.c:
echo '#include <initparse.c>' >$@
parse.h:
echo '#include <initparse.h>' >$@
scan.c: parse.h
CLEANFILES+=scan.c parse.c parse.h