Home | History | Annotate | Line # | Download | only in gmp
Makefile revision 1.1
      1  1.1  mrg #	$NetBSD: Makefile,v 1.1 2011/06/20 05:56:46 mrg Exp $
      2  1.1  mrg #
      3  1.1  mrg 
      4  1.1  mrg GNUHOSTDIST=   ${.CURDIR}/../../external/lgpl3/gmp/dist
      5  1.1  mrg 
      6  1.1  mrg CONFIGURE_ARGS+=--disable-shared
      7  1.1  mrg 
      8  1.1  mrg .include "${.CURDIR}/../Makefile.gnuhost"
      9  1.1  mrg 
     10  1.1  mrg # Don't override CFLAGS and CXXFLAGS, it breaks ABI detection.
     11  1.1  mrg # PATH needs special treating since "make" tries to expand $PATH
     12  1.1  mrg # when variable is used.
     13  1.1  mrg CONFIGURE_ENV:=	${CONFIGURE_ENV:NPATH=*:NCFLAGS=*:NCXXFLAGS=*} \
     14  1.1  mrg 		PATH="${TOOLDIR:Q}/bin:$$$$PATH"
     15