Deleted Added
full compact
Makefile (216211) Makefile (218877)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 216211 2010-12-05 22:11:22Z das $
2# $FreeBSD: head/lib/msun/Makefile 218877 2011-02-20 05:29:00Z murray $
3#
4# ====================================================
5# Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
6#
7# Developed at SunPro, a Sun Microsystems, Inc. business.
8# Permission to use, copy, modify, and distribute this
9# software is freely granted, provided that this notice
10# is preserved.

--- 115 unchanged lines hidden (view full) ---

126
127MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \
128 cimag.3 copysign.3 cos.3 cosh.3 csqrt.3 erf.3 exp.3 fabs.3 fdim.3 \
129 feclearexcept.3 feenableexcept.3 fegetenv.3 \
130 fegetround.3 fenv.3 floor.3 \
131 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \
132 lgamma.3 log.3 lrint.3 lround.3 math.3 nan.3 \
133 nextafter.3 remainder.3 rint.3 \
3#
4# ====================================================
5# Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
6#
7# Developed at SunPro, a Sun Microsystems, Inc. business.
8# Permission to use, copy, modify, and distribute this
9# software is freely granted, provided that this notice
10# is preserved.

--- 115 unchanged lines hidden (view full) ---

126
127MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \
128 cimag.3 copysign.3 cos.3 cosh.3 csqrt.3 erf.3 exp.3 fabs.3 fdim.3 \
129 feclearexcept.3 feenableexcept.3 fegetenv.3 \
130 fegetround.3 fenv.3 floor.3 \
131 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \
132 lgamma.3 log.3 lrint.3 lround.3 math.3 nan.3 \
133 nextafter.3 remainder.3 rint.3 \
134 round.3 scalbn.3 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3
134 round.3 scalbn.3 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3 \
135 complex.3
135
136MLINKS+=acos.3 acosf.3 acos.3 acosl.3
137MLINKS+=acosh.3 acoshf.3
138MLINKS+=asin.3 asinf.3 asin.3 asinl.3
139MLINKS+=asinh.3 asinhf.3
140MLINKS+=atan.3 atanf.3 atan.3 atanl.3
141MLINKS+=atanh.3 atanhf.3
142MLINKS+=atan2.3 atan2f.3 atan2.3 atan2l.3 \

--- 60 unchanged lines hidden ---
136
137MLINKS+=acos.3 acosf.3 acos.3 acosl.3
138MLINKS+=acosh.3 acoshf.3
139MLINKS+=asin.3 asinf.3 asin.3 asinl.3
140MLINKS+=asinh.3 asinhf.3
141MLINKS+=atan.3 atanf.3 atan.3 atanl.3
142MLINKS+=atanh.3 atanhf.3
143MLINKS+=atan2.3 atan2f.3 atan2.3 atan2l.3 \

--- 60 unchanged lines hidden ---