Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / sinf
blob07574faf9d511226178700cfed874edabb3f112b
1 Description:
2 sinf() function: sine function.
4 Files:
5 lib/sinf.c
6 m4/sinf.m4
8 Depends-on:
9 math
10 extensions
11 sin             [test $HAVE_SINF = 0]
13 configure.ac:
14 gl_FUNC_SINF
15 if test $HAVE_SINF = 0; then
16   AC_LIBOBJ([sinf])
18 gl_MATH_MODULE_INDICATOR([sinf])
20 Makefile.am:
22 Include:
23 <math.h>
25 Link:
26 $(SINF_LIBM)
28 License:
29 LGPL
31 Maintainer:
32 all