Deleted Added
full compact
Makefile (152117) Makefile (152133)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 152117 2005-11-06 12:18:27Z bde $
2# $FreeBSD: head/lib/msun/Makefile 152133 2005-11-06 17:59:40Z bde $
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.

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

31 e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \
32 e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \
33 e_expf.c e_fmod.c e_fmodf.c e_gamma.c e_gamma_r.c e_gammaf.c \
34 e_gammaf_r.c e_hypot.c e_hypotf.c e_j0.c e_j0f.c e_j1.c e_j1f.c \
35 e_jn.c e_jnf.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c \
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 \
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.

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

31 e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \
32 e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \
33 e_expf.c e_fmod.c e_fmodf.c e_gamma.c e_gamma_r.c e_gammaf.c \
34 e_gammaf_r.c e_hypot.c e_hypotf.c e_j0.c e_j0f.c e_j1.c e_j1f.c \
35 e_jn.c e_jnf.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c \
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 \
39 k_cos.c k_cosf.c k_rem_pio2.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_exp2.c s_exp2f.c s_expm1.c s_expm1f.c s_fabsf.c s_fdim.c \
45 s_finite.c s_finitef.c \
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 \

--- 111 unchanged lines hidden ---
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_exp2.c s_exp2f.c s_expm1.c s_expm1f.c s_fabsf.c s_fdim.c \
45 s_finite.c s_finitef.c \
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 \

--- 111 unchanged lines hidden ---