Josh Coalson | 9f429ba | 2001-01-19 22:39:39 +0000 | [diff] [blame] | 1 | # |
| 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 | |
| 20 | SUBDIRS = src test |
| 21 | |
| 22 | DISTCLEANFILES = libtool-disable-static |
| 23 | |
| 24 | AUTOMAKE_OPTIONS = foreign |