summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-16 19:38:22 +0000
committerjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-10-16 19:38:22 +0000
commitce574718bf4d860060157fcd6a886a983cae9986 (patch)
tree804a50ef2a19ae7385d6fa6451728d9b0b11561d /TAO
parent5a94840a73f9199f1e4703b4cfef02eb36b666af (diff)
downloadATCD-ce574718bf4d860060157fcd6a886a983cae9986.tar.gz
Wed Oct 16 12:37:07 2002 Jaiganesh Balasubramanian <jai@doc.ece.uci.edu>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Makefile26
2 files changed, 32 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 2fcb111e477..a0fa6379037 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Oct 16 12:37:07 2002 Jaiganesh Balasubramanian <jai@doc.ece.uci.edu>
+
+ * orbsvcs/tests/LoadBalancing/GenericFactory/Makefile:
+ Added the new Makefile to compile "directories" under this
+ directory.
+
Wed Oct 16 12:23:29 2002 Jaiganesh Balasubramanian <jai@doc.ece.uci.edu
* orbsvcs/tests/LoadBalancing/GenericFactory:
diff --git a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Makefile b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Makefile
new file mode 100644
index 00000000000..ff2092a6bca
--- /dev/null
+++ b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Makefile
@@ -0,0 +1,26 @@
+#----------------------------------------------------------------------------
+#
+# $Id$
+#
+#----------------------------------------------------------------------------
+
+#----------------------------------------------------------------------------
+# Local macros
+#----------------------------------------------------------------------------
+
+DIRS = Application_Controlled
+
+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