1 1.3.6.1 ghen # $NetBSD: Makefile,v 1.3.6.1 2007/06/24 19:45:41 ghen 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.3.6.1 ghen CONFIGURE_ARGS= --program-prefix=${_TOOL_PREFIX} --disable-shared 12 1.2 gson 13 1.2 gson .NOTPARALLEL: 14 1.1 pooka 15 1.1 pooka .include "${.CURDIR}/../Makefile.gnuhost" 16