2.9
[glibc/nacl-glibc.git] / sysdeps / ieee754 / ldbl-opt / Makefile
blob97b9c9f8bd65948161b484e02365401325fc404f
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 asprintf_chk vasprintf_chk dprintf_chk \
24 vdprintf_chk obstack_printf_chk obstack_vprintf_chk \
25 syslog syslog_chk vsyslog vsyslog_chk \
26 strfmon strfmon_l \
27 strtold strtold_l strtoldint wcstold wcstold_l wcstoldint \
28 qecvt qfcvt qgcvt qecvt_r qfcvt_r \
29 isinf isnan finite signbit scalb log2 lgamma_r ceil \
30 significand acos asin atan atan2 cos sin tan cosh sinh \
31 tanh acosh asinh atanh exp log log10 exp10 pow10 expm1 \
32 log1p logb exp2 sqrt cbrt fabs floor j0 j1 y0 y1 erf erfc \
33 lgamma tgamma gamma rint nearbyint round trunc \
34 copysign fdim fmax fmin nextafter pow hypot fmod drem \
35 remainder ldexp scalbn frexp modf scalbln fma nan sincos \
36 jn yn ilogb remquo lrint lround llrint llround nexttowardf \
37 nexttoward conj cacos cacosh casin catan catanh ccos ccosh \
38 casinh cexp clog cproj csin csinh csqrt ctan ctanh cpow \
39 cabs carg cimag creal clog10 \
40 isoc99_scanf isoc99_fscanf isoc99_sscanf \
41 isoc99_vscanf isoc99_vfscanf isoc99_vsscanf \
42 isoc99_wscanf isoc99_fwscanf isoc99_swscanf \
43 isoc99_vwscanf isoc99_vfwscanf isoc99_vswscanf
44 libnldbl-routines = $(libnldbl-calls:%=nldbl-%)
45 libnldbl-inhibit-o = $(object-suffixes)
46 libnldbl-static-only-routines = $(libnldbl-routines)
48 endif