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