Deleted Added
full compact
Makefile (181074) Makefile (181377)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 181074 2008-07-31 22:41:26Z das $
2# $FreeBSD: head/lib/msun/Makefile 181377 2008-08-07 15:07:48Z 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.

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

82
83# C99 long double functions
84COMMON_SRCS+= s_copysignl.c s_fabsl.c s_llrintl.c s_lrintl.c s_modfl.c
85.if ${LDBL_PREC} != 53
86# If long double != double use these; otherwise, we alias the double versions.
87COMMON_SRCS+= e_acosl.c e_asinl.c e_atan2l.c e_fmodl.c \
88 e_hypotl.c e_remainderl.c e_sqrtl.c \
89 invtrig.c k_cosl.c k_sinl.c k_tanl.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.

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

82
83# C99 long double functions
84COMMON_SRCS+= s_copysignl.c s_fabsl.c s_llrintl.c s_lrintl.c s_modfl.c
85.if ${LDBL_PREC} != 53
86# If long double != double use these; otherwise, we alias the double versions.
87COMMON_SRCS+= e_acosl.c e_asinl.c e_atan2l.c e_fmodl.c \
88 e_hypotl.c e_remainderl.c e_sqrtl.c \
89 invtrig.c k_cosl.c k_sinl.c k_tanl.c \
90 s_atanl.c s_ceill.c s_cosl.c s_csqrtl.c s_exp2l.c s_floorl.c s_fmal.c \
90 s_atanl.c s_ceill.c s_cosl.c s_cprojl.c s_csqrtl.c s_exp2l.c \
91 s_floorl.c s_fmal.c \
91 s_frexpl.c s_logbl.c s_nanl.c s_nextafterl.c s_nexttoward.c \
92 s_remquol.c s_rintl.c s_scalbnl.c \
93 s_sinl.c s_tanl.c s_truncl.c w_cabsl.c
94.endif
95
96# C99 complex functions
97COMMON_SRCS+= s_cimag.c s_cimagf.c s_cimagl.c s_conj.c s_conjf.c s_conjl.c \
92 s_frexpl.c s_logbl.c s_nanl.c s_nextafterl.c s_nexttoward.c \
93 s_remquol.c s_rintl.c s_scalbnl.c \
94 s_sinl.c s_tanl.c s_truncl.c w_cabsl.c
95.endif
96
97# C99 complex functions
98COMMON_SRCS+= s_cimag.c s_cimagf.c s_cimagl.c s_conj.c s_conjf.c s_conjl.c \
98 s_creal.c s_crealf.c s_creall.c
99 s_cproj.c s_cprojf.c s_creal.c s_crealf.c s_creall.c
99
100# FreeBSD's C library supplies these functions:
101#COMMON_SRCS+= s_fabs.c s_frexp.c s_isnan.c s_ldexp.c s_modf.c
102
103# Exclude the generic versions of what we provide in the MD area.
104.if defined(ARCH_SRCS)
105.for i in ${ARCH_SRCS}
106COMMON_SRCS:= ${COMMON_SRCS:N${i:R}.c}

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

126MLINKS+=asinh.3 asinhf.3
127MLINKS+=atan.3 atanf.3 atan.3 atanl.3
128MLINKS+=atanh.3 atanhf.3
129MLINKS+=atan2.3 atan2f.3 atan2.3 atan2l.3 \
130 atan2.3 carg.3 atan2.3 cargf.3 atan2.3 cargl.3
131MLINKS+=ceil.3 ceilf.3 ceil.3 ceill.3
132MLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
133 cimag.3 conj.3 cimag.3 conjf.3 cimag.3 conjl.3 \
100
101# FreeBSD's C library supplies these functions:
102#COMMON_SRCS+= s_fabs.c s_frexp.c s_isnan.c s_ldexp.c s_modf.c
103
104# Exclude the generic versions of what we provide in the MD area.
105.if defined(ARCH_SRCS)
106.for i in ${ARCH_SRCS}
107COMMON_SRCS:= ${COMMON_SRCS:N${i:R}.c}

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

127MLINKS+=asinh.3 asinhf.3
128MLINKS+=atan.3 atanf.3 atan.3 atanl.3
129MLINKS+=atanh.3 atanhf.3
130MLINKS+=atan2.3 atan2f.3 atan2.3 atan2l.3 \
131 atan2.3 carg.3 atan2.3 cargf.3 atan2.3 cargl.3
132MLINKS+=ceil.3 ceilf.3 ceil.3 ceill.3
133MLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
134 cimag.3 conj.3 cimag.3 conjf.3 cimag.3 conjl.3 \
135 cimag.3 cproj.3 cimag.3 cprojf.3 cimag.3 cprojl.3 \
134 cimag.3 creal.3 cimag.3 crealf.3 cimag.3 creall.3
135MLINKS+=copysign.3 copysignf.3 copysign.3 copysignl.3
136MLINKS+=cos.3 cosf.3 cos.3 cosl.3
137MLINKS+=cosh.3 coshf.3
138MLINKS+=csqrt.3 csqrtf.3 csqrt.3 csqrtl.3
139MLINKS+=erf.3 erfc.3 erf.3 erff.3 erf.3 erfcf.3
140MLINKS+=exp.3 expm1.3 exp.3 expm1f.3 exp.3 pow.3 exp.3 powf.3 \
141 exp.3 exp2.3 exp.3 exp2f.3 exp.3 exp2l.3 exp.3 expf.3

--- 47 unchanged lines hidden ---
136 cimag.3 creal.3 cimag.3 crealf.3 cimag.3 creall.3
137MLINKS+=copysign.3 copysignf.3 copysign.3 copysignl.3
138MLINKS+=cos.3 cosf.3 cos.3 cosl.3
139MLINKS+=cosh.3 coshf.3
140MLINKS+=csqrt.3 csqrtf.3 csqrt.3 csqrtl.3
141MLINKS+=erf.3 erfc.3 erf.3 erff.3 erf.3 erfcf.3
142MLINKS+=exp.3 expm1.3 exp.3 expm1f.3 exp.3 pow.3 exp.3 powf.3 \
143 exp.3 exp2.3 exp.3 exp2f.3 exp.3 exp2l.3 exp.3 expf.3

--- 47 unchanged lines hidden ---