Mercurial > hg > octave-kai > gnulib-hg
view modules/byteswap @ 12751:78eebabdbcd9
sqrt: Make gl_FUNC_SQRT requirable.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 19 Jan 2010 01:50:01 +0100 |
parents | 67c2b22aff08 |
children | f49fe7e6d028 b4cc3c41ca79 |
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 $(AM_V_GEN)rm -f $@-t $@ && \ { 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