Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / truncl
blob49ae30fa297c8d6701c99d2e1f759c4176a79766
1 Description:
2 truncl() function: round towards zero.
4 Files:
5 lib/truncl.c
6 lib/trunc.c
7 m4/truncl.m4
9 Depends-on:
10 math
11 extensions
12 trunc           [{ test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
13 float           [{ test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15 configure.ac:
16 gl_FUNC_TRUNCL
17 if test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1; then
18   AC_LIBOBJ([truncl])
20 gl_MATH_MODULE_INDICATOR([truncl])
22 Makefile.am:
24 Include:
25 <math.h>
27 Link:
28 $(TRUNCL_LIBM)
30 License:
31 LGPL
33 Maintainer:
34 all