File: Makefile.am

package info (click to toggle)
ccid 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,104 kB
  • sloc: ansic: 11,202; sh: 254; lex: 244; makefile: 151; perl: 91; python: 40
file content (28 lines) | stat: -rw-r--r-- 587 bytes parent folder | download
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
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = readers examples contrib src

EXTRA_DIST = bootstrap ChangeLog \
	SCARDCONTROL.md \
	SCARDGETATTRIB.md \
	README.md \
	$(AUX_DIST) \
	MacOSX/configure \
	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 > $@