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/POA/Deactivation/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/POA/Deactivation/Makefile')
-rw-r--r-- | TAO/tests/POA/Deactivation/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/TAO/tests/POA/Deactivation/Makefile b/TAO/tests/POA/Deactivation/Makefile index 1b585ccfd3c..d0792bb2c1a 100644 --- a/TAO/tests/POA/Deactivation/Makefile +++ b/TAO/tests/POA/Deactivation/Makefile @@ -356,7 +356,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 \ @@ -663,7 +664,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 \ @@ -1005,7 +1007,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 \ |