# tell aclocal about the macros in the "m4" folder ACLOCAL_AMFLAGS = -I m4 --install SUBDIRS = src man doc tests exp # tell aclocal about the macros in the "m4" folder ACLOCAL_AMFLAGS = -I m4 --install svn-clean: maintainer-clean rm -fr configure INSTALL aclocal.m4 src/config.h.in doc/mdate-sh src/config-log.h build-aux for DIR in $(DIST_SUBDIRS) .; do rm -f $$DIR/Makefile.in; done ############################################################################# # run experiments ############################################################################# experiments: $(MAKE) $(AM_MAKEFLAGS) experiments -C exp