readutmp, boot-time: Work around a Cygwin 3.5.3 bug.
[gnulib.git] / modules / ieee754-h
blob4c1b7234d9f50f93770ed7f40fcbd970e8605554
1 Description:
2 An <ieee754.h> that is like GNU.
4 Files:
5 lib/ieee754.in.h
6 m4/ieee754-h.m4
8 Depends-on:
9 gen-header
11 configure.ac:
12 gl_IEEE754_H
13 gl_CONDITIONAL_HEADER([ieee754.h])
14 AC_PROG_MKDIR_P
16 Makefile.am:
17 BUILT_SOURCES += $(IEEE754_H)
19 # We need the following in order to create <ieee754.h> when the system
20 # doesn't have one that works with the given compiler.
21 if GL_GENERATE_IEEE754_H
22 ieee754.h: ieee754.in.h $(top_builddir)/config.status
23 @NMD@   $(AM_V_GEN)$(MKDIR_P) '%reldir%'
24         $(gl_V_at)$(SED_HEADER_STDOUT) \
25           -e 's/ifndef _GL_GNULIB_HEADER/if 0/g' \
26           $(srcdir)/ieee754.in.h > $@-t
27         $(AM_V_at)mv $@-t $@
28 else
29 ieee754.h: $(top_builddir)/config.status
30         rm -f $@
31 endif
32 MOSTLYCLEANFILES += ieee754.h ieee754.h-t
34 Include:
35 <ieee754.h>
37 License:
38 LGPLv2+
40 Maintainer:
41 all