summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-09 23:12:36 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-09 23:12:36 +0200
commitd33bba3d13e42b069f929b96178f15f088deed32 (patch)
treea18778ef973188e415f73ce7ca44a8da9928fc05 /tests
parent3c032bf0439a7464cfd22e3dc8fb3129ae239069 (diff)
downloadgmp-d33bba3d13e42b069f929b96178f15f088deed32.tar.gz
* Makefile.am (LDADD): Don't need -lm (now in libgmp.la).
Use EXTRA_PROGRAMS not noinst_PROGRAMS.
Diffstat (limited to 'tests')
-rw-r--r--tests/rand/Makefile.am28
1 files changed, 24 insertions, 4 deletions
diff --git a/tests/rand/Makefile.am b/tests/rand/Makefile.am
index 9ab98ae99..0f3fb873b 100644
--- a/tests/rand/Makefile.am
+++ b/tests/rand/Makefile.am
@@ -1,15 +1,35 @@
## Process this file with automake to generate Makefile.in
+# Copyright (C) 2000 Free Software Foundation, Inc.
+#
+# This file is part of the GNU MP Library.
+#
+# The GNU MP Library is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Library General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or (at your
+# option) any later version.
+#
+# The GNU MP Library is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+# License for more details.
+#
+# You should have received a copy of the GNU Library General Public License
+# along with the GNU MP Library; see the file COPYING.LIB. If not, write to
+# the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+# MA 02111-1307, USA.
+
+
AUTOMAKE_OPTIONS = gnu
-INCLUDES = -I$(top_srcdir) -I..
-LDADD = libstat.la ../../libgmp.la -lm
+INCLUDES = -I$(top_srcdir) -I$(top_builddir)
+LDADD = libstat.la $(top_builddir)/libgmp.la
-noinst_PROGRAMS = findlc gen gen.static spect stat
+EXTRA_PROGRAMS = findlc gen gen.static spect stat
gen_static_SOURCES = gen.c
gen_static_LDFLAGS = -static
-noinst_LTLIBRARIES = libstat.la
+EXTRA_LTLIBRARIES = libstat.la
libstat_la_SOURCES = statlib.c zdiv_round.c
test: gen stat