| 1 |
## Process this file with automake to create Makefile.in.
|
| 2 |
# $Id$
|
| 3 |
|
| 4 |
AUTOMAKE_OPTIONS = no-dependencies
|
| 5 |
SUBDIRS = src etc doc
|
| 6 |
|
| 7 |
AUX_DIST = $(ac_aux_dir)/acinclude.m4 \
|
| 8 |
$(ac_aux_dir)/aclocal.m4 \
|
| 9 |
$(ac_aux_dir)/acx_pthread.m4 \
|
| 10 |
$(ac_aux_dir)/config.guess \
|
| 11 |
$(ac_aux_dir)/config.sub \
|
| 12 |
$(ac_aux_dir)/install-sh \
|
| 13 |
$(ac_aux_dir)/ltconfig \
|
| 14 |
$(ac_aux_dir)/ltmain.sh \
|
| 15 |
$(ac_aux_dir)/missing \
|
| 16 |
$(ac_aux_dir)/mkinstalldirs \
|
| 17 |
$(ac_aux_dir)/ylwrap
|
| 18 |
|
| 19 |
EXTRA_DIST = DRIVERS SECURITY reconf bootstrap $(ac_aux_dir) HELP \
|
| 20 |
ChangeLog.cvs
|
| 21 |
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config-h.in \
|
| 22 |
stamp-h.in $(AUX_DIST)
|
| 23 |
|
| 24 |
# Automatically update the libtool script if it becomes out-of-date.
|
| 25 |
LIBTOOL_DEPS = @LIBTOOL_DEPS@
|
| 26 |
libtool: $(LIBTOOL_DEPS)
|
| 27 |
$(SHELL) ./config.status --recheck
|
| 28 |
|
| 29 |
ChangeLog.cvs:
|
| 30 |
rcs2log | perl -e 'while (<>) { s/corcoran /David Corcoran /; \
|
| 31 |
s/oznet /Chris Osgood /; s/cprados /Carlos Prados /; \
|
| 32 |
s/mikeg /Michael Gile /; s/rousseau /Ludovic Rousseau /; \
|
| 33 |
s+/home/cvsroot/muscle/PCSC/++g; print ; }' > $@
|
| 34 |
|
| 35 |
.PHONY: ChangeLog.cvs
|
| 36 |
|