| 1 |
# $Id$
|
| 2 |
|
| 3 |
SUBDIRS = src readers
|
| 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)/mkinstalldirs \
|
| 14 |
$(ac_aux_dir)/ylwrap
|
| 15 |
|
| 16 |
EXTRA_DIST = bootstrap reconf ChangeLog \
|
| 17 |
$(AUX_DIST)
|
| 18 |
|
| 19 |
MAINTAINERCLEANFILES = $(AUX_DIST)
|
| 20 |
DISTCLEANFILES = ChangeLog.cvs
|
| 21 |
|
| 22 |
# Automatically update the libtool script if it becomes out-of-date.
|
| 23 |
LIBTOOL_DEPS = @LIBTOOL_DEPS@
|
| 24 |
libtool: $(LIBTOOL_DEPS)
|
| 25 |
$(SHELL) ./config.status --recheck
|
| 26 |
|
| 27 |
ChangeLog:
|
| 28 |
rcs2log | perl -e 'while (<>) { s/rousseau /Ludovic Rousseau /; \
|
| 29 |
s+/cvsroot/pcsclite/PCSC/++g; print ; }' > $@
|
| 30 |
|
| 31 |
.PHONY: ChangeLog.cvs
|
| 32 |
|