summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/performance-tests/Makefile.bor9
-rw-r--r--TAO/performance-tests/RTCorba/Makefile.bor9
-rw-r--r--TAO/performance-tests/RTCorba/Oneways/Makefile.bor9
3 files changed, 27 insertions, 0 deletions
diff --git a/TAO/performance-tests/Makefile.bor b/TAO/performance-tests/Makefile.bor
new file mode 100644
index 00000000000..66206945ce3
--- /dev/null
+++ b/TAO/performance-tests/Makefile.bor
@@ -0,0 +1,9 @@
+
+#
+# Makefile for building the TAO performance-tests
+#
+
+DIRS = \
+ RTCorba
+
+!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
diff --git a/TAO/performance-tests/RTCorba/Makefile.bor b/TAO/performance-tests/RTCorba/Makefile.bor
new file mode 100644
index 00000000000..5d0e232a2d7
--- /dev/null
+++ b/TAO/performance-tests/RTCorba/Makefile.bor
@@ -0,0 +1,9 @@
+
+#
+# Makefile for building the TAO RTCorba performance-tests
+#
+
+DIRS = \
+ Oneways
+
+!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
diff --git a/TAO/performance-tests/RTCorba/Oneways/Makefile.bor b/TAO/performance-tests/RTCorba/Oneways/Makefile.bor
new file mode 100644
index 00000000000..24daaa12915
--- /dev/null
+++ b/TAO/performance-tests/RTCorba/Oneways/Makefile.bor
@@ -0,0 +1,9 @@
+
+#
+# Makefile for building the TAO RTCorba Oneways performance-tests
+#
+
+DIRS = \
+ Reliable
+
+!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>