ccid/Makefile.am

28 lines
596 B
Makefile
Raw Normal View History

2017-12-08 18:39:30 +00:00
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = readers examples contrib src
EXTRA_DIST = bootstrap ChangeLog SCARDGETATTRIB.txt \
2019-08-10 09:56:57 +00:00
README.md \
2017-12-08 18:39:30 +00:00
$(AUX_DIST) \
MacOSX/configure \
MacOSX/convert_reader_h.pl \
MacOSX/debuglog.h \
MacOSX/ifdhandler.h \
MacOSX/pcsclite.h \
MacOSX/reader.h \
MacOSX/winscard.h \
MacOSX/wintypes.h
MAINTAINERCLEANFILES = $(AUX_DIST)
DISTCLEANFILES = ChangeLog
# Automatically update the libtool script if it becomes out-of-date.
LIBTOOL_DEPS = @LIBTOOL_DEPS@
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
ChangeLog:
git log --stat --decorate=short > $@