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/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/TAO/tests/POA/Makefile b/TAO/tests/POA/Makefile
deleted file mode 100644
index afcb83cb7ad..00000000000
--- a/TAO/tests/POA/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-#----------------------------------------------------------------------------
-#
-# $Id$
-#
-# Makefile for the POA tests
-#
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-DIRS = Generic_Servant \
- Default_Servant \
- Explicit_Activation \
- FindPOA \
- NewPOA \
- On_Demand_Activation \
- RootPOA \
- locking \
-
-# The following test hasn't been updated yet
-# Demux_Test
-
-#### Does not compile on UNIX: Forwarding \
-
-#----------------------------------------------------------------------------
-# Include macros and targets
-#----------------------------------------------------------------------------
-
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.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
-