Deleted Added
full compact
Makefile (219572) Makefile (219576)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 219572 2011-03-12 17:03:41Z kargl $
2# $FreeBSD: head/lib/msun/Makefile 219576 2011-03-12 19:37:35Z 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.

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

88
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 \
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.

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

88
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_ceill.c s_cosl.c s_cprojl.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 \
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_cexp.c s_cexpf.c s_cimag.c s_cimagf.c s_cimagl.c \

--- 102 unchanged lines hidden ---
97 s_csqrtl.c s_exp2l.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_cexp.c s_cexpf.c s_cimag.c s_cimagf.c s_cimagl.c \

--- 102 unchanged lines hidden ---