aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libmath/Makefile.am
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@codesourcery.com>2000-12-08 05:57:48 +0000
committerGabriel Dos Reis <gdr@gcc.gnu.org>2000-12-08 05:57:48 +0000
commit0ba2a514ef78bfba79a4e011f19a25a14ba4819e (patch)
treec2efe55185f17757b1916b16445e9da6a1a2c288 /libstdc++-v3/libmath/Makefile.am
parentecddf6a806ae5db3bcb526617f6eae5c07a5bff4 (diff)
downloadgcc-0ba2a514ef78bfba79a4e011f19a25a14ba4819e.zip
gcc-0ba2a514ef78bfba79a4e011f19a25a14ba4819e.tar.gz
gcc-0ba2a514ef78bfba79a4e011f19a25a14ba4819e.tar.bz2
Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove ccosl, cexpl, clog10l, csinhl, ctanhl, ctanl.
* libmath/Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove ccosl, cexpl, clog10l, csinhl, ctanhl, ctanl. (EXTRA_DIST): Remove ccos, ccosf, csin, csinf, ccosh, ccoshf, csing, csinhf, clog10, clog10f, ctan, ctanf, ctanh, ctanhf. * libmath/Makefile.in: Regenarate. * libmath/ccos.c: Remove. * libmath/ccosf.c: Likewise. * libmath/ccosl.c: Likewise. * libmath/csin.c: Likewise. * libmath/csinf.c: Likewise. * libmath/csinl.c: Likewise. * libmath/ctan.c: Likewise. * libmath/ctanf.c: Likewise. * libmath/ctanl.c: Likewise. * libmath/ccosh.c: Likewise. * libmath/ccoshf.c: Likewise. * libmath/ccoshl.c: Likewise. * libmath/csinh.c: Likewise. * libmath/csinhf.c: Likewise. * libmath/csinhl.c: Likewise. * libmath/ctanh.c: Likewise. * libmath/ctanhf.c: Likewise. * libmath/ctanhl.c: Likewise. * libmath/cexp.c: Likewise. * libmath/cexpf.c: Likewise. * libmath/cexpl.c: Likewise. * libmath/clog10.c: Likewise. * libmath/clog10f.c: Likewise. * libmath/clog10l.c: Likewise. * libmath/complex-stub.h: Remove forward declaration of functions mentioned above. * include/bits/std_complex.h(tan, tanh): Define primary templates. (complex<>): Remove friend declarations for tan<> and tanh<>. * src/complex.cc(tan, tanh): Remove specializations. * acinclude.m4: Remove check for ccos, ccosf, ccosl, ccosh, ccoshf, ccoshl, csin, csinf, csinl, csinh, csinhf, csinhl, cexp, cexpf, cexpl, ctan, ctanf, ctanl, ctanh, ctanhf, ctanhl. * aclocal.m4: Regenarate. * configure: Regenarate. From-SVN: r38128
Diffstat (limited to 'libstdc++-v3/libmath/Makefile.am')
-rw-r--r--libstdc++-v3/libmath/Makefile.am11
1 files changed, 2 insertions, 9 deletions
diff --git a/libstdc++-v3/libmath/Makefile.am b/libstdc++-v3/libmath/Makefile.am
index cf2251d..5aaf290 100644
--- a/libstdc++-v3/libmath/Makefile.am
+++ b/libstdc++-v3/libmath/Makefile.am
@@ -26,17 +26,10 @@ AUTOMAKE_OPTIONS = 1.3 cygnus
noinst_LTLIBRARIES = libmath.la
EXTRA_LONG_DOUBLE_yes = \
- ccosl.c cexpl.c clog10l.c csinhl.c \
- csqrtl.c ctanhl.c ctanl.c hypotl.c \
- signbitl.c
+ csqrtl.c hypotl.c signbitl.c
EXTRA_DIST = \
- ccos.c ccosf.c ccosh.c ccoshf.c ccoshl.c \
- cexp.c cexpf.c clog10.c clog10f.c \
- csin.c csinf.c csinh.c csinhf.c \
- csinl.c csqrt.c csqrtf.c ctan.c ctanf.c ctanh.c \
- ctanhf.c hypot.c hypotf.c\
- atan2f.c expf.c \
+ csqrt.c csqrtf.c hypot.c hypotf.c atan2f.c expf.c \
$(EXTRA_LONG_DOUBLE_yes)
libmath_la_LIBADD = \