Deleted Added
full compact
Makefile (251024) Makefile (251121)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 251024 2013-05-27 08:50:10Z das $
2# $FreeBSD: head/lib/msun/Makefile 251121 2013-05-30 04:49:26Z 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.

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

100 s_atanl.c s_cbrtl.c s_ceill.c s_cosl.c s_cprojl.c \
101 s_csqrtl.c s_exp2l.c s_expl.c s_floorl.c s_fmal.c \
102 s_frexpl.c s_logbl.c s_nanl.c s_nextafterl.c s_nexttoward.c \
103 s_remquol.c s_rintl.c s_scalbnl.c \
104 s_sinl.c s_tanl.c s_truncl.c w_cabsl.c
105.endif
106
107# C99 complex functions
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.

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

100 s_atanl.c s_cbrtl.c s_ceill.c s_cosl.c s_cprojl.c \
101 s_csqrtl.c s_exp2l.c s_expl.c s_floorl.c s_fmal.c \
102 s_frexpl.c s_logbl.c s_nanl.c s_nextafterl.c s_nexttoward.c \
103 s_remquol.c s_rintl.c s_scalbnl.c \
104 s_sinl.c s_tanl.c s_truncl.c w_cabsl.c
105.endif
106
107# C99 complex functions
108COMMON_SRCS+= s_ccosh.c s_ccoshf.c s_cexp.c s_cexpf.c \
108COMMON_SRCS+= catrig.c catrigf.c \
109 s_ccosh.c s_ccoshf.c s_cexp.c s_cexpf.c \
109 s_cimag.c s_cimagf.c s_cimagl.c \
110 s_conj.c s_conjf.c s_conjl.c \
111 s_cproj.c s_cprojf.c s_creal.c s_crealf.c s_creall.c \
112 s_csinh.c s_csinhf.c s_ctanh.c s_ctanhf.c
113
114# FreeBSD's C library supplies these functions:
115#COMMON_SRCS+= s_fabs.c s_frexp.c s_isnan.c s_ldexp.c s_modf.c
116

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

121.endfor
122.endif
123
124SRCS= ${COMMON_SRCS} ${ARCH_SRCS}
125
126INCS+= fenv.h math.h
127
128MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 \
110 s_cimag.c s_cimagf.c s_cimagl.c \
111 s_conj.c s_conjf.c s_conjl.c \
112 s_cproj.c s_cprojf.c s_creal.c s_crealf.c s_creall.c \
113 s_csinh.c s_csinhf.c s_ctanh.c s_ctanhf.c
114
115# FreeBSD's C library supplies these functions:
116#COMMON_SRCS+= s_fabs.c s_frexp.c s_isnan.c s_ldexp.c s_modf.c
117

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

122.endfor
123.endif
124
125SRCS= ${COMMON_SRCS} ${ARCH_SRCS}
126
127INCS+= fenv.h math.h
128
129MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 \
129 ceil.3 ccos.3 ccosh.3 cexp.3 \
130 ceil.3 cacos.3 ccos.3 ccosh.3 cexp.3 \
130 cimag.3 copysign.3 cos.3 cosh.3 csqrt.3 erf.3 exp.3 fabs.3 fdim.3 \
131 feclearexcept.3 feenableexcept.3 fegetenv.3 \
132 fegetround.3 fenv.3 floor.3 \
133 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \
134 lgamma.3 log.3 lrint.3 lround.3 math.3 nan.3 \
135 nextafter.3 remainder.3 rint.3 \
136 round.3 scalbn.3 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3 \
137 complex.3
138
139MLINKS+=acos.3 acosf.3 acos.3 acosl.3
140MLINKS+=acosh.3 acoshf.3
141MLINKS+=asin.3 asinf.3 asin.3 asinl.3
142MLINKS+=asinh.3 asinhf.3
143MLINKS+=atan.3 atanf.3 atan.3 atanl.3
144MLINKS+=atanh.3 atanhf.3
145MLINKS+=atan2.3 atan2f.3 atan2.3 atan2l.3 \
146 atan2.3 carg.3 atan2.3 cargf.3 atan2.3 cargl.3
131 cimag.3 copysign.3 cos.3 cosh.3 csqrt.3 erf.3 exp.3 fabs.3 fdim.3 \
132 feclearexcept.3 feenableexcept.3 fegetenv.3 \
133 fegetround.3 fenv.3 floor.3 \
134 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \
135 lgamma.3 log.3 lrint.3 lround.3 math.3 nan.3 \
136 nextafter.3 remainder.3 rint.3 \
137 round.3 scalbn.3 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3 \
138 complex.3
139
140MLINKS+=acos.3 acosf.3 acos.3 acosl.3
141MLINKS+=acosh.3 acoshf.3
142MLINKS+=asin.3 asinf.3 asin.3 asinl.3
143MLINKS+=asinh.3 asinhf.3
144MLINKS+=atan.3 atanf.3 atan.3 atanl.3
145MLINKS+=atanh.3 atanhf.3
146MLINKS+=atan2.3 atan2f.3 atan2.3 atan2l.3 \
147 atan2.3 carg.3 atan2.3 cargf.3 atan2.3 cargl.3
148MLINKS+=cacos.3 cacosf.3 cacos.3 cacosh.3 cacos.3 cacoshf.3 \
149 cacos.3 casin.3 cacos.3 casinf.3 cacos.3 casinh.3 cacos.3 casinhf.3 \
150 cacos.3 catan.3 cacos.3 catanf.3 cacos.3 catanh.3 cacos.3 catanhf.3
147MLINKS+=ccos.3 ccosf.3 ccos.3 csin.3 ccos.3 csinf.3 ccos.3 ctan.3 ccos.3 ctanf.3
148MLINKS+=ccosh.3 ccoshf.3 ccosh.3 csinh.3 ccosh.3 csinhf.3 \
149 ccosh.3 ctanh.3 ccosh.3 ctanhf.3
150MLINKS+=ceil.3 ceilf.3 ceil.3 ceill.3
151MLINKS+=cexp.3 cexpf.3
152MLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
153 cimag.3 conj.3 cimag.3 conjf.3 cimag.3 conjl.3 \
154 cimag.3 cproj.3 cimag.3 cprojf.3 cimag.3 cprojl.3 \

--- 56 unchanged lines hidden ---
151MLINKS+=ccos.3 ccosf.3 ccos.3 csin.3 ccos.3 csinf.3 ccos.3 ctan.3 ccos.3 ctanf.3
152MLINKS+=ccosh.3 ccoshf.3 ccosh.3 csinh.3 ccosh.3 csinhf.3 \
153 ccosh.3 ctanh.3 ccosh.3 ctanhf.3
154MLINKS+=ceil.3 ceilf.3 ceil.3 ceill.3
155MLINKS+=cexp.3 cexpf.3
156MLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
157 cimag.3 conj.3 cimag.3 conjf.3 cimag.3 conjl.3 \
158 cimag.3 cproj.3 cimag.3 cprojf.3 cimag.3 cprojl.3 \

--- 56 unchanged lines hidden ---