Deleted Added
full compact
Makefile (131676) Makefile (131852)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 131676 2004-07-06 04:46:08Z das $
2# $FreeBSD: head/lib/msun/Makefile 131852 2004-07-09 03:32:40Z 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.

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

79 e_sinh.c e_sinhf.c e_sqrt.c e_sqrtf.c fenv.c \
80 k_cos.c k_cosf.c k_rem_pio2.c k_rem_pio2f.c k_sin.c k_sinf.c \
81 k_standard.c k_tan.c k_tanf.c \
82 s_asinh.c s_asinhf.c s_atan.c s_atanf.c s_cbrt.c s_cbrtf.c s_ceil.c \
83 s_ceilf.c s_copysign.c s_copysignf.c s_cos.c s_cosf.c s_erf.c s_erff.c \
84 s_expm1.c s_expm1f.c s_fabsf.c s_fdim.c s_finite.c s_finitef.c \
85 s_floor.c s_floorf.c s_fmax.c s_fmaxf.c s_fmaxl.c s_fmin.c \
86 s_fminf.c s_fminl.c s_frexp.c s_frexpf.c s_ilogb.c s_ilogbf.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.

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

79 e_sinh.c e_sinhf.c e_sqrt.c e_sqrtf.c fenv.c \
80 k_cos.c k_cosf.c k_rem_pio2.c k_rem_pio2f.c k_sin.c k_sinf.c \
81 k_standard.c k_tan.c k_tanf.c \
82 s_asinh.c s_asinhf.c s_atan.c s_atanf.c s_cbrt.c s_cbrtf.c s_ceil.c \
83 s_ceilf.c s_copysign.c s_copysignf.c s_cos.c s_cosf.c s_erf.c s_erff.c \
84 s_expm1.c s_expm1f.c s_fabsf.c s_fdim.c s_finite.c s_finitef.c \
85 s_floor.c s_floorf.c s_fmax.c s_fmaxf.c s_fmaxl.c s_fmin.c \
86 s_fminf.c s_fminl.c s_frexp.c s_frexpf.c s_ilogb.c s_ilogbf.c \
87 s_isnanf.c s_ldexpf.c s_lib_version.c s_log1p.c \
87 s_isfinite.c s_isnanf.c s_isnormal.c s_ldexpf.c \
88 s_lib_version.c s_log1p.c \
88 s_log1pf.c s_logb.c s_logbf.c s_matherr.c s_modff.c \
89 s_nearbyint.c s_nextafter.c s_nextafterf.c \
90 s_rint.c s_rintf.c s_round.c s_roundf.c \
91 s_scalbln.c s_scalbn.c s_scalbnf.c \
92 s_signgam.c s_significand.c s_significandf.c s_sin.c s_sinf.c s_tan.c \
93 s_tanf.c s_tanh.c s_tanhf.c s_trunc.c s_truncf.c \
94 w_acos.c w_acosf.c w_acosh.c w_acoshf.c w_asin.c w_asinf.c w_atan2.c \
95 w_atan2f.c w_atanh.c w_atanhf.c w_cabs.c w_cabsf.c w_cosh.c w_coshf.c \

--- 88 unchanged lines hidden ---
89 s_log1pf.c s_logb.c s_logbf.c s_matherr.c s_modff.c \
90 s_nearbyint.c s_nextafter.c s_nextafterf.c \
91 s_rint.c s_rintf.c s_round.c s_roundf.c \
92 s_scalbln.c s_scalbn.c s_scalbnf.c \
93 s_signgam.c s_significand.c s_significandf.c s_sin.c s_sinf.c s_tan.c \
94 s_tanf.c s_tanh.c s_tanhf.c s_trunc.c s_truncf.c \
95 w_acos.c w_acosf.c w_acosh.c w_acoshf.c w_asin.c w_asinf.c w_atan2.c \
96 w_atan2f.c w_atanh.c w_atanhf.c w_cabs.c w_cabsf.c w_cosh.c w_coshf.c \

--- 88 unchanged lines hidden ---