diff options
author | gokhale <asgokhale@users.noreply.github.com> | 1998-06-24 21:08:36 +0000 |
---|---|---|
committer | gokhale <asgokhale@users.noreply.github.com> | 1998-06-24 21:08:36 +0000 |
commit | 24b2b5947c7af9cdde4c26aee75961b923778dac (patch) | |
tree | 0b745cfc3326a3eb8fb06e6753ea855d30569310 /TAO/TAO_IDL/Makefile | |
parent | 1e872bda460843dec48dbbc5d504621b94a25ed5 (diff) | |
download | ATCD-24b2b5947c7af9cdde4c26aee75961b923778dac.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/Makefile')
-rw-r--r-- | TAO/TAO_IDL/Makefile | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/Makefile b/TAO/TAO_IDL/Makefile index 65be774b0bb..651e248585c 100644 --- a/TAO/TAO_IDL/Makefile +++ b/TAO/TAO_IDL/Makefile @@ -7328,7 +7328,13 @@ realclean.old: be/be_visitor_sequence/sequence_base.cpp \ be/be_visitor_sequence/sequence_ch.cpp \ be/be_visitor_sequence/sequence_ci.cpp \ - be/be_visitor_sequence/sequence_cs.cpp + be/be_visitor_sequence/sequence_cs.cpp \ + be/be_visitor_sequence/gen_unbounded_sequence_ch.cpp \ + be/be_visitor_sequence/gen_bounded_sequence_ch.cpp \ + be/be_visitor_sequence/gen_unbounded_obj_sequence_ch.cpp \ + be/be_visitor_sequence/gen_bounded_obj_sequence_ch.cpp \ + be/be_visitor_sequence/gen_bounded_str_sequence_ch.cpp \ + be/be_visitor_sequence/gen_object_manager_ch.cpp .obj/be_visitor_structure.o .obj/be_visitor_structure.so .shobj/be_visitor_structure.o .shobj/be_visitor_structure.so: be/be_visitor_structure.cpp include/idl.h \ $(ACE_ROOT)/ace/ACE.h \ $(ACE_ROOT)/ace/OS.h \ @@ -7840,9 +7846,13 @@ realclean.old: be_include/be_visitor_union_branch/public_ci.h \ be_include/be_visitor_union_branch/public_cs.h \ be_include/be_visitor_union_branch/public_assign_cs.h \ + be_include/be_visitor_union_branch/public_reset_cs.h \ + be_include/be_visitor_union_branch/public_access_cs.h \ be_include/be_visitor_union_branch/private_ch.h \ be/be_visitor_union_branch/private_ch.cpp \ be/be_visitor_union_branch/public_assign_cs.cpp \ + be/be_visitor_union_branch/public_reset_cs.cpp \ + be/be_visitor_union_branch/public_access_cs.cpp \ be/be_visitor_union_branch/public_ch.cpp \ be/be_visitor_union_branch/public_ci.cpp \ be/be_visitor_union_branch/public_cs.cpp @@ -8067,6 +8077,8 @@ realclean.old: be_include/be_visitor_union_branch/public_ci.h \ be_include/be_visitor_union_branch/public_cs.h \ be_include/be_visitor_union_branch/public_assign_cs.h \ + be_include/be_visitor_union_branch/public_reset_cs.h \ + be_include/be_visitor_union_branch/public_access_cs.h \ be_include/be_visitor_union_branch/private_ch.h # IF YOU PUT ANYTHING HERE IT WILL GO AWAY |