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