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/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/TAO/docs/tutorials/Quoter/Simple/Makefile b/TAO/docs/tutorials/Quoter/Simple/Makefile
deleted file mode 100644
index 7d2cbbcb6d4..00000000000
--- a/TAO/docs/tutorials/Quoter/Simple/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-#----------------------------------------------------------------------------
-#
-# $Id$
-#
-# Makefile for the Simple Quoter tutorials
-#
-#----------------------------------------------------------------------------
-
-#----------------------------------------------------------------------------
-# Local macros
-#----------------------------------------------------------------------------
-
-ifndef TAO_ROOT
- TAO_ROOT = $(ACE_ROOT)/TAO
-endif # ! TAO_ROOT
-
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-include $(TAO_ROOT)/rules.tao.GNU
-include $(ACE_ROOT)/include/makeinclude/macros.GNU
-
-DIRS = \
- Client \
- Server \
- Persistent \
- Impl-Repo
-
- # ImprovedServer directory requires the
- # PortableServer::POA::ImplicitActivationPolicy, which is not in
- # available in the minimum CORBA configuration.
- ifeq ($(minimum_corba),0)
- DIRS += \
- ImprovedServer
- endif # minimum_corba
-
-
-ifndef TAO_ROOT
- TAO_ROOT = $(ACE_ROOT)/TAO
-endif
-
-#----------------------------------------------------------------------------
-# 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