Deleted Added
full compact
Makefile (136385) Makefile (140088)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 136385 2004-10-11 18:13:52Z stefanf $
2# $FreeBSD: head/lib/msun/Makefile 140088 2005-01-11 23:12:55Z 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.

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

47# XXX LINT SIGFPEs in e_exp.c's strtod(). FP underflow/denorm software
48# handling is broken (doesn't exist!) on the Alpha port.
49# Stock gcc 2.7.2.1 doesn't understand these options.
50#CFLAGS += -mtrap-precision=i -mfp-trap-mode=su
51.elif ${MACHINE_ARCH} == "i386"
52ARCH_SUBDIR= i387
53ARCH_SRCS = e_acos.S e_asin.S e_atan2.S e_exp.S e_fmod.S e_log.S e_log10.S \
54 e_remainder.S e_scalb.S e_sqrt.S s_atan.S s_ceil.S s_copysign.S \
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.

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

47# XXX LINT SIGFPEs in e_exp.c's strtod(). FP underflow/denorm software
48# handling is broken (doesn't exist!) on the Alpha port.
49# Stock gcc 2.7.2.1 doesn't understand these options.
50#CFLAGS += -mtrap-precision=i -mfp-trap-mode=su
51.elif ${MACHINE_ARCH} == "i386"
52ARCH_SUBDIR= i387
53ARCH_SRCS = e_acos.S e_asin.S e_atan2.S e_exp.S e_fmod.S e_log.S e_log10.S \
54 e_remainder.S e_scalb.S e_sqrt.S s_atan.S s_ceil.S s_copysign.S \
55 s_cos.S s_finite.S s_floor.S s_logb.S \
55 s_cos.S s_finite.S s_floor.S s_llrint.S s_logb.S s_lrint.S \
56 s_rint.S s_scalbn.S s_significand.S s_sin.S s_tan.S
57# Broken:
58# ARCH_SRCS+= s_log1p.S
59.endif
60
61ARCH_SUBDIR?= ${MACHINE_ARCH}
62
63.PATH: ${.CURDIR}/bsdsrc

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

81 k_cos.c k_cosf.c k_rem_pio2.c k_rem_pio2f.c k_sin.c k_sinf.c \
82 k_standard.c k_tan.c k_tanf.c \
83 s_asinh.c s_asinhf.c s_atan.c s_atanf.c s_cbrt.c s_cbrtf.c s_ceil.c \
84 s_ceilf.c s_copysign.c s_copysignf.c s_cos.c s_cosf.c s_erf.c s_erff.c \
85 s_expm1.c s_expm1f.c s_fabsf.c s_fdim.c s_finite.c s_finitef.c \
86 s_floor.c s_floorf.c s_fmax.c s_fmaxf.c s_fmaxl.c s_fmin.c \
87 s_fminf.c s_fminl.c s_frexp.c s_frexpf.c s_ilogb.c s_ilogbf.c \
88 s_ilogbl.c s_isfinite.c s_isnan.c s_isnormal.c s_ldexpf.c \
56 s_rint.S s_scalbn.S s_significand.S s_sin.S s_tan.S
57# Broken:
58# ARCH_SRCS+= s_log1p.S
59.endif
60
61ARCH_SUBDIR?= ${MACHINE_ARCH}
62
63.PATH: ${.CURDIR}/bsdsrc

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

81 k_cos.c k_cosf.c k_rem_pio2.c k_rem_pio2f.c k_sin.c k_sinf.c \
82 k_standard.c k_tan.c k_tanf.c \
83 s_asinh.c s_asinhf.c s_atan.c s_atanf.c s_cbrt.c s_cbrtf.c s_ceil.c \
84 s_ceilf.c s_copysign.c s_copysignf.c s_cos.c s_cosf.c s_erf.c s_erff.c \
85 s_expm1.c s_expm1f.c s_fabsf.c s_fdim.c s_finite.c s_finitef.c \
86 s_floor.c s_floorf.c s_fmax.c s_fmaxf.c s_fmaxl.c s_fmin.c \
87 s_fminf.c s_fminl.c s_frexp.c s_frexpf.c s_ilogb.c s_ilogbf.c \
88 s_ilogbl.c s_isfinite.c s_isnan.c s_isnormal.c s_ldexpf.c \
89 s_lib_version.c s_log1p.c \
90 s_log1pf.c s_logb.c s_logbf.c s_matherr.c s_modff.c \
89 s_lib_version.c s_llrint.c s_llrintf.c s_llround.c s_llroundf.c \
90 s_log1p.c s_log1pf.c s_logb.c s_logbf.c s_lrint.c s_lrintf.c \
91 s_lround.c s_lroundf.c s_matherr.c s_modff.c \
91 s_nearbyint.c s_nextafter.c s_nextafterf.c \
92 s_rint.c s_rintf.c s_round.c s_roundf.c \
93 s_scalbln.c s_scalbn.c s_scalbnf.c s_signbit.c \
94 s_signgam.c s_significand.c s_significandf.c s_sin.c s_sinf.c s_tan.c \
95 s_tanf.c s_tanh.c s_tanhf.c s_trunc.c s_truncf.c \
96 w_acos.c w_acosf.c w_acosh.c w_acoshf.c w_asin.c w_asinf.c w_atan2.c \
97 w_atan2f.c w_atanh.c w_atanhf.c w_cabs.c w_cabsf.c w_cosh.c w_coshf.c \
98 w_drem.c w_dremf.c w_exp.c w_expf.c w_fmod.c w_fmodf.c w_gamma.c \

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

127
128SRCS= ${COMMON_SRCS} ${ARCH_SRCS}
129
130INCS= fenv.h math.h
131
132MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \
133 cimag.3 cos.3 cosh.3 erf.3 exp.3 fabs.3 fdim.3 feclearexcept.3 \
134 fegetenv.3 fegetround.3 fenv.3 floor.3 fmax.3 fmod.3 hypot.3 ieee.3 \
92 s_nearbyint.c s_nextafter.c s_nextafterf.c \
93 s_rint.c s_rintf.c s_round.c s_roundf.c \
94 s_scalbln.c s_scalbn.c s_scalbnf.c s_signbit.c \
95 s_signgam.c s_significand.c s_significandf.c s_sin.c s_sinf.c s_tan.c \
96 s_tanf.c s_tanh.c s_tanhf.c s_trunc.c s_truncf.c \
97 w_acos.c w_acosf.c w_acosh.c w_acoshf.c w_asin.c w_asinf.c w_atan2.c \
98 w_atan2f.c w_atanh.c w_atanhf.c w_cabs.c w_cabsf.c w_cosh.c w_coshf.c \
99 w_drem.c w_dremf.c w_exp.c w_expf.c w_fmod.c w_fmodf.c w_gamma.c \

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

128
129SRCS= ${COMMON_SRCS} ${ARCH_SRCS}
130
131INCS= fenv.h math.h
132
133MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \
134 cimag.3 cos.3 cosh.3 erf.3 exp.3 fabs.3 fdim.3 feclearexcept.3 \
135 fegetenv.3 fegetround.3 fenv.3 floor.3 fmax.3 fmod.3 hypot.3 ieee.3 \
135 ieee_test.3 j0.3 lgamma.3 math.3 rint.3 round.3 \
136 ieee_test.3 j0.3 lgamma.3 lrint.3 lround.3 math.3 rint.3 round.3 \
136 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3
137
138MLINKS+=acos.3 acosf.3
139MLINKS+=acosh.3 acoshf.3
140MLINKS+=asin.3 asinf.3
141MLINKS+=asinh.3 asinhf.3
142MLINKS+=atan.3 atanf.3
143MLINKS+=atanh.3 atanhf.3

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

172 ieee.3 remainder.3 ieee.3 remainderf.3 \
173 ieee.3 scalbln.3 ieee.3 scalblnf.3 ieee.3 scalbn.3 ieee.3 scalbnf.3
174MLINKS+=ieee_test.3 logb.3 ieee_test.3 logbf.3
175MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
176MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
177MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
178MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
179MLINKS+=lgamma.3 gamma.3 lgamma.3 gammaf.3 lgamma.3 lgammaf.3 lgamma.3 tgamma.3
137 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3
138
139MLINKS+=acos.3 acosf.3
140MLINKS+=acosh.3 acoshf.3
141MLINKS+=asin.3 asinf.3
142MLINKS+=asinh.3 asinhf.3
143MLINKS+=atan.3 atanf.3
144MLINKS+=atanh.3 atanhf.3

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

173 ieee.3 remainder.3 ieee.3 remainderf.3 \
174 ieee.3 scalbln.3 ieee.3 scalblnf.3 ieee.3 scalbn.3 ieee.3 scalbnf.3
175MLINKS+=ieee_test.3 logb.3 ieee_test.3 logbf.3
176MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
177MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
178MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
179MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
180MLINKS+=lgamma.3 gamma.3 lgamma.3 gammaf.3 lgamma.3 lgammaf.3 lgamma.3 tgamma.3
181MLINKS+=lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 lrintf.3
182MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 lroundf.3
180MLINKS+=rint.3 rintf.3 rint.3 nearbyint.3 rint.3 nearbyintf.3
181MLINKS+=round.3 roundf.3
182MLINKS+=sin.3 sinf.3
183MLINKS+=sinh.3 sinhf.3
184MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3
185MLINKS+=tan.3 tanf.3
186MLINKS+=tanh.3 tanhf.3
187MLINKS+=trunc.3 truncf.3
188
189.include <bsd.lib.mk>
183MLINKS+=rint.3 rintf.3 rint.3 nearbyint.3 rint.3 nearbyintf.3
184MLINKS+=round.3 roundf.3
185MLINKS+=sin.3 sinf.3
186MLINKS+=sinh.3 sinhf.3
187MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3
188MLINKS+=tan.3 tanf.3
189MLINKS+=tanh.3 tanhf.3
190MLINKS+=trunc.3 truncf.3
191
192.include <bsd.lib.mk>