summaryrefslogtreecommitdiff
path: root/TAO/docs/tutorials/Quoter/Simple/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/docs/tutorials/Quoter/Simple/Makefile')
-rw-r--r--TAO/docs/tutorials/Quoter/Simple/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/TAO/docs/tutorials/Quoter/Simple/Makefile b/TAO/docs/tutorials/Quoter/Simple/Makefile
deleted file mode 100644
index b713eec016e..00000000000
--- a/TAO/docs/tutorials/Quoter/Simple/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-#----------------------------------------------------------------------------
-#
-# $Id$
-#
-# Makefile for the Simple Quoter tutorials
-#
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-DIRS = Client \
- Server \
- ImprovedServer \
- Persistent \
- Impl-Repo
-
-
-ifndef TAO_ROOT
- TAO_ROOT = $(ACE_ROOT)/TAO
-endif
-
-#----------------------------------------------------------------------------
-# Include macros and targets
-#----------------------------------------------------------------------------
-
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-include $(TAO_ROOT)/rules.tao.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