diff options
author | Kevin Ryde <user42@zip.com.au> | 2002-04-10 00:30:25 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2002-04-10 00:30:25 +0200 |
commit | 4a3dae5e7f73e110fcfff9ddfd8f5abbff217871 (patch) | |
tree | fa985f3e13d471f61ff1ea97cc528ade42fda33b /mpfr | |
parent | db57255f9f2a39d4d4a63d95dbd8e5881742ce0d (diff) | |
download | gmp-4a3dae5e7f73e110fcfff9ddfd8f5abbff217871.tar.gz |
Regenerate for:
* mpfr/Makefile.am: Add new mpfr-math.h, install mpf2mpfr.h.
Diffstat (limited to 'mpfr')
-rw-r--r-- | mpfr/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mpfr/Makefile.in b/mpfr/Makefile.in index 6d0f75fff..7ba06de41 100644 --- a/mpfr/Makefile.in +++ b/mpfr/Makefile.in @@ -146,7 +146,7 @@ INCLUDES = -I$(top_srcdir) CFLAGS = @CFLAGS@ $(CFLAGS_IEEE_WITH_INEXACT) @WANT_MPFR_TRUE@lib_LIBRARIES = libmpfr.a -@WANT_MPFR_TRUE@include_HEADERS = mpfr.h +@WANT_MPFR_TRUE@include_HEADERS = mpfr.h mpf2mpfr.h # FIXME: Automake (version 1.5) doesn't allow conditionalized info_TEXINFOS, # see top level Makefile.am for the workaround. @@ -155,7 +155,7 @@ TEXINFO_TEX = ../texinfo.tex libmpfr_a_SOURCES = cputime.h mpfr.h mpfr-impl.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 -EXTRA_DIST = generic.c mpfr-test.h mpf2mpfr.h +EXTRA_DIST = generic.c mpfr-test.h mpfr-math.h mpf2mpfr.h subdir = mpfr mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config.h |