From: Julian Seward Date: Fri, 11 Mar 2005 14:51:24 +0000 (+0000) Subject: Reinstate lackey, corecheck, massif. They all start and run, but X-Git-Tag: svn/VALGRIND_3_0_0~1033 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b801ce616c3dc3b39aca537f67328cccf07ed60c;p=thirdparty%2Fvalgrind.git Reinstate lackey, corecheck, massif. They all start and run, but massif gets a segfault for some reason. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3285 --- diff --git a/Makefile.am b/Makefile.am index 9a0ea4afcc..315e2194db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,14 +5,15 @@ include $(top_srcdir)/Makefile.all.am ## 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