=================================================================== RCS file: /home/cvs/OpenXM_contrib/gmp/mpfr/Attic/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gmp/mpfr/Attic/Makefile.am 2000/09/09 14:12:19 1.1.1.1 +++ OpenXM_contrib/gmp/mpfr/Attic/Makefile.am 2003/08/25 16:06:06 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,24 +19,33 @@ # the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, # MA 02111-1307, USA. -AUTOMAKE_OPTIONS = gnu no-dependencies -SUBDIRS = tests +# Only a libmpfr.a is built, since upward binary compatibility is not yet +# guaranteed. +AUTOMAKE_OPTIONS = gnu no-dependencies $(top_builddir)/ansi2knr +SUBDIRS = tests + INCLUDES = -I$(top_srcdir) +CFLAGS = @MPFR_CFLAGS@ +LIBS = @MPFR_LIBS@ if WANT_MPFR -noinst_LTLIBRARIES = libmpfr.la +lib_LIBRARIES = libmpfr.a +include_HEADERS = mpfr.h mpf2mpfr.h endif -# FIXME: Add rnd_mode.c when it's clean. -libmpfr_la_SOURCES = \ - add.c div_2exp.c neg.c set_dfl_prec.c set_str_raw.c agm.c get_str.c \ - print_raw.c set_dfl_rnd.c sqrt.c clear.c init.c set_f.c \ - sub.c cmp.c mul.c round.c set_prec.c cmp_ui.c mul_2exp.c set.c \ - set_si.c div.c mul_ui.c set_d.c pow.c out_str.c pi.c set_z.c \ - add_ulp.c log2.c random.c log.c exp.c div_ui.c zeta.c karadiv.c \ - karasqrt.c print_rnd_mode.c +# FIXME: Automake (version 1.5) doesn't allow conditionalized info_TEXINFOS, +# see top level Makefile.am for the workaround. +info_TEXINFOS = mpfr.texi +TEXINFO_TEX = ../texinfo.tex -EXTRA_DIST = mpfr.h mpfr-impl.h +# Override automake default AR=ar with the value from GMP_PROG_AR. +AR = @AR@ + +libmpfr_a_SOURCES = mpfr.h mpf2mpfr.h mpfr-impl.h mpfr-math.h mpfr-test.h exceptions.c save_expo.c extract.c uceil_exp2.c uceil_log2.c ufloor_log2.c add.c add1.c add_one_ulp.c add_ui.c agm.c clear.c cmp.c cmp_abs.c cmp_ui.c div_2exp.c div_2si.c div_2ui.c div.c div_ui.c dump.c eq.c exp2.c exp3.c exp.c get_d.c get_str.c init.c inp_str.c isinteger.c isinf.c isnan.c isnum.c const_log2.c log.c mul_2exp.c mul_2si.c mul_2ui.c mul.c mul_ui.c neg.c out_str.c const_pi.c pow.c pow_si.c pow_ui.c print_raw.c print_rnd_mode.c random2.c random.c reldiff.c rnd_mode.c round_prec.c set.c set_d.c set_dfl_prec.c set_rnd.c set_f.c set_prc_raw.c set_prec.c set_q.c set_si.c set_str.c set_str_raw.c set_ui.c set_z.c sqrt.c sqrt_ui.c sub.c sub1.c sub_one_ulp.c sub_ui.c rint.c ui_div.c ui_sub.c urandomb.c get_z_exp.c swap.c factorial.c cosh.c sinh.c tanh.c acosh.c asinh.c atanh.c atan.c cmp2.c exp_2.c asin.c const_euler.c cos.c sin.c tan.c fma.c hypot.c log1p.c expm1.c log2.c log10.c ui_pow.c ui_pow_ui.c minmax.c dim.c copysign.c gmp_op.c init2.c acos.c sin_cos.c set_nan.c set_inf.c + +libmpfr_a_LIBADD = @LIBOBJS@ + +EXTRA_DIST = BUGS generic.c