summaryrefslogtreecommitdiff
path: root/TAO/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Makefile')
-rw-r--r--TAO/examples/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/TAO/examples/Makefile b/TAO/examples/Makefile
deleted file mode 100644
index 52e08f12d70..00000000000
--- a/TAO/examples/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-#----------------------------------------------------------------------------
-#
-# $Id$
-#
-# Makefile for the TAO examples
-#
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-DIRS = Callback_Quoter \
- POA \
- Logging \
- Simple \
- Event_Comm \
- OBV \
- Load_Balancing
-
-#----------------------------------------------------------------------------
-# Include macros and targets
-#----------------------------------------------------------------------------
-
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-
-ifndef minimum_corba
-
-# No POA forwarding in minimum CORBA
- DIRS += Quoter
-
-endif # minimum_corba
-
-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