summaryrefslogtreecommitdiff
path: root/TAO/examples/Advanced/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Advanced/Makefile')
-rw-r--r--TAO/examples/Advanced/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/TAO/examples/Advanced/Makefile b/TAO/examples/Advanced/Makefile
deleted file mode 100644
index 553ec13d03e..00000000000
--- a/TAO/examples/Advanced/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-#----------------------------------------------------------------------------
-#
-# $Id$
-#
-# Makefile for the example's from Henning and Vinoski's
-# "Advanced CORBA Programming with C++"
-#
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-DIRS = ch_3 \
- ch_8_and_10 \
- ch_12 \
- ch_18
-
-
-#----------------------------------------------------------------------------
-# 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
-
-
-
-
-
-
-
-
-
-