Makefile (0b8d0b5be97f2c7ac95135ad308b9d3c2005b3ec) | Makefile (998b640bcbca4ff197daf30fcff18d33889a7a0b) |
---|---|
1# @(#)Makefile 5.1beta 93/09/24 2# $FreeBSD$ 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 --- 80 unchanged lines hidden (view full) --- 89 90VERSION_DEF= ${LIBCDIR}/Versions.def 91SYMBOL_MAPS= ${SYM_MAPS} 92 93# C99 long double functions 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. | 1# @(#)Makefile 5.1beta 93/09/24 2# $FreeBSD$ 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 --- 80 unchanged lines hidden (view full) --- 89 90VERSION_DEF= ${LIBCDIR}/Versions.def 91SYMBOL_MAPS= ${SYM_MAPS} 92 93# C99 long double functions 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 \ | 97COMMON_SRCS+= e_acoshl.c e_acosl.c e_asinl.c e_atan2l.c e_atanhl.c \ 98 e_fmodl.c e_hypotl.c e_remainderl.c e_sqrtl.c \ |
99 invtrig.c k_cosl.c k_sinl.c k_tanl.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 \ | 100 s_asinhl.c 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_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 \ --- 24 unchanged lines hidden (view full) --- 133 fegetround.3 fenv.3 floor.3 \ 134 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \ 135 lgamma.3 log.3 lrint.3 lround.3 math.3 nan.3 \ 136 nextafter.3 remainder.3 rint.3 \ 137 round.3 scalbn.3 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3 \ 138 complex.3 139 140MLINKS+=acos.3 acosf.3 acos.3 acosl.3 | 101 s_csqrtl.c s_exp2l.c s_expl.c s_floorl.c s_fmal.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 \ --- 24 unchanged lines hidden (view full) --- 133 fegetround.3 fenv.3 floor.3 \ 134 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \ 135 lgamma.3 log.3 lrint.3 lround.3 math.3 nan.3 \ 136 nextafter.3 remainder.3 rint.3 \ 137 round.3 scalbn.3 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3 \ 138 complex.3 139 140MLINKS+=acos.3 acosf.3 acos.3 acosl.3 |
141MLINKS+=acosh.3 acoshf.3 | 141MLINKS+=acosh.3 acoshf.3 acosh.3 acoshl.3 |
142MLINKS+=asin.3 asinf.3 asin.3 asinl.3 | 142MLINKS+=asin.3 asinf.3 asin.3 asinl.3 |
143MLINKS+=asinh.3 asinhf.3 | 143MLINKS+=asinh.3 asinhf.3 asinh.3 asinhl.3 |
144MLINKS+=atan.3 atanf.3 atan.3 atanl.3 | 144MLINKS+=atan.3 atanf.3 atan.3 atanl.3 |
145MLINKS+=atanh.3 atanhf.3 | 145MLINKS+=atanh.3 atanhf.3 atanh.3 atanhl.3 |
146MLINKS+=atan2.3 atan2f.3 atan2.3 atan2l.3 \ 147 atan2.3 carg.3 atan2.3 cargf.3 atan2.3 cargl.3 148MLINKS+=cacos.3 cacosf.3 cacos.3 cacosh.3 cacos.3 cacoshf.3 \ 149 cacos.3 casin.3 cacos.3 casinf.3 cacos.3 casinh.3 cacos.3 casinhf.3 \ 150 cacos.3 catan.3 cacos.3 catanf.3 cacos.3 catanh.3 cacos.3 catanhf.3 151MLINKS+=ccos.3 ccosf.3 ccos.3 csin.3 ccos.3 csinf.3 ccos.3 ctan.3 ccos.3 ctanf.3 152MLINKS+=ccosh.3 ccoshf.3 ccosh.3 csinh.3 ccosh.3 csinhf.3 \ 153 ccosh.3 ctanh.3 ccosh.3 ctanhf.3 --- 64 unchanged lines hidden --- | 146MLINKS+=atan2.3 atan2f.3 atan2.3 atan2l.3 \ 147 atan2.3 carg.3 atan2.3 cargf.3 atan2.3 cargl.3 148MLINKS+=cacos.3 cacosf.3 cacos.3 cacosh.3 cacos.3 cacoshf.3 \ 149 cacos.3 casin.3 cacos.3 casinf.3 cacos.3 casinh.3 cacos.3 casinhf.3 \ 150 cacos.3 catan.3 cacos.3 catanf.3 cacos.3 catanh.3 cacos.3 catanhf.3 151MLINKS+=ccos.3 ccosf.3 ccos.3 csin.3 ccos.3 csinf.3 ccos.3 ctan.3 ccos.3 ctanf.3 152MLINKS+=ccosh.3 ccoshf.3 ccosh.3 csinh.3 ccosh.3 csinhf.3 \ 153 ccosh.3 ctanh.3 ccosh.3 ctanhf.3 --- 64 unchanged lines hidden --- |