Deleted Added
full compact
Makefile (226458) Makefile (226597)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 226458 2011-10-17 05:41:03Z das $
2# $FreeBSD: head/lib/msun/Makefile 226597 2011-10-21 06:27:56Z 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.

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

44 e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \
45 e_expf.c e_fmod.c e_fmodf.c e_gamma.c e_gamma_r.c e_gammaf.c \
46 e_gammaf_r.c e_hypot.c e_hypotf.c e_j0.c e_j0f.c e_j1.c e_j1f.c \
47 e_jn.c e_jnf.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c \
48 e_log.c e_log10.c e_log10f.c e_log2.c e_log2f.c e_logf.c \
49 e_pow.c e_powf.c e_rem_pio2.c \
50 e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \
51 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.

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

44 e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \
45 e_expf.c e_fmod.c e_fmodf.c e_gamma.c e_gamma_r.c e_gammaf.c \
46 e_gammaf_r.c e_hypot.c e_hypotf.c e_j0.c e_j0f.c e_j1.c e_j1f.c \
47 e_jn.c e_jnf.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c \
48 e_log.c e_log10.c e_log10f.c e_log2.c e_log2f.c e_logf.c \
49 e_pow.c e_powf.c e_rem_pio2.c \
50 e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \
51 e_sinh.c e_sinhf.c e_sqrt.c e_sqrtf.c fenv.c \
52 k_cos.c k_cosf.c k_rem_pio2.c k_sin.c k_sinf.c \
52 k_cos.c k_cosf.c k_exp.c k_expf.c k_rem_pio2.c k_sin.c k_sinf.c \
53 k_tan.c k_tanf.c \
54 s_asinh.c s_asinhf.c s_atan.c s_atanf.c s_carg.c s_cargf.c s_cargl.c \
55 s_cbrt.c s_cbrtf.c s_ceil.c s_ceilf.c \
56 s_copysign.c s_copysignf.c s_cos.c s_cosf.c \
57 s_csqrt.c s_csqrtf.c s_erf.c s_erff.c \
58 s_exp2.c s_exp2f.c s_expm1.c s_expm1f.c s_fabsf.c s_fdim.c \
59 s_finite.c s_finitef.c \
60 s_floor.c s_floorf.c s_fma.c s_fmaf.c \

--- 152 unchanged lines hidden ---
53 k_tan.c k_tanf.c \
54 s_asinh.c s_asinhf.c s_atan.c s_atanf.c s_carg.c s_cargf.c s_cargl.c \
55 s_cbrt.c s_cbrtf.c s_ceil.c s_ceilf.c \
56 s_copysign.c s_copysignf.c s_cos.c s_cosf.c \
57 s_csqrt.c s_csqrtf.c s_erf.c s_erff.c \
58 s_exp2.c s_exp2f.c s_expm1.c s_expm1f.c s_fabsf.c s_fdim.c \
59 s_finite.c s_finitef.c \
60 s_floor.c s_floorf.c s_fma.c s_fmaf.c \

--- 152 unchanged lines hidden ---