diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-22 22:20:15 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-22 22:20:15 +0000 |
commit | 02b93e6c508106a69a9c1fef543e470c254d8fe9 (patch) | |
tree | e9327a3fc23705acceec384722a99e75f969ce53 /TAO/tests/Object_Loader/Makefile | |
parent | 2a737c27d515e1fe4965161e5036fe1a495c0470 (diff) | |
download | ATCD-02b93e6c508106a69a9c1fef543e470c254d8fe9.tar.gz |
ChangeLogTag:Sat Oct 21 12:50:36 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tests/Object_Loader/Makefile')
-rw-r--r-- | TAO/tests/Object_Loader/Makefile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/TAO/tests/Object_Loader/Makefile b/TAO/tests/Object_Loader/Makefile index 8cad2c36c7b..61a56c86d40 100644 --- a/TAO/tests/Object_Loader/Makefile +++ b/TAO/tests/Object_Loader/Makefile @@ -367,7 +367,8 @@ realclean: clean $(TAO_ROOT)/tao/InterfaceC.h \ $(TAO_ROOT)/tao/ifrfwd.h \ $(TAO_ROOT)/tao/BoundsC.h \ - $(TAO_ROOT)/tao/BoundsC.i TestC.i + $(TAO_ROOT)/tao/BoundsC.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 \ @@ -674,7 +675,8 @@ realclean: clean $(TAO_ROOT)/tao/InterfaceC.h \ $(TAO_ROOT)/tao/ifrfwd.h \ $(TAO_ROOT)/tao/BoundsC.h \ - $(TAO_ROOT)/tao/BoundsC.i TestC.i \ + $(TAO_ROOT)/tao/BoundsC.i \ + TestC.i \ $(TAO_ROOT)/tao/PortableServer/PortableServer.h \ $(TAO_ROOT)/tao/PortableServer/portableserver_export.h \ $(TAO_ROOT)/tao/PortableServer/RTPortableServerC.h \ @@ -1016,7 +1018,8 @@ realclean: clean $(TAO_ROOT)/tao/InterfaceC.h \ $(TAO_ROOT)/tao/ifrfwd.h \ $(TAO_ROOT)/tao/BoundsC.h \ - $(TAO_ROOT)/tao/BoundsC.i TestC.i \ + $(TAO_ROOT)/tao/BoundsC.i \ + TestC.i \ $(TAO_ROOT)/tao/PortableServer/PortableServer.h \ $(TAO_ROOT)/tao/PortableServer/portableserver_export.h \ $(TAO_ROOT)/tao/PortableServer/RTPortableServerC.h \ @@ -1337,7 +1340,8 @@ realclean: clean $(TAO_ROOT)/tao/InterfaceC.h \ $(TAO_ROOT)/tao/ifrfwd.h \ $(TAO_ROOT)/tao/BoundsC.h \ - $(TAO_ROOT)/tao/BoundsC.i TestC.i \ + $(TAO_ROOT)/tao/BoundsC.i \ + TestC.i \ $(TAO_ROOT)/tao/PortableServer/PortableServer.h \ $(TAO_ROOT)/tao/PortableServer/portableserver_export.h \ $(TAO_ROOT)/tao/PortableServer/RTPortableServerC.h \ @@ -1655,7 +1659,8 @@ realclean: clean $(TAO_ROOT)/tao/InterfaceC.h \ $(TAO_ROOT)/tao/ifrfwd.h \ $(TAO_ROOT)/tao/BoundsC.h \ - $(TAO_ROOT)/tao/BoundsC.i TestC.i \ + $(TAO_ROOT)/tao/BoundsC.i \ + TestC.i \ $(TAO_ROOT)/tao/PortableServer/PortableServer.h \ $(TAO_ROOT)/tao/PortableServer/portableserver_export.h \ $(TAO_ROOT)/tao/PortableServer/RTPortableServerC.h \ |