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/POA/Identity | |
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/POA/Identity')
-rw-r--r-- | TAO/tests/POA/Identity/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/POA/Identity/Makefile b/TAO/tests/POA/Identity/Makefile index e664751a5b5..ee5c8e324c6 100644 --- a/TAO/tests/POA/Identity/Makefile +++ b/TAO/tests/POA/Identity/Makefile @@ -48,7 +48,7 @@ realclean: clean # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. -.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 \ @@ -354,7 +354,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 \ @@ -660,7 +660,7 @@ realclean: clean $(TAO_ROOT)/tao/MessagingS.i \ testC.i testS_T.h testS_T.i testS_T.cpp testS.i -.obj/Identity.o .obj/Identity.o .obj/Identity.o .obj/Identity.o: Identity.cpp testS.h testC.h \ +.obj/Identity.o .obj/Identity.so .shobj/Identity.o .shobj/Identity.so: Identity.cpp testS.h testC.h \ $(TAO_ROOT)/tao/corba.h \ $(ACE_ROOT)/ace/pre.h \ $(ACE_ROOT)/ace/OS.h \ |