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/Explicit_Event_Loop | |
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/Explicit_Event_Loop')
-rw-r--r-- | TAO/tests/Explicit_Event_Loop/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/TAO/tests/Explicit_Event_Loop/Makefile b/TAO/tests/Explicit_Event_Loop/Makefile index c35b2603acc..9618f8a9030 100644 --- a/TAO/tests/Explicit_Event_Loop/Makefile +++ b/TAO/tests/Explicit_Event_Loop/Makefile @@ -376,7 +376,8 @@ realclean: clean $(TAO_ROOT)/tao/InterfaceC.h \ $(TAO_ROOT)/tao/ifrfwd.h \ $(TAO_ROOT)/tao/BoundsC.h \ - $(TAO_ROOT)/tao/BoundsC.i timeC.i + $(TAO_ROOT)/tao/BoundsC.i \ + timeC.i .obj/timeS.o .obj/timeS.so .shobj/timeS.o .shobj/timeS.so: timeS.cpp timeS.h timeC.h \ $(TAO_ROOT)/tao/corba.h \ @@ -683,7 +684,8 @@ realclean: clean $(TAO_ROOT)/tao/InterfaceC.h \ $(TAO_ROOT)/tao/ifrfwd.h \ $(TAO_ROOT)/tao/BoundsC.h \ - $(TAO_ROOT)/tao/BoundsC.i timeC.i \ + $(TAO_ROOT)/tao/BoundsC.i \ + timeC.i \ $(TAO_ROOT)/tao/PortableServer/PortableServer.h \ $(TAO_ROOT)/tao/PortableServer/portableserver_export.h \ $(TAO_ROOT)/tao/PortableServer/RTPortableServerC.h \ @@ -1025,7 +1027,8 @@ realclean: clean $(TAO_ROOT)/tao/InterfaceC.h \ $(TAO_ROOT)/tao/ifrfwd.h \ $(TAO_ROOT)/tao/BoundsC.h \ - $(TAO_ROOT)/tao/BoundsC.i timeC.i + $(TAO_ROOT)/tao/BoundsC.i \ + timeC.i .obj/server.o .obj/server.so .shobj/server.o .shobj/server.so: server.cpp server.h timeS.h timeC.h \ $(TAO_ROOT)/tao/corba.h \ @@ -1332,7 +1335,8 @@ realclean: clean $(TAO_ROOT)/tao/InterfaceC.h \ $(TAO_ROOT)/tao/ifrfwd.h \ $(TAO_ROOT)/tao/BoundsC.h \ - $(TAO_ROOT)/tao/BoundsC.i timeC.i \ + $(TAO_ROOT)/tao/BoundsC.i \ + timeC.i \ $(TAO_ROOT)/tao/PortableServer/PortableServer.h \ $(TAO_ROOT)/tao/PortableServer/portableserver_export.h \ $(TAO_ROOT)/tao/PortableServer/RTPortableServerC.h \ |