xref: /netbsd-src/tools/mpc/Makefile (revision 75219f3a016dfaad1cb304eb017f9787b1de8292)
1#	$NetBSD: Makefile,v 1.3 2013/11/28 12:08:57 mrg Exp $
2#
3
4GNUHOSTDIST=	${.CURDIR}/../../external/lgpl3/mpc/dist
5
6CONFIGURE_ARGS+=	--with-gmp=${TOOLDIR:Q} \
7			--with-mpfr=${TOOLDIR:Q}
8
9CONFIGURE_ARGS+=--disable-shared
10
11.include "${.CURDIR}/../Makefile.gnuhost"
12
13# Force avoiding possibly non-executable install-sh.
14CONFIGURE_ENV+= ac_cv_path_mkdir="${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-install -d"
15