Distribute all lib/* source files through EXTRA_DIST.
[gnulib.git] / modules / mathl
1 Description:
2 C99 functions for transcendental functions with long double arguments.
3
4 Files:
5 lib/mathl.h
6 lib/acosl.c
7 lib/asinl.c
8 lib/atanl.c
9 lib/ceill.c
10 lib/cosl.c
11 lib/expl.c
12 lib/floorl.c
13 lib/frexpl.c
14 lib/ldexpl.c
15 lib/logl.c
16 lib/sincosl.c
17 lib/sinl.c
18 lib/sqrtl.c
19 lib/tanl.c
20 lib/trigl.c
21 lib/trigl.h
22 m4/mathl.m4
23
24 Depends-on:
25
26 configure.ac:
27 gl_FUNC_LONG_DOUBLE_MATH
28
29 Makefile.am:
30 noinst_HEADERS += mathl.h trigl.h trigl.c sincosl.c
31 EXTRA_DIST += floorl.c ceill.c sqrtl.c frexpl.c ldexpl.c asinl.c acosl.c atanl.c \
32               logl.c expl.c tanl.c sinl.c cosl.c
33
34 Include:
35 "mathl.h"
36
37 License:
38 GPL
39
40 Maintainer:
41 Paolo Bonzini  <bonzini@gnu.org>
42