Deleted Added
full compact
Makefile (133147) Makefile (133289)
1# @(#)Makefile 5.1beta 93/09/24
1# @(#)Makefile 5.1beta 93/09/24
2# $FreeBSD: head/lib/msun/Makefile 133147 2004-08-05 01:46:11Z das $
2# $FreeBSD: head/lib/msun/Makefile 133289 2004-08-07 23:03:36Z 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.

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

124.endfor
125.endif
126
127SRCS= ${COMMON_SRCS} ${ARCH_SRCS}
128
129INCS= fenv.h math.h
130
131MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \
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.

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

124.endfor
125.endif
126
127SRCS= ${COMMON_SRCS} ${ARCH_SRCS}
128
129INCS= fenv.h math.h
130
131MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \
132 cos.3 cosh.3 erf.3 exp.3 fabs.3 fdim.3 feclearexcept.3 fegetenv.3 \
133 fegetround.3 fenv.3 floor.3 fmax.3 fmod.3 hypot.3 ieee.3 \
132 cimag.3 cos.3 cosh.3 erf.3 exp.3 fabs.3 fdim.3 feclearexcept.3 \
133 fegetenv.3 fegetround.3 fenv.3 floor.3 fmax.3 fmod.3 hypot.3 ieee.3 \
134 ieee_test.3 j0.3 lgamma.3 math.3 rint.3 round.3 \
135 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3
136
137MLINKS+=acos.3 acosf.3
138MLINKS+=acosh.3 acoshf.3
139MLINKS+=asin.3 asinf.3
140MLINKS+=asinh.3 asinhf.3
141MLINKS+=atan.3 atanf.3
142MLINKS+=atanh.3 atanhf.3
143MLINKS+=atan2.3 atan2f.3
144MLINKS+=ceil.3 ceilf.3
134 ieee_test.3 j0.3 lgamma.3 math.3 rint.3 round.3 \
135 signbit.3 sin.3 sinh.3 sqrt.3 tan.3 tanh.3 trunc.3
136
137MLINKS+=acos.3 acosf.3
138MLINKS+=acosh.3 acoshf.3
139MLINKS+=asin.3 asinf.3
140MLINKS+=asinh.3 asinhf.3
141MLINKS+=atan.3 atanf.3
142MLINKS+=atanh.3 atanhf.3
143MLINKS+=atan2.3 atan2f.3
144MLINKS+=ceil.3 ceilf.3
145MLINKS+=cimag.3 cimagf.3 cimag.3 cimagl.3 \
146 cimag.3 conj.3 cimag.3 conjf.3 cimag.3 conjl.3 \
147 cimag.3 creal.3 cimag.3 crealf.3 cimag.3 creall.3
145MLINKS+=cos.3 cosf.3
146MLINKS+=cosh.3 coshf.3
147MLINKS+=erf.3 erfc.3 erf.3 erff.3 erf.3 erfcf.3
148MLINKS+=exp.3 expm1.3 exp.3 log.3 exp.3 log10.3 exp.3 log1p.3 exp.3 pow.3 \
149 exp.3 expf.3 exp.3 exp10.3 exp.3 exp10f.3 \
150 exp.3 expm1f.3 exp.3 logf.3 exp.3 powf.3 \
151 exp.3 log10f.3 exp.3 log1pf.3
152MLINKS+=fabs.3 fabsf.3 fabs.3 fabsl.3

--- 32 unchanged lines hidden ---
148MLINKS+=cos.3 cosf.3
149MLINKS+=cosh.3 coshf.3
150MLINKS+=erf.3 erfc.3 erf.3 erff.3 erf.3 erfcf.3
151MLINKS+=exp.3 expm1.3 exp.3 log.3 exp.3 log10.3 exp.3 log1p.3 exp.3 pow.3 \
152 exp.3 expf.3 exp.3 exp10.3 exp.3 exp10f.3 \
153 exp.3 expm1f.3 exp.3 logf.3 exp.3 powf.3 \
154 exp.3 log10f.3 exp.3 log1pf.3
155MLINKS+=fabs.3 fabsf.3 fabs.3 fabsl.3

--- 32 unchanged lines hidden ---