Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-12-08 04:46:42 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2002-12-08 04:46:42 +0300
commit009bcda6f9b8d82fc94ebc976c94485a77296bf7 (patch)
tree2a0b5d9ce51801f6f290fd784ee735afaf8ed329 /winsup/mingw/mingwex/Makefile.in
parent4c49b9a2a5bf6ca7173aaf047ae2c14cc425ee46 (diff)
* mingwex/math/s_erf.c: New file.
* mingwex/math/sf_erf.c: New file. * mingwex/Makefile.in (MATH_DISTFILES): Add new files. (MATH_OBJS): Add new objects. * include/math.h (erf[f]): Add prototypes. (erfc[f]): Add prototypes.
Diffstat (limited to 'winsup/mingw/mingwex/Makefile.in')
-rw-r--r--winsup/mingw/mingwex/Makefile.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/winsup/mingw/mingwex/Makefile.in b/winsup/mingw/mingwex/Makefile.in
index c38ada0d2..bb96cac71 100644
--- a/winsup/mingw/mingwex/Makefile.in
+++ b/winsup/mingw/mingwex/Makefile.in
@@ -56,10 +56,10 @@ MATH_DISTFILES = \
pow.c powf.c powi.c powif.c powil.c powl.c \
remainder.S remainderf.S remainderl.S remquo.S \
remquof.S remquol.S rint.c rintf.c rintl.c round.c roundf.c \
- roundl.c scalbn.S scalbnf.S scalbnl.S signbit.c signbitf.c \
- signbitl.c sinf.S sinhf.c sinhl.c sinl.S sqrtf.c sqrtl.c \
- tanf.S tanhf.c tanhl.c tanl.S tgamma.c tgammaf.c tgammal.c \
- trunc.c truncf.c truncl.c
+ roundl.c scalbn.S scalbnf.S scalbnl.S s_erf.c sf_erf.c \
+ signbit.c signbitf.c signbitl.c sinf.S sinhf.c sinhl.c sinl.S \
+ sqrtf.c sqrtl.c tanf.S tanhf.c tanhl.c tanl.S tgamma.c \
+ tgammaf.c tgammal.c trunc.c truncf.c truncl.c
CC = @CC@
# FIXME: Which is it, CC or CC_FOR_TARGET?
@@ -127,10 +127,10 @@ MATH_OBJS = \
pow.o powf.o powi.o powif.o powil.o powl.o \
remainder.o remainderf.o remainderl.o remquo.o \
remquof.o remquol.o rint.o rintf.o rintl.o round.o roundf.o \
- roundl.o scalbn.o scalbnf.o scalbnl.o signbit.o signbitf.o \
- signbitl.o sinf.o sinhf.o sinhl.o sinl.o sqrtf.o sqrtl.o \
- tanf.o tanhf.o tanhl.o tanl.o tgamma.o tgammaf.o tgammal.o \
- trunc.o truncf.o truncl.o
+ roundl.o scalbn.o scalbnf.o scalbnl.o s_erf.o sf_erf.o \
+ signbit.o signbitf.o signbitl.o sinf.o sinhf.o sinhl.o sinl.o \
+ sqrtf.o sqrtl.o tanf.o tanhf.o tanhl.o tanl.o tgamma.o \
+ tgammaf.o tgammal.o trunc.o truncf.o truncl.o
FENV_OBJS = fesetround.o fegetround.o \
fegetenv.o fesetenv.o feupdateenv.o \
feclearexcept.o feholdexcept.o fegetexceptflag.o \