summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Makefile')
-rw-r--r--TAO/tests/RTCORBA/Makefile47
1 files changed, 0 insertions, 47 deletions
diff --git a/TAO/tests/RTCORBA/Makefile b/TAO/tests/RTCORBA/Makefile
deleted file mode 100644
index f19de62a86e..00000000000
--- a/TAO/tests/RTCORBA/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-#----------------------------------------------------------------------------
-#
-# $Id$
-#
-# Makefile for RTCORBA tests
-#
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-DIRS = \
- Banded_Connections \
- Client_Propagated \
- Client_Protocol \
- Collocation \
- Destroy_Thread_Pool \
- Explicit_Binding \
- Linear_Priority \
- MT_Client_Protocol_Priority \
- ORB_init \
- Persistent_IOR \
- Policies \
- Policy_Combinations \
- Priority_Inversion_With_Bands \
- Private_Connection \
- Profile_And_Endpoint_Selection \
- RTMutex \
- Server_Declared \
- Server_Protocol \
- Thread_Pool
-
-ifndef TAO_ROOT
- TAO_ROOT = $(ACE_ROOT)/TAO
-endif
-
-#----------------------------------------------------------------------------
-# Include macros and targets
-#----------------------------------------------------------------------------
-
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-include $(TAO_ROOT)/rules.tao.GNU
-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