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

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

134MLINKS+=ceil.3 ceilf.3
135MLINKS+=cos.3 cosf.3
136MLINKS+=cosh.3 coshf.3
137MLINKS+=erf.3 erfc.3 erf.3 erff.3 erf.3 erfcf.3
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
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.

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

134MLINKS+=ceil.3 ceilf.3
135MLINKS+=cos.3 cosf.3
136MLINKS+=cosh.3 coshf.3
137MLINKS+=erf.3 erfc.3 erf.3 erff.3 erf.3 erfcf.3
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
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 \
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

--- 12 unchanged lines hidden ---
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 \
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

--- 12 unchanged lines hidden ---