X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmathl;h=0b3018efb49713b12e17ba6ca82fd4bc7454f251;hb=b205080dbc9b69d11c34f130f56545c0bf032538;hp=3efb726f14ad3c7e048023ae413438531911a0a0;hpb=e8684643a28f1bf6a0839bf6a0c10f630c0f6335;p=gnulib.git diff --git a/modules/mathl b/modules/mathl index 3efb726f1..0b3018efb 100644 --- a/modules/mathl +++ b/modules/mathl @@ -2,16 +2,11 @@ Description: C99 functions for transcendental functions with long double arguments. Files: -lib/mathl.h lib/acosl.c lib/asinl.c lib/atanl.c -lib/ceill.c lib/cosl.c lib/expl.c -lib/floorl.c -lib/frexpl.c -lib/ldexpl.c lib/logl.c lib/sincosl.c lib/sinl.c @@ -22,17 +17,23 @@ lib/trigl.h m4/mathl.m4 Depends-on: +float +math +frexpl +isnanl +ldexpl +floorl +ceill configure.ac: gl_FUNC_LONG_DOUBLE_MATH +gl_MATH_MODULE_INDICATOR([mathl]) Makefile.am: -noinst_HEADERS += mathl.h trigl.h trigl.c sincosl.c -EXTRA_DIST += floorl.c ceill.c sqrtl.c frexpl.c ldexpl.c asinl.c acosl.c atanl.c \ - logl.c expl.c tanl.c sinl.c cosl.c +noinst_HEADERS += trigl.h trigl.c sincosl.c Include: -"mathl.h" + License: GPL