diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2010-12-19 02:00:52 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2010-12-19 02:00:52 +0000 |
commit | 46398f7d724b098d3f5fcff2adab8ae97a928112 (patch) | |
tree | 9c6ddc0f645015bea09f6dc9094c435fe06f49b5 /tools/mbench/Makefile | |
parent | 9b4424abba4681977cd82e0932ab8019d2fe7daa (diff) | |
download | mpfr-46398f7d724b098d3f5fcff2adab8ae97a928112.tar.gz |
[tools/mbench/Makefile] Update due to source reorganization (r7087):
patch from Patrick Pelissier.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7310 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tools/mbench/Makefile')
-rw-r--r-- | tools/mbench/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/mbench/Makefile b/tools/mbench/Makefile index f9728903a..dae31d07a 100644 --- a/tools/mbench/Makefile +++ b/tools/mbench/Makefile @@ -1,4 +1,4 @@ -# Copyright 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# Copyright 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. # Contributed by Patrick Pelissier, INRIA. # # This file is part of the MPFR Library. @@ -28,7 +28,7 @@ CP=cp -f MV=mv -f GMP=/usr -MPFR=$(PWD)/.. +MPFR=$(PWD)/../.. PARI=$(GMP) NTL=$(GMP) CLN=$(GMP) @@ -59,7 +59,7 @@ INCLUDES=-I. -I$(MPFR_INCLUDE) -I$(MPFR) -I$(GMP)/include/ -I$(GMP) endif # search first for real install, then for build directory -LIBS=`(test -f $(MPFR_LIB)/libmpfr.a && echo $(MPFR_LIB)/libmpfr.a)` `(test -f $(MPFR)/.libs/libmpfr.a && echo $(MPFR)/.libs/libmpfr.a)` `(test -f $(GMP)/lib/libgmp.a && echo $(GMP)/lib/libgmp.a)` `(test -f $(GMP)/.libs/libgmp.a && echo $(GMP)/.libs/libgmp.a)` +LIBS=`(test -f $(MPFR_LIB)/libmpfr.a && echo $(MPFR_LIB)/libmpfr.a)` `(test -f $(MPFR)/src/.libs/libmpfr.a && echo $(MPFR)/src/.libs/libmpfr.a)` `(test -f $(GMP)/lib/libgmp.a && echo $(GMP)/lib/libgmp.a)` `(test -f $(GMP)/.libs/libgmp.a && echo $(GMP)/.libs/libgmp.a)` XLIBS=`test -f $(PARI)/lib/libpari.a && echo $(PARI)/lib/libpari.a` \ `test -f $(NTL)/lib/libntl.a && echo $(NTL)/lib/libntl.a` \ |