Tests for module 'unicase/u32-toupper'.
[gnulib.git] / modules / byteswap
1 Description:
2 Swap bytes of 16, 32 and 64 bit values.
3
4 Files:
5 lib/byteswap.in.h
6 m4/byteswap.m4
7
8 Depends-on:
9
10 configure.ac:
11 gl_BYTESWAP
12
13 Makefile.am:
14 BUILT_SOURCES += $(BYTESWAP_H)
15
16 # We need the following in order to create <byteswap.h> when the system
17 # doesn't have one.
18 byteswap.h: byteswap.in.h
19         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
20           cat $(srcdir)/byteswap.in.h; \
21         } > $@-t
22         mv -f $@-t $@
23 MOSTLYCLEANFILES += byteswap.h byteswap.h-t
24
25 Include:
26 <byteswap.h>
27
28 License:
29 LGPLv2+
30
31 Maintainer:
32 Oskar Liljeblad