Make endianness macros endian-independent
[libusbx.git] / Makefile.am
blobfa07fc8ce37ba560b82d03abee73fdb55e532eed
1 AUTOMAKE_OPTIONS = dist-bzip2
2 DISTCLEANFILES = ChangeLog libusb-1.0.pc
3 EXTRA_DIST = TODO PORTING
4 SUBDIRS = libusb doc
6 if BUILD_EXAMPLES
7 SUBDIRS += examples
8 endif
10 pkgconfigdir=$(libdir)/pkgconfig
11 pkgconfig_DATA=libusb-1.0.pc
13 .PHONY: ChangeLog dist-up
14 ChangeLog:
15         git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog
17 dist-hook: ChangeLog
19 dist-up: dist
20         rsync $(distdir).tar.bz2 frs.sourceforge.net:uploads/