Deleted Added
full compact
Makefile (175309) Makefile (175462)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 175309 2008-01-14 02:12:07Z das $
2# $FreeBSD: head/lib/msun/Makefile 175462 2008-01-18 21:43:10Z 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.

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

73
74VERSION_DEF= ${LIBCDIR}/Versions.def
75SYMBOL_MAPS= ${SYM_MAPS}
76
77# C99 long double functions
78COMMON_SRCS+= s_copysignl.c s_fabsl.c s_llrintl.c s_lrintl.c s_modfl.c
79.if ${LDBL_PREC} != 53
80# If long double != double use these; otherwise, we alias the double versions.
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.

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

73
74VERSION_DEF= ${LIBCDIR}/Versions.def
75SYMBOL_MAPS= ${SYM_MAPS}
76
77# C99 long double functions
78COMMON_SRCS+= s_copysignl.c s_fabsl.c s_llrintl.c s_lrintl.c s_modfl.c
79.if ${LDBL_PREC} != 53
80# If long double != double use these; otherwise, we alias the double versions.
81COMMON_SRCS+= s_fmal.c s_frexpl.c s_logbl.c s_nanl.c \
81COMMON_SRCS+= s_exp2l.c s_fmal.c s_frexpl.c s_logbl.c s_nanl.c \
82 s_nextafterl.c s_nexttoward.c s_rintl.c s_scalbnl.c
83.endif
84
85# C99 complex functions
86COMMON_SRCS+= s_cimag.c s_cimagf.c s_cimagl.c s_conj.c s_conjf.c s_conjl.c \
87 s_creal.c s_crealf.c s_creall.c
88
89# FreeBSD's C library supplies these functions:

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

101
102INCS= fenv.h math.h
103
104MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \
105 cimag.3 copysign.3 cos.3 cosh.3 csqrt.3 erf.3 exp.3 fabs.3 fdim.3 \
106 feclearexcept.3 feenableexcept.3 fegetenv.3 \
107 fegetround.3 fenv.3 floor.3 \
108 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \
82 s_nextafterl.c s_nexttoward.c s_rintl.c s_scalbnl.c
83.endif
84
85# C99 complex functions
86COMMON_SRCS+= s_cimag.c s_cimagf.c s_cimagl.c s_conj.c s_conjf.c s_conjl.c \
87 s_creal.c s_crealf.c s_creall.c
88
89# FreeBSD's C library supplies these functions:

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

101
102INCS= fenv.h math.h
103
104MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \
105 cimag.3 copysign.3 cos.3 cosh.3 csqrt.3 erf.3 exp.3 fabs.3 fdim.3 \
106 feclearexcept.3 feenableexcept.3 fegetenv.3 \
107 fegetround.3 fenv.3 floor.3 \
108 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \
109 lgamma.3 lrint.3 lround.3 math.3 nan.3 nextafter.3 remainder.3 rint.3 \
109 lgamma.3 log.3 lrint.3 lround.3 math.3 nan.3 \
110 nextafter.3 remainder.3 rint.3 \
110 round.3 scalbn.3 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3
111
112MLINKS+=acos.3 acosf.3
113MLINKS+=acosh.3 acoshf.3
114MLINKS+=asin.3 asinf.3
115MLINKS+=asinh.3 asinhf.3
116MLINKS+=atan.3 atanf.3
117MLINKS+=atanh.3 atanhf.3
118MLINKS+=atan2.3 atan2f.3 atan2.3 carg.3 atan2.3 cargf.3
119MLINKS+=ceil.3 ceilf.3 ceil.3 ceill.3
120MLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
121 cimag.3 conj.3 cimag.3 conjf.3 cimag.3 conjl.3 \
122 cimag.3 creal.3 cimag.3 crealf.3 cimag.3 creall.3
123MLINKS+=copysign.3 copysignf.3 copysign.3 copysignl.3
124MLINKS+=cos.3 cosf.3
125MLINKS+=cosh.3 coshf.3
126MLINKS+=csqrt.3 csqrtf.3
127MLINKS+=erf.3 erfc.3 erf.3 erff.3 erf.3 erfcf.3
111 round.3 scalbn.3 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3
112
113MLINKS+=acos.3 acosf.3
114MLINKS+=acosh.3 acoshf.3
115MLINKS+=asin.3 asinf.3
116MLINKS+=asinh.3 asinhf.3
117MLINKS+=atan.3 atanf.3
118MLINKS+=atanh.3 atanhf.3
119MLINKS+=atan2.3 atan2f.3 atan2.3 carg.3 atan2.3 cargf.3
120MLINKS+=ceil.3 ceilf.3 ceil.3 ceill.3
121MLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
122 cimag.3 conj.3 cimag.3 conjf.3 cimag.3 conjl.3 \
123 cimag.3 creal.3 cimag.3 crealf.3 cimag.3 creall.3
124MLINKS+=copysign.3 copysignf.3 copysign.3 copysignl.3
125MLINKS+=cos.3 cosf.3
126MLINKS+=cosh.3 coshf.3
127MLINKS+=csqrt.3 csqrtf.3
128MLINKS+=erf.3 erfc.3 erf.3 erff.3 erf.3 erfcf.3
128MLINKS+=exp.3 expm1.3 exp.3 log.3 exp.3 log10.3 exp.3 log1p.3 exp.3 pow.3 \
129 exp.3 exp2.3 exp.3 exp2f.3 exp.3 expf.3 \
130 exp.3 expm1f.3 exp.3 logf.3 exp.3 powf.3 \
131 exp.3 log10f.3 exp.3 log1pf.3
129MLINKS+=exp.3 expm1.3 exp.3 expm1f.3 exp.3 pow.3 exp.3 powf.3 \
130 exp.3 exp2.3 exp.3 exp2f.3 exp.3 exp2l.3 exp.3 expf.3
132MLINKS+=fabs.3 fabsf.3 fabs.3 fabsl.3
133MLINKS+=fdim.3 fdimf.3 fdim.3 fdiml.3
134MLINKS+=feclearexcept.3 fegetexceptflag.3 feclearexcept.3 feraiseexcept.3 \
135 feclearexcept.3 fesetexceptflag.3 feclearexcept.3 fetestexcept.3
136MLINKS+=feenableexcept.3 fedisableexcept.3 feenableexcept.3 fegetexcept.3
137MLINKS+=fegetenv.3 feholdexcept.3 fegetenv.3 fesetenv.3 \
138 fegetenv.3 feupdateenv.3
139MLINKS+=fegetround.3 fesetround.3

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

145MLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 hypotf.3
146MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
147MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
148MLINKS+=ilogb.3 ilogbf.3 ilogb.3 ilogbl.3 \
149 ilogb.3 logb.3 ilogb.3 logbf.3 ilogb.3 logbl.3
150MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
151MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
152MLINKS+=lgamma.3 gamma.3 lgamma.3 gammaf.3 lgamma.3 lgammaf.3 lgamma.3 tgamma.3
131MLINKS+=fabs.3 fabsf.3 fabs.3 fabsl.3
132MLINKS+=fdim.3 fdimf.3 fdim.3 fdiml.3
133MLINKS+=feclearexcept.3 fegetexceptflag.3 feclearexcept.3 feraiseexcept.3 \
134 feclearexcept.3 fesetexceptflag.3 feclearexcept.3 fetestexcept.3
135MLINKS+=feenableexcept.3 fedisableexcept.3 feenableexcept.3 fegetexcept.3
136MLINKS+=fegetenv.3 feholdexcept.3 fegetenv.3 fesetenv.3 \
137 fegetenv.3 feupdateenv.3
138MLINKS+=fegetround.3 fesetround.3

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

144MLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 hypotf.3
145MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
146MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
147MLINKS+=ilogb.3 ilogbf.3 ilogb.3 ilogbl.3 \
148 ilogb.3 logb.3 ilogb.3 logbf.3 ilogb.3 logbl.3
149MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
150MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
151MLINKS+=lgamma.3 gamma.3 lgamma.3 gammaf.3 lgamma.3 lgammaf.3 lgamma.3 tgamma.3
152MLINKS+=log.3 log10.3 log.3 log10f.3 log.3 log1p.3 log.3 log1pf.3 log.3 logf.3
153MLINKS+=lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 llrintl.3 \
154 lrint.3 lrintf.3 lrint.3 lrintl.3
155MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \
156 lround.3 lroundf.3 lround.3 lroundl.3
157MLINKS+=nan.3 nanf.3 nan.3 nanl.3
158MLINKS+=nextafter.3 nextafterf.3 nextafter.3 nextafterl.3
159MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3
160MLINKS+=nextafter.3 nexttowardl.3

--- 15 unchanged lines hidden ---
153MLINKS+=lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 llrintl.3 \
154 lrint.3 lrintf.3 lrint.3 lrintl.3
155MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \
156 lround.3 lroundf.3 lround.3 lroundl.3
157MLINKS+=nan.3 nanf.3 nan.3 nanl.3
158MLINKS+=nextafter.3 nextafterf.3 nextafter.3 nextafterl.3
159MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3
160MLINKS+=nextafter.3 nexttowardl.3

--- 15 unchanged lines hidden ---