Makefile.am.test: ${pracrod_SOURCES} ${EXTRA_DIST} $(top_srcdir)/../tools/testlist > Makefile.am.test @touch Makefile.am test: Makefile.am.test $(TESTFILES) @echo "All tests done." test_clean: rm -f $(TESTFILES) $(TESTLOGS) TESTLOGS = `for F in ${TESTFILES}; do echo $$F.log; done` CLEANFILES = $(TESTFILES) $(TESTLOGS) Makefile.am.test *~