Deleted Added
full compact
Makefile (268593) Makefile (271651)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 268593 2014-07-13 17:05:03Z kargl $
2# $FreeBSD: head/lib/msun/Makefile 271651 2014-09-15 23:21:57Z kargl $
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.

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

93SYMBOL_MAPS= ${SYM_MAPS}
94
95# C99 long double functions
96COMMON_SRCS+= s_copysignl.c s_fabsl.c s_llrintl.c s_lrintl.c s_modfl.c
97.if ${LDBL_PREC} != 53
98# If long double != double use these; otherwise, we alias the double versions.
99COMMON_SRCS+= e_acoshl.c e_acosl.c e_asinl.c e_atan2l.c e_atanhl.c \
100 e_coshl.c e_fmodl.c e_hypotl.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.

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

93SYMBOL_MAPS= ${SYM_MAPS}
94
95# C99 long double functions
96COMMON_SRCS+= s_copysignl.c s_fabsl.c s_llrintl.c s_lrintl.c s_modfl.c
97.if ${LDBL_PREC} != 53
98# If long double != double use these; otherwise, we alias the double versions.
99COMMON_SRCS+= e_acoshl.c e_acosl.c e_asinl.c e_atan2l.c e_atanhl.c \
100 e_coshl.c e_fmodl.c e_hypotl.c \
101 e_lgammal.c e_lgammal_r.c \
101 e_remainderl.c e_sinhl.c e_sqrtl.c \
102 invtrig.c k_cosl.c k_sinl.c k_tanl.c \
103 s_asinhl.c s_atanl.c s_cbrtl.c s_ceill.c s_cosl.c s_cprojl.c \
104 s_csqrtl.c s_erfl.c s_exp2l.c s_expl.c s_floorl.c s_fmal.c \
105 s_frexpl.c s_logbl.c s_logl.c s_nanl.c s_nextafterl.c \
106 s_nexttoward.c s_remquol.c s_rintl.c s_roundl.c s_scalbnl.c \
107 s_sinl.c s_tanhl.c s_tanl.c s_truncl.c w_cabsl.c
108.endif

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

183MLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 cabsl.3 \
184 hypot.3 hypotf.3 hypot.3 hypotl.3
185MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
186MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
187MLINKS+=ilogb.3 ilogbf.3 ilogb.3 ilogbl.3 \
188 ilogb.3 logb.3 ilogb.3 logbf.3 ilogb.3 logbl.3
189MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
190MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
102 e_remainderl.c e_sinhl.c e_sqrtl.c \
103 invtrig.c k_cosl.c k_sinl.c k_tanl.c \
104 s_asinhl.c s_atanl.c s_cbrtl.c s_ceill.c s_cosl.c s_cprojl.c \
105 s_csqrtl.c s_erfl.c s_exp2l.c s_expl.c s_floorl.c s_fmal.c \
106 s_frexpl.c s_logbl.c s_logl.c s_nanl.c s_nextafterl.c \
107 s_nexttoward.c s_remquol.c s_rintl.c s_roundl.c s_scalbnl.c \
108 s_sinl.c s_tanhl.c s_tanl.c s_truncl.c w_cabsl.c
109.endif

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

184MLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 cabsl.3 \
185 hypot.3 hypotf.3 hypot.3 hypotl.3
186MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
187MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
188MLINKS+=ilogb.3 ilogbf.3 ilogb.3 ilogbl.3 \
189 ilogb.3 logb.3 ilogb.3 logbf.3 ilogb.3 logbl.3
190MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
191MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
191MLINKS+=lgamma.3 gamma.3 lgamma.3 gammaf.3 lgamma.3 lgammaf.3 \
192MLINKS+=lgamma.3 gamma.3 lgamma.3 gammaf.3 \
193 lgamma.3 lgammaf.3 lgamma.3 lgammal.3 \
192 lgamma.3 tgamma.3 lgamma.3 tgammaf.3
193MLINKS+=log.3 log10.3 log.3 log10f.3 log.3 log10l.3 \
194 log.3 log1p.3 log.3 log1pf.3 log.3 log1pl.3 \
195 log.3 logf.3 log.3 logl.3 \
196 log.3 log2.3 log.3 log2f.3 log.3 log2l.3
197MLINKS+=lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 llrintl.3 \
198 lrint.3 lrintf.3 lrint.3 lrintl.3
199MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \

--- 21 unchanged lines hidden ---
194 lgamma.3 tgamma.3 lgamma.3 tgammaf.3
195MLINKS+=log.3 log10.3 log.3 log10f.3 log.3 log10l.3 \
196 log.3 log1p.3 log.3 log1pf.3 log.3 log1pl.3 \
197 log.3 logf.3 log.3 logl.3 \
198 log.3 log2.3 log.3 log2f.3 log.3 log2l.3
199MLINKS+=lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 llrintl.3 \
200 lrint.3 lrintf.3 lrint.3 lrintl.3
201MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \

--- 21 unchanged lines hidden ---