Makefile (10c9ffa425c6aa6022622219eb6075d85481eff2) | Makefile (7e2ee1f0651c48f73300dcec2517c04af01544f3) |
---|---|
1# @(#)Makefile 5.1beta 93/09/24 2# $FreeBSD$ 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 --- 69 unchanged lines hidden (view full) --- 78 e_log.c e_log10.c e_log10f.c e_logf.c e_pow.c e_powf.c e_rem_pio2.c \ 79 e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \ 80 e_sinh.c e_sinhf.c e_sqrt.c e_sqrtf.c fenv.c \ 81 k_cos.c k_cosf.c k_rem_pio2.c k_rem_pio2f.c k_sin.c k_sinf.c \ 82 k_standard.c k_tan.c k_tanf.c \ 83 s_asinh.c s_asinhf.c s_atan.c s_atanf.c s_cbrt.c s_cbrtf.c s_ceil.c \ 84 s_ceilf.c s_copysign.c s_copysignf.c s_cos.c s_cosf.c s_erf.c s_erff.c \ 85 s_expm1.c s_expm1f.c s_fabsf.c s_fdim.c s_finite.c s_finitef.c \ | 1# @(#)Makefile 5.1beta 93/09/24 2# $FreeBSD$ 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 --- 69 unchanged lines hidden (view full) --- 78 e_log.c e_log10.c e_log10f.c e_logf.c e_pow.c e_powf.c e_rem_pio2.c \ 79 e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \ 80 e_sinh.c e_sinhf.c e_sqrt.c e_sqrtf.c fenv.c \ 81 k_cos.c k_cosf.c k_rem_pio2.c k_rem_pio2f.c k_sin.c k_sinf.c \ 82 k_standard.c k_tan.c k_tanf.c \ 83 s_asinh.c s_asinhf.c s_atan.c s_atanf.c s_cbrt.c s_cbrtf.c s_ceil.c \ 84 s_ceilf.c s_copysign.c s_copysignf.c s_cos.c s_cosf.c s_erf.c s_erff.c \ 85 s_expm1.c s_expm1f.c s_fabsf.c s_fdim.c s_finite.c s_finitef.c \ |
86 s_floor.c s_floorf.c s_fmax.c s_fmaxf.c s_fmaxl.c s_fmin.c \ | 86 s_floor.c s_floorf.c s_floorl.c s_fmax.c s_fmaxf.c s_fmaxl.c s_fmin.c \ |
87 s_fminf.c s_fminl.c s_frexp.c s_frexpf.c s_ilogb.c s_ilogbf.c \ 88 s_ilogbl.c s_isfinite.c s_isnan.c s_isnormal.c s_ldexpf.c \ 89 s_lib_version.c s_llrint.c s_llrintf.c s_llround.c s_llroundf.c \ 90 s_log1p.c s_log1pf.c s_logb.c s_logbf.c s_lrint.c s_lrintf.c \ 91 s_lround.c s_lroundf.c s_matherr.c s_modff.c \ 92 s_nearbyint.c s_nextafter.c s_nextafterf.c \ 93 s_rint.c s_rintf.c s_round.c s_roundf.c \ 94 s_scalbln.c s_scalbn.c s_scalbnf.c s_signbit.c \ --- 61 unchanged lines hidden (view full) --- 156 exp.3 log10f.3 exp.3 log1pf.3 157MLINKS+=fabs.3 fabsf.3 fabs.3 fabsl.3 158MLINKS+=fdim.3 fdimf.3 fdim.3 fdiml.3 159MLINKS+=feclearexcept.3 fegetexceptflag.3 feclearexcept.3 feraiseexcept.3 \ 160 feclearexcept.3 fesetexceptflag.3 feclearexcept.3 fetestexcept.3 161MLINKS+=fegetenv.3 feholdexcept.3 fegetenv.3 fesetenv.3 \ 162 fegetenv.3 feupdateenv.3 163MLINKS+=fegetround.3 fesetround.3 | 87 s_fminf.c s_fminl.c s_frexp.c s_frexpf.c s_ilogb.c s_ilogbf.c \ 88 s_ilogbl.c s_isfinite.c s_isnan.c s_isnormal.c s_ldexpf.c \ 89 s_lib_version.c s_llrint.c s_llrintf.c s_llround.c s_llroundf.c \ 90 s_log1p.c s_log1pf.c s_logb.c s_logbf.c s_lrint.c s_lrintf.c \ 91 s_lround.c s_lroundf.c s_matherr.c s_modff.c \ 92 s_nearbyint.c s_nextafter.c s_nextafterf.c \ 93 s_rint.c s_rintf.c s_round.c s_roundf.c \ 94 s_scalbln.c s_scalbn.c s_scalbnf.c s_signbit.c \ --- 61 unchanged lines hidden (view full) --- 156 exp.3 log10f.3 exp.3 log1pf.3 157MLINKS+=fabs.3 fabsf.3 fabs.3 fabsl.3 158MLINKS+=fdim.3 fdimf.3 fdim.3 fdiml.3 159MLINKS+=feclearexcept.3 fegetexceptflag.3 feclearexcept.3 feraiseexcept.3 \ 160 feclearexcept.3 fesetexceptflag.3 feclearexcept.3 fetestexcept.3 161MLINKS+=fegetenv.3 feholdexcept.3 fegetenv.3 fesetenv.3 \ 162 fegetenv.3 feupdateenv.3 163MLINKS+=fegetround.3 fesetround.3 |
164MLINKS+=floor.3 floorf.3 | 164MLINKS+=floor.3 floorf.3 floor.3 floorl.3 |
165MLINKS+=fmax.3 fmaxf.3 fmax.3 fmaxl.3 \ 166 fmax.3 fmin.3 fmax.3 fminf.3 fmax.3 fminl.3 167MLINKS+=fmod.3 fmodf.3 168MLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 hypotf.3 169MLINKS+=ieee.3 copysign.3 ieee.3 copysignf.3 ieee.3 copysignl.3 \ 170 ieee.3 finite.3 ieee.3 finitef.3 \ 171 ieee.3 ilogb.3 ieee.3 ilogbf.3 ieee.3 ilogbl.3 \ 172 ieee.3 nextafter.3 ieee.3 nextafterf.3 \ --- 20 unchanged lines hidden --- | 165MLINKS+=fmax.3 fmaxf.3 fmax.3 fmaxl.3 \ 166 fmax.3 fmin.3 fmax.3 fminf.3 fmax.3 fminl.3 167MLINKS+=fmod.3 fmodf.3 168MLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 hypotf.3 169MLINKS+=ieee.3 copysign.3 ieee.3 copysignf.3 ieee.3 copysignl.3 \ 170 ieee.3 finite.3 ieee.3 finitef.3 \ 171 ieee.3 ilogb.3 ieee.3 ilogbf.3 ieee.3 ilogbl.3 \ 172 ieee.3 nextafter.3 ieee.3 nextafterf.3 \ --- 20 unchanged lines hidden --- |