Deleted Added
full compact
Makefile (87804) Makefile (91514)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 87804 2001-12-13 17:18:26Z phantom $
2# $FreeBSD: head/lib/msun/Makefile 91514 2002-03-01 01:58:20Z obrien $
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.

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

77 e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \
78 e_sinh.c e_sinhf.c e_sqrt.c e_sqrtf.c \
79 get_hw_float.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_finite.c s_finitef.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.

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

77 e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \
78 e_sinh.c e_sinhf.c e_sqrt.c e_sqrtf.c \
79 get_hw_float.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_finite.c s_finitef.c \
85 s_floor.c s_floorf.c s_frexpf.c s_ilogb.c s_ilogbf.c \
85 s_floor.c s_floorf.c s_frexp.c s_frexpf.c s_ilogb.c s_ilogbf.c \
86 s_isnanf.c s_ldexpf.c s_lib_version.c s_log1p.c \
87 s_log1pf.c s_logb.c s_logbf.c s_matherr.c s_modff.c \
88 s_nextafter.c s_nextafterf.c s_rint.c s_rintf.c s_scalbn.c s_scalbnf.c \
89 s_signgam.c s_significand.c s_significandf.c s_sin.c s_sinf.c s_tan.c \
90 s_tanf.c s_tanh.c s_tanhf.c \
91 w_acos.c w_acosf.c w_acosh.c w_acoshf.c w_asin.c w_asinf.c w_atan2.c \
92 w_atan2f.c w_atanh.c w_atanhf.c w_cabs.c w_cabsf.c w_cosh.c w_coshf.c \
93 w_drem.c w_dremf.c w_exp.c w_expf.c w_fmod.c w_fmodf.c w_gamma.c \

--- 70 unchanged lines hidden ---
86 s_isnanf.c s_ldexpf.c s_lib_version.c s_log1p.c \
87 s_log1pf.c s_logb.c s_logbf.c s_matherr.c s_modff.c \
88 s_nextafter.c s_nextafterf.c s_rint.c s_rintf.c s_scalbn.c s_scalbnf.c \
89 s_signgam.c s_significand.c s_significandf.c s_sin.c s_sinf.c s_tan.c \
90 s_tanf.c s_tanh.c s_tanhf.c \
91 w_acos.c w_acosf.c w_acosh.c w_acoshf.c w_asin.c w_asinf.c w_atan2.c \
92 w_atan2f.c w_atanh.c w_atanhf.c w_cabs.c w_cabsf.c w_cosh.c w_coshf.c \
93 w_drem.c w_dremf.c w_exp.c w_expf.c w_fmod.c w_fmodf.c w_gamma.c \

--- 70 unchanged lines hidden ---