massif gets a segfault for some reason.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3285
## include must be first for tool.h
## addrcheck must come after memcheck, for mac_*.o
-#TOOLS = memcheck \
+TOOLS = none \
+ lackey \
+ corecheck \
+ massif
+
+# memcheck \
# addrcheck \
-# cachegrind \
-# corecheck \
-# massif \
-# lackey \
-# none
-TOOLS = none
+# cachegrind
+
SUBDIRS = include coregrind . docs tests auxprogs $(TOOLS)
DIST_SUBDIRS = $(SUBDIRS) helgrind