Deleted Added
full compact
Makefile (174561) Makefile (174617)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 174561 2007-12-12 23:43:51Z das $
2# $FreeBSD: head/lib/msun/Makefile 174617 2007-12-15 08:38:44Z 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.

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

35 e_jn.c e_jnf.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c \
36 e_log.c e_log10.c e_log10f.c e_logf.c e_pow.c e_powf.c e_rem_pio2.c \
37 e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \
38 e_sinh.c e_sinhf.c e_sqrt.c e_sqrtf.c fenv.c \
39 k_cos.c k_cosf.c k_rem_pio2.c k_sin.c k_sinf.c \
40 k_tan.c k_tanf.c \
41 s_asinh.c s_asinhf.c s_atan.c s_atanf.c s_carg.c s_cargf.c \
42 s_cbrt.c s_cbrtf.c s_ceil.c s_ceilf.c s_ceill.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.

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

35 e_jn.c e_jnf.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c \
36 e_log.c e_log10.c e_log10f.c e_logf.c e_pow.c e_powf.c e_rem_pio2.c \
37 e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \
38 e_sinh.c e_sinhf.c e_sqrt.c e_sqrtf.c fenv.c \
39 k_cos.c k_cosf.c k_rem_pio2.c k_sin.c k_sinf.c \
40 k_tan.c k_tanf.c \
41 s_asinh.c s_asinhf.c s_atan.c s_atanf.c s_carg.c s_cargf.c \
42 s_cbrt.c s_cbrtf.c s_ceil.c s_ceilf.c s_ceill.c \
43 s_copysign.c s_copysignf.c s_cos.c s_cosf.c s_erf.c s_erff.c \
43 s_copysign.c s_copysignf.c s_cos.c s_cosf.c \
44 s_csqrt.c s_csqrtf.c s_erf.c s_erff.c \
44 s_exp2.c s_exp2f.c s_expm1.c s_expm1f.c s_fabsf.c s_fdim.c \
45 s_finite.c s_finitef.c \
46 s_floor.c s_floorf.c s_floorl.c s_fma.c s_fmaf.c \
47 s_fmax.c s_fmaxf.c s_fmaxl.c s_fmin.c \
48 s_fminf.c s_fminl.c s_frexp.c s_frexpf.c s_ilogb.c s_ilogbf.c \
49 s_ilogbl.c s_isfinite.c s_isnan.c s_isnormal.c \
50 s_llrint.c s_llrintf.c s_llround.c s_llroundf.c s_llroundl.c \
51 s_log1p.c s_log1pf.c s_logb.c s_logbf.c s_lrint.c s_lrintf.c \

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

88.endfor
89.endif
90
91SRCS= ${COMMON_SRCS} ${ARCH_SRCS}
92
93INCS= fenv.h math.h
94
95MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \
45 s_exp2.c s_exp2f.c s_expm1.c s_expm1f.c s_fabsf.c s_fdim.c \
46 s_finite.c s_finitef.c \
47 s_floor.c s_floorf.c s_floorl.c s_fma.c s_fmaf.c \
48 s_fmax.c s_fmaxf.c s_fmaxl.c s_fmin.c \
49 s_fminf.c s_fminl.c s_frexp.c s_frexpf.c s_ilogb.c s_ilogbf.c \
50 s_ilogbl.c s_isfinite.c s_isnan.c s_isnormal.c \
51 s_llrint.c s_llrintf.c s_llround.c s_llroundf.c s_llroundl.c \
52 s_log1p.c s_log1pf.c s_logb.c s_logbf.c s_lrint.c s_lrintf.c \

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

89.endfor
90.endif
91
92SRCS= ${COMMON_SRCS} ${ARCH_SRCS}
93
94INCS= fenv.h math.h
95
96MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \
96 cimag.3 copysign.3 cos.3 cosh.3 erf.3 exp.3 fabs.3 fdim.3 \
97 cimag.3 copysign.3 cos.3 cosh.3 csqrt.3 erf.3 exp.3 fabs.3 fdim.3 \
97 feclearexcept.3 feenableexcept.3 fegetenv.3 \
98 fegetround.3 fenv.3 floor.3 \
99 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \
100 lgamma.3 lrint.3 lround.3 math.3 nextafter.3 remainder.3 rint.3 \
101 round.3 scalbn.3 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3
102
103MLINKS+=acos.3 acosf.3
104MLINKS+=acosh.3 acoshf.3

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

109MLINKS+=atan2.3 atan2f.3 atan2.3 carg.3 atan2.3 cargf.3
110MLINKS+=ceil.3 ceilf.3 ceil.3 ceill.3
111MLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
112 cimag.3 conj.3 cimag.3 conjf.3 cimag.3 conjl.3 \
113 cimag.3 creal.3 cimag.3 crealf.3 cimag.3 creall.3
114MLINKS+=copysign.3 copysignf.3 copysign.3 copysignl.3
115MLINKS+=cos.3 cosf.3
116MLINKS+=cosh.3 coshf.3
98 feclearexcept.3 feenableexcept.3 fegetenv.3 \
99 fegetround.3 fenv.3 floor.3 \
100 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \
101 lgamma.3 lrint.3 lround.3 math.3 nextafter.3 remainder.3 rint.3 \
102 round.3 scalbn.3 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3
103
104MLINKS+=acos.3 acosf.3
105MLINKS+=acosh.3 acoshf.3

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

110MLINKS+=atan2.3 atan2f.3 atan2.3 carg.3 atan2.3 cargf.3
111MLINKS+=ceil.3 ceilf.3 ceil.3 ceill.3
112MLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
113 cimag.3 conj.3 cimag.3 conjf.3 cimag.3 conjl.3 \
114 cimag.3 creal.3 cimag.3 crealf.3 cimag.3 creall.3
115MLINKS+=copysign.3 copysignf.3 copysign.3 copysignl.3
116MLINKS+=cos.3 cosf.3
117MLINKS+=cosh.3 coshf.3
118MLINKS+=csqrt.3 csqrtf.3
117MLINKS+=erf.3 erfc.3 erf.3 erff.3 erf.3 erfcf.3
118MLINKS+=exp.3 expm1.3 exp.3 log.3 exp.3 log10.3 exp.3 log1p.3 exp.3 pow.3 \
119 exp.3 exp2.3 exp.3 exp2f.3 exp.3 expf.3 \
120 exp.3 expm1f.3 exp.3 logf.3 exp.3 powf.3 \
121 exp.3 log10f.3 exp.3 log1pf.3
122MLINKS+=fabs.3 fabsf.3 fabs.3 fabsl.3
123MLINKS+=fdim.3 fdimf.3 fdim.3 fdiml.3
124MLINKS+=feclearexcept.3 fegetexceptflag.3 feclearexcept.3 feraiseexcept.3 \

--- 38 unchanged lines hidden ---
119MLINKS+=erf.3 erfc.3 erf.3 erff.3 erf.3 erfcf.3
120MLINKS+=exp.3 expm1.3 exp.3 log.3 exp.3 log10.3 exp.3 log1p.3 exp.3 pow.3 \
121 exp.3 exp2.3 exp.3 exp2f.3 exp.3 expf.3 \
122 exp.3 expm1f.3 exp.3 logf.3 exp.3 powf.3 \
123 exp.3 log10f.3 exp.3 log1pf.3
124MLINKS+=fabs.3 fabsf.3 fabs.3 fabsl.3
125MLINKS+=fdim.3 fdimf.3 fdim.3 fdiml.3
126MLINKS+=feclearexcept.3 fegetexceptflag.3 feclearexcept.3 feraiseexcept.3 \

--- 38 unchanged lines hidden ---