summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/Makefile')
-rw-r--r--TAO/examples/POA/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/TAO/examples/POA/Makefile b/TAO/examples/POA/Makefile
deleted file mode 100644
index 42b631fb286..00000000000
--- a/TAO/examples/POA/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-#----------------------------------------------------------------------------
-#
-# $Id$
-#
-# Makefile for the POA tests
-#
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-DIRS = Default_Servant \
- FindPOA \
- Forwarding \
- Generic_Servant \
- Explicit_Activation \
- NewPOA \
- On_Demand_Activation \
- RootPOA \
- TIE \
- 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
-