Makefile (c7392feeccfd2d71cb7751bd31c1483aa35a7633) | Makefile (f2dc0faad005f11a43f79171d07fe98c31e75311) |
---|---|
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 --- 65 unchanged lines hidden (view full) --- 74 75VERSION_DEF= ${LIBCDIR}/Versions.def 76SYMBOL_MAPS= ${SYM_MAPS} 77 78# C99 long double functions 79COMMON_SRCS+= s_copysignl.c s_fabsl.c s_llrintl.c s_lrintl.c s_modfl.c 80.if ${LDBL_PREC} != 53 81# If long double != double use these; otherwise, we alias the double versions. | 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 --- 65 unchanged lines hidden (view full) --- 74 75VERSION_DEF= ${LIBCDIR}/Versions.def 76SYMBOL_MAPS= ${SYM_MAPS} 77 78# C99 long double functions 79COMMON_SRCS+= s_copysignl.c s_fabsl.c s_llrintl.c s_lrintl.c s_modfl.c 80.if ${LDBL_PREC} != 53 81# If long double != double use these; otherwise, we alias the double versions. |
82COMMON_SRCS+= e_hypotl.c e_remainderl.c e_sqrtl.c \ | 82COMMON_SRCS+= e_fmodl.c e_hypotl.c e_remainderl.c e_sqrtl.c \ |
83 k_cosl.c k_sinl.c k_tanl.c \ 84 s_ceill.c s_cosl.c s_csqrtl.c s_exp2l.c s_floorl.c s_fmal.c \ 85 s_frexpl.c s_logbl.c s_nanl.c s_nextafterl.c s_nexttoward.c \ 86 s_remquol.c s_rintl.c s_scalbnl.c \ 87 s_sinl.c s_tanl.c s_truncl.c w_cabsl.c 88.endif 89 90# C99 complex functions --- 49 unchanged lines hidden (view full) --- 140MLINKS+=feenableexcept.3 fedisableexcept.3 feenableexcept.3 fegetexcept.3 141MLINKS+=fegetenv.3 feholdexcept.3 fegetenv.3 fesetenv.3 \ 142 fegetenv.3 feupdateenv.3 143MLINKS+=fegetround.3 fesetround.3 144MLINKS+=floor.3 floorf.3 floor.3 floorl.3 145MLINKS+=fma.3 fmaf.3 fma.3 fmal.3 146MLINKS+=fmax.3 fmaxf.3 fmax.3 fmaxl.3 \ 147 fmax.3 fmin.3 fmax.3 fminf.3 fmax.3 fminl.3 | 83 k_cosl.c k_sinl.c k_tanl.c \ 84 s_ceill.c s_cosl.c s_csqrtl.c s_exp2l.c s_floorl.c s_fmal.c \ 85 s_frexpl.c s_logbl.c s_nanl.c s_nextafterl.c s_nexttoward.c \ 86 s_remquol.c s_rintl.c s_scalbnl.c \ 87 s_sinl.c s_tanl.c s_truncl.c w_cabsl.c 88.endif 89 90# C99 complex functions --- 49 unchanged lines hidden (view full) --- 140MLINKS+=feenableexcept.3 fedisableexcept.3 feenableexcept.3 fegetexcept.3 141MLINKS+=fegetenv.3 feholdexcept.3 fegetenv.3 fesetenv.3 \ 142 fegetenv.3 feupdateenv.3 143MLINKS+=fegetround.3 fesetround.3 144MLINKS+=floor.3 floorf.3 floor.3 floorl.3 145MLINKS+=fma.3 fmaf.3 fma.3 fmal.3 146MLINKS+=fmax.3 fmaxf.3 fmax.3 fmaxl.3 \ 147 fmax.3 fmin.3 fmax.3 fminf.3 fmax.3 fminl.3 |
148MLINKS+=fmod.3 fmodf.3 | 148MLINKS+=fmod.3 fmodf.3 fmod.3 fmodl.3 |
149MLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 cabsl.3 \ 150 hypot.3 hypotf.3 hypot.3 hypotl.3 151MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3 152MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3 153MLINKS+=ilogb.3 ilogbf.3 ilogb.3 ilogbl.3 \ 154 ilogb.3 logb.3 ilogb.3 logbf.3 ilogb.3 logbl.3 155MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3 156MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3 --- 26 unchanged lines hidden --- | 149MLINKS+=hypot.3 cabs.3 hypot.3 cabsf.3 hypot.3 cabsl.3 \ 150 hypot.3 hypotf.3 hypot.3 hypotl.3 151MLINKS+=ieee_test.3 scalb.3 ieee_test.3 scalbf.3 152MLINKS+=ieee_test.3 significand.3 ieee_test.3 significandf.3 153MLINKS+=ilogb.3 ilogbf.3 ilogb.3 ilogbl.3 \ 154 ilogb.3 logb.3 ilogb.3 logbf.3 ilogb.3 logbl.3 155MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3 156MLINKS+=j0.3 j0f.3 j0.3 j1f.3 j0.3 jnf.3 j0.3 y0f.3 j0.3 ynf.3 --- 26 unchanged lines hidden --- |