# "all" is the default target in automake-generated Makefiles all: ant build EXTRA_DIST = \ README.txt \ build.xml \ cipres \ cope \ phylo dist-hook: rm -rf `find $(distdir)/cipres -name .svn -type d` rm -rf `find $(distdir)/cope -name .svn -type d` rm -rf `find $(distdir)/phylo -name .svn -type d` build: ant build install-exec-hook: ant install installcheck-local: check: ant test clean: ant clean html: