=================================================================== RCS file: /home/cvs/OpenXM_contrib/gmp/mpfr/tests/Attic/Makefile.am,v retrieving revision 1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1 -r1.1.1.2 --- OpenXM_contrib/gmp/mpfr/tests/Attic/Makefile.am 2000/09/09 14:12:19 1.1 +++ OpenXM_contrib/gmp/mpfr/tests/Attic/Makefile.am 2003/08/25 16:06:08 1.1.1.2 @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in -# Copyright (C) 2000 Free Software Foundation, Inc. +# Copyright 2000, 2001, 2002 Free Software Foundation, Inc. # # This file is part of the GNU MP Library. # @@ -19,19 +19,20 @@ # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, # MA 02111-1307, USA. -AUTOMAKE_OPTIONS = gnu no-dependencies +AUTOMAKE_OPTIONS = gnu no-dependencies $(top_builddir)/ansi2knr INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/mpfr -LDADD = $(top_builddir)/libgmp.la -dummy_LDADD = +CFLAGS = @MPFR_CFLAGS@ +LIBS = @MPFR_LIBS@ +LDADD = ../libmpfr.a $(top_builddir)/libgmp.la + if WANT_MPFR -# FIXME: The following tests need mpfr_set_machine_rnd_mode() which is not -# built right now: -# tadd tget_str tset_f tsqrt tagm tmul tdiv tlog texp tdiv_ui tout_str -MPBSD_check_OPTION = tcmp2 tmul_ui tcmp_ui tround tset_si tcmp tmul_2exp \ - tset_d tset_str tpi tset_z tlog2 tcan_round tzeta +check_PROGRAMS= reuse tabs tadd tagm tcan_round tcmp tcmp2 tcmp_ui tdiv tdiv_ui tdump teq texp tget_str tlog tconst_log2 tmul tmul_2exp tmul_ui tout_str tconst_pi tpow trandom tround_prec tset_d tset_f tset_q tset_si tset_str tset_z tsqrt tsqrt_ui tui_div tui_sub tswap ttrunc trint tisnan tget_d tatan tcosh tsinh ttanh tacosh tasinh tatanh thyperbolic texp2 tfactorial tsub tasin tconst_euler tcos tsin ttan tsub_ui tset tlog1p texpm1 tlog2 tlog10 tui_pow tpow3 tadd_ui texceptions tfma thypot tacos +TESTS = $(check_PROGRAMS) endif +EXTRA_DIST= tgeneric.c -check_PROGRAMS = dummy $(MPBSD_check_OPTION) -TESTS = $(check_PROGRAMS) +../libmpfr.a: + cd ..; make libmpfr.a +