2007-11-17 12:48:26 +00:00
|
|
|
AUTOMAKE_OPTIONS = dist-bzip2
|
2009-06-20 14:50:35 +01:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2007-10-31 13:18:30 +00:00
|
|
|
EXTRA_DIST = THANKS TODO HACKING libfprint.pc.in
|
2007-11-17 12:48:26 +00:00
|
|
|
DISTCLEANFILES = ChangeLog libfprint.pc
|
2007-10-08 17:15:21 +01:00
|
|
|
|
2007-11-01 23:11:29 +00:00
|
|
|
SUBDIRS = libfprint doc
|
2007-10-08 17:15:21 +01:00
|
|
|
|
|
|
|
if BUILD_EXAMPLES
|
|
|
|
SUBDIRS += examples
|
|
|
|
endif
|
|
|
|
|
2012-08-14 14:48:43 +01:00
|
|
|
DIST_SUBDIRS = libfprint doc examples
|
|
|
|
|
2012-08-14 15:12:20 +01:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --with-drivers=upekts,upeke2,upeksonly,uru4000,vcom5s,aes2501,aes1610,aes4000,vfs101 --enable-examples-build --enable-x11-examples-build --with-udev-rules-dir='$${libdir}/udev/rules.d-distcheck'
|
2012-08-14 14:51:23 +01:00
|
|
|
|
2007-10-31 13:18:30 +00:00
|
|
|
pkgconfigdir=$(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA=libfprint.pc
|
|
|
|
|
2007-11-17 12:48:26 +00:00
|
|
|
.PHONY: ChangeLog dist-up
|
2007-11-15 17:23:36 +00:00
|
|
|
ChangeLog:
|
2007-11-17 12:48:26 +00:00
|
|
|
git --git-dir $(top_srcdir)/.git log > ChangeLog || touch ChangeLog
|
2007-11-15 17:23:36 +00:00
|
|
|
|
|
|
|
dist-hook: ChangeLog
|
|
|
|
|
2007-11-17 12:48:26 +00:00
|
|
|
dist-up: dist
|
2009-06-20 14:50:23 +01:00
|
|
|
rsync $(distdir).tar.bz2 frs.sourceforge.net:uploads/
|