libposix: Add _HEADERS primaries to posix modules.
[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 nodist_pkginclude_HEADERS += $(BYTESWAP_H)
15 EXTRA_HEADERS += byteswap.h
16
17 BUILT_SOURCES += $(BYTESWAP_H)
18
19 # We need the following in order to create <byteswap.h> when the system
20 # doesn't have one.
21 byteswap.h: byteswap.in.h
22         $(AM_V_GEN)rm -f $@-t $@ && \
23         { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
24           cat $(srcdir)/byteswap.in.h; \
25         } > $@-t && \
26         mv -f $@-t $@
27 MOSTLYCLEANFILES += byteswap.h byteswap.h-t
28
29 Include:
30 <byteswap.h>
31
32 License:
33 LGPLv2+
34
35 Maintainer:
36 Oskar Liljeblad