1## Process this file with automake to produce Makefile.in
2## $Id: Makefile.am,v 1.5 2000/11/13 21:33:15 leydold Exp $
3
4# AUTOMAKE_OPTIONS =
5
6SUBDIRS = src tests examples doc
7
8EXTRA_DIST = \
9 KNOWN-PROBLEMS \
10 autogen.sh
11
12# clean backup files
13CLEANFILES = *~
14
15# clean generated files
16MAINTAINERCLEANFILES = \
17 Makefile.in \
18 configure \
19 aclocal.m4 \
20 config.guess \
21 config.h.in \
22 config.sub \
23 depcomp \
24 install-sh \
25 ltmain.sh \
26 missing \
27 mkinstalldirs
28