Deleted Added
full compact
Makefile (144091) Makefile (144650)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 144091 2005-03-25 04:40:44Z das $
2# $FreeBSD: head/lib/msun/Makefile 144650 2005-04-05 02:57:39Z 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.

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

36 e_log.c e_log10.c e_log10f.c e_logf.c e_pow.c e_powf.c e_rem_pio2.c \
37 e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \
38 e_sinh.c e_sinhf.c e_sqrt.c e_sqrtf.c fenv.c \
39 k_cos.c k_cosf.c k_rem_pio2.c k_rem_pio2f.c k_sin.c k_sinf.c \
40 k_tan.c k_tanf.c \
41 s_asinh.c s_asinhf.c s_atan.c s_atanf.c s_cbrt.c s_cbrtf.c \
42 s_ceil.c s_ceilf.c s_ceill.c \
43 s_copysign.c s_copysignf.c s_cos.c s_cosf.c s_erf.c s_erff.c \
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.

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

36 e_log.c e_log10.c e_log10f.c e_logf.c e_pow.c e_powf.c e_rem_pio2.c \
37 e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \
38 e_sinh.c e_sinhf.c e_sqrt.c e_sqrtf.c fenv.c \
39 k_cos.c k_cosf.c k_rem_pio2.c k_rem_pio2f.c k_sin.c k_sinf.c \
40 k_tan.c k_tanf.c \
41 s_asinh.c s_asinhf.c s_atan.c s_atanf.c s_cbrt.c s_cbrtf.c \
42 s_ceil.c s_ceilf.c s_ceill.c \
43 s_copysign.c s_copysignf.c s_cos.c s_cosf.c s_erf.c s_erff.c \
44 s_expm1.c s_expm1f.c s_fabsf.c s_fdim.c s_finite.c s_finitef.c \
44 s_exp2.c s_exp2f.c s_expm1.c s_expm1f.c s_fabsf.c s_fdim.c \
45 s_finite.c s_finitef.c \
45 s_floor.c s_floorf.c s_floorl.c s_fma.c s_fmaf.c \
46 s_fmax.c s_fmaxf.c s_fmaxl.c s_fmin.c \
47 s_fminf.c s_fminl.c s_frexp.c s_frexpf.c s_ilogb.c s_ilogbf.c \
48 s_ilogbl.c s_isfinite.c s_isnan.c s_isnormal.c \
49 s_llrint.c s_llrintf.c s_llround.c s_llroundf.c \
50 s_log1p.c s_log1pf.c s_logb.c s_logbf.c s_lrint.c s_lrintf.c \
51 s_lround.c s_lroundf.c s_modff.c \
52 s_nearbyint.c s_nextafter.c s_nextafterf.c \

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

106MLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
107 cimag.3 conj.3 cimag.3 conjf.3 cimag.3 conjl.3 \
108 cimag.3 creal.3 cimag.3 crealf.3 cimag.3 creall.3
109MLINKS+=copysign.3 copysignf.3 copysign.3 copysignl.3
110MLINKS+=cos.3 cosf.3
111MLINKS+=cosh.3 coshf.3
112MLINKS+=erf.3 erfc.3 erf.3 erff.3 erf.3 erfcf.3
113MLINKS+=exp.3 expm1.3 exp.3 log.3 exp.3 log10.3 exp.3 log1p.3 exp.3 pow.3 \
46 s_floor.c s_floorf.c s_floorl.c s_fma.c s_fmaf.c \
47 s_fmax.c s_fmaxf.c s_fmaxl.c s_fmin.c \
48 s_fminf.c s_fminl.c s_frexp.c s_frexpf.c s_ilogb.c s_ilogbf.c \
49 s_ilogbl.c s_isfinite.c s_isnan.c s_isnormal.c \
50 s_llrint.c s_llrintf.c s_llround.c s_llroundf.c \
51 s_log1p.c s_log1pf.c s_logb.c s_logbf.c s_lrint.c s_lrintf.c \
52 s_lround.c s_lroundf.c s_modff.c \
53 s_nearbyint.c s_nextafter.c s_nextafterf.c \

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

107MLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
108 cimag.3 conj.3 cimag.3 conjf.3 cimag.3 conjl.3 \
109 cimag.3 creal.3 cimag.3 crealf.3 cimag.3 creall.3
110MLINKS+=copysign.3 copysignf.3 copysign.3 copysignl.3
111MLINKS+=cos.3 cosf.3
112MLINKS+=cosh.3 coshf.3
113MLINKS+=erf.3 erfc.3 erf.3 erff.3 erf.3 erfcf.3
114MLINKS+=exp.3 expm1.3 exp.3 log.3 exp.3 log10.3 exp.3 log1p.3 exp.3 pow.3 \
114 exp.3 expf.3 \
115 exp.3 exp2.3 exp.3 exp2f.3 exp.3 expf.3 \
115 exp.3 expm1f.3 exp.3 logf.3 exp.3 powf.3 \
116 exp.3 log10f.3 exp.3 log1pf.3
117MLINKS+=fabs.3 fabsf.3 fabs.3 fabsl.3
118MLINKS+=fdim.3 fdimf.3 fdim.3 fdiml.3
119MLINKS+=feclearexcept.3 fegetexceptflag.3 feclearexcept.3 feraiseexcept.3 \
120 feclearexcept.3 fesetexceptflag.3 feclearexcept.3 fetestexcept.3
121MLINKS+=feenableexcept.3 fedisableexcept.3 feenableexcept.3 fegetexcept.3
122MLINKS+=fegetenv.3 feholdexcept.3 fegetenv.3 fesetenv.3 \

--- 34 unchanged lines hidden ---
116 exp.3 expm1f.3 exp.3 logf.3 exp.3 powf.3 \
117 exp.3 log10f.3 exp.3 log1pf.3
118MLINKS+=fabs.3 fabsf.3 fabs.3 fabsl.3
119MLINKS+=fdim.3 fdimf.3 fdim.3 fdiml.3
120MLINKS+=feclearexcept.3 fegetexceptflag.3 feclearexcept.3 feraiseexcept.3 \
121 feclearexcept.3 fesetexceptflag.3 feclearexcept.3 fetestexcept.3
122MLINKS+=feenableexcept.3 fedisableexcept.3 feenableexcept.3 fegetexcept.3
123MLINKS+=fegetenv.3 feholdexcept.3 fegetenv.3 fesetenv.3 \

--- 34 unchanged lines hidden ---