Deleted Added
full compact
Makefile (176388) Makefile (176722)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 176388 2008-02-18 17:27:11Z das $
2# $FreeBSD: head/lib/msun/Makefile 176722 2008-03-02 01:48:17Z 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.

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

74
75VERSION_DEF= ${LIBCDIR}/Versions.def
76SYMBOL_MAPS= ${SYM_MAPS}
77
78# C99 long double functions
79COMMON_SRCS+= s_copysignl.c s_fabsl.c s_llrintl.c s_lrintl.c s_modfl.c
80.if ${LDBL_PREC} != 53
81# 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.

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

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

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

166MLINKS+=remainder.3 remquo.3 remainder.3 remquof.3
167MLINKS+=rint.3 rintf.3 rint.3 rintl.3 \
168 rint.3 nearbyint.3 rint.3 nearbyintf.3 rint.3 nearbyintl.3
169MLINKS+=round.3 roundf.3 round.3 roundl.3
170MLINKS+=scalbn.3 scalbln.3 scalbn.3 scalblnf.3 scalbn.3 scalblnl.3
171MLINKS+=scalbn.3 scalbnf.3 scalbn.3 scalbnl.3
172MLINKS+=sin.3 sinf.3 sin.3 sinl.3
173MLINKS+=sinh.3 sinhf.3
83 s_exp2l.c s_floorl.c s_fmal.c \
84 s_frexpl.c s_logbl.c s_nanl.c s_nextafterl.c s_nexttoward.c \
85 s_rintl.c s_scalbnl.c s_sinl.c s_tanl.c s_truncl.c
86.endif
87
88# C99 complex functions
89COMMON_SRCS+= s_cimag.c s_cimagf.c s_cimagl.c s_conj.c s_conjf.c s_conjl.c \
90 s_creal.c s_crealf.c s_creall.c

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

166MLINKS+=remainder.3 remquo.3 remainder.3 remquof.3
167MLINKS+=rint.3 rintf.3 rint.3 rintl.3 \
168 rint.3 nearbyint.3 rint.3 nearbyintf.3 rint.3 nearbyintl.3
169MLINKS+=round.3 roundf.3 round.3 roundl.3
170MLINKS+=scalbn.3 scalbln.3 scalbn.3 scalblnf.3 scalbn.3 scalblnl.3
171MLINKS+=scalbn.3 scalbnf.3 scalbn.3 scalbnl.3
172MLINKS+=sin.3 sinf.3 sin.3 sinl.3
173MLINKS+=sinh.3 sinhf.3
174MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3
174MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3 sqrt.3 sqrtl.3
175MLINKS+=tan.3 tanf.3 tan.3 tanl.3
176MLINKS+=tanh.3 tanhf.3
177MLINKS+=trunc.3 truncf.3 trunc.3 truncl.3
178
179.include <bsd.lib.mk>
175MLINKS+=tan.3 tanf.3 tan.3 tanl.3
176MLINKS+=tanh.3 tanhf.3
177MLINKS+=trunc.3 truncf.3 trunc.3 truncl.3
178
179.include <bsd.lib.mk>