summaryrefslogtreecommitdiff
path: root/TAO/tests/Nested_Event_Loop
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-12 17:36:13 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-12 17:36:13 +0000
commit9bd3bd09291fec784d23c4402211f417224c9745 (patch)
tree07f2d83f950465edbede159524bbaa89fb6efa77 /TAO/tests/Nested_Event_Loop
parent3d25dc36ffef5d1e3b0391973ffd2c9420fd1028 (diff)
downloadATCD-9bd3bd09291fec784d23c4402211f417224c9745.tar.gz
ChangeLogTag:Tue Sep 12 10:32:25 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tests/Nested_Event_Loop')
-rw-r--r--TAO/tests/Nested_Event_Loop/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/Nested_Event_Loop/Makefile b/TAO/tests/Nested_Event_Loop/Makefile
index 3db3dc55169..03f77016c7b 100644
--- a/TAO/tests/Nested_Event_Loop/Makefile
+++ b/TAO/tests/Nested_Event_Loop/Makefile
@@ -55,7 +55,7 @@ realclean: clean
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
-.obj/client.o .obj/client.o .obj/client.o .obj/client.o: client.cpp \
+.obj/client.o .obj/client.so .shobj/client.o .shobj/client.so: client.cpp \
$(ACE_ROOT)/ace/Get_Opt.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/ACE.h \
@@ -343,7 +343,7 @@ realclean: clean
$(TAO_ROOT)/tao/PortableServer/Collocated_Object.i \
testS_T.h testS_T.i testS_T.cpp testS.i
-.obj/server.o .obj/server.o .obj/server.o .obj/server.o: server.cpp \
+.obj/server.o .obj/server.so .shobj/server.o .shobj/server.so: server.cpp \
$(ACE_ROOT)/ace/Get_Opt.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/ACE.h \
@@ -629,7 +629,7 @@ realclean: clean
$(TAO_ROOT)/tao/PortableServer/Collocated_Object.i \
testS_T.h testS_T.i testS_T.cpp testS.i
-.obj/test_i.o .obj/test_i.o .obj/test_i.o .obj/test_i.o: test_i.cpp test_i.h testS.h testC.h \
+.obj/test_i.o .obj/test_i.so .shobj/test_i.o .shobj/test_i.so: test_i.cpp test_i.h testS.h testC.h \
$(TAO_ROOT)/tao/corba.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/OS.h \
@@ -912,7 +912,7 @@ realclean: clean
$(TAO_ROOT)/tao/PortableServer/Collocated_Object.i \
testS_T.h testS_T.i testS_T.cpp testS.i
-.obj/testC.o .obj/testC.o .obj/testC.o .obj/testC.o: testC.cpp testC.h \
+.obj/testC.o .obj/testC.so .shobj/testC.o .shobj/testC.so: testC.cpp testC.h \
$(TAO_ROOT)/tao/corba.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/OS.h \
@@ -1186,7 +1186,7 @@ realclean: clean
$(TAO_ROOT)/tao/BoundsC.i \
testC.i
-.obj/testS.o .obj/testS.o .obj/testS.o .obj/testS.o: testS.cpp testS.h testC.h \
+.obj/testS.o .obj/testS.so .shobj/testS.o .shobj/testS.so: testS.cpp testS.h testC.h \
$(TAO_ROOT)/tao/corba.h \
$(ACE_ROOT)/ace/pre.h \
$(ACE_ROOT)/ace/OS.h \