X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fbyteswap;h=c1da40074c30f45fa0142b98941c63cc4753edeb;hb=3864a29763baff1d01895a57f73729fd53cc5fbf;hp=b667b9437c21ae0bfa8e03c85be31fcdcc7ca6ba;hpb=d1aadab21bf8755e0fb75a838dc650e73f6ee78d;p=gnulib.git diff --git a/modules/byteswap b/modules/byteswap index b667b9437..c1da40074 100644 --- a/modules/byteswap +++ b/modules/byteswap @@ -2,7 +2,7 @@ Description: Swap bytes of 16, 32 and 64 bit values. Files: -lib/byteswap_.h +lib/byteswap.in.h m4/byteswap.m4 Depends-on: @@ -12,22 +12,27 @@ gl_BYTESWAP Makefile.am: BUILT_SOURCES += $(BYTESWAP_H) -EXTRA_DIST += byteswap_.h # We need the following in order to create when the system # doesn't have one. -byteswap.h: byteswap_.h - rm -f $@-t $@ - cp $(srcdir)/byteswap_.h $@-t - chmod a-x $@-t - mv $@-t $@ +if GL_GENERATE_BYTESWAP_H +byteswap.h: byteswap.in.h $(top_builddir)/config.status + $(AM_V_GEN)rm -f $@-t $@ && \ + { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ + cat $(srcdir)/byteswap.in.h; \ + } > $@-t && \ + mv -f $@-t $@ +else +byteswap.h: $(top_builddir)/config.status + rm -f $@ +endif MOSTLYCLEANFILES += byteswap.h byteswap.h-t Include: License: -LGPL +LGPLv2+ Maintainer: Oskar Liljeblad