Deleted Added
full compact
Makefile (230192) Makefile (238724)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 230192 2012-01-16 04:09:17Z das $
2# $FreeBSD: head/lib/msun/Makefile 238724 2012-07-23 19:23:49Z 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.

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

89# C99 long double functions
90COMMON_SRCS+= s_copysignl.c s_fabsl.c s_llrintl.c s_lrintl.c s_modfl.c
91.if ${LDBL_PREC} != 53
92# If long double != double use these; otherwise, we alias the double versions.
93COMMON_SRCS+= e_acosl.c e_asinl.c e_atan2l.c e_fmodl.c \
94 e_hypotl.c e_remainderl.c e_sqrtl.c \
95 invtrig.c k_cosl.c k_sinl.c k_tanl.c \
96 s_atanl.c s_cbrtl.c s_ceill.c s_cosl.c s_cprojl.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.

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

89# C99 long double functions
90COMMON_SRCS+= s_copysignl.c s_fabsl.c s_llrintl.c s_lrintl.c s_modfl.c
91.if ${LDBL_PREC} != 53
92# If long double != double use these; otherwise, we alias the double versions.
93COMMON_SRCS+= e_acosl.c e_asinl.c e_atan2l.c e_fmodl.c \
94 e_hypotl.c e_remainderl.c e_sqrtl.c \
95 invtrig.c k_cosl.c k_sinl.c k_tanl.c \
96 s_atanl.c s_cbrtl.c s_ceill.c s_cosl.c s_cprojl.c \
97 s_csqrtl.c s_exp2l.c s_floorl.c s_fmal.c \
97 s_csqrtl.c s_exp2l.c s_expl.c s_floorl.c s_fmal.c \
98 s_frexpl.c s_logbl.c s_nanl.c s_nextafterl.c s_nexttoward.c \
99 s_remquol.c s_rintl.c s_scalbnl.c \
100 s_sinl.c s_tanl.c s_truncl.c w_cabsl.c
101.endif
102
103# C99 complex functions
104COMMON_SRCS+= s_ccosh.c s_ccoshf.c s_cexp.c s_cexpf.c \
105 s_cimag.c s_cimagf.c s_cimagl.c \

--- 107 unchanged lines hidden ---
98 s_frexpl.c s_logbl.c s_nanl.c s_nextafterl.c s_nexttoward.c \
99 s_remquol.c s_rintl.c s_scalbnl.c \
100 s_sinl.c s_tanl.c s_truncl.c w_cabsl.c
101.endif
102
103# C99 complex functions
104COMMON_SRCS+= s_ccosh.c s_ccoshf.c s_cexp.c s_cexpf.c \
105 s_cimag.c s_cimagf.c s_cimagl.c \

--- 107 unchanged lines hidden ---