|
From: <sv...@va...> - 2008-08-19 11:32:20
|
Author: sewardj
Date: 2008-08-19 12:32:30 +0100 (Tue, 19 Aug 2008)
New Revision: 8530
Log:
Build system changes for exp-sgcheck.
Modified:
branches/SGCHECK/Makefile.am
branches/SGCHECK/configure.in
Modified: branches/SGCHECK/Makefile.am
===================================================================
--- branches/SGCHECK/Makefile.am 2008-08-19 11:29:32 UTC (rev 8529)
+++ branches/SGCHECK/Makefile.am 2008-08-19 11:32:30 UTC (rev 8530)
@@ -12,7 +12,7 @@
helgrind \
drd
-EXP_TOOLS = exp-omega
+EXP_TOOLS = exp-omega exp-sgcheck
# Put docs last because building the HTML is slow and we want to get
# everything else working before we try it.
Modified: branches/SGCHECK/configure.in
===================================================================
--- branches/SGCHECK/configure.in 2008-08-19 11:29:32 UTC (rev 8529)
+++ branches/SGCHECK/configure.in 2008-08-19 11:32:30 UTC (rev 8530)
@@ -8,7 +8,7 @@
##------------------------------------------------------------##
# Process this file with autoconf to produce a configure script.
-AC_INIT(Valgrind, 3.4.0.SVN, val...@li...)
+AC_INIT(Valgrind, 3.4.0.SVN-SGCHECK, val...@li...)
AC_CONFIG_SRCDIR(coregrind/m_main.c)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([foreign])
@@ -1518,6 +1518,9 @@
exp-omega/Makefile
exp-omega/tests/Makefile
exp-omega/docs/Makefile
+ exp-sgcheck/Makefile
+ exp-sgcheck/tests/Makefile
+ exp-sgcheck/docs/Makefile
drd/Makefile
drd/docs/Makefile
drd/scripts/download-and-build-splash2
|