| 1 |
# $Id$
|
| 2 |
|
| 3 |
SUBDIRS = aclocal src readers examples
|
| 4 |
|
| 5 |
AUX_DIST = \
|
| 6 |
$(ac_aux_dir)/aclocal.m4 \
|
| 7 |
$(ac_aux_dir)/config.guess \
|
| 8 |
$(ac_aux_dir)/config.sub \
|
| 9 |
$(ac_aux_dir)/depcomp \
|
| 10 |
$(ac_aux_dir)/install-sh \
|
| 11 |
$(ac_aux_dir)/ltmain.sh \
|
| 12 |
$(ac_aux_dir)/missing \
|
| 13 |
$(ac_aux_dir)/ylwrap
|
| 14 |
|
| 15 |
EXTRA_DIST = reconf ChangeLog \
|
| 16 |
$(AUX_DIST)
|
| 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 |
rcs2log | perl -pe 's/rousseau /Ludovic Rousseau /; \
|
| 28 |
s+/cvsroot/pcsclite/PCSC/++g;' > $@
|
| 29 |
|