Deleted Added
full compact
Makefile (144650) Makefile (144772)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 144650 2005-04-05 02:57:39Z das $
2# $FreeBSD: head/lib/msun/Makefile 144772 2005-04-08 01:24:08Z 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.

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

42 s_ceil.c s_ceilf.c s_ceill.c \
43 s_copysign.c s_copysignf.c s_cos.c s_cosf.c s_erf.c s_erff.c \
44 s_exp2.c s_exp2f.c s_expm1.c s_expm1f.c s_fabsf.c s_fdim.c \
45 s_finite.c s_finitef.c \
46 s_floor.c s_floorf.c s_floorl.c s_fma.c s_fmaf.c \
47 s_fmax.c s_fmaxf.c s_fmaxl.c s_fmin.c \
48 s_fminf.c s_fminl.c s_frexp.c s_frexpf.c s_ilogb.c s_ilogbf.c \
49 s_ilogbl.c s_isfinite.c s_isnan.c s_isnormal.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.

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

42 s_ceil.c s_ceilf.c s_ceill.c \
43 s_copysign.c s_copysignf.c s_cos.c s_cosf.c s_erf.c s_erff.c \
44 s_exp2.c s_exp2f.c s_expm1.c s_expm1f.c s_fabsf.c s_fdim.c \
45 s_finite.c s_finitef.c \
46 s_floor.c s_floorf.c s_floorl.c s_fma.c s_fmaf.c \
47 s_fmax.c s_fmaxf.c s_fmaxl.c s_fmin.c \
48 s_fminf.c s_fminl.c s_frexp.c s_frexpf.c s_ilogb.c s_ilogbf.c \
49 s_ilogbl.c s_isfinite.c s_isnan.c s_isnormal.c \
50 s_llrint.c s_llrintf.c s_llround.c s_llroundf.c \
50 s_llrint.c s_llrintf.c s_llround.c s_llroundf.c s_llroundl.c \
51 s_log1p.c s_log1pf.c s_logb.c s_logbf.c s_lrint.c s_lrintf.c \
51 s_log1p.c s_log1pf.c s_logb.c s_logbf.c s_lrint.c s_lrintf.c \
52 s_lround.c s_lroundf.c s_modff.c \
52 s_lround.c s_lroundf.c s_lroundl.c s_modff.c \
53 s_nearbyint.c s_nextafter.c s_nextafterf.c \
54 s_nexttowardf.c s_remquo.c s_remquof.c \
53 s_nearbyint.c s_nextafter.c s_nextafterf.c \
54 s_nexttowardf.c s_remquo.c s_remquof.c \
55 s_rint.c s_rintf.c s_round.c s_roundf.c \
55 s_rint.c s_rintf.c s_round.c s_roundf.c s_roundl.c \
56 s_scalbln.c s_scalbn.c s_scalbnf.c s_signbit.c \
57 s_signgam.c s_significand.c s_significandf.c s_sin.c s_sinf.c s_tan.c \
58 s_tanf.c s_tanh.c s_tanhf.c s_trunc.c s_truncf.c \
59 w_cabs.c w_cabsf.c w_drem.c w_dremf.c
60
61# Location of fpmath.h and _fpmath.h
62LIBCDIR= ${.CURDIR}/../libc
63CFLAGS+= -I${LIBCDIR}/include -I${LIBCDIR}/${MACHINE_ARCH}

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

132MLINKS+=ieee_test.3 logb.3 ieee_test.3 logbf.3
133MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
134MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
135MLINKS+=ilogb.3 ilogbf.3 ilogb.3 ilogbl.3
136MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
137MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
138MLINKS+=lgamma.3 gamma.3 lgamma.3 gammaf.3 lgamma.3 lgammaf.3 lgamma.3 tgamma.3
139MLINKS+=lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 lrintf.3
56 s_scalbln.c s_scalbn.c s_scalbnf.c s_signbit.c \
57 s_signgam.c s_significand.c s_significandf.c s_sin.c s_sinf.c s_tan.c \
58 s_tanf.c s_tanh.c s_tanhf.c s_trunc.c s_truncf.c \
59 w_cabs.c w_cabsf.c w_drem.c w_dremf.c
60
61# Location of fpmath.h and _fpmath.h
62LIBCDIR= ${.CURDIR}/../libc
63CFLAGS+= -I${LIBCDIR}/include -I${LIBCDIR}/${MACHINE_ARCH}

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

132MLINKS+=ieee_test.3 logb.3 ieee_test.3 logbf.3
133MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3
134MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3
135MLINKS+=ilogb.3 ilogbf.3 ilogb.3 ilogbl.3
136MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
137MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3
138MLINKS+=lgamma.3 gamma.3 lgamma.3 gammaf.3 lgamma.3 lgammaf.3 lgamma.3 tgamma.3
139MLINKS+=lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 lrintf.3
140MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 lroundf.3
140MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \
141 lround.3 lroundf.3 lround.3 lroundl.3
141MLINKS+=nextafter.3 nextafterf.3 nextafter.3 nextafterl.3
142MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3
143MLINKS+=nextafter.3 nexttowardl.3
144MLINKS+=remainder.3 remainderf.3
145MLINKS+=remainder.3 remquo.3 remainder.3 remquof.3
146MLINKS+=rint.3 rintf.3 rint.3 nearbyint.3 rint.3 nearbyintf.3
142MLINKS+=nextafter.3 nextafterf.3 nextafter.3 nextafterl.3
143MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3
144MLINKS+=nextafter.3 nexttowardl.3
145MLINKS+=remainder.3 remainderf.3
146MLINKS+=remainder.3 remquo.3 remainder.3 remquof.3
147MLINKS+=rint.3 rintf.3 rint.3 nearbyint.3 rint.3 nearbyintf.3
147MLINKS+=round.3 roundf.3
148MLINKS+=round.3 roundf.3 round.3 roundl.3
148MLINKS+=scalbn.3 scalbln.3 scalbn.3 scalblnf.3 scalbn.3 scalblnl.3
149MLINKS+=scalbn.3 scalbnf.3 scalbn.3 scalbnl.3
150MLINKS+=sin.3 sinf.3
151MLINKS+=sinh.3 sinhf.3
152MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3
153MLINKS+=tan.3 tanf.3
154MLINKS+=tanh.3 tanhf.3
155MLINKS+=trunc.3 truncf.3
156
157.include <bsd.lib.mk>
149MLINKS+=scalbn.3 scalbln.3 scalbn.3 scalblnf.3 scalbn.3 scalblnl.3
150MLINKS+=scalbn.3 scalbnf.3 scalbn.3 scalbnl.3
151MLINKS+=sin.3 sinf.3
152MLINKS+=sinh.3 sinhf.3
153MLINKS+=sqrt.3 cbrt.3 sqrt.3 cbrtf.3 sqrt.3 sqrtf.3
154MLINKS+=tan.3 tanf.3
155MLINKS+=tanh.3 tanhf.3
156MLINKS+=trunc.3 truncf.3
157
158.include <bsd.lib.mk>