Deleted Added
full compact
Makefile (129038) Makefile (129040)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 129038 2004-05-07 17:55:07Z stefanf $
2# $FreeBSD: head/lib/msun/Makefile 129040 2004-05-07 18:56:31Z stefanf $
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.

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

97 w_sinh.c w_sinhf.c w_sqrt.c w_sqrtf.c \
98 w_y0.c w_y0f.c w_y1.c w_y1f.c w_yn.c w_ynf.c
99
100# Location of fpmath.h and _fpmath.h
101LIBCDIR= ${.CURDIR}/../libc
102CFLAGS+= -I${LIBCDIR}/include -I${LIBCDIR}/${MACHINE_ARCH}
103
104# 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.

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

97 w_sinh.c w_sinhf.c w_sqrt.c w_sqrtf.c \
98 w_y0.c w_y0f.c w_y1.c w_y1f.c w_yn.c w_ynf.c
99
100# Location of fpmath.h and _fpmath.h
101LIBCDIR= ${.CURDIR}/../libc
102CFLAGS+= -I${LIBCDIR}/include -I${LIBCDIR}/${MACHINE_ARCH}
103
104# C99 long double functions
105COMMON_SRCS+= s_fabsl.c
105COMMON_SRCS+= s_copysignl.c s_fabsl.c
106
107# FreeBSD's C library supplies these functions:
108#COMMON_SRCS+= s_fabs.c s_frexp.c s_isnan.c s_ldexp.c s_modf.c
109
110# Exclude the generic versions of what we provide in the MD area.
111.if defined(ARCH_SRCS)
112.PATH: ${.CURDIR}/${ARCH}
113.for i in ${ARCH_SRCS}

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

138MLINKS+=exp.3 expm1.3 exp.3 log.3 exp.3 log10.3 exp.3 log1p.3 exp.3 pow.3 \
139 exp.3 expf.3 exp.3 exp10.3 exp.3 exp10f.3 \
140 exp.3 expm1f.3 exp.3 logf.3 exp.3 powf.3 \
141 exp.3 log10f.3 exp.3 log1pf.3
142MLINKS+=fabs.3 fabsf.3 fabs.3 fabsl.3
143MLINKS+=floor.3 floorf.3
144MLINKS+=fmod.3 fmodf.3
145MLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 hypotf.3
106
107# FreeBSD's C library supplies these functions:
108#COMMON_SRCS+= s_fabs.c s_frexp.c s_isnan.c s_ldexp.c s_modf.c
109
110# Exclude the generic versions of what we provide in the MD area.
111.if defined(ARCH_SRCS)
112.PATH: ${.CURDIR}/${ARCH}
113.for i in ${ARCH_SRCS}

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

138MLINKS+=exp.3 expm1.3 exp.3 log.3 exp.3 log10.3 exp.3 log1p.3 exp.3 pow.3 \
139 exp.3 expf.3 exp.3 exp10.3 exp.3 exp10f.3 \
140 exp.3 expm1f.3 exp.3 logf.3 exp.3 powf.3 \
141 exp.3 log10f.3 exp.3 log1pf.3
142MLINKS+=fabs.3 fabsf.3 fabs.3 fabsl.3
143MLINKS+=floor.3 floorf.3
144MLINKS+=fmod.3 fmodf.3
145MLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 hypotf.3
146MLINKS+=ieee.3 copysign.3 ieee.3 copysignf.3 ieee.3 finite.3 ieee.3 finitef.3 \
146MLINKS+=ieee.3 copysign.3 ieee.3 copysignf.3 ieee.3 copysignl.3 \
147 ieee.3 finite.3 ieee.3 finitef.3 \
147 ieee.3 ilogb.3 ieee.3 ilogbf.3 ieee.3 nextafter.3 ieee.3 nextafterf.3 \
148 ieee.3 remainder.3 ieee.3 remainderf.3 ieee.3 scalbn.3 ieee.3 scalbnf.3
149MLINKS+=ieee_test.3 logb.3 ieee_test.3 logbf.3
150MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
151MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
152MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
153MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
154MLINKS+=lgamma.3 gamma.3 lgamma.3 gammaf.3 lgamma.3 lgammaf.3 lgamma.3 tgamma.3
155MLINKS+=rint.3 rintf.3
156MLINKS+=sin.3 sinf.3
157MLINKS+=sinh.3 sinhf.3
158MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3
159MLINKS+=tan.3 tanf.3
160MLINKS+=tanh.3 tanhf.3
161
162.include <bsd.lib.mk>
148 ieee.3 ilogb.3 ieee.3 ilogbf.3 ieee.3 nextafter.3 ieee.3 nextafterf.3 \
149 ieee.3 remainder.3 ieee.3 remainderf.3 ieee.3 scalbn.3 ieee.3 scalbnf.3
150MLINKS+=ieee_test.3 logb.3 ieee_test.3 logbf.3
151MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
152MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
153MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
154MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
155MLINKS+=lgamma.3 gamma.3 lgamma.3 gammaf.3 lgamma.3 lgammaf.3 lgamma.3 tgamma.3
156MLINKS+=rint.3 rintf.3
157MLINKS+=sin.3 sinf.3
158MLINKS+=sinh.3 sinhf.3
159MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3
160MLINKS+=tan.3 tanf.3
161MLINKS+=tanh.3 tanhf.3
162
163.include <bsd.lib.mk>