-
Notifications
You must be signed in to change notification settings - Fork 6
/
Makefile.am
40 lines (32 loc) · 914 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
AUTOMAKE_OPTIONS = dist-bzip2
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = m4 src
AUX_DIST = \
$(ac_aux_dir)/aclocal.m4 \
$(ac_aux_dir)/config.guess \
$(ac_aux_dir)/config.sub \
$(ac_aux_dir)/depcomp \
$(ac_aux_dir)/install-sh \
$(ac_aux_dir)/ltmain.sh \
$(ac_aux_dir)/missing \
$(ac_aux_dir)/ylwrap
EXTRA_DIST = bootstrap ChangeLog SCARDGETATTRIB.txt \
$(AUX_DIST) \
MacOSX/configure \
MacOSX/convert_reader_h.pl \
MacOSX/debuglog.h \
MacOSX/ifdhandler.h \
MacOSX/pcsclite.h \
MacOSX/reader.h.in \
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:
svn2cl --group-by-day --stdout --include-rev \
| perl -pe 's/ rousseau/ Ludovic Rousseau/; \
s+trunk/Drivers/ccid/++g;' > $@