blob: 05526d216b943262e79846230c9697688f4aff46 [file] [log] [blame]
Josh Coalson9f429ba2001-01-19 22:39:39 +00001#
2# automake provides the following useful targets:
3#
4# all: build all programs and libraries using the current
5# configuration (set by configure)
6#
7# check: build and run all self-tests
8#
9# clean: remove everything except what's required to build everything
10#
11# distclean: remove everything except what goes in the distribution
12#
13# The old 'debug' target is obsolete; configure the source tree with
14# ./configure --enable-debug to enable debugging and self-tests
15#
16# The old 'release' target is obsolete; this is now the default
17#
18
19
20SUBDIRS = src test
21
22DISTCLEANFILES = libtool-disable-static
23
24AUTOMAKE_OPTIONS = foreign