diff options
author | bala <balanatarajan@users.noreply.github.com> | 2000-08-21 16:39:48 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2000-08-21 16:39:48 +0000 |
commit | 77ee735bf288de212b5377e3536bcbf20c30af88 (patch) | |
tree | f3cc43a96b257128ae6a75fbd43bac540d97bf89 /TAO/tests/OctetSeq | |
parent | d19c37b2654513e11aad45d2ea375992c9859014 (diff) | |
download | ATCD-77ee735bf288de212b5377e3536bcbf20c30af88.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tests/OctetSeq')
-rw-r--r-- | TAO/tests/OctetSeq/Makefile | 33 |
1 files changed, 14 insertions, 19 deletions
diff --git a/TAO/tests/OctetSeq/Makefile b/TAO/tests/OctetSeq/Makefile index 3009dbe9628..743b9e1e8f9 100644 --- a/TAO/tests/OctetSeq/Makefile +++ b/TAO/tests/OctetSeq/Makefile @@ -376,11 +376,10 @@ realclean: clean $(TAO_ROOT)/tao/MessagingS_T.h \ $(TAO_ROOT)/tao/MessagingS_T.i \ $(TAO_ROOT)/tao/MessagingS_T.cpp \ - $(TAO_ROOT)/tao/MessagingS.i \ - testC.h testC.i + $(TAO_ROOT)/tao/MessagingS.i testC.h \ + testC.i -.obj/client.o .obj/client.so .shobj/client.o .shobj/client.so: client.cpp \ - $(ACE_ROOT)/ace/Get_Opt.h \ +.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 \ $(ACE_ROOT)/ace/OS.h \ @@ -694,11 +693,9 @@ realclean: clean $(TAO_ROOT)/tao/MessagingS_T.h \ $(TAO_ROOT)/tao/MessagingS_T.i \ $(TAO_ROOT)/tao/MessagingS_T.cpp \ - $(TAO_ROOT)/tao/MessagingS.i \ - testC.i + $(TAO_ROOT)/tao/MessagingS.i testC.i -.obj/server.o .obj/server.so .shobj/server.o .shobj/server.so: server.cpp \ - $(ACE_ROOT)/ace/Get_Opt.h \ +.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 \ $(ACE_ROOT)/ace/OS.h \ @@ -728,9 +725,8 @@ realclean: clean $(ACE_ROOT)/ace/Log_Priority.h \ $(ACE_ROOT)/ace/Log_Record.i \ $(ACE_ROOT)/ace/ACE.i \ - $(ACE_ROOT)/ace/Get_Opt.i test_i.h \ - testS.h testC.h \ - $(TAO_ROOT)/tao/corba.h \ + $(ACE_ROOT)/ace/Get_Opt.i test_i.h testS.h \ + testC.h $(TAO_ROOT)/tao/corba.h \ $(TAO_ROOT)/tao/corbafwd.h \ $(ACE_ROOT)/ace/CDR_Stream.h \ $(ACE_ROOT)/ace/Message_Block.h \ @@ -1013,8 +1009,8 @@ realclean: clean $(TAO_ROOT)/tao/MessagingS_T.h \ $(TAO_ROOT)/tao/MessagingS_T.i \ $(TAO_ROOT)/tao/MessagingS_T.cpp \ - $(TAO_ROOT)/tao/MessagingS.i \ - testC.i testS_T.h testS_T.i testS_T.cpp testS.i test_i.i + $(TAO_ROOT)/tao/MessagingS.i testC.i \ + testS_T.h testS_T.i testS_T.cpp testS.i test_i.i .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 \ @@ -1329,8 +1325,8 @@ realclean: clean $(TAO_ROOT)/tao/MessagingS_T.h \ $(TAO_ROOT)/tao/MessagingS_T.i \ $(TAO_ROOT)/tao/MessagingS_T.cpp \ - $(TAO_ROOT)/tao/MessagingS.i \ - testC.i testS_T.h testS_T.i testS_T.cpp testS.i test_i.i + $(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.so .shobj/testC.o .shobj/testC.so: testC.cpp testC.h \ $(TAO_ROOT)/tao/corba.h \ @@ -1645,8 +1641,7 @@ realclean: clean $(TAO_ROOT)/tao/MessagingS_T.h \ $(TAO_ROOT)/tao/MessagingS_T.i \ $(TAO_ROOT)/tao/MessagingS_T.cpp \ - $(TAO_ROOT)/tao/MessagingS.i \ - testC.i + $(TAO_ROOT)/tao/MessagingS.i testC.i .obj/testS.o .obj/testS.so .shobj/testS.o .shobj/testS.so: testS.cpp testS.h testC.h \ $(TAO_ROOT)/tao/corba.h \ @@ -1961,7 +1956,7 @@ realclean: clean $(TAO_ROOT)/tao/MessagingS_T.h \ $(TAO_ROOT)/tao/MessagingS_T.i \ $(TAO_ROOT)/tao/MessagingS_T.cpp \ - $(TAO_ROOT)/tao/MessagingS.i \ - testC.i testS_T.h testS_T.i testS_T.cpp testS.i + $(TAO_ROOT)/tao/MessagingS.i testC.i \ + testS_T.h testS_T.i testS_T.cpp testS.i # IF YOU PUT ANYTHING HERE IT WILL GO AWAY |