summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/Makefile')
-rw-r--r--TAO/examples/Simple/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/TAO/examples/Simple/Makefile b/TAO/examples/Simple/Makefile
deleted file mode 100644
index fcc4ef7b6f5..00000000000
--- a/TAO/examples/Simple/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-#----------------------------------------------------------------------------
-#
-# $Id$
-#
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-DIRS = bank \
- chat \
- echo \
- grid \
- time \
- time-date
-
-ifndef TAO_ROOT
- TAO_ROOT = $(ACE_ROOT)/TAO
-endif
-
-#----------------------------------------------------------------------------
-# Include macros and targets
-#----------------------------------------------------------------------------
-
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-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