summaryrefslogtreecommitdiff
path: root/lib/libm/Makefile
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2009-07-29 18:43:30 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2009-07-29 18:43:30 +0000
commit0b17118da1f4d2622b621a909089aa5018aee0b8 (patch)
treee782c9e07be0081261441b83e62389ed4a5f625c /lib/libm/Makefile
parentac24c148389b1e7d3cadced1d7cd219e3ca280a5 (diff)
ieee, and ieeef aren't real, and the amount of functions it documents
is getting ridiculous. split them into groups of copysign, ilogb, nextafter, scalbn. discussed long ago with millert@
Diffstat (limited to 'lib/libm/Makefile')
-rw-r--r--lib/libm/Makefile27
1 files changed, 14 insertions, 13 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile
index 7cbb9492153..cbd7c5a80a8 100644
--- a/lib/libm/Makefile
+++ b/lib/libm/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.69 2009/07/28 16:14:11 martynas Exp $
+# $OpenBSD: Makefile,v 1.70 2009/07/29 18:43:28 martynas Exp $
# $NetBSD: Makefile,v 1.28 1995/11/20 22:06:19 jtc Exp $
#
# @(#)Makefile 5.1beta 93/09/24
@@ -163,16 +163,16 @@ SRCS+= ${LONG_SRCS}
.endif
MAN+= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \
- cos.3 cosh.3 erf.3 exp.3 fabs.3 floor.3 fmod.3 hypot.3 ieee.3 \
+ cos.3 cosh.3 erf.3 exp.3 fabs.3 floor.3 fmod.3 hypot.3 \
logb.3 j0.3 lgamma.3 lrint.3 lround.3 math.3 nan.3 remainder.3 \
- rint.3 round.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3
+ rint.3 round.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3 \
+ copysign.3 ilogb.3 nextafter.3 scalbn.3
MLINKS+=erf.3 erfc.3
MLINKS+=exp.3 exp2.3 exp.3 expm1.3 exp.3 log.3 exp.3 log10.3 exp.3 log1p.3 \
exp.3 pow.3
MLINKS+=hypot.3 cabs.3
-MLINKS+=ieee.3 copysign.3 ieee.3 ilogb.3 ieee.3 nextafter.3 ieee.3 scalbn.3
-MLINKS+=ieee.3 scalbln.3 ieee.3 scalblnf.3 ieee.3 scalblnl.3
+MLINKS+=scalbn.3 scalbln.3
MLINKS+=logb.3 scalb.3
MLINKS+=logb.3 significand.3
MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 yn.3
@@ -207,11 +207,11 @@ MLINKS+=floor.3 floorf.3
MLINKS+=fmod.3 fmodf.3
MLINKS+=hypot.3 cabsf.3
MLINKS+=hypot.3 hypotf.3
-MLINKS+=ieee.3 copysignf.3
-MLINKS+=ieee.3 ieeef.3
-MLINKS+=ieee.3 ilogbf.3
-MLINKS+=ieee.3 nextafterf.3
-MLINKS+=ieee.3 scalbnf.3
+MLINKS+=copysign.3 copysignf.3
+MLINKS+=ilogb.3 ilogbf.3
+MLINKS+=nextafter.3 nextafterf.3
+MLINKS+=scalbn.3 scalbnf.3
+MLINKS+=scalbln.3 scalblnf.3
MLINKS+=j0.3 j0f.3
MLINKS+=j0.3 j1f.3
MLINKS+=j0.3 jnf.3
@@ -251,9 +251,10 @@ MLINKS+=atan2.3 atan2l.3
MLINKS+=cos.3 cosl.3
MLINKS+=exp.3 exp2l.3
MLINKS+=fabs.3 fabsl.3
-MLINKS+=ieee.3 copysignl.3
-MLINKS+=ieee.3 ilogbl.3
-MLINKS+=ieee.3 scalbnl.3
+MLINKS+=copysign.3 copysignl.3
+MLINKS+=ilogb.3 ilogbl.3
+MLINKS+=scalbn.3 scalbnl.3
+MLINKS+=scalbln.3 scalblnl.3
MLINKS+=logb.3 logbl.3
MLINKS+=nan.3 nanl.3
MLINKS+=rint.3 rintl.3