2.5-18.1
[glibc.git] / sysdeps / ieee754 / ldbl-opt / Makefile
blob7f7bc3ce332dabbbe5be3b0ca36c01c9e4b46e1f
1 # The`long double' type is a distinct type we support if
2 # -mlong-double-128 option is used (or when it becomes a default
3 # when -mlong-double-64 is not used).
4 long-double-fcts = yes
5 ifeq (,$(filter -mlong-double-128,$(sysdep-CFLAGS)))
6 sysdep-CFLAGS += -mlong-double-128
7 endif
9 ifeq ($(subdir),math)
10 libm-routines += s_nexttowardfd
11 routines += math_ldbl_opt nldbl-compat
13 extra-libs += libnldbl
14 libnldbl-calls = asprintf dprintf fprintf fscanf fwprintf fwscanf iovfscanf \
15 obstack_printf obstack_vprintf printf scanf snprintf \
16 sprintf sscanf swprintf swscanf vasprintf vdprintf vfprintf \
17 vfscanf vfwprintf vfwscanf vprintf vscanf vsnprintf \
18 vsprintf vsscanf vswprintf vswscanf vwprintf vwscanf \
19 wprintf wscanf printf_fp printf_size \
20 fprintf_chk fwprintf_chk printf_chk snprintf_chk sprintf_chk \
21 swprintf_chk vfprintf_chk vfwprintf_chk vprintf_chk \
22 vsnprintf_chk vsprintf_chk vswprintf_chk vwprintf_chk \
23 wprintf_chk \
24 syslog syslog_chk vsyslog vsyslog_chk \
25 strfmon strfmon_l \
26 strtold strtold_l strtoldint wcstold wcstold_l wcstoldint \
27 qecvt qfcvt qgcvt qecvt_r qfcvt_r \
28 isinf isnan finite signbit scalb log2 lgamma_r ceil \
29 significand acos asin atan atan2 cos sin tan cosh sinh \
30 tanh acosh asinh atanh exp log log10 exp10 pow10 expm1 \
31 log1p logb exp2 sqrt cbrt fabs floor j0 j1 y0 y1 erf erfc \
32 lgamma tgamma gamma rint nearbyint round trunc \
33 copysign fdim fmax fmin nextafter pow hypot fmod drem \
34 remainder ldexp scalbn frexp modf scalbln fma nan sincos \
35 jn yn ilogb remquo lrint lround llrint llround nexttowardf \
36 nexttoward conj cacos cacosh casin catan catanh ccos ccosh \
37 casinh cexp clog cproj csin csinh csqrt ctan ctanh cpow \
38 cabs carg cimag creal clog10
39 libnldbl-routines = $(libnldbl-calls:%=nldbl-%)
40 libnldbl-inhibit-o = $(object-suffixes)
41 libnldbl-static-only-routines = $(libnldbl-routines)
43 endif