summaryrefslogtreecommitdiff
path: root/TAO/IIOP/tests/Cubit
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/IIOP/tests/Cubit')
-rw-r--r--TAO/IIOP/tests/Cubit/Orbix/base_server/Makefile4
-rw-r--r--TAO/IIOP/tests/Cubit/Orbix/client/Makefile4
-rw-r--r--TAO/IIOP/tests/Cubit/Orbix/factory_client/Makefile2
-rw-r--r--TAO/IIOP/tests/Cubit/Orbix/tpool/Makefile4
-rw-r--r--TAO/IIOP/tests/Cubit/Orbix/tpr/Makefile4
-rw-r--r--TAO/IIOP/tests/Cubit/Orbix/tps/Makefile6
6 files changed, 12 insertions, 12 deletions
diff --git a/TAO/IIOP/tests/Cubit/Orbix/base_server/Makefile b/TAO/IIOP/tests/Cubit/Orbix/base_server/Makefile
index dc3604d3f35..898cfc9e433 100644
--- a/TAO/IIOP/tests/Cubit/Orbix/base_server/Makefile
+++ b/TAO/IIOP/tests/Cubit/Orbix/base_server/Makefile
@@ -63,7 +63,7 @@ server: $(addprefix $(VDIR),$(SVR_OBJS))
$(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/config.h \
$(ACE_ROOT)/ace/config-sunos5.5-sunc++-4.x.h \
- $(ACE_ROOT)/ace/stdcpp.h \
+ $(ACE_ROOT)/ace/streams.h \
$(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/Trace.h \
$(ACE_ROOT)/ace/Log_Msg.h \
@@ -76,7 +76,7 @@ server: $(addprefix $(VDIR),$(SVR_OBJS))
$(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/config.h \
$(ACE_ROOT)/ace/config-sunos5.5-sunc++-4.x.h \
- $(ACE_ROOT)/ace/stdcpp.h \
+ $(ACE_ROOT)/ace/streams.h \
$(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/Trace.h \
$(ACE_ROOT)/ace/Log_Msg.h \
diff --git a/TAO/IIOP/tests/Cubit/Orbix/client/Makefile b/TAO/IIOP/tests/Cubit/Orbix/client/Makefile
index 70b3257447d..c003c0a707c 100644
--- a/TAO/IIOP/tests/Cubit/Orbix/client/Makefile
+++ b/TAO/IIOP/tests/Cubit/Orbix/client/Makefile
@@ -62,7 +62,7 @@ client: $(addprefix $(VDIR),$(CLT_OBJS))
$(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/config.h \
$(ACE_ROOT)/ace/config-sunos5.5-sunc++-4.x.h \
- $(ACE_ROOT)/ace/stdcpp.h \
+ $(ACE_ROOT)/ace/streams.h \
$(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/Trace.h \
$(ACE_ROOT)/ace/Log_Msg.h \
@@ -74,7 +74,7 @@ client: $(addprefix $(VDIR),$(CLT_OBJS))
.obj/client.o .shobj/client.so: client.cpp $(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/config.h \
$(ACE_ROOT)/ace/config-sunos5.5-sunc++-4.x.h \
- $(ACE_ROOT)/ace/stdcpp.h \
+ $(ACE_ROOT)/ace/streams.h \
$(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/Trace.h \
$(ACE_ROOT)/ace/Log_Msg.h \
diff --git a/TAO/IIOP/tests/Cubit/Orbix/factory_client/Makefile b/TAO/IIOP/tests/Cubit/Orbix/factory_client/Makefile
index de2877537b6..755bc8f8ab0 100644
--- a/TAO/IIOP/tests/Cubit/Orbix/factory_client/Makefile
+++ b/TAO/IIOP/tests/Cubit/Orbix/factory_client/Makefile
@@ -62,7 +62,7 @@ client: $(addprefix $(VDIR),$(CLT_OBJS))
.obj/client.o .shobj/client.so: client.cpp $(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/config.h \
$(ACE_ROOT)/ace/config-sunos5.5-sunc++-4.x.h \
- $(ACE_ROOT)/ace/stdcpp.h \
+ $(ACE_ROOT)/ace/streams.h \
$(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/Trace.h \
$(ACE_ROOT)/ace/Log_Msg.h \
diff --git a/TAO/IIOP/tests/Cubit/Orbix/tpool/Makefile b/TAO/IIOP/tests/Cubit/Orbix/tpool/Makefile
index d4cbaacb6bd..f72024e35f0 100644
--- a/TAO/IIOP/tests/Cubit/Orbix/tpool/Makefile
+++ b/TAO/IIOP/tests/Cubit/Orbix/tpool/Makefile
@@ -63,7 +63,7 @@ server: $(addprefix $(VDIR),$(SVR_OBJS))
$(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/config.h \
$(ACE_ROOT)/ace/config-sunos5.5-sunc++-4.x.h \
- $(ACE_ROOT)/ace/stdcpp.h \
+ $(ACE_ROOT)/ace/streams.h \
$(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/Trace.h \
$(ACE_ROOT)/ace/Log_Msg.h \
@@ -76,7 +76,7 @@ server: $(addprefix $(VDIR),$(SVR_OBJS))
$(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/config.h \
$(ACE_ROOT)/ace/config-sunos5.5-sunc++-4.x.h \
- $(ACE_ROOT)/ace/stdcpp.h \
+ $(ACE_ROOT)/ace/streams.h \
$(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/Trace.h \
$(ACE_ROOT)/ace/Log_Msg.h \
diff --git a/TAO/IIOP/tests/Cubit/Orbix/tpr/Makefile b/TAO/IIOP/tests/Cubit/Orbix/tpr/Makefile
index cf6149643d3..5c8191124c7 100644
--- a/TAO/IIOP/tests/Cubit/Orbix/tpr/Makefile
+++ b/TAO/IIOP/tests/Cubit/Orbix/tpr/Makefile
@@ -63,7 +63,7 @@ server: $(addprefix $(VDIR),$(SVR_OBJS))
$(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/config.h \
$(ACE_ROOT)/ace/config-sunos5.5-sunc++-4.x.h \
- $(ACE_ROOT)/ace/stdcpp.h \
+ $(ACE_ROOT)/ace/streams.h \
$(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/Trace.h \
$(ACE_ROOT)/ace/Log_Msg.h \
@@ -76,7 +76,7 @@ server: $(addprefix $(VDIR),$(SVR_OBJS))
$(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/config.h \
$(ACE_ROOT)/ace/config-sunos5.5-sunc++-4.x.h \
- $(ACE_ROOT)/ace/stdcpp.h \
+ $(ACE_ROOT)/ace/streams.h \
$(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/Trace.h \
$(ACE_ROOT)/ace/Log_Msg.h \
diff --git a/TAO/IIOP/tests/Cubit/Orbix/tps/Makefile b/TAO/IIOP/tests/Cubit/Orbix/tps/Makefile
index f7e949578c2..0ea9b2e1e71 100644
--- a/TAO/IIOP/tests/Cubit/Orbix/tps/Makefile
+++ b/TAO/IIOP/tests/Cubit/Orbix/tps/Makefile
@@ -68,7 +68,7 @@ server: $(addprefix $(VDIR),$(SVR_OBJS))
$(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/config.h \
$(ACE_ROOT)/ace/config-sunos5.5-sunc++-4.x.h \
- $(ACE_ROOT)/ace/stdcpp.h \
+ $(ACE_ROOT)/ace/streams.h \
$(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/Trace.h \
$(ACE_ROOT)/ace/Log_Msg.h \
@@ -163,7 +163,7 @@ server: $(addprefix $(VDIR),$(SVR_OBJS))
$(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/config.h \
$(ACE_ROOT)/ace/config-sunos5.5-sunc++-4.x.h \
- $(ACE_ROOT)/ace/stdcpp.h \
+ $(ACE_ROOT)/ace/streams.h \
$(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/Trace.h \
$(ACE_ROOT)/ace/Log_Msg.h \
@@ -258,7 +258,7 @@ server: $(addprefix $(VDIR),$(SVR_OBJS))
$(ACE_ROOT)/ace/OS.h \
$(ACE_ROOT)/ace/config.h \
$(ACE_ROOT)/ace/config-sunos5.5-sunc++-4.x.h \
- $(ACE_ROOT)/ace/stdcpp.h \
+ $(ACE_ROOT)/ace/streams.h \
$(ACE_ROOT)/ace/OS.i \
$(ACE_ROOT)/ace/Trace.h \
$(ACE_ROOT)/ace/Log_Msg.h \