summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Makefile')
-rw-r--r--TAO/orbsvcs/examples/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/TAO/orbsvcs/examples/Makefile b/TAO/orbsvcs/examples/Makefile
deleted file mode 100644
index c59a130cc12..00000000000
--- a/TAO/orbsvcs/examples/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-#----------------------------------------------------------------------------
-#
-# $Id$
-#
-#----------------------------------------------------------------------------
-
-ifndef TAO_ROOT
- TAO_ROOT = $(ACE_ROOT)/TAO
-endif
-
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-include $(ACE_ROOT)/include/makeinclude/macros.GNU
-include $(TAO_ROOT)/rules.tao.GNU
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-ifeq ($(corba_messaging),1)
-DIRS = CosEC \
- RtEC
-endif # corba_messaging
-
-DIRS += Notify \
- Log \
- Security \
- ORT
-
-#----------------------------------------------------------------------------
-# Include macros and targets
-#----------------------------------------------------------------------------
-
-include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU