summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Makefile
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-24 04:08:13 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-24 04:08:13 +0000
commit799a3aa65c300ac838c0e5b47e4ada5006a4e8b4 (patch)
treea7169ff37db919143c381a3db03a268e5d33f6b8 /TAO/orbsvcs/examples/Makefile
parent39c67e8460275499ffcaf2ed95fe4df6cd157f28 (diff)
downloadATCD-799a3aa65c300ac838c0e5b47e4ada5006a4e8b4.tar.gz
ChangeLogTag:Thu Sep 23 21:53:23 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/examples/Makefile')
-rw-r--r--TAO/orbsvcs/examples/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/Makefile b/TAO/orbsvcs/examples/Makefile
index 8a9618750b6..deb7153ec59 100644
--- a/TAO/orbsvcs/examples/Makefile
+++ b/TAO/orbsvcs/examples/Makefile
@@ -11,6 +11,10 @@
DIRS = CosEC \
RtEC
+ifndef TAO_ROOT
+ TAO_ROOT = $(ACE_ROOT)/TAO
+endif
+
#----------------------------------------------------------------------------
# Include macros and targets
#----------------------------------------------------------------------------
@@ -18,7 +22,6 @@ DIRS = CosEC \
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(TAO_ROOT)/rules.tao.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