Don't make generated files read-only. That would bother too many
[gnulib.git] / modules / byteswap
1 Description:
2 Swap bytes of 16, 32 and 64 bit values.
3
4 Files:
5 lib/byteswap_.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 EXTRA_DIST += byteswap_.h
16
17 # We need the following in order to create <byteswap.h> when the system
18 # doesn't have one.
19 byteswap.h: byteswap_.h
20         cp -f $(srcdir)/byteswap_.h $@-t
21         mv -f $@-t $@
22 MOSTLYCLEANFILES += byteswap.h byteswap.h-t
23
24 Include:
25 <byteswap.h>
26
27 License:
28 LGPL
29
30 Maintainer:
31 Oskar Liljeblad