summaryrefslogtreecommitdiff
path: root/TAO/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Makefile')
-rw-r--r--TAO/examples/Makefile49
1 files changed, 0 insertions, 49 deletions
diff --git a/TAO/examples/Makefile b/TAO/examples/Makefile
deleted file mode 100644
index 076d29cf5bb..00000000000
--- a/TAO/examples/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-#----------------------------------------------------------------------------
-#
-# $Id$
-#
-# Makefile for the TAO examples
-#
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-DIRS = Callback_Quoter \
- POA \
- Logging \
- Simple \
- Event_Comm \
- OBV \
- Load_Balancing
-
-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
-
-ifndef minimum_corba
-
-# No POA forwarding in minimum CORBA
- DIRS += Quoter
-
-endif # minimum_corba
-
-ifdef corba_messaging
-
-# No Buffered Oneways without CORBA Messaging
- DIRS += Buffered_Oneways
-
-endif # corba_messaging
-
-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