diff options
author | bala <balanatarajan@users.noreply.github.com> | 2000-03-20 15:21:03 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2000-03-20 15:21:03 +0000 |
commit | f8dd1d520b47733db10011be4a4e6a50ad2c32b7 (patch) | |
tree | cf7490163538e373b91c751d641080d5fb0284cb /TAO | |
parent | ed6d536bd4d841a1c50e1fcde7d767a29f1014e9 (diff) | |
download | ATCD-f8dd1d520b47733db10011be4a4e6a50ad2c32b7.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/utils/IOR-parser/Makefile | 4 | ||||
-rw-r--r-- | TAO/utils/catior/Makefile | 14 | ||||
-rw-r--r-- | TAO/utils/nslist/Makefile | 14 |
3 files changed, 18 insertions, 14 deletions
diff --git a/TAO/utils/IOR-parser/Makefile b/TAO/utils/IOR-parser/Makefile index 2515c9752e0..a22f189df50 100644 --- a/TAO/utils/IOR-parser/Makefile +++ b/TAO/utils/IOR-parser/Makefile @@ -47,6 +47,10 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU .obj/ior-handler.o .obj/ior-handler.so .shobj/ior-handler.o .shobj/ior-handler.so: ior-handler.cpp ior-handler.h \ $(ACE_ROOT)/ace/OS.h \ $(ACE_ROOT)/ace/inc_user_config.h \ + $(ACE_ROOT)/ace/pre.h \ + $(ACE_ROOT)/ace/config-sunos5.6.h \ + $(ACE_ROOT)/ace/config-sunos5.5.h \ + $(ACE_ROOT)/ace/post.h \ $(ACE_ROOT)/ace/Min_Max.h \ $(ACE_ROOT)/ace/streams.h \ $(ACE_ROOT)/ace/Basic_Types.h \ diff --git a/TAO/utils/catior/Makefile b/TAO/utils/catior/Makefile index a6d89d3ac83..d63d47c93d7 100644 --- a/TAO/utils/catior/Makefile +++ b/TAO/utils/catior/Makefile @@ -43,14 +43,14 @@ include $(TAO_ROOT)/taoconfig.mk # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. -.obj/catior.o .obj/catior.so .shobj/catior.o .shobj/catior.so: catior.cpp \ - $(ACE_ROOT)/ace/Get_Opt.h \ +.obj/catior.o .obj/catior.so .shobj/catior.o .shobj/catior.so: catior.cpp $(ACE_ROOT)/ace/Get_Opt.h \ + $(ACE_ROOT)/ace/pre.h \ $(ACE_ROOT)/ace/ACE.h \ $(ACE_ROOT)/ace/OS.h \ $(ACE_ROOT)/ace/inc_user_config.h \ - $(ACE_ROOT)/ace/config-sunos5.7.h \ $(ACE_ROOT)/ace/config-sunos5.6.h \ $(ACE_ROOT)/ace/config-sunos5.5.h \ + $(ACE_ROOT)/ace/post.h \ $(ACE_ROOT)/ace/Min_Max.h \ $(ACE_ROOT)/ace/streams.h \ $(ACE_ROOT)/ace/Basic_Types.h \ @@ -300,19 +300,19 @@ include $(TAO_ROOT)/taoconfig.mk $(ACE_ROOT)/ace/Dynamic_Service.cpp \ $(TAO_ROOT)/tao/Invocation.h \ $(TAO_ROOT)/tao/Reply_Dispatcher.h \ - $(TAO_ROOT)/tao/GIOP_Utils.h \ + $(TAO_ROOT)/tao/GIOP_Message_State.h \ $(TAO_ROOT)/tao/Pluggable_Messaging.h \ - $(TAO_ROOT)/tao/target_identifier.h \ - $(TAO_ROOT)/tao/target_identifier.i \ $(TAO_ROOT)/tao/Pluggable_Messaging_Utils.h \ $(TAO_ROOT)/tao/Pluggable_Messaging_Utils.i \ $(TAO_ROOT)/tao/Pluggable_Messaging.i \ - $(TAO_ROOT)/tao/GIOP_Utils.i \ + $(TAO_ROOT)/tao/GIOP_Message_State.i \ $(TAO_ROOT)/tao/Reply_Dispatcher.i \ $(TAO_ROOT)/tao/TAOC.h \ $(TAO_ROOT)/tao/TAOC.i \ $(TAO_ROOT)/tao/operation_details.h \ $(TAO_ROOT)/tao/operation_details.i \ + $(TAO_ROOT)/tao/target_specification.h \ + $(TAO_ROOT)/tao/target_specification.i \ $(TAO_ROOT)/tao/Invocation.i \ $(TAO_ROOT)/tao/ImplRepoC.i \ $(TAO_ROOT)/tao/POA.i \ diff --git a/TAO/utils/nslist/Makefile b/TAO/utils/nslist/Makefile index 6e326442992..bff77685ab3 100644 --- a/TAO/utils/nslist/Makefile +++ b/TAO/utils/nslist/Makefile @@ -51,17 +51,17 @@ include $(TAO_ROOT)/taoconfig.mk # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. -.obj/nslist.o .obj/nslist.so .shobj/nslist.o .shobj/nslist.so: nslist.cpp \ - $(TAO_ROOT)/tao/TAO.h \ +.obj/nslist.o .obj/nslist.so .shobj/nslist.o .shobj/nslist.so: nslist.cpp $(TAO_ROOT)/tao/TAO.h \ + $(ACE_ROOT)/ace/pre.h \ $(TAO_ROOT)/tao/corbafwd.h \ $(ACE_ROOT)/ace/CDR_Stream.h \ $(ACE_ROOT)/ace/Message_Block.h \ $(ACE_ROOT)/ace/ACE.h \ $(ACE_ROOT)/ace/OS.h \ $(ACE_ROOT)/ace/inc_user_config.h \ - $(ACE_ROOT)/ace/config-sunos5.7.h \ $(ACE_ROOT)/ace/config-sunos5.6.h \ $(ACE_ROOT)/ace/config-sunos5.5.h \ + $(ACE_ROOT)/ace/post.h \ $(ACE_ROOT)/ace/Min_Max.h \ $(ACE_ROOT)/ace/streams.h \ $(ACE_ROOT)/ace/Basic_Types.h \ @@ -308,19 +308,19 @@ include $(TAO_ROOT)/taoconfig.mk $(ACE_ROOT)/ace/Dynamic_Service.cpp \ $(TAO_ROOT)/tao/Invocation.h \ $(TAO_ROOT)/tao/Reply_Dispatcher.h \ - $(TAO_ROOT)/tao/GIOP_Utils.h \ + $(TAO_ROOT)/tao/GIOP_Message_State.h \ $(TAO_ROOT)/tao/Pluggable_Messaging.h \ - $(TAO_ROOT)/tao/target_identifier.h \ - $(TAO_ROOT)/tao/target_identifier.i \ $(TAO_ROOT)/tao/Pluggable_Messaging_Utils.h \ $(TAO_ROOT)/tao/Pluggable_Messaging_Utils.i \ $(TAO_ROOT)/tao/Pluggable_Messaging.i \ - $(TAO_ROOT)/tao/GIOP_Utils.i \ + $(TAO_ROOT)/tao/GIOP_Message_State.i \ $(TAO_ROOT)/tao/Reply_Dispatcher.i \ $(TAO_ROOT)/tao/TAOC.h \ $(TAO_ROOT)/tao/TAOC.i \ $(TAO_ROOT)/tao/operation_details.h \ $(TAO_ROOT)/tao/operation_details.i \ + $(TAO_ROOT)/tao/target_specification.h \ + $(TAO_ROOT)/tao/target_specification.i \ $(TAO_ROOT)/tao/Invocation.i \ $(TAO_ROOT)/tao/ImplRepoC.i \ $(TAO_ROOT)/tao/POA.i \ |