Makefile revision 1.3
11.3Sgsutre# $NetBSD: Makefile,v 1.3 2013/08/16 10:29:32 gsutre Exp $ 21.1Sjmc# 31.1Sjmc 41.1SjmcGNUHOSTDIST= ${.CURDIR}/../../gnu/dist/gmake 51.1Sjmc 61.1SjmcCONFIGURE_ENV+= CC=${HOST_CC:Q} \ 71.1Sjmc CFLAGS=${HOST_CFLAGS:Q} \ 81.1Sjmc CPPFLAGS=${HOST_CPPFLAGS:Q} \ 91.1Sjmc CXX=${HOST_CXX:Q} 101.1Sjmc 111.1SjmcCONFIGURE_ARGS= --program-prefix=${_TOOL_PREFIX}g 121.2SuweCONFIGURE_ARGS+=--disable-nls 131.1Sjmc 141.3SgsutreMAKE_ARGS= MAKEINFO=${TOOL_MAKEINFO:Q} 151.3Sgsutre 161.1Sjmc.NOTPARALLEL: 171.1Sjmc 181.1Sjmc.include "${.CURDIR}/../Makefile.gnuhost" 19