[Gmp-commit] /var/hg/gmp: (AM_LDFLAGS): Define. (Thanks to Emmanuel Thomé a...

mercurial at gmplib.org mercurial at gmplib.org
Wed Jun 28 21:07:32 UTC 2017


details:   /var/hg/gmp/rev/34ea9178b2b2
changeset: 17460:34ea9178b2b2
user:      Torbjorn Granlund <tg at gmplib.org>
date:      Wed Jun 28 23:05:25 2017 +0200
description:
(AM_LDFLAGS): Define.  (Thanks to Emmanuel Thomé and Vincent Lefevre.)

diffstat:

 tests/Makefile.am       |  1 +
 tests/cxx/Makefile.am   |  1 +
 tests/devel/Makefile.am |  1 +
 tests/misc/Makefile.am  |  1 +
 tests/mpf/Makefile.am   |  1 +
 tests/mpn/Makefile.am   |  1 +
 tests/mpq/Makefile.am   |  1 +
 tests/mpz/Makefile.am   |  1 +
 tests/rand/Makefile.am  |  1 +
 tune/Makefile.am        |  1 +
 10 files changed, 10 insertions(+), 0 deletions(-)

diffs (110 lines):

diff -r 3921c37733fb -r 34ea9178b2b2 tests/Makefile.am
--- a/tests/Makefile.am	Tue Jun 27 18:52:54 2017 +0200
+++ b/tests/Makefile.am	Wed Jun 28 23:05:25 2017 +0200
@@ -23,6 +23,7 @@
 include ../mpn/Makeasm.am
 
 AM_CPPFLAGS = -I$(top_srcdir)
+AM_LDFLAGS = -no-install
 LDADD = libtests.la $(top_builddir)/libgmp.la
 
 check_LTLIBRARIES = libtests.la
diff -r 3921c37733fb -r 34ea9178b2b2 tests/cxx/Makefile.am
--- a/tests/cxx/Makefile.am	Tue Jun 27 18:52:54 2017 +0200
+++ b/tests/cxx/Makefile.am	Wed Jun 28 23:05:25 2017 +0200
@@ -25,6 +25,7 @@
 # -lm is needed for t-ops2 which compares the results of trunc and mpf_trunc.
 #
 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/tests
+AM_LDFLAGS = -no-install
 LDADD = -L$(top_builddir)/.libs \
   $(top_builddir)/tests/libtests.la \
   $(top_builddir)/libgmpxx.la \
diff -r 3921c37733fb -r 34ea9178b2b2 tests/devel/Makefile.am
--- a/tests/devel/Makefile.am	Tue Jun 27 18:52:54 2017 +0200
+++ b/tests/devel/Makefile.am	Wed Jun 28 23:05:25 2017 +0200
@@ -19,6 +19,7 @@
 
 
 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/tests
+AM_LDFLAGS = -no-install
 LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la
 
 # add_n_sub_n add_n_sub_n_2 not yet built since mpn_add_n_sub_n doesn't yet exist
diff -r 3921c37733fb -r 34ea9178b2b2 tests/misc/Makefile.am
--- a/tests/misc/Makefile.am	Tue Jun 27 18:52:54 2017 +0200
+++ b/tests/misc/Makefile.am	Wed Jun 28 23:05:25 2017 +0200
@@ -19,6 +19,7 @@
 
 
 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/tests
+AM_LDFLAGS = -no-install
 LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la
 
 check_PROGRAMS = t-printf t-scanf t-locale
diff -r 3921c37733fb -r 34ea9178b2b2 tests/mpf/Makefile.am
--- a/tests/mpf/Makefile.am	Tue Jun 27 18:52:54 2017 +0200
+++ b/tests/mpf/Makefile.am	Wed Jun 28 23:05:25 2017 +0200
@@ -19,6 +19,7 @@
 
 
 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/tests
+AM_LDFLAGS = -no-install
 LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la
 
 check_PROGRAMS = t-dm2exp t-conv t-add t-sub t-sqrt t-sqrt_ui t-muldiv reuse \
diff -r 3921c37733fb -r 34ea9178b2b2 tests/mpn/Makefile.am
--- a/tests/mpn/Makefile.am	Tue Jun 27 18:52:54 2017 +0200
+++ b/tests/mpn/Makefile.am	Wed Jun 28 23:05:25 2017 +0200
@@ -19,6 +19,7 @@
 
 
 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/tests
+AM_LDFLAGS = -no-install
 LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la
 
 check_PROGRAMS = t-asmtype t-aors_1 t-divrem_1 t-mod_1 t-fat t-get_d	\
diff -r 3921c37733fb -r 34ea9178b2b2 tests/mpq/Makefile.am
--- a/tests/mpq/Makefile.am	Tue Jun 27 18:52:54 2017 +0200
+++ b/tests/mpq/Makefile.am	Wed Jun 28 23:05:25 2017 +0200
@@ -19,6 +19,7 @@
 
 
 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/tests
+AM_LDFLAGS = -no-install
 LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la
 
 check_PROGRAMS = t-aors t-cmp t-cmp_ui t-cmp_si t-equal t-get_d t-get_str \
diff -r 3921c37733fb -r 34ea9178b2b2 tests/mpz/Makefile.am
--- a/tests/mpz/Makefile.am	Tue Jun 27 18:52:54 2017 +0200
+++ b/tests/mpz/Makefile.am	Wed Jun 28 23:05:25 2017 +0200
@@ -19,6 +19,7 @@
 
 
 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/tests
+AM_LDFLAGS = -no-install
 LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la
 
 check_PROGRAMS = reuse t-addsub t-cmp t-mul t-mul_i t-tdiv t-tdiv_ui t-fdiv \
diff -r 3921c37733fb -r 34ea9178b2b2 tests/rand/Makefile.am
--- a/tests/rand/Makefile.am	Tue Jun 27 18:52:54 2017 +0200
+++ b/tests/rand/Makefile.am	Wed Jun 28 23:05:25 2017 +0200
@@ -19,6 +19,7 @@
 
 
 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/tests
+AM_LDFLAGS = -no-install
 LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la
 
 check_PROGRAMS = t-iset t-lc2exp t-mt t-rand t-urbui t-urmui t-urndmm
diff -r 3921c37733fb -r 34ea9178b2b2 tune/Makefile.am
--- a/tune/Makefile.am	Tue Jun 27 18:52:54 2017 +0200
+++ b/tune/Makefile.am	Wed Jun 28 23:05:25 2017 +0200
@@ -30,6 +30,7 @@
 
 
 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/tests
+AM_LDFLAGS = -no-install
 
 EXTRA_DIST = alpha.asm pentium.asm sparcv9.asm hppa.asm hppa2.asm hppa2w.asm \
   ia64.asm powerpc.asm powerpc64.asm x86_64.asm many.pl


More information about the gmp-commit mailing list