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