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