Deleted Added
full compact
Makefile (140143) Makefile (140172)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 140143 2005-01-12 22:16:26Z stefanf $
2# $FreeBSD: head/lib/msun/Makefile 140172 2005-01-13 09:11:41Z stefanf $
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.

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

75 e_expf.c e_fmod.c e_fmodf.c e_gamma.c e_gamma_r.c e_gammaf.c \
76 e_gammaf_r.c e_hypot.c e_hypotf.c e_j0.c e_j0f.c e_j1.c e_j1f.c \
77 e_jn.c e_jnf.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c \
78 e_log.c e_log10.c e_log10f.c e_logf.c e_pow.c e_powf.c e_rem_pio2.c \
79 e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \
80 e_sinh.c e_sinhf.c e_sqrt.c e_sqrtf.c fenv.c \
81 k_cos.c k_cosf.c k_rem_pio2.c k_rem_pio2f.c k_sin.c k_sinf.c \
82 k_standard.c k_tan.c k_tanf.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.

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

75 e_expf.c e_fmod.c e_fmodf.c e_gamma.c e_gamma_r.c e_gammaf.c \
76 e_gammaf_r.c e_hypot.c e_hypotf.c e_j0.c e_j0f.c e_j1.c e_j1f.c \
77 e_jn.c e_jnf.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c \
78 e_log.c e_log10.c e_log10f.c e_logf.c e_pow.c e_powf.c e_rem_pio2.c \
79 e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \
80 e_sinh.c e_sinhf.c e_sqrt.c e_sqrtf.c fenv.c \
81 k_cos.c k_cosf.c k_rem_pio2.c k_rem_pio2f.c k_sin.c k_sinf.c \
82 k_standard.c k_tan.c k_tanf.c \
83 s_asinh.c s_asinhf.c s_atan.c s_atanf.c s_cbrt.c s_cbrtf.c s_ceil.c \
84 s_ceilf.c s_copysign.c s_copysignf.c s_cos.c s_cosf.c s_erf.c s_erff.c \
83 s_asinh.c s_asinhf.c s_atan.c s_atanf.c s_cbrt.c s_cbrtf.c \
84 s_ceil.c s_ceilf.c s_ceill.c \
85 s_copysign.c s_copysignf.c s_cos.c s_cosf.c s_erf.c s_erff.c \
85 s_expm1.c s_expm1f.c s_fabsf.c s_fdim.c s_finite.c s_finitef.c \
86 s_floor.c s_floorf.c s_floorl.c s_fmax.c s_fmaxf.c s_fmaxl.c s_fmin.c \
87 s_fminf.c s_fminl.c s_frexp.c s_frexpf.c s_ilogb.c s_ilogbf.c \
88 s_ilogbl.c s_isfinite.c s_isnan.c s_isnormal.c s_ldexpf.c \
89 s_lib_version.c s_llrint.c s_llrintf.c s_llround.c s_llroundf.c \
90 s_log1p.c s_log1pf.c s_logb.c s_logbf.c s_lrint.c s_lrintf.c \
91 s_lround.c s_lroundf.c s_matherr.c s_modff.c \
92 s_nearbyint.c s_nextafter.c s_nextafterf.c \

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

138
139MLINKS+=acos.3 acosf.3
140MLINKS+=acosh.3 acoshf.3
141MLINKS+=asin.3 asinf.3
142MLINKS+=asinh.3 asinhf.3
143MLINKS+=atan.3 atanf.3
144MLINKS+=atanh.3 atanhf.3
145MLINKS+=atan2.3 atan2f.3
86 s_expm1.c s_expm1f.c s_fabsf.c s_fdim.c s_finite.c s_finitef.c \
87 s_floor.c s_floorf.c s_floorl.c s_fmax.c s_fmaxf.c s_fmaxl.c s_fmin.c \
88 s_fminf.c s_fminl.c s_frexp.c s_frexpf.c s_ilogb.c s_ilogbf.c \
89 s_ilogbl.c s_isfinite.c s_isnan.c s_isnormal.c s_ldexpf.c \
90 s_lib_version.c s_llrint.c s_llrintf.c s_llround.c s_llroundf.c \
91 s_log1p.c s_log1pf.c s_logb.c s_logbf.c s_lrint.c s_lrintf.c \
92 s_lround.c s_lroundf.c s_matherr.c s_modff.c \
93 s_nearbyint.c s_nextafter.c s_nextafterf.c \

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

139
140MLINKS+=acos.3 acosf.3
141MLINKS+=acosh.3 acoshf.3
142MLINKS+=asin.3 asinf.3
143MLINKS+=asinh.3 asinhf.3
144MLINKS+=atan.3 atanf.3
145MLINKS+=atanh.3 atanhf.3
146MLINKS+=atan2.3 atan2f.3
146MLINKS+=ceil.3 ceilf.3
147MLINKS+=ceil.3 ceilf.3 ceil.3 ceill.3
147MLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
148 cimag.3 conj.3 cimag.3 conjf.3 cimag.3 conjl.3 \
149 cimag.3 creal.3 cimag.3 crealf.3 cimag.3 creall.3
150MLINKS+=cos.3 cosf.3
151MLINKS+=cosh.3 coshf.3
152MLINKS+=erf.3 erfc.3 erf.3 erff.3 erf.3 erfcf.3
153MLINKS+=exp.3 expm1.3 exp.3 log.3 exp.3 log10.3 exp.3 log1p.3 exp.3 pow.3 \
154 exp.3 expf.3 exp.3 exp10.3 exp.3 exp10f.3 \

--- 38 unchanged lines hidden ---
148MLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
149 cimag.3 conj.3 cimag.3 conjf.3 cimag.3 conjl.3 \
150 cimag.3 creal.3 cimag.3 crealf.3 cimag.3 creall.3
151MLINKS+=cos.3 cosf.3
152MLINKS+=cosh.3 coshf.3
153MLINKS+=erf.3 erfc.3 erf.3 erff.3 erf.3 erfcf.3
154MLINKS+=exp.3 expm1.3 exp.3 log.3 exp.3 log10.3 exp.3 log1p.3 exp.3 pow.3 \
155 exp.3 expf.3 exp.3 exp10.3 exp.3 exp10f.3 \

--- 38 unchanged lines hidden ---