2007-11-17 12:48:26 +00:00
|
|
|
AUTOMAKE_OPTIONS = dist-bzip2
|
2009-06-20 13:50:35 +00: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 16:15:21 +00:00
|
|
|
|
2007-11-01 23:11:29 +00:00
|
|
|
SUBDIRS = libfprint doc
|
2007-10-08 16:15:21 +00:00
|
|
|
|
|
|
|
if BUILD_EXAMPLES
|
|
|
|
SUBDIRS += examples
|
|
|
|
endif
|
|
|
|
|
2012-08-14 13:48:43 +00:00
|
|
|
DIST_SUBDIRS = libfprint doc examples
|
|
|
|
|
2012-08-14 13:51:23 +00:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --with-drivers=upekts,upeke2,upeksonly,uru4000,vcom5s,aes2501,aes1610,aes4000,vfs101 --enable-examples-build --enable-x11-examples-build
|
|
|
|
|
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 13:50:23 +00:00
|
|
|
rsync $(distdir).tar.bz2 frs.sourceforge.net:uploads/
|