| 1 |
## Process this file with automake to create Makefile.in. |
# Process this file with automake to create Makefile.in. |
|
# $Id$ |
|
| 2 |
|
|
| 3 |
AUTOMAKE_OPTIONS = no-dependencies |
SUBDIRS = m4 win32 src etc doc |
|
SUBDIRS = src etc doc |
|
| 4 |
|
|
| 5 |
AUX_DIST = $(ac_aux_dir)/acinclude.m4 \ |
ACLOCAL_AMFLAGS = -I m4 |
|
$(ac_aux_dir)/aclocal.m4 \ |
|
|
$(ac_aux_dir)/acx_pthread.m4 \ |
|
|
$(ac_aux_dir)/config.guess \ |
|
|
$(ac_aux_dir)/config.sub \ |
|
|
$(ac_aux_dir)/install-sh \ |
|
|
$(ac_aux_dir)/ltconfig \ |
|
|
$(ac_aux_dir)/ltmain.sh \ |
|
|
$(ac_aux_dir)/missing \ |
|
|
$(ac_aux_dir)/mkinstalldirs \ |
|
|
$(ac_aux_dir)/ylwrap |
|
|
|
|
|
EXTRA_DIST = DRIVERS SECURITY reconf bootstrap $(ac_aux_dir) HELP \ |
|
|
ChangeLog.cvs |
|
|
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config-h.in \ |
|
|
stamp-h.in $(AUX_DIST) |
|
|
|
|
|
# Automatically update the libtool script if it becomes out-of-date. |
|
|
LIBTOOL_DEPS = @LIBTOOL_DEPS@ |
|
|
libtool: $(LIBTOOL_DEPS) |
|
|
$(SHELL) ./config.status --recheck |
|
| 6 |
|
|
| 7 |
ChangeLog.cvs: |
EXTRA_DIST = DRIVERS SECURITY bootstrap HELP ChangeLog.svn |
| 8 |
rcs2log > ChangeLog |
|
| 9 |
|
DISTCLEANFILES = ChangeLog.svn |
| 10 |
|
|
| 11 |
|
ChangeLog.svn: |
| 12 |
|
-svn2cl.sh --group-by-day --stdout --include-rev | perl -pe \ |
| 13 |
|
's/ corcoran/ David Corcoran/; \ |
| 14 |
|
s/ corcoran-guest/ David Corcoran/; \ |
| 15 |
|
s/ oznet/ Chris Osgood/; \ |
| 16 |
|
s/ cprados/ Carlos Prados/; \ |
| 17 |
|
s/ mikeg/ Michael Gile/; \ |
| 18 |
|
s/ rousseau/ Ludovic Rousseau/; \ |
| 19 |
|
s/ giraud/ Jean-Luc Giraud/; \ |
| 20 |
|
s/ aet-guest/ Antti Tapaninen/; \ |
| 21 |
|
s/ sauveron-guest/ Damien Sauveron/; \ |
| 22 |
|
s+trunk/PCSC/++g;' > $@ |
| 23 |
|
|