Deleted Added
full compact
Makefile (216137) Makefile (216211)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 216137 2010-12-03 00:05:49Z das $
2# $FreeBSD: head/lib/msun/Makefile 216211 2010-12-05 22:11:22Z 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.

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

40SHLIB_MAJOR= 5
41WARNS?= 1
42COMMON_SRCS= b_exp.c b_log.c b_tgamma.c \
43 e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \
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 \
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.

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

40SHLIB_MAJOR= 5
41WARNS?= 1
42COMMON_SRCS= b_exp.c b_log.c b_tgamma.c \
43 e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \
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_logf.c e_pow.c e_powf.c e_rem_pio2.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 \
49 e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \
50 e_sinh.c e_sinhf.c e_sqrt.c e_sqrtf.c fenv.c \
51 k_cos.c k_cosf.c k_rem_pio2.c k_sin.c k_sinf.c \
52 k_tan.c k_tanf.c \
53 s_asinh.c s_asinhf.c s_atan.c s_atanf.c s_carg.c s_cargf.c s_cargl.c \
54 s_cbrt.c s_cbrtf.c s_ceil.c s_ceilf.c \
55 s_copysign.c s_copysignf.c s_cos.c s_cosf.c \
56 s_csqrt.c s_csqrtf.c s_erf.c s_erff.c \

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

170MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
171MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
172MLINKS+=ilogb.3 ilogbf.3 ilogb.3 ilogbl.3 \
173 ilogb.3 logb.3 ilogb.3 logbf.3 ilogb.3 logbl.3
174MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
175MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
176MLINKS+=lgamma.3 gamma.3 lgamma.3 gammaf.3 lgamma.3 lgammaf.3 \
177 lgamma.3 tgamma.3 lgamma.3 tgammaf.3
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 \
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 \

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

171MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
172MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
173MLINKS+=ilogb.3 ilogbf.3 ilogb.3 ilogbl.3 \
174 ilogb.3 logb.3 ilogb.3 logbf.3 ilogb.3 logbl.3
175MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
176MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
177MLINKS+=lgamma.3 gamma.3 lgamma.3 gammaf.3 lgamma.3 lgammaf.3 \
178 lgamma.3 tgamma.3 lgamma.3 tgammaf.3
178MLINKS+=log.3 log10.3 log.3 log10f.3 log.3 log1p.3 log.3 log1pf.3 log.3 logf.3
179MLINKS+=log.3 log10.3 log.3 log10f.3 log.3 log1p.3 log.3 log1pf.3 log.3 logf.3 log.3 log2.3 log.3 log2f.3
179MLINKS+=lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 llrintl.3 \
180 lrint.3 lrintf.3 lrint.3 lrintl.3
181MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \
182 lround.3 lroundf.3 lround.3 lroundl.3
183MLINKS+=nan.3 nanf.3 nan.3 nanl.3
184MLINKS+=nextafter.3 nextafterf.3 nextafter.3 nextafterl.3
185MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3
186MLINKS+=nextafter.3 nexttowardl.3

--- 15 unchanged lines hidden ---
180MLINKS+=lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 llrintl.3 \
181 lrint.3 lrintf.3 lrint.3 lrintl.3
182MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \
183 lround.3 lroundf.3 lround.3 lroundl.3
184MLINKS+=nan.3 nanf.3 nan.3 nanl.3
185MLINKS+=nextafter.3 nextafterf.3 nextafter.3 nextafterl.3
186MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3
187MLINKS+=nextafter.3 nexttowardl.3

--- 15 unchanged lines hidden ---