(Time): Revise strftime for clarity, cross reference man
[bpt/guile.git] / Makefile.am
index 08b5efe..6612579 100644 (file)
 ##
 ##   You should have received a copy of the GNU General Public
 ##   License along with GUILE; see the file COPYING.  If not, write
-##   to the Free Software Foundation, Inc., 59 Temple Place, Suite
-##   330, Boston, MA 02111-1307 USA
+##   to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
+##   Floor, Boston, MA 02110-1301 USA
 
+AUTOMAKE_OPTIONS = 1.5
 
-SUBDIRS = oop qt libltdl libguile ice-9 guile-config guile-readline \
-         scripts srfi doc examples test-suite lang am
+SUBDIRS = oop libguile ice-9 guile-config guile-readline       \
+         scripts srfi doc examples test-suite benchmark-suite lang am
 
 bin_SCRIPTS = guile-tools
 
@@ -29,20 +30,12 @@ include_HEADERS = libguile.h
 
 # automake sometimes forgets to distribute acconfig.h,
 # apparently depending on the phase of the moon.
-EXTRA_DIST = qthreads.m4 HACKING GUILE-VERSION ANON-CVS SNAPSHOTS TODO \
-            $(ACLOCAL) acconfig.h BUGS
+EXTRA_DIST = HACKING GUILE-VERSION ANON-CVS SNAPSHOTS BUGS
 
 TESTS = check-guile
 
-# The rule will cd to $(top_srcdir).
-ACLOCAL = ./guile-aclocal.sh
+ACLOCAL_AMFLAGS = -I guile-config
 
-if MAINTAINER_MODE
-# Fill dist tree.
-include $(top_srcdir)/am/maintainer-dirs
-dist-hook:
-       ( echo 'This is a snapshot of the TODO file.' ; date ; echo ; \
-         cat $(workbook)/tasks/TODO ) > TODO
-endif
+DISTCLEANFILES = check-guile.log
 
 # Makefile.am ends here