summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-07 21:43:18 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-07 21:43:18 +0000
commit7ed129730facc385b08d877581353d967f458a78 (patch)
tree4b3bd6e16fd6aea488585857c1d0ec88112f403a
parent919d3b8c15afb2db862edbb26eaadff65d47a095 (diff)
downloadATCD-7ed129730facc385b08d877581353d967f458a78.tar.gz
added quantify support
-rw-r--r--TAO/orbsvcs/tests/Sched/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Sched/Makefile b/TAO/orbsvcs/tests/Sched/Makefile
index af7496c2ea5..01ffe50c783 100644
--- a/TAO/orbsvcs/tests/Sched/Makefile
+++ b/TAO/orbsvcs/tests/Sched/Makefile
@@ -13,6 +13,11 @@ CPPFLAGS += -I$(TAO_ROOT)/orbsvcs/orbsvcs/Sched \
-I$(TAO_ROOT)/orbsvcs \
-I$(TAO_ROOT)
+ifdef quantify
+ CCFLAGS += -Dquantify
+ CPPFLAGS += -I/pkg/purify/quantify-2.1-solaris2
+endif # quantify
+
#----------------------------------------------------------------------------
# Include macros and targets
#----------------------------------------------------------------------------