Deleted Added
full compact
Makefile (174720) Makefile (175309)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 174720 2007-12-17 18:21:23Z bde $
2# $FreeBSD: head/lib/msun/Makefile 175309 2008-01-14 02:12:07Z 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.

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

70LIBCDIR= ${.CURDIR}/../libc
71CFLAGS+= -I${LIBCDIR}/include -I${LIBCDIR}/${MACHINE_ARCH}
72SYM_MAPS+= ${.CURDIR}/Symbol.map
73
74VERSION_DEF= ${LIBCDIR}/Versions.def
75SYMBOL_MAPS= ${SYM_MAPS}
76
77# C99 long double functions
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.

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

70LIBCDIR= ${.CURDIR}/../libc
71CFLAGS+= -I${LIBCDIR}/include -I${LIBCDIR}/${MACHINE_ARCH}
72SYM_MAPS+= ${.CURDIR}/Symbol.map
73
74VERSION_DEF= ${LIBCDIR}/Versions.def
75SYMBOL_MAPS= ${SYM_MAPS}
76
77# C99 long double functions
78COMMON_SRCS+= s_copysignl.c s_fabsl.c s_modfl.c
78COMMON_SRCS+= s_copysignl.c s_fabsl.c s_llrintl.c s_lrintl.c s_modfl.c
79.if ${LDBL_PREC} != 53
80# If long double != double use these; otherwise, we alias the double versions.
81COMMON_SRCS+= s_fmal.c s_frexpl.c s_logbl.c s_nanl.c \
79.if ${LDBL_PREC} != 53
80# If long double != double use these; otherwise, we alias the double versions.
81COMMON_SRCS+= s_fmal.c s_frexpl.c s_logbl.c s_nanl.c \
82 s_nextafterl.c s_nexttoward.c s_scalbnl.c
82 s_nextafterl.c s_nexttoward.c s_rintl.c s_scalbnl.c
83.endif
84
85# C99 complex functions
86COMMON_SRCS+= s_cimag.c s_cimagf.c s_cimagl.c s_conj.c s_conjf.c s_conjl.c \
87 s_creal.c s_crealf.c s_creall.c
88
89# FreeBSD's C library supplies these functions:
90#COMMON_SRCS+= s_fabs.c s_frexp.c s_isnan.c s_ldexp.c s_modf.c

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

145MLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 hypotf.3
146MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
147MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
148MLINKS+=ilogb.3 ilogbf.3 ilogb.3 ilogbl.3 \
149 ilogb.3 logb.3 ilogb.3 logbf.3 ilogb.3 logbl.3
150MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
151MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
152MLINKS+=lgamma.3 gamma.3 lgamma.3 gammaf.3 lgamma.3 lgammaf.3 lgamma.3 tgamma.3
83.endif
84
85# C99 complex functions
86COMMON_SRCS+= s_cimag.c s_cimagf.c s_cimagl.c s_conj.c s_conjf.c s_conjl.c \
87 s_creal.c s_crealf.c s_creall.c
88
89# FreeBSD's C library supplies these functions:
90#COMMON_SRCS+= s_fabs.c s_frexp.c s_isnan.c s_ldexp.c s_modf.c

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

145MLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 hypotf.3
146MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
147MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
148MLINKS+=ilogb.3 ilogbf.3 ilogb.3 ilogbl.3 \
149 ilogb.3 logb.3 ilogb.3 logbf.3 ilogb.3 logbl.3
150MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
151MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
152MLINKS+=lgamma.3 gamma.3 lgamma.3 gammaf.3 lgamma.3 lgammaf.3 lgamma.3 tgamma.3
153MLINKS+=lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 lrintf.3
153MLINKS+=lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 llrintl.3 \
154 lrint.3 lrintf.3 lrint.3 lrintl.3
154MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \
155 lround.3 lroundf.3 lround.3 lroundl.3
156MLINKS+=nan.3 nanf.3 nan.3 nanl.3
157MLINKS+=nextafter.3 nextafterf.3 nextafter.3 nextafterl.3
158MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3
159MLINKS+=nextafter.3 nexttowardl.3
160MLINKS+=remainder.3 remainderf.3
161MLINKS+=remainder.3 remquo.3 remainder.3 remquof.3
155MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \
156 lround.3 lroundf.3 lround.3 lroundl.3
157MLINKS+=nan.3 nanf.3 nan.3 nanl.3
158MLINKS+=nextafter.3 nextafterf.3 nextafter.3 nextafterl.3
159MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3
160MLINKS+=nextafter.3 nexttowardl.3
161MLINKS+=remainder.3 remainderf.3
162MLINKS+=remainder.3 remquo.3 remainder.3 remquof.3
162MLINKS+=rint.3 rintf.3 rint.3 nearbyint.3 rint.3 nearbyintf.3
163MLINKS+=rint.3 rintf.3 rint.3 rintl.3 \
164 rint.3 nearbyint.3 rint.3 nearbyintf.3 rint.3 nearbyintl.3
163MLINKS+=round.3 roundf.3 round.3 roundl.3
164MLINKS+=scalbn.3 scalbln.3 scalbn.3 scalblnf.3 scalbn.3 scalblnl.3
165MLINKS+=scalbn.3 scalbnf.3 scalbn.3 scalbnl.3
166MLINKS+=sin.3 sinf.3
167MLINKS+=sinh.3 sinhf.3
168MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3
169MLINKS+=tan.3 tanf.3
170MLINKS+=tanh.3 tanhf.3
171MLINKS+=trunc.3 truncf.3 trunc.3 truncl.3
172
173.include <bsd.lib.mk>
165MLINKS+=round.3 roundf.3 round.3 roundl.3
166MLINKS+=scalbn.3 scalbln.3 scalbn.3 scalblnf.3 scalbn.3 scalblnl.3
167MLINKS+=scalbn.3 scalbnf.3 scalbn.3 scalbnl.3
168MLINKS+=sin.3 sinf.3
169MLINKS+=sinh.3 sinhf.3
170MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3
171MLINKS+=tan.3 tanf.3
172MLINKS+=tanh.3 tanhf.3
173MLINKS+=trunc.3 truncf.3 trunc.3 truncl.3
174
175.include <bsd.lib.mk>