| 1 |
## Process this file with automake to create Makefile.in. |
## Process this file with automake to create Makefile.in. |
| 2 |
|
# $Id$ |
| 3 |
|
|
| 4 |
AUTOMAKE_OPTIONS = no-dependencies |
AUTOMAKE_OPTIONS = no-dependencies |
| 5 |
SUBDIRS = src etc doc |
SUBDIRS = src etc doc |
| 16 |
$(ac_aux_dir)/mkinstalldirs \ |
$(ac_aux_dir)/mkinstalldirs \ |
| 17 |
$(ac_aux_dir)/ylwrap |
$(ac_aux_dir)/ylwrap |
| 18 |
|
|
| 19 |
EXTRA_DIST = DRIVERS SECURITY reconf bootstrap $(ac_aux_dir) HELP |
EXTRA_DIST = DRIVERS SECURITY reconf bootstrap $(ac_aux_dir) HELP \ |
| 20 |
|
ChangeLog.cvs |
| 21 |
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config-h.in \ |
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config-h.in \ |
| 22 |
stamp-h.in $(AUX_DIST) |
stamp-h.in $(AUX_DIST) |
| 23 |
|
|
| 25 |
LIBTOOL_DEPS = @LIBTOOL_DEPS@ |
LIBTOOL_DEPS = @LIBTOOL_DEPS@ |
| 26 |
libtool: $(LIBTOOL_DEPS) |
libtool: $(LIBTOOL_DEPS) |
| 27 |
$(SHELL) ./config.status --recheck |
$(SHELL) ./config.status --recheck |
| 28 |
|
|
| 29 |
|
ChangeLog.cvs: |
| 30 |
|
rcs2log > ChangeLog |
| 31 |
|
|