xref: /netbsd-src/tools/mpc/Makefile (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
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