diff options
author | jai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-03-01 04:50:21 +0000 |
---|---|---|
committer | jai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-03-01 04:50:21 +0000 |
commit | bcdd1e1eee85c6f5e6a1c178640fecc88bd8350c (patch) | |
tree | 4c6b82284803e90715867282c2cb4e3d93929d89 /TAO/orbsvcs/tests | |
parent | 43793829fb5068f709a90a5645aa90e11b5894e0 (diff) | |
download | ATCD-bcdd1e1eee85c6f5e6a1c178640fecc88bd8350c.tar.gz |
ChangeLogTag:Thu Feb 28 20:47:24 2002 Jaiganesh Balasubramanian <jai@doc.ece.uci.edu>
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r-- | TAO/orbsvcs/tests/Event/Makefile | 12 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/Notify/performance-tests/Makefile | 10 |
2 files changed, 19 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/Event/Makefile b/TAO/orbsvcs/tests/Event/Makefile index 852e339c598..2bbd0657fd6 100644 --- a/TAO/orbsvcs/tests/Event/Makefile +++ b/TAO/orbsvcs/tests/Event/Makefile @@ -9,8 +9,7 @@ #---------------------------------------------------------------------------- DIRS = lib \ - Basic \ - Performance + Basic ifndef TAO_ROOT TAO_ROOT = $(ACE_ROOT)/TAO @@ -23,6 +22,15 @@ endif include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU include $(ACE_ROOT)/include/makeinclude/macros.GNU include $(TAO_ROOT)/rules.tao.GNU + +ifeq ($(corba_messaging),1) + +DIRS += \ + Performance + +endif # corba_messaging + + include $(ACE_ROOT)/include/makeinclude/rules.common.GNU include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/Makefile b/TAO/orbsvcs/tests/Notify/performance-tests/Makefile index 0e801f0bb25..0353e7ebc47 100644 --- a/TAO/orbsvcs/tests/Notify/performance-tests/Makefile +++ b/TAO/orbsvcs/tests/Notify/performance-tests/Makefile @@ -9,7 +9,6 @@ #---------------------------------------------------------------------------- DIRS = RedGreen \ - Throughput \ Filter ifndef TAO_ROOT @@ -23,6 +22,15 @@ endif include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU include $(ACE_ROOT)/include/makeinclude/macros.GNU include $(TAO_ROOT)/rules.tao.GNU + +ifeq ($(corba_messaging),1) + +DIRS += \ + Throughput + +endif # corba_messaging + + include $(ACE_ROOT)/include/makeinclude/rules.common.GNU include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU |