summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-03-03 09:45:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-03-03 09:45:28 +0000
commitf8adfd898af08f4c988fe0e118ceb8391185e877 (patch)
treea1fee1d94dd765b339fe2d0307c2d2709b4a6a3f /TAO/orbsvcs/tests/AVStreams
parent556518b49d4f27da234e612b50d6da14495c437c (diff)
downloadATCD-f8adfd898af08f4c988fe0e118ceb8391185e877.tar.gz
ChangeLogTag:Sun Mar 03 10:40:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Makefile.bor3
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/Makefile.bor7
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/receiver.bor35
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/sender.bor30
4 files changed, 74 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Makefile.bor b/TAO/orbsvcs/tests/AVStreams/Makefile.bor
index 1f8d041e75e..b233eb82a85 100644
--- a/TAO/orbsvcs/tests/AVStreams/Makefile.bor
+++ b/TAO/orbsvcs/tests/AVStreams/Makefile.bor
@@ -10,6 +10,7 @@ DIRS = \
Multicast_Full_Profile \
Pluggable \
Simple_Three_Stage \
- Simple_Two_Stage
+ Simple_Two_Stage \
+ Simple_Two_Stage_With_QoS
!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
diff --git a/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/Makefile.bor b/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/Makefile.bor
new file mode 100644
index 00000000000..8068418af0e
--- /dev/null
+++ b/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/Makefile.bor
@@ -0,0 +1,7 @@
+#
+# Makefile for building the avstreams simple_two_stage_with_qos test
+#
+
+MAKEFILES = receiver.bor sender.bor
+
+!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
diff --git a/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/receiver.bor b/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/receiver.bor
new file mode 100644
index 00000000000..afba27b4b3f
--- /dev/null
+++ b/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/receiver.bor
@@ -0,0 +1,35 @@
+
+#
+# Makefile for building the avstreams simple_two_stage_with_qos test
+#
+
+NAME = receiver
+
+OBJFILES = \
+ $(OBJDIR)\receiver.obj
+
+CFLAGS = \
+ $(ACE_CFLAGS) \
+ $(ACE_QOS_CFLAGS) \
+ $(TAO_CFLAGS) \
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_NAMING_CFLAGS) \
+ $(TAO_PROPERTY_CFLAGS) \
+ $(TAO_AV_CFLAGS)
+
+LIBFILES = \
+ $(ACE_LIB) \
+ $(ACE_QOS_LIB) \
+ $(TAO_LIB) \
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_NAMING_LIB) \
+ $(TAO_PROPERTY_LIB) \
+ $(TAO_AV_LIB)
+
+CPPDIR = .;..
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
+
+#
+# IDL Build rules
+#
diff --git a/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/sender.bor b/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/sender.bor
new file mode 100644
index 00000000000..4922ff5222d
--- /dev/null
+++ b/TAO/orbsvcs/tests/AVStreams/Simple_Two_Stage_With_QoS/sender.bor
@@ -0,0 +1,30 @@
+#
+# Makefile for building the avstreams simple_two_stage_with_qos test
+#
+
+NAME = sender
+
+OBJFILES = \
+ $(OBJDIR)\sender.obj
+
+CFLAGS = \
+ $(ACE_CFLAGS) \
+ $(ACE_QOS_CFLAGS) \
+ $(TAO_CFLAGS) \
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_NAMING_CFLAGS) \
+ $(TAO_PROPERTY_CFLAGS) \
+ $(TAO_AV_CFLAGS)
+
+LIBFILES = \
+ $(ACE_LIB) \
+ $(ACE_QOS_LIB) \
+ $(TAO_LIB) \
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_NAMING_LIB) \
+ $(TAO_PROPERTY_LIB) \
+ $(TAO_AV_LIB)
+
+CPPDIR = .;..
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>