summaryrefslogtreecommitdiff
path: root/gnulib/modules/floor
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/floor')
m---------gnulib0
-rw-r--r--gnulib/modules/floor32
2 files changed, 32 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/floor b/gnulib/modules/floor
new file mode 100644
index 0000000..c4c71e9
--- /dev/null
+++ b/gnulib/modules/floor
@@ -0,0 +1,32 @@
+Description:
+floor() function: round towards negative infinity.
+
+Files:
+lib/floor.c
+m4/floor.m4
+
+Depends-on:
+math
+float [test $REPLACE_FLOOR = 1]
+
+configure.ac:
+gl_FUNC_FLOOR
+if test $REPLACE_FLOOR = 1; then
+ AC_LIBOBJ([floor])
+fi
+gl_MATH_MODULE_INDICATOR([floor])
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(FLOOR_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+