2 Swap bytes of 16, 32 and 64 bit values.
14 BUILT_SOURCES += $(BYTESWAP_H)
16 # We need the following in order to create <byteswap.h> when the system
18 if GL_GENERATE_BYTESWAP_H
19 byteswap.h: byteswap.in.h $(top_builddir)/config.status
20 $(AM_V_GEN)rm -f $@-t $@ && \
21 { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
22 cat $(srcdir)/byteswap.in.h; \
26 byteswap.h: $(top_builddir)/config.status
29 MOSTLYCLEANFILES += byteswap.h byteswap.h-t