1 1.4 christos # $NetBSD: Makefile,v 1.4 2009/10/27 18:35:09 christos Exp $ 2 1.1 tv 3 1.3 thorpej HOSTPROGNAME= ${_TOOL_PREFIX}m4 4 1.1 tv HOST_SRCDIR= usr.bin/m4 5 1.1 tv 6 1.1 tv .include "${.CURDIR}/../Makefile.host" 7 1.4 christos 8 1.4 christos # Don't build any of those; we don't have lex and yacc available yet 9 1.4 christos .y.c .y.h .l.c: 10 1.4 christos @true 11 1.4 christos 12 1.4 christos parser.c: ${.CURDIR}/bootstrap/parser.c 13 1.4 christos @ln -sf ${.ALLSRC:M*.c} $@ 14 1.4 christos parser.h: ${.CURDIR}/bootstrap/parser.h 15 1.4 christos @ln -sf ${.ALLSRC:M*.h} $@ 16 1.4 christos tokenizer.c: ${.CURDIR}/bootstrap/tokenizer.c 17 1.4 christos @ln -sf ${.ALLSRC:M*.c} $@ 18