summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Makefile')
-rw-r--r--TAO/orbsvcs/tests/Makefile52
1 files changed, 0 insertions, 52 deletions
diff --git a/TAO/orbsvcs/tests/Makefile b/TAO/orbsvcs/tests/Makefile
deleted file mode 100644
index 9a2df6e08c6..00000000000
--- a/TAO/orbsvcs/tests/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-#----------------------------------------------------------------------------
-#
-# $Id$
-#
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-DIRS = Simple_Naming \
- Event_Latency \
- EC_Multiple \
- EC_Throughput \
- EC_Mcast \
- EC_Custom_Marshal \
- EC_Basic \
- Property \
- CosEC_Basic \
- CosEC_Multiple \
- Sched_Conf \
- Time \
- Event
-
-# Not compiled by default
-# Concurrency \
-
-#----------------------------------------------------------------------------
-# Include macros and targets
-#----------------------------------------------------------------------------
-
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-
-ifndef minimum_corba
-
-# ImplRepo uses AdapterActivator which is disabled when compiling with
-# minimum CORBA support.
- DIRS += ImplRepo
-
-# Trader uses DynAny which is disabled when compiling with minimum
-# CORBA support. LifeCycle and AV depend on Trader so don't build
-# them either.
- DIRS += Trading
-#AVStreams
-
-endif # minimum_corba
-
-
-include $(ACE_ROOT)/include/makeinclude/macros.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU