summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-09-25 11:06:38 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-09-25 11:06:38 +0000
commit1babced5315780306a9d89cc021d5a2f71518872 (patch)
treebba4d8a429486a59f0b62b1026c62b40a95695df
parent9b040a5a5f1fb81928dc5c792509fea230e1157a (diff)
downloadmpfr-1babced5315780306a9d89cc021d5a2f71518872.tar.gz
tests/Makefile.am: added information about LOADLIBES.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/2.4@6491 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4d88131c7..358332f98 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -22,6 +22,10 @@ EXTRA_DIST = tgeneric.c tgeneric_ui.c mpf_compat.h inp_str.data tmul.dat
LDADD = libfrtests.la $(MPFR_LIBM) $(top_builddir)/libmpfr.la
INCLUDES = -I$(top_srcdir) -I$(top_builddir)
+
+# LOADLIBES (documented in the "GNU make" manual and equivalent to LDLIBS)
+# enables to compile a program foo.c in the test directory by simply doing
+# "make foo".
LOADLIBES=$(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(top_builddir)/tests/.libs/libfrtests.a $(top_builddir)/.libs/libmpfr.a $(LIBS) $(MPFR_LIBM)
check_LTLIBRARIES = libfrtests.la