diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-14 15:55:48 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-14 15:55:48 +0000 |
commit | 2ce1b97d23efa5d98e4355665399e188905051b0 (patch) | |
tree | c70f067bbbe9f44d5415d933233c91b17c2f278c /TAO/tests/MT_Client/Makefile | |
parent | 2a953b2b678840bebb9320ccc78d3a9e818ce56e (diff) | |
download | ATCD-2ce1b97d23efa5d98e4355665399e188905051b0.tar.gz |
ChangeLogTag:Wed Jun 14 08:30:53 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tests/MT_Client/Makefile')
-rw-r--r-- | TAO/tests/MT_Client/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/tests/MT_Client/Makefile b/TAO/tests/MT_Client/Makefile index a8c15067267..f68aaf3e6a8 100644 --- a/TAO/tests/MT_Client/Makefile +++ b/TAO/tests/MT_Client/Makefile @@ -63,7 +63,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 \ @@ -382,7 +382,7 @@ realclean: clean $(TAO_ROOT)/tao/MessagingS.i \ testC.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 \ @@ -691,7 +691,7 @@ realclean: clean $(TAO_ROOT)/tao/MessagingS.i \ testC.i testS_T.h testS_T.i testS_T.cpp testS.i test_i.i -.obj/orb_creation.o .obj/orb_creation.o .obj/orb_creation.o .obj/orb_creation.o: orb_creation.cpp \ +.obj/orb_creation.o .obj/orb_creation.so .shobj/orb_creation.o .shobj/orb_creation.so: orb_creation.cpp \ $(ACE_ROOT)/ace/Get_Opt.h \ $(ACE_ROOT)/ace/pre.h \ $(ACE_ROOT)/ace/ACE.h \ @@ -1010,7 +1010,7 @@ realclean: clean $(TAO_ROOT)/tao/MessagingS.i \ testC.i -.obj/simple-client.o .obj/simple-client.o .obj/simple-client.o .obj/simple-client.o: simple-client.cpp \ +.obj/simple-client.o .obj/simple-client.so .shobj/simple-client.o .shobj/simple-client.so: simple-client.cpp \ $(ACE_ROOT)/ace/Get_Opt.h \ $(ACE_ROOT)/ace/pre.h \ $(ACE_ROOT)/ace/ACE.h \ @@ -1329,7 +1329,7 @@ realclean: clean $(TAO_ROOT)/tao/MessagingS.i \ testC.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 \ @@ -1635,7 +1635,7 @@ realclean: clean $(TAO_ROOT)/tao/MessagingS.i \ testC.i testS_T.h testS_T.i testS_T.cpp testS.i test_i.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 \ @@ -1941,7 +1941,7 @@ realclean: clean $(TAO_ROOT)/tao/MessagingS.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 \ |