2 An <ieee754.h> that is like GNU.
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; \
27 ieee754.h: $(top_builddir)/config.status
30 MOSTLYCLEANFILES += ieee754.h ieee754.h-t