summaryrefslogtreecommitdiff
path: root/TAO/tests/POA/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/POA/Makefile')
-rw-r--r--TAO/tests/POA/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/TAO/tests/POA/Makefile b/TAO/tests/POA/Makefile
deleted file mode 100644
index f3debe66146..00000000000
--- a/TAO/tests/POA/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-#----------------------------------------------------------------------------
-#
-# $Id$
-#
-# Makefile for the POA tests
-#
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-DIRS = POA_Destruction \
- Default_Servant \
- wait_for_completion \
- Excessive_Object_Deactivations \
- Etherealization \
- Object_Reactivation \
- Non_Servant_Upcalls \
- MT_Servant_Locator \
- Nested_Non_Servant_Upcalls \
- Single_Threaded_POA \
- Persistent_ID \
- Policies \
- Current \
- Identity
-
-# The following test hasn't been updated yet
-# Demux_Test
-
-#### Does not compile on UNIX: Forwarding \
-
-ifndef TAO_ROOT
- TAO_ROOT = $(ACE_ROOT)/TAO
-endif
-
-#----------------------------------------------------------------------------
-# Include macros and targets
-#----------------------------------------------------------------------------
-
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-include $(ACE_ROOT)/include/makeinclude/macros.GNU
-include $(TAO_ROOT)/rules.tao.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