maintainer-makefile: Prohibit BSD4.3/SysV u_char etc types.
[gnulib.git] / modules / sinl
blobb2f21080955e5e14bae0ddbcbadfcbaac7569b58
1 Description:
2 sinl() function: sine function with long double argument.
4 Files:
5 lib/sinl.c
6 lib/trigl.h
7 lib/sincosl.c
8 lib/trigl.c
9 m4/sinl.m4
11 Depends-on:
12 math
13 extensions
14 sin             [test $HAVE_SINL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
15 float           [test $HAVE_SINL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
16 isnanl          [test $HAVE_SINL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
17 floor           [test $HAVE_SINL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
18 floorl          [test $HAVE_SINL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
20 configure.ac:
21 gl_FUNC_SINL
22 gl_CONDITIONAL([GL_COND_OBJ_SINL], [test $HAVE_SINL = 0])
23 AM_COND_IF([GL_COND_OBJ_SINL], [
24   if test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0; then
25     AC_LIBOBJ([sincosl])
26     AC_LIBOBJ([trigl])
27   fi
29 gl_MATH_MODULE_INDICATOR([sinl])
31 Makefile.am:
32 if GL_COND_OBJ_SINL
33 lib_SOURCES += sinl.c
34 endif
36 Include:
37 <math.h>
39 Link:
40 $(SINL_LIBM)
42 License:
43 LGPL
45 Maintainer:
46 Paolo Bonzini