Files
libusb/Makefile.am
T
Daniel Drake 852bba4754 Initial commit
Basic library structure which supports enumerating detected USB devices
2007-12-02 22:54:59 +00:00

22 lines
412 B
Makefile

AUTOMAKE_OPTIONS = dist-bzip2
DISTCLEANFILES = ChangeLog fpusb.pc
EXTRA_DIST = TODO
SUBDIRS = libfpusb
if BUILD_EXAMPLES
SUBDIRS += examples
endif
pkgconfigdir=$(libdir)/pkgconfig
pkgconfig_DATA=fpusb.pc
.PHONY: ChangeLog dist-up
ChangeLog:
git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog
dist-hook: ChangeLog
dist-up: dist
ncftpput upload.sourceforge.net incoming $(distdir).tar.bz2