havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git] / modules / ieee754-h
blobe830023aa64d93ec89e33dbe0506f4ca3eaa8e0b
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:
10 configure.ac:
11 gl_IEEE754_H
13 Makefile.am:
14 BUILT_SOURCES += $(IEEE754_H)
16 # We need the following in order to create <ieee754.h> when the system
17 # doesn't have one that works with the given compiler.
18 if GL_GENERATE_IEEE754_H
19 ieee754.h: ieee754.in.h $(top_builddir)/config.status
20         $(AM_V_GEN)rm -f $@-t && \
21         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
22           sed -e 's/ifndef _GL_GNULIB_HEADER/if 0/g' \
23             $(srcdir)/ieee754.in.h; \
24         } > $@-t && \
25         mv -f $@-t $@
26 else
27 ieee754.h: $(top_builddir)/config.status
28         rm -f $@
29 endif
30 MOSTLYCLEANFILES += ieee754.h ieee754.h-t
32 Include:
33 <ieee754.h>
35 License:
36 LGPLv2+
38 Maintainer:
39 all