Mercurial > hg > octave-kai > gnulib-hg
view modules/byteswap @ 10264:ebb7ea0c94e8
Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
author | Ben Pfaff <blp@cs.stanford.edu> |
---|---|
date | Sat, 12 Jul 2008 10:41:34 -0700 |
parents | 1c1c832cb7f3 |
children | 76dbe14046dc |
line wrap: on
line source
Description: Swap bytes of 16, 32 and 64 bit values. Files: lib/byteswap.in.h m4/byteswap.m4 Depends-on: configure.ac: gl_BYTESWAP Makefile.am: BUILT_SOURCES += $(BYTESWAP_H) # We need the following in order to create <byteswap.h> when the system # doesn't have one. byteswap.h: byteswap.in.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/byteswap.in.h; \ } > $@-t mv -f $@-t $@ MOSTLYCLEANFILES += byteswap.h byteswap.h-t Include: <byteswap.h> License: LGPLv2+ Maintainer: Oskar Liljeblad