Deleted Added
full compact
Makefile (140609) Makefile (140890)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 140609 2005-01-22 09:53:18Z das $
2# $FreeBSD: head/lib/msun/Makefile 140890 2005-01-27 05:46:17Z das $
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.

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

135.endfor
136.endif
137
138SRCS= ${COMMON_SRCS} ${ARCH_SRCS}
139
140INCS= fenv.h math.h
141
142MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.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.

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

135.endfor
136.endif
137
138SRCS= ${COMMON_SRCS} ${ARCH_SRCS}
139
140INCS= fenv.h math.h
141
142MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \
143 cimag.3 cos.3 cosh.3 erf.3 exp.3 fabs.3 fdim.3 feclearexcept.3 \
144 fegetenv.3 fegetround.3 fenv.3 floor.3 \
145 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 \
146 ieee_test.3 j0.3 lgamma.3 lrint.3 lround.3 math.3 rint.3 round.3 \
147 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3
143 cimag.3 copysign.3 cos.3 cosh.3 erf.3 exp.3 fabs.3 fdim.3 \
144 feclearexcept.3 fegetenv.3 fegetround.3 fenv.3 floor.3 \
145 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \
146 lgamma.3 lrint.3 lround.3 math.3 nextafter.3 remainder.3 rint.3 \
147 round.3 scalbn.3 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3
148
149MLINKS+=acos.3 acosf.3
150MLINKS+=acosh.3 acoshf.3
151MLINKS+=asin.3 asinf.3
152MLINKS+=asinh.3 asinhf.3
153MLINKS+=atan.3 atanf.3
154MLINKS+=atanh.3 atanhf.3
155MLINKS+=atan2.3 atan2f.3
156MLINKS+=ceil.3 ceilf.3 ceil.3 ceill.3
157MLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
158 cimag.3 conj.3 cimag.3 conjf.3 cimag.3 conjl.3 \
159 cimag.3 creal.3 cimag.3 crealf.3 cimag.3 creall.3
148
149MLINKS+=acos.3 acosf.3
150MLINKS+=acosh.3 acoshf.3
151MLINKS+=asin.3 asinf.3
152MLINKS+=asinh.3 asinhf.3
153MLINKS+=atan.3 atanf.3
154MLINKS+=atanh.3 atanhf.3
155MLINKS+=atan2.3 atan2f.3
156MLINKS+=ceil.3 ceilf.3 ceil.3 ceill.3
157MLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
158 cimag.3 conj.3 cimag.3 conjf.3 cimag.3 conjl.3 \
159 cimag.3 creal.3 cimag.3 crealf.3 cimag.3 creall.3
160MLINKS+=copysign.3 copysignf.3 copysign.3 copysignl.3
160MLINKS+=cos.3 cosf.3
161MLINKS+=cosh.3 coshf.3
162MLINKS+=erf.3 erfc.3 erf.3 erff.3 erf.3 erfcf.3
163MLINKS+=exp.3 expm1.3 exp.3 log.3 exp.3 log10.3 exp.3 log1p.3 exp.3 pow.3 \
164 exp.3 expf.3 exp.3 exp10.3 exp.3 exp10f.3 \
165 exp.3 expm1f.3 exp.3 logf.3 exp.3 powf.3 \
166 exp.3 log10f.3 exp.3 log1pf.3
167MLINKS+=fabs.3 fabsf.3 fabs.3 fabsl.3

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

172 fegetenv.3 feupdateenv.3
173MLINKS+=fegetround.3 fesetround.3
174MLINKS+=floor.3 floorf.3 floor.3 floorl.3
175MLINKS+=fma.3 fmaf.3
176MLINKS+=fmax.3 fmaxf.3 fmax.3 fmaxl.3 \
177 fmax.3 fmin.3 fmax.3 fminf.3 fmax.3 fminl.3
178MLINKS+=fmod.3 fmodf.3
179MLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 hypotf.3
161MLINKS+=cos.3 cosf.3
162MLINKS+=cosh.3 coshf.3
163MLINKS+=erf.3 erfc.3 erf.3 erff.3 erf.3 erfcf.3
164MLINKS+=exp.3 expm1.3 exp.3 log.3 exp.3 log10.3 exp.3 log1p.3 exp.3 pow.3 \
165 exp.3 expf.3 exp.3 exp10.3 exp.3 exp10f.3 \
166 exp.3 expm1f.3 exp.3 logf.3 exp.3 powf.3 \
167 exp.3 log10f.3 exp.3 log1pf.3
168MLINKS+=fabs.3 fabsf.3 fabs.3 fabsl.3

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

173 fegetenv.3 feupdateenv.3
174MLINKS+=fegetround.3 fesetround.3
175MLINKS+=floor.3 floorf.3 floor.3 floorl.3
176MLINKS+=fma.3 fmaf.3
177MLINKS+=fmax.3 fmaxf.3 fmax.3 fmaxl.3 \
178 fmax.3 fmin.3 fmax.3 fminf.3 fmax.3 fminl.3
179MLINKS+=fmod.3 fmodf.3
180MLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 hypotf.3
180MLINKS+=ieee.3 copysign.3 ieee.3 copysignf.3 ieee.3 copysignl.3 \
181 ieee.3 finite.3 ieee.3 finitef.3 \
182 ieee.3 ilogb.3 ieee.3 ilogbf.3 ieee.3 ilogbl.3 \
183 ieee.3 nextafter.3 ieee.3 nextafterf.3 \
184 ieee.3 remainder.3 ieee.3 remainderf.3 \
185 ieee.3 scalbln.3 ieee.3 scalblnf.3 ieee.3 scalbn.3 ieee.3 scalbnf.3
186MLINKS+=ieee_test.3 logb.3 ieee_test.3 logbf.3
187MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
188MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
181MLINKS+=ieee_test.3 logb.3 ieee_test.3 logbf.3
182MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
183MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
184MLINKS+=ilogb.3 ilogbf.3 ilogb.3 ilogbl.3
189MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
190MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
191MLINKS+=lgamma.3 gamma.3 lgamma.3 gammaf.3 lgamma.3 lgammaf.3 lgamma.3 tgamma.3
192MLINKS+=lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 lrintf.3
193MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 lroundf.3
185MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
186MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
187MLINKS+=lgamma.3 gamma.3 lgamma.3 gammaf.3 lgamma.3 lgammaf.3 lgamma.3 tgamma.3
188MLINKS+=lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 lrintf.3
189MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 lroundf.3
190MLINKS+=nextafter.3 nextafterf.3
191MLINKS+=remainder.3 remainderf.3
194MLINKS+=rint.3 rintf.3 rint.3 nearbyint.3 rint.3 nearbyintf.3
195MLINKS+=round.3 roundf.3
192MLINKS+=rint.3 rintf.3 rint.3 nearbyint.3 rint.3 nearbyintf.3
193MLINKS+=round.3 roundf.3
194MLINKS+=scalbn.3 scalbln.3 scalbn.3 scalblnf.3 scalbn.3 scalbnf.3
196MLINKS+=sin.3 sinf.3
197MLINKS+=sinh.3 sinhf.3
198MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3
199MLINKS+=tan.3 tanf.3
200MLINKS+=tanh.3 tanhf.3
201MLINKS+=trunc.3 truncf.3
202
203.include <bsd.lib.mk>
195MLINKS+=sin.3 sinf.3
196MLINKS+=sinh.3 sinhf.3
197MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3
198MLINKS+=tan.3 tanf.3
199MLINKS+=tanh.3 tanhf.3
200MLINKS+=trunc.3 truncf.3
201
202.include <bsd.lib.mk>