Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / cbrtl
blobcbfdd1f3d5d521cf7a371131c0d592861fd1bf39
1 Description:
2 cbrtl() function: cube root.
4 Files:
5 lib/cbrtl.c
6 m4/cbrtl.m4
7 m4/cbrt.m4
8 m4/mathfunc.m4
10 Depends-on:
11 math
12 extensions
13 cbrt            [{ test $HAVE_CBRTL = 0 || test $REPLACE_CBRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
14 isfinite        [{ test $HAVE_CBRTL = 0 || test $REPLACE_CBRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15 frexpl          [{ test $HAVE_CBRTL = 0 || test $REPLACE_CBRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
16 ldexpl          [{ test $HAVE_CBRTL = 0 || test $REPLACE_CBRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
18 configure.ac:
19 gl_FUNC_CBRTL
20 if test $HAVE_CBRTL = 0 || test $REPLACE_CBRTL = 1; then
21   AC_LIBOBJ([cbrtl])
23 gl_MATH_MODULE_INDICATOR([cbrtl])
25 Makefile.am:
27 Include:
28 <math.h>
30 Link:
31 $(CBRTL_LIBM)
33 License:
34 LGPL
36 Maintainer:
37 all