Initial commit
[platform/upstream/ccid.git] / Makefile.am
1 ACLOCAL_AMFLAGS = -I m4
2
3 SUBDIRS = readers examples contrib src
4
5 EXTRA_DIST = bootstrap ChangeLog SCARDGETATTRIB.txt \
6         README.md \
7         $(AUX_DIST) \
8         m4/ax_pthread.m4 \
9         MacOSX/configure \
10         MacOSX/convert_reader_h.pl \
11         MacOSX/debuglog.h \
12         MacOSX/ifdhandler.h \
13         MacOSX/pcsclite.h \
14         MacOSX/reader.h \
15         MacOSX/winscard.h \
16         MacOSX/wintypes.h
17
18 MAINTAINERCLEANFILES = $(AUX_DIST)
19 DISTCLEANFILES = ChangeLog
20
21 # Automatically update the libtool script if it becomes out-of-date.
22 LIBTOOL_DEPS = @LIBTOOL_DEPS@
23 libtool: $(LIBTOOL_DEPS)
24         $(SHELL) ./config.status --recheck
25
26 ChangeLog:
27         git log --stat --decorate=short > $@
28