summaryrefslogtreecommitdiff
path: root/TAO/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Makefile')
-rw-r--r--TAO/examples/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/TAO/examples/Makefile b/TAO/examples/Makefile
deleted file mode 100644
index a15e9fed4f2..00000000000
--- a/TAO/examples/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-#----------------------------------------------------------------------------
-#
-# $Id$
-#
-# Makefile for the TAO examples
-#
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-DIRS = Callback_Quoter \
- POA \
- Quoter \
- Simple
-
-#----------------------------------------------------------------------------
-# 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
-