summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Log
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-02 07:55:34 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-02 07:55:34 +0000
commitc2e12037c9c58eca994976bd6db27ca113c2bc98 (patch)
treebc50325cfc8dd9228face269c1f43cfd574b72d6 /TAO/orbsvcs/examples/Log
parent3428df8498c1f0a4be64e3048f67b98f05ff6565 (diff)
downloadATCD-c2e12037c9c58eca994976bd6db27ca113c2bc98.tar.gz
ChangeLogTag:Fri Mar 31 21:01:59 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/orbsvcs/examples/Log')
-rw-r--r--TAO/orbsvcs/examples/Log/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/Log/Makefile b/TAO/orbsvcs/examples/Log/Makefile
new file mode 100644
index 00000000000..0d0d427cf48
--- /dev/null
+++ b/TAO/orbsvcs/examples/Log/Makefile
@@ -0,0 +1,27 @@
+#----------------------------------------------------------------------------
+#
+# $Id$
+#
+#----------------------------------------------------------------------------
+
+#----------------------------------------------------------------------------
+# Local macros
+#----------------------------------------------------------------------------
+
+DIRS = Client \
+ test
+
+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