[BACK]Return to Makefile.am CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp / mpfr / tests

Diff for /OpenXM_contrib/gmp/mpfr/tests/Attic/Makefile.am between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2000/09/09 14:12:19 version 1.1.1.2, 2003/08/25 16:06:08
Line 1 
Line 1 
 ## Process this file with automake to generate Makefile.in  ## 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.  # This file is part of the GNU MP Library.
 #  #
Line 19 
Line 19 
 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,  # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 # MA 02111-1307, USA.  # 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  INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/mpfr
 LDADD = $(top_builddir)/libgmp.la  CFLAGS = @MPFR_CFLAGS@
 dummy_LDADD =  LIBS = @MPFR_LIBS@
   
   LDADD = ../libmpfr.a $(top_builddir)/libgmp.la
   
 if WANT_MPFR  if WANT_MPFR
 # FIXME: The following tests need mpfr_set_machine_rnd_mode() which is not  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
 # built right now:  TESTS = $(check_PROGRAMS)
 # 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  
 endif  endif
   EXTRA_DIST= tgeneric.c
   
 check_PROGRAMS = dummy $(MPBSD_check_OPTION)  ../libmpfr.a:
 TESTS = $(check_PROGRAMS)          cd ..; make libmpfr.a
   

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>