diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-14 15:55:48 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-14 15:55:48 +0000 |
commit | 2ce1b97d23efa5d98e4355665399e188905051b0 (patch) | |
tree | c70f067bbbe9f44d5415d933233c91b17c2f278c /TAO/orbsvcs/examples/RtEC/Schedule/Makefile | |
parent | 2a953b2b678840bebb9320ccc78d3a9e818ce56e (diff) | |
download | ATCD-2ce1b97d23efa5d98e4355665399e188905051b0.tar.gz |
ChangeLogTag:Wed Jun 14 08:30:53 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/orbsvcs/examples/RtEC/Schedule/Makefile')
-rw-r--r-- | TAO/orbsvcs/examples/RtEC/Schedule/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/Schedule/Makefile b/TAO/orbsvcs/examples/RtEC/Schedule/Makefile index c84aa36e789..60d2698bd04 100644 --- a/TAO/orbsvcs/examples/RtEC/Schedule/Makefile +++ b/TAO/orbsvcs/examples/RtEC/Schedule/Makefile @@ -73,7 +73,7 @@ Service: $(addprefix $(VDIR),$(Service_OBJS)) # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. -.obj/Service.o .obj/Service.o .obj/Service.o .obj/Service.o: Service.cpp \ +.obj/Service.o .obj/Service.so .shobj/Service.o .shobj/Service.so: Service.cpp \ $(TAO_ROOT)/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler.h \ $(ACE_ROOT)/ace/pre.h \ $(ACE_ROOT)/ace/post.h \ @@ -505,7 +505,7 @@ Service: $(addprefix $(VDIR),$(Service_OBJS)) $(ACE_ROOT)/ace/Get_Opt.h \ $(ACE_ROOT)/ace/Get_Opt.i -.obj/Supplier.o .obj/Supplier.o .obj/Supplier.o .obj/Supplier.o: Supplier.cpp Supplier.h \ +.obj/Supplier.o .obj/Supplier.so .shobj/Supplier.o .shobj/Supplier.so: Supplier.cpp Supplier.h \ $(TAO_ROOT)/orbsvcs/orbsvcs/RtecEventCommS.h \ $(ACE_ROOT)/ace/pre.h \ $(TAO_ROOT)/orbsvcs/orbsvcs/TimeBaseS.h \ @@ -833,7 +833,7 @@ Service: $(addprefix $(VDIR),$(Service_OBJS)) $(TAO_ROOT)/orbsvcs/orbsvcs/RtecEventCommS_T.cpp \ $(TAO_ROOT)/orbsvcs/orbsvcs/RtecEventCommS.i -.obj/Consumer.o .obj/Consumer.o .obj/Consumer.o .obj/Consumer.o: Consumer.cpp Consumer.h \ +.obj/Consumer.o .obj/Consumer.so .shobj/Consumer.o .shobj/Consumer.so: Consumer.cpp Consumer.h \ $(TAO_ROOT)/orbsvcs/orbsvcs/RtecEventCommS.h \ $(ACE_ROOT)/ace/pre.h \ $(TAO_ROOT)/orbsvcs/orbsvcs/TimeBaseS.h \ |