Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / fmod
blob0acfb4e4e8a94e3110d31416b4060a397d3ce62e
1 Description:
2 fmod() function: floating-point remainder function.
4 Files:
5 lib/fmod.c
6 m4/fmod.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
11 isfinite        [test $REPLACE_FMOD = 1]
12 signbit         [test $REPLACE_FMOD = 1]
13 fabs            [test $REPLACE_FMOD = 1]
14 frexp           [test $REPLACE_FMOD = 1]
15 trunc           [test $REPLACE_FMOD = 1]
16 ldexp           [test $REPLACE_FMOD = 1]
17 isnand          [test $REPLACE_FMOD = 1]
18 isinf           [test $REPLACE_FMOD = 1]
20 configure.ac:
21 gl_FUNC_FMOD
22 if test $REPLACE_FMOD = 1; then
23   AC_LIBOBJ([fmod])
25 gl_MATH_MODULE_INDICATOR([fmod])
27 Makefile.am:
29 Include:
30 <math.h>
32 Link:
33 $(FMOD_LIBM)
35 License:
36 LGPL
38 Maintainer:
39 all