Deleted Added
full compact
Makefile (177761) Makefile (177766)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 177761 2008-03-30 20:07:15Z das $
2# $FreeBSD: head/lib/msun/Makefile 177766 2008-03-30 20:48:02Z 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+= e_hypotl.c e_sqrtl.c k_cosl.c k_sinl.c k_tanl.c \
82COMMON_SRCS+= e_hypotl.c e_remainderl.c e_sqrtl.c \
83 k_cosl.c k_sinl.c k_tanl.c \
83 s_ceill.c s_cosl.c s_csqrtl.c 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 \
84 s_ceill.c s_cosl.c s_csqrtl.c s_exp2l.c s_floorl.c s_fmal.c \
85 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 w_cabsl.c
86 s_remquol.c s_rintl.c s_scalbnl.c \
87 s_sinl.c s_tanl.c s_truncl.c w_cabsl.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
91
92# FreeBSD's C library supplies these functions:
93#COMMON_SRCS+= s_fabs.c s_frexp.c s_isnan.c s_ldexp.c s_modf.c

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

158MLINKS+=lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 llrintl.3 \
159 lrint.3 lrintf.3 lrint.3 lrintl.3
160MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \
161 lround.3 lroundf.3 lround.3 lroundl.3
162MLINKS+=nan.3 nanf.3 nan.3 nanl.3
163MLINKS+=nextafter.3 nextafterf.3 nextafter.3 nextafterl.3
164MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3
165MLINKS+=nextafter.3 nexttowardl.3
88.endif
89
90# C99 complex functions
91COMMON_SRCS+= s_cimag.c s_cimagf.c s_cimagl.c s_conj.c s_conjf.c s_conjl.c \
92 s_creal.c s_crealf.c s_creall.c
93
94# FreeBSD's C library supplies these functions:
95#COMMON_SRCS+= s_fabs.c s_frexp.c s_isnan.c s_ldexp.c s_modf.c

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

160MLINKS+=lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 llrintl.3 \
161 lrint.3 lrintf.3 lrint.3 lrintl.3
162MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \
163 lround.3 lroundf.3 lround.3 lroundl.3
164MLINKS+=nan.3 nanf.3 nan.3 nanl.3
165MLINKS+=nextafter.3 nextafterf.3 nextafter.3 nextafterl.3
166MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3
167MLINKS+=nextafter.3 nexttowardl.3
166MLINKS+=remainder.3 remainderf.3
167MLINKS+=remainder.3 remquo.3 remainder.3 remquof.3
168MLINKS+=remainder.3 remainderf.3 remainder.3 remainderl.3 \
169 remainder.3 remquo.3 remainder.3 remquof.3 remainder.3 remquol.3
168MLINKS+=rint.3 rintf.3 rint.3 rintl.3 \
169 rint.3 nearbyint.3 rint.3 nearbyintf.3 rint.3 nearbyintl.3
170MLINKS+=round.3 roundf.3 round.3 roundl.3
171MLINKS+=scalbn.3 scalbln.3 scalbn.3 scalblnf.3 scalbn.3 scalblnl.3
172MLINKS+=scalbn.3 scalbnf.3 scalbn.3 scalbnl.3
173MLINKS+=sin.3 sinf.3 sin.3 sinl.3
174MLINKS+=sinh.3 sinhf.3
175MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3 sqrt.3 sqrtl.3
176MLINKS+=tan.3 tanf.3 tan.3 tanl.3
177MLINKS+=tanh.3 tanhf.3
178MLINKS+=trunc.3 truncf.3 trunc.3 truncl.3
179
180.include <bsd.lib.mk>
170MLINKS+=rint.3 rintf.3 rint.3 rintl.3 \
171 rint.3 nearbyint.3 rint.3 nearbyintf.3 rint.3 nearbyintl.3
172MLINKS+=round.3 roundf.3 round.3 roundl.3
173MLINKS+=scalbn.3 scalbln.3 scalbn.3 scalblnf.3 scalbn.3 scalblnl.3
174MLINKS+=scalbn.3 scalbnf.3 scalbn.3 scalbnl.3
175MLINKS+=sin.3 sinf.3 sin.3 sinl.3
176MLINKS+=sinh.3 sinhf.3
177MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3 sqrt.3 sqrtl.3
178MLINKS+=tan.3 tanf.3 tan.3 tanl.3
179MLINKS+=tanh.3 tanhf.3
180MLINKS+=trunc.3 truncf.3 trunc.3 truncl.3
181
182.include <bsd.lib.mk>