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