Home | History | Annotate | Line # | Download | only in lex
Makefile revision 1.9
      1  1.9  christos #	$NetBSD: Makefile,v 1.9 2009/10/30 00:30:20 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.9  christos .y.c .l.c .y.h:
     10  1.9  christos 	@true
     11  1.9  christos 
     12  1.1        tv scan.c:
     13  1.1        tv 	echo '#include <initscan.c>' >$@
     14  1.8  christos parse.c:
     15  1.8  christos 	echo '#include <initparse.c>' >$@
     16  1.8  christos parse.h:
     17  1.8  christos 	echo '#include <initparse.h>' >$@
     18  1.8  christos 
     19  1.8  christos scan.c: parse.h
     20  1.8  christos 
     21  1.8  christos CLEANFILES+=scan.c parse.c parse.h
     22