Home | History | Annotate | Line # | Download | only in file
Makefile revision 1.5
      1  1.5  lukem #	$NetBSD: Makefile,v 1.5 2008/08/31 00:31:22 lukem Exp $
      2  1.1  pooka #
      3  1.1  pooka 
      4  1.1  pooka GNUHOSTDIST=	${.CURDIR}/../../dist/file
      5  1.1  pooka 
      6  1.3    jmc CONFIGURE_ENV+=	CC=${HOST_CC:Q} \
      7  1.3    jmc 		CFLAGS=${HOST_CFLAGS:Q} \
      8  1.3    jmc 		CPPFLAGS=${HOST_CPPFLAGS:Q} \
      9  1.3    jmc 		CXX=${HOST_CXX:Q}
     10  1.3    jmc 
     11  1.5  lukem CONFIGURE_ARGS=	--program-prefix=${_TOOL_PREFIX} --disable-shared \
     12  1.5  lukem 		--disable-warnings
     13  1.2   gson 
     14  1.2   gson .NOTPARALLEL:
     15  1.1  pooka 
     16  1.1  pooka .include "${.CURDIR}/../Makefile.gnuhost"
     17