summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/wrapper_macros.GNU
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-10-05 07:27:20 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-10-05 07:27:20 +0000
commitad01c2866d7193ec7288d717f4e053d7d07d7eaf (patch)
treec8aa08f275e9f51624442eff815968621b6d6bb2 /ACE/include/makeinclude/wrapper_macros.GNU
parentc352606d2a161a47415eee529c3ec5ed71581fc8 (diff)
downloadATCD-ad01c2866d7193ec7288d717f4e053d7d07d7eaf.tar.gz
Tue Oct 5 07:23:19 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ACE-INSTALL.html: * COPYING: Small updates * docs/ACE-porting.html: Updated links * include/makeinclude/wrapper_macros.GNU: Added support for valgrind=1
Diffstat (limited to 'ACE/include/makeinclude/wrapper_macros.GNU')
-rw-r--r--ACE/include/makeinclude/wrapper_macros.GNU5
1 files changed, 5 insertions, 0 deletions
diff --git a/ACE/include/makeinclude/wrapper_macros.GNU b/ACE/include/makeinclude/wrapper_macros.GNU
index a5f0861cd09..52e76c8b422 100644
--- a/ACE/include/makeinclude/wrapper_macros.GNU
+++ b/ACE/include/makeinclude/wrapper_macros.GNU
@@ -679,6 +679,11 @@ endif
ec_typed_events ?= 1
zlib ?= 1
+valgrind ?=
+ifeq ($(valgrind),1)
+ CPPFLAGS += -DACE_HAS_VALGRIND
+endif
+
profile ?=
ifeq ($(profile),0)
override profile =