Mercurial > hg > octave-lyh
comparison liboctave/link-deps.mk @ 15409:c898dbe14e1d
build: Update imported module list from gnulib.
* bootstrap.conf: Update imported module list from gnulib.
* libgnu/Makefile.am: Auto-updated by gnulib-tool.
* liboctave/link-deps.mk: Add FLOORF_LIBM to list of GNULIB_DEPS.
* lo-mappers.h (xfloor): Change float version to forward to
xfloor in lo-mappers.cc instead of being an inline function.
* lo-mappers.c (xfloor): New function with float signature
which calls gnulib::floorf.
(xround) : Fix typo and call gnulib::roundf for float version of function.
* file-ops.cc: Include "canonicalize.h" for access to
gnulib::canonicalize_file_name.
author | Rik <rik@octave.org> |
---|---|
date | Tue, 18 Sep 2012 10:15:05 -0700 |
parents | dd794aa84232 |
children |
comparison
equal
deleted
inserted
replaced
15408:c0dd3ce6d1e2 | 15409:c898dbe14e1d |
---|---|
1 GNULIB_LINK_DEPS = \ | 1 GNULIB_LINK_DEPS = \ |
2 $(COPYSIGNF_LIBM)\ | 2 $(COPYSIGNF_LIBM)\ |
3 $(COPYSIGN_LIBM)\ | 3 $(COPYSIGN_LIBM)\ |
4 $(FLOORF_LIBM)\ | |
4 $(FLOOR_LIBM)\ | 5 $(FLOOR_LIBM)\ |
5 $(GETHOSTNAME_LIB)\ | 6 $(GETHOSTNAME_LIB)\ |
6 $(LIBSOCKET)\ | 7 $(LIBSOCKET)\ |
7 $(LIB_NANOSLEEP)\ | 8 $(LIB_NANOSLEEP)\ |
8 $(LIB_SELECT)\ | 9 $(LIB_SELECT)\ |