diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-18 02:08:27 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-18 02:08:27 +0000 |
commit | 2e79155e017c67bbda3572c30d84bdb351f0c003 (patch) | |
tree | bd630a9bf1c08668be746d834c67dce7b622b0b5 /TAO/tests/Big_Twoways | |
parent | 9c22b7ee75a851cb5396f39f5616c8de5d646411 (diff) | |
download | ATCD-2e79155e017c67bbda3572c30d84bdb351f0c003.tar.gz |
Updated Makefiles.
Diffstat (limited to 'TAO/tests/Big_Twoways')
-rw-r--r-- | TAO/tests/Big_Twoways/Makefile | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/TAO/tests/Big_Twoways/Makefile b/TAO/tests/Big_Twoways/Makefile index 30e15c142e1..61b5b3c876a 100644 --- a/TAO/tests/Big_Twoways/Makefile +++ b/TAO/tests/Big_Twoways/Makefile @@ -57,7 +57,8 @@ realclean: clean .obj/server.o .obj/server.so .shobj/server.o .shobj/server.so: server.cpp Coordinator.h \ $(ACE_ROOT)/ace/pre.h TestS.h \ - TestC.h $(TAO_ROOT)/tao/corba.h \ + TestC.h \ + $(TAO_ROOT)/tao/corba.h \ $(ACE_ROOT)/ace/post.h \ $(ACE_ROOT)/ace/ACE_export.h \ $(ACE_ROOT)/ace/svc_export.h \ @@ -259,7 +260,8 @@ realclean: clean .obj/client.o .obj/client.so .shobj/client.o .shobj/client.so: client.cpp Peer.h \ $(ACE_ROOT)/ace/pre.h TestS.h \ - TestC.h $(TAO_ROOT)/tao/corba.h \ + TestC.h \ + $(TAO_ROOT)/tao/corba.h \ $(ACE_ROOT)/ace/post.h \ $(ACE_ROOT)/ace/ACE_export.h \ $(ACE_ROOT)/ace/svc_export.h \ @@ -474,7 +476,8 @@ realclean: clean .obj/Coordinator.o .obj/Coordinator.so .shobj/Coordinator.o .shobj/Coordinator.so: Coordinator.cpp Coordinator.h \ $(ACE_ROOT)/ace/pre.h TestS.h \ - TestC.h $(TAO_ROOT)/tao/corba.h \ + TestC.h \ + $(TAO_ROOT)/tao/corba.h \ $(ACE_ROOT)/ace/post.h \ $(ACE_ROOT)/ace/ACE_export.h \ $(ACE_ROOT)/ace/svc_export.h \ @@ -674,7 +677,8 @@ realclean: clean .obj/Peer.o .obj/Peer.so .shobj/Peer.o .shobj/Peer.so: Peer.cpp Peer.h \ $(ACE_ROOT)/ace/pre.h TestS.h \ - TestC.h $(TAO_ROOT)/tao/corba.h \ + TestC.h \ + $(TAO_ROOT)/tao/corba.h \ $(ACE_ROOT)/ace/post.h \ $(ACE_ROOT)/ace/ACE_export.h \ $(ACE_ROOT)/ace/svc_export.h \ @@ -946,7 +950,8 @@ realclean: clean .obj/Session.o .obj/Session.so .shobj/Session.o .shobj/Session.so: Session.cpp Session.h \ $(ACE_ROOT)/ace/pre.h TestS.h \ - TestC.h $(TAO_ROOT)/tao/corba.h \ + TestC.h \ + $(TAO_ROOT)/tao/corba.h \ $(ACE_ROOT)/ace/post.h \ $(ACE_ROOT)/ace/ACE_export.h \ $(ACE_ROOT)/ace/svc_export.h \ @@ -1219,7 +1224,8 @@ realclean: clean .obj/Session_Control.o .obj/Session_Control.so .shobj/Session_Control.o .shobj/Session_Control.so: Session_Control.cpp Session_Control.h \ $(ACE_ROOT)/ace/pre.h TestS.h \ - TestC.h $(TAO_ROOT)/tao/corba.h \ + TestC.h \ + $(TAO_ROOT)/tao/corba.h \ $(ACE_ROOT)/ace/post.h \ $(ACE_ROOT)/ace/ACE_export.h \ $(ACE_ROOT)/ace/svc_export.h \ |