1ACLOCAL_AMFLAGS = -I m4
2
3SUBDIRS = readers examples contrib src
4
5EXTRA_DIST = bootstrap ChangeLog SCARDGETATTRIB.txt \
6	$(AUX_DIST) \
7	m4/ax_pthread.m4 \
8	MacOSX/configure \
9	MacOSX/convert_reader_h.pl \
10	MacOSX/debuglog.h \
11	MacOSX/ifdhandler.h \
12	MacOSX/pcsclite.h \
13	MacOSX/reader.h \
14	MacOSX/winscard.h \
15	MacOSX/wintypes.h
16
17MAINTAINERCLEANFILES = $(AUX_DIST)
18DISTCLEANFILES = ChangeLog
19
20# Automatically update the libtool script if it becomes out-of-date.
21LIBTOOL_DEPS = @LIBTOOL_DEPS@
22libtool: $(LIBTOOL_DEPS)
23	$(SHELL) ./config.status --recheck
24
25ChangeLog:
26	svn2cl --group-by-day --stdout --include-rev --reparagraph \
27	| perl -pe 's/  rousseau/  Ludovic Rousseau/; \
28	s+trunk/Drivers/ccid/++g;' > $@
29
30