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

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

94COMMON_SRCS+= s_copysignl.c s_fabsl.c s_llrintl.c s_lrintl.c s_modfl.c
95.if ${LDBL_PREC} != 53
96# If long double != double use these; otherwise, we alias the double versions.
97COMMON_SRCS+= e_acosl.c e_asinl.c e_atan2l.c e_fmodl.c \
98 e_hypotl.c e_remainderl.c e_sqrtl.c \
99 invtrig.c k_cosl.c k_sinl.c k_tanl.c \
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 \
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.

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

94COMMON_SRCS+= s_copysignl.c s_fabsl.c s_llrintl.c s_lrintl.c s_modfl.c
95.if ${LDBL_PREC} != 53
96# If long double != double use these; otherwise, we alias the double versions.
97COMMON_SRCS+= e_acosl.c e_asinl.c e_atan2l.c e_fmodl.c \
98 e_hypotl.c e_remainderl.c e_sqrtl.c \
99 invtrig.c k_cosl.c k_sinl.c k_tanl.c \
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 \
102 s_frexpl.c s_logbl.c s_logl.c s_nanl.c s_nextafterl.c \
103 s_nexttoward.c 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+= catrig.c catrigf.c \
109 s_ccosh.c s_ccoshf.c s_cexp.c s_cexpf.c \
110 s_cimag.c s_cimagf.c s_cimagl.c \
111 s_conj.c s_conjf.c s_conjl.c \

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

182MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
183MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
184MLINKS+=ilogb.3 ilogbf.3 ilogb.3 ilogbl.3 \
185 ilogb.3 logb.3 ilogb.3 logbf.3 ilogb.3 logbl.3
186MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
187MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
188MLINKS+=lgamma.3 gamma.3 lgamma.3 gammaf.3 lgamma.3 lgammaf.3 \
189 lgamma.3 tgamma.3 lgamma.3 tgammaf.3
104 s_sinl.c s_tanl.c s_truncl.c w_cabsl.c
105.endif
106
107# C99 complex functions
108COMMON_SRCS+= catrig.c catrigf.c \
109 s_ccosh.c s_ccoshf.c s_cexp.c s_cexpf.c \
110 s_cimag.c s_cimagf.c s_cimagl.c \
111 s_conj.c s_conjf.c s_conjl.c \

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

182MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
183MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
184MLINKS+=ilogb.3 ilogbf.3 ilogb.3 ilogbl.3 \
185 ilogb.3 logb.3 ilogb.3 logbf.3 ilogb.3 logbl.3
186MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
187MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
188MLINKS+=lgamma.3 gamma.3 lgamma.3 gammaf.3 lgamma.3 lgammaf.3 \
189 lgamma.3 tgamma.3 lgamma.3 tgammaf.3
190MLINKS+=log.3 log10.3 log.3 log10f.3 log.3 log1p.3 log.3 log1pf.3 log.3 logf.3 log.3 log2.3 log.3 log2f.3
190MLINKS+=log.3 log10.3 log.3 log10f.3 log.3 log10l.3 log.3 \
191 log1p.3 log.3 log1pf.3 log.3 log1pl.3 log.3 logf.3 log.3 logl.3 \
192 log.3 log2.3 log.3 log2f.3 log.3 log2l.3
191MLINKS+=lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 llrintl.3 \
192 lrint.3 lrintf.3 lrint.3 lrintl.3
193MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \
194 lround.3 lroundf.3 lround.3 lroundl.3
195MLINKS+=nan.3 nanf.3 nan.3 nanl.3
196MLINKS+=nextafter.3 nextafterf.3 nextafter.3 nextafterl.3
197MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3
198MLINKS+=nextafter.3 nexttowardl.3

--- 16 unchanged lines hidden ---
193MLINKS+=lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 llrintl.3 \
194 lrint.3 lrintf.3 lrint.3 lrintl.3
195MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \
196 lround.3 lroundf.3 lround.3 lroundl.3
197MLINKS+=nan.3 nanf.3 nan.3 nanl.3
198MLINKS+=nextafter.3 nextafterf.3 nextafter.3 nextafterl.3
199MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3
200MLINKS+=nextafter.3 nexttowardl.3

--- 16 unchanged lines hidden ---