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/Makefile65
1 files changed, 0 insertions, 65 deletions
diff --git a/TAO/examples/POA/Makefile b/TAO/examples/POA/Makefile
deleted file mode 100644
index f762938016a..00000000000
--- a/TAO/examples/POA/Makefile
+++ /dev/null
@@ -1,65 +0,0 @@
-#----------------------------------------------------------------------------
-#
-# $Id$
-#
-# Makefile for the POA tests
-#
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-DIRS = Generic_Servant \
- RootPOA \
- Reference_Counted_Servant
-
-# 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
-
-ifndef minimum_corba
-
-# No AdapterActivator in minimum CORBA
- DIRS += Adapter_Activator
-
-# Some POA policies and NVList unavailable in minimum CORBA
- DIRS += DSI
-
-# Some POA policies and default servants unavailable in minimum CORBA
- DIRS += Default_Servant
-
-# Some POA policies unavailable in minimum CORBA
- DIRS += Explicit_Activation
-
-# No AdapterActivator in minimum CORBA
- DIRS += FindPOA
-
-# No servant managers in minimum CORBA
- DIRS += Forwarding
- DIRS += Loader
- DIRS += On_Demand_Activation
- DIRS += On_Demand_Loading
-
-# Some POA policies unavailable in minimum CORBA
- DIRS += NewPOA
- DIRS += TIE
-
-endif # minimum_corba
-
-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