summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-07 17:32:17 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-07 17:32:17 +0000
commit9c9ac1ddc9bc57c2700ffe3280770efbf90f06f9 (patch)
tree05782619ef777138aa3aa160b2c1ad4bdeda8a90
parent0bfda360af9d39dcbac84f1b29b43490c69b47ee (diff)
downloadATCD-9c9ac1ddc9bc57c2700ffe3280770efbf90f06f9.tar.gz
Update project files
-rw-r--r--TAO/TAO_IDL/TAO_IDL4.mak5887
-rw-r--r--TAO/TAO_IDL/TAO_IDL4.mdpbin65024 -> 73216 bytes
-rw-r--r--TAO/tao/TAO4.mak8722
-rw-r--r--TAO/tao/TAO4.mdpbin58880 -> 44032 bytes
4 files changed, 5188 insertions, 9421 deletions
diff --git a/TAO/TAO_IDL/TAO_IDL4.mak b/TAO/TAO_IDL/TAO_IDL4.mak
index 3eae728d494..f7e4d5faec9 100644
--- a/TAO/TAO_IDL/TAO_IDL4.mak
+++ b/TAO/TAO_IDL/TAO_IDL4.mak
@@ -31,7 +31,7 @@ NULL=nul
!ENDIF
################################################################################
# Begin Project
-# PROP Target_Last_Scanned "TAO_IDL - Win32 Release"
+# PROP Target_Last_Scanned "TAO_IDL - Win32 Debug"
RSC=rc.exe
CPP=cl.exe
@@ -69,6 +69,7 @@ CLEAN :
-@erase "$(INTDIR)\ast_interface.obj"
-@erase "$(INTDIR)\ast_interface_fwd.obj"
-@erase "$(INTDIR)\ast_module.obj"
+ -@erase "$(INTDIR)\ast_native.obj"
-@erase "$(INTDIR)\ast_operation.obj"
-@erase "$(INTDIR)\ast_predefined_type.obj"
-@erase "$(INTDIR)\ast_recursive.obj"
@@ -100,7 +101,9 @@ CLEAN :
-@erase "$(INTDIR)\be_init.obj"
-@erase "$(INTDIR)\be_interface.obj"
-@erase "$(INTDIR)\be_interface_fwd.obj"
+ -@erase "$(INTDIR)\be_interpretive.obj"
-@erase "$(INTDIR)\be_module.obj"
+ -@erase "$(INTDIR)\be_native.obj"
-@erase "$(INTDIR)\be_operation.obj"
-@erase "$(INTDIR)\be_predefined_type.obj"
-@erase "$(INTDIR)\be_produce.obj"
@@ -111,6 +114,7 @@ CLEAN :
-@erase "$(INTDIR)\be_state_argument.obj"
-@erase "$(INTDIR)\be_state_array.obj"
-@erase "$(INTDIR)\be_state_attribute.obj"
+ -@erase "$(INTDIR)\be_state_exception.obj"
-@erase "$(INTDIR)\be_state_operation.obj"
-@erase "$(INTDIR)\be_state_sequence.obj"
-@erase "$(INTDIR)\be_state_structure.obj"
@@ -124,11 +128,30 @@ CLEAN :
-@erase "$(INTDIR)\be_union.obj"
-@erase "$(INTDIR)\be_union_branch.obj"
-@erase "$(INTDIR)\be_union_label.obj"
+ -@erase "$(INTDIR)\be_visitor.obj"
+ -@erase "$(INTDIR)\be_visitor_args.obj"
+ -@erase "$(INTDIR)\be_visitor_attribute.obj"
+ -@erase "$(INTDIR)\be_visitor_constant.obj"
+ -@erase "$(INTDIR)\be_visitor_context.obj"
+ -@erase "$(INTDIR)\be_visitor_decl.obj"
+ -@erase "$(INTDIR)\be_visitor_enum.obj"
+ -@erase "$(INTDIR)\be_visitor_exception.obj"
+ -@erase "$(INTDIR)\be_visitor_field.obj"
+ -@erase "$(INTDIR)\be_visitor_interface.obj"
+ -@erase "$(INTDIR)\be_visitor_interface_fwd.obj"
+ -@erase "$(INTDIR)\be_visitor_module.obj"
+ -@erase "$(INTDIR)\be_visitor_operation.obj"
+ -@erase "$(INTDIR)\be_visitor_root.obj"
+ -@erase "$(INTDIR)\be_visitor_scope.obj"
+ -@erase "$(INTDIR)\be_visitor_sequence.obj"
+ -@erase "$(INTDIR)\be_visitor_structure.obj"
+ -@erase "$(INTDIR)\be_visitor_typedef.obj"
+ -@erase "$(INTDIR)\be_visitor_union.obj"
+ -@erase "$(INTDIR)\be_visitor_union_branch.obj"
-@erase "$(INTDIR)\drv_args.obj"
-@erase "$(INTDIR)\drv_fork.obj"
-@erase "$(INTDIR)\drv_init.obj"
-@erase "$(INTDIR)\drv_link.obj"
- -@erase "$(INTDIR)\drv_main.obj"
-@erase "$(INTDIR)\drv_preproc.obj"
-@erase "$(INTDIR)\drv_private.obj"
-@erase "$(INTDIR)\fe_declarator.obj"
@@ -138,6 +161,7 @@ CLEAN :
-@erase "$(INTDIR)\fe_private.obj"
-@erase "$(INTDIR)\lex.yy.obj"
-@erase "$(INTDIR)\narrow.obj"
+ -@erase "$(INTDIR)\tao_idl.obj"
-@erase "$(INTDIR)\utl_decllist.obj"
-@erase "$(INTDIR)\utl_error.obj"
-@erase "$(INTDIR)\utl_exceptlist.obj"
@@ -198,6 +222,7 @@ LINK32_OBJS= \
"$(INTDIR)\ast_interface.obj" \
"$(INTDIR)\ast_interface_fwd.obj" \
"$(INTDIR)\ast_module.obj" \
+ "$(INTDIR)\ast_native.obj" \
"$(INTDIR)\ast_operation.obj" \
"$(INTDIR)\ast_predefined_type.obj" \
"$(INTDIR)\ast_recursive.obj" \
@@ -229,7 +254,9 @@ LINK32_OBJS= \
"$(INTDIR)\be_init.obj" \
"$(INTDIR)\be_interface.obj" \
"$(INTDIR)\be_interface_fwd.obj" \
+ "$(INTDIR)\be_interpretive.obj" \
"$(INTDIR)\be_module.obj" \
+ "$(INTDIR)\be_native.obj" \
"$(INTDIR)\be_operation.obj" \
"$(INTDIR)\be_predefined_type.obj" \
"$(INTDIR)\be_produce.obj" \
@@ -240,6 +267,7 @@ LINK32_OBJS= \
"$(INTDIR)\be_state_argument.obj" \
"$(INTDIR)\be_state_array.obj" \
"$(INTDIR)\be_state_attribute.obj" \
+ "$(INTDIR)\be_state_exception.obj" \
"$(INTDIR)\be_state_operation.obj" \
"$(INTDIR)\be_state_sequence.obj" \
"$(INTDIR)\be_state_structure.obj" \
@@ -253,11 +281,30 @@ LINK32_OBJS= \
"$(INTDIR)\be_union.obj" \
"$(INTDIR)\be_union_branch.obj" \
"$(INTDIR)\be_union_label.obj" \
+ "$(INTDIR)\be_visitor.obj" \
+ "$(INTDIR)\be_visitor_args.obj" \
+ "$(INTDIR)\be_visitor_attribute.obj" \
+ "$(INTDIR)\be_visitor_constant.obj" \
+ "$(INTDIR)\be_visitor_context.obj" \
+ "$(INTDIR)\be_visitor_decl.obj" \
+ "$(INTDIR)\be_visitor_enum.obj" \
+ "$(INTDIR)\be_visitor_exception.obj" \
+ "$(INTDIR)\be_visitor_field.obj" \
+ "$(INTDIR)\be_visitor_interface.obj" \
+ "$(INTDIR)\be_visitor_interface_fwd.obj" \
+ "$(INTDIR)\be_visitor_module.obj" \
+ "$(INTDIR)\be_visitor_operation.obj" \
+ "$(INTDIR)\be_visitor_root.obj" \
+ "$(INTDIR)\be_visitor_scope.obj" \
+ "$(INTDIR)\be_visitor_sequence.obj" \
+ "$(INTDIR)\be_visitor_structure.obj" \
+ "$(INTDIR)\be_visitor_typedef.obj" \
+ "$(INTDIR)\be_visitor_union.obj" \
+ "$(INTDIR)\be_visitor_union_branch.obj" \
"$(INTDIR)\drv_args.obj" \
"$(INTDIR)\drv_fork.obj" \
"$(INTDIR)\drv_init.obj" \
"$(INTDIR)\drv_link.obj" \
- "$(INTDIR)\drv_main.obj" \
"$(INTDIR)\drv_preproc.obj" \
"$(INTDIR)\drv_private.obj" \
"$(INTDIR)\fe_declarator.obj" \
@@ -267,6 +314,7 @@ LINK32_OBJS= \
"$(INTDIR)\fe_private.obj" \
"$(INTDIR)\lex.yy.obj" \
"$(INTDIR)\narrow.obj" \
+ "$(INTDIR)\tao_idl.obj" \
"$(INTDIR)\utl_decllist.obj" \
"$(INTDIR)\utl_error.obj" \
"$(INTDIR)\utl_exceptlist.obj" \
@@ -323,6 +371,7 @@ CLEAN :
-@erase "$(INTDIR)\ast_interface.obj"
-@erase "$(INTDIR)\ast_interface_fwd.obj"
-@erase "$(INTDIR)\ast_module.obj"
+ -@erase "$(INTDIR)\ast_native.obj"
-@erase "$(INTDIR)\ast_operation.obj"
-@erase "$(INTDIR)\ast_predefined_type.obj"
-@erase "$(INTDIR)\ast_recursive.obj"
@@ -354,7 +403,9 @@ CLEAN :
-@erase "$(INTDIR)\be_init.obj"
-@erase "$(INTDIR)\be_interface.obj"
-@erase "$(INTDIR)\be_interface_fwd.obj"
+ -@erase "$(INTDIR)\be_interpretive.obj"
-@erase "$(INTDIR)\be_module.obj"
+ -@erase "$(INTDIR)\be_native.obj"
-@erase "$(INTDIR)\be_operation.obj"
-@erase "$(INTDIR)\be_predefined_type.obj"
-@erase "$(INTDIR)\be_produce.obj"
@@ -365,6 +416,7 @@ CLEAN :
-@erase "$(INTDIR)\be_state_argument.obj"
-@erase "$(INTDIR)\be_state_array.obj"
-@erase "$(INTDIR)\be_state_attribute.obj"
+ -@erase "$(INTDIR)\be_state_exception.obj"
-@erase "$(INTDIR)\be_state_operation.obj"
-@erase "$(INTDIR)\be_state_sequence.obj"
-@erase "$(INTDIR)\be_state_structure.obj"
@@ -378,11 +430,30 @@ CLEAN :
-@erase "$(INTDIR)\be_union.obj"
-@erase "$(INTDIR)\be_union_branch.obj"
-@erase "$(INTDIR)\be_union_label.obj"
+ -@erase "$(INTDIR)\be_visitor.obj"
+ -@erase "$(INTDIR)\be_visitor_args.obj"
+ -@erase "$(INTDIR)\be_visitor_attribute.obj"
+ -@erase "$(INTDIR)\be_visitor_constant.obj"
+ -@erase "$(INTDIR)\be_visitor_context.obj"
+ -@erase "$(INTDIR)\be_visitor_decl.obj"
+ -@erase "$(INTDIR)\be_visitor_enum.obj"
+ -@erase "$(INTDIR)\be_visitor_exception.obj"
+ -@erase "$(INTDIR)\be_visitor_field.obj"
+ -@erase "$(INTDIR)\be_visitor_interface.obj"
+ -@erase "$(INTDIR)\be_visitor_interface_fwd.obj"
+ -@erase "$(INTDIR)\be_visitor_module.obj"
+ -@erase "$(INTDIR)\be_visitor_operation.obj"
+ -@erase "$(INTDIR)\be_visitor_root.obj"
+ -@erase "$(INTDIR)\be_visitor_scope.obj"
+ -@erase "$(INTDIR)\be_visitor_sequence.obj"
+ -@erase "$(INTDIR)\be_visitor_structure.obj"
+ -@erase "$(INTDIR)\be_visitor_typedef.obj"
+ -@erase "$(INTDIR)\be_visitor_union.obj"
+ -@erase "$(INTDIR)\be_visitor_union_branch.obj"
-@erase "$(INTDIR)\drv_args.obj"
-@erase "$(INTDIR)\drv_fork.obj"
-@erase "$(INTDIR)\drv_init.obj"
-@erase "$(INTDIR)\drv_link.obj"
- -@erase "$(INTDIR)\drv_main.obj"
-@erase "$(INTDIR)\drv_preproc.obj"
-@erase "$(INTDIR)\drv_private.obj"
-@erase "$(INTDIR)\fe_declarator.obj"
@@ -392,6 +463,7 @@ CLEAN :
-@erase "$(INTDIR)\fe_private.obj"
-@erase "$(INTDIR)\lex.yy.obj"
-@erase "$(INTDIR)\narrow.obj"
+ -@erase "$(INTDIR)\tao_idl.obj"
-@erase "$(INTDIR)\utl_decllist.obj"
-@erase "$(INTDIR)\utl_error.obj"
-@erase "$(INTDIR)\utl_exceptlist.obj"
@@ -458,6 +530,7 @@ LINK32_OBJS= \
"$(INTDIR)\ast_interface.obj" \
"$(INTDIR)\ast_interface_fwd.obj" \
"$(INTDIR)\ast_module.obj" \
+ "$(INTDIR)\ast_native.obj" \
"$(INTDIR)\ast_operation.obj" \
"$(INTDIR)\ast_predefined_type.obj" \
"$(INTDIR)\ast_recursive.obj" \
@@ -489,7 +562,9 @@ LINK32_OBJS= \
"$(INTDIR)\be_init.obj" \
"$(INTDIR)\be_interface.obj" \
"$(INTDIR)\be_interface_fwd.obj" \
+ "$(INTDIR)\be_interpretive.obj" \
"$(INTDIR)\be_module.obj" \
+ "$(INTDIR)\be_native.obj" \
"$(INTDIR)\be_operation.obj" \
"$(INTDIR)\be_predefined_type.obj" \
"$(INTDIR)\be_produce.obj" \
@@ -500,6 +575,7 @@ LINK32_OBJS= \
"$(INTDIR)\be_state_argument.obj" \
"$(INTDIR)\be_state_array.obj" \
"$(INTDIR)\be_state_attribute.obj" \
+ "$(INTDIR)\be_state_exception.obj" \
"$(INTDIR)\be_state_operation.obj" \
"$(INTDIR)\be_state_sequence.obj" \
"$(INTDIR)\be_state_structure.obj" \
@@ -513,11 +589,30 @@ LINK32_OBJS= \
"$(INTDIR)\be_union.obj" \
"$(INTDIR)\be_union_branch.obj" \
"$(INTDIR)\be_union_label.obj" \
+ "$(INTDIR)\be_visitor.obj" \
+ "$(INTDIR)\be_visitor_args.obj" \
+ "$(INTDIR)\be_visitor_attribute.obj" \
+ "$(INTDIR)\be_visitor_constant.obj" \
+ "$(INTDIR)\be_visitor_context.obj" \
+ "$(INTDIR)\be_visitor_decl.obj" \
+ "$(INTDIR)\be_visitor_enum.obj" \
+ "$(INTDIR)\be_visitor_exception.obj" \
+ "$(INTDIR)\be_visitor_field.obj" \
+ "$(INTDIR)\be_visitor_interface.obj" \
+ "$(INTDIR)\be_visitor_interface_fwd.obj" \
+ "$(INTDIR)\be_visitor_module.obj" \
+ "$(INTDIR)\be_visitor_operation.obj" \
+ "$(INTDIR)\be_visitor_root.obj" \
+ "$(INTDIR)\be_visitor_scope.obj" \
+ "$(INTDIR)\be_visitor_sequence.obj" \
+ "$(INTDIR)\be_visitor_structure.obj" \
+ "$(INTDIR)\be_visitor_typedef.obj" \
+ "$(INTDIR)\be_visitor_union.obj" \
+ "$(INTDIR)\be_visitor_union_branch.obj" \
"$(INTDIR)\drv_args.obj" \
"$(INTDIR)\drv_fork.obj" \
"$(INTDIR)\drv_init.obj" \
"$(INTDIR)\drv_link.obj" \
- "$(INTDIR)\drv_main.obj" \
"$(INTDIR)\drv_preproc.obj" \
"$(INTDIR)\drv_private.obj" \
"$(INTDIR)\fe_declarator.obj" \
@@ -527,6 +622,7 @@ LINK32_OBJS= \
"$(INTDIR)\fe_private.obj" \
"$(INTDIR)\lex.yy.obj" \
"$(INTDIR)\narrow.obj" \
+ "$(INTDIR)\tao_idl.obj" \
"$(INTDIR)\utl_decllist.obj" \
"$(INTDIR)\utl_error.obj" \
"$(INTDIR)\utl_exceptlist.obj" \
@@ -584,19 +680,21 @@ LINK32_OBJS= \
################################################################################
# Begin Source File
-SOURCE=.\util\utl_decllist.cpp
-
-!IF "$(CFG)" == "TAO_IDL - Win32 Release"
-
-DEP_CPP_UTL_D=\
+SOURCE=.\fe\y.tab.cpp
+DEP_CPP_Y_TAB=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -610,9 +708,9 @@ DEP_CPP_UTL_D=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -631,6 +729,7 @@ DEP_CPP_UTL_D=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -644,7 +743,10 @@ DEP_CPP_UTL_D=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
+ ".\include\fe_declarator.h"\
".\include\fe_extern.h"\
+ ".\include\fe_interface_header.h"\
+ ".\include\fe_private.h"\
".\include\global_extern.h"\
".\include\idl.h"\
".\include\idl_bool.h"\
@@ -674,13 +776,16 @@ DEP_CPP_UTL_D=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_decllist.obj" : $(SOURCE) $(DEP_CPP_UTL_D) "$(INTDIR)"
+"$(INTDIR)\y.tab.obj" : $(SOURCE) $(DEP_CPP_Y_TAB) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ELSEIF "$(CFG)" == "TAO_IDL - Win32 Debug"
+# End Source File
+################################################################################
+# Begin Source File
-DEP_CPP_UTL_D=\
+SOURCE=.\ast\ast_union_label.cpp
+DEP_CPP_AST_U=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
@@ -690,6 +795,7 @@ DEP_CPP_UTL_D=\
"..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
"..\..\ace/inc_user_config.h"\
"..\..\ace/iosfwd.h"\
@@ -709,7 +815,6 @@ DEP_CPP_UTL_D=\
"..\..\ace/streams.h"\
"..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -769,33 +874,32 @@ DEP_CPP_UTL_D=\
".\include\utl_stack.h"\
".\include\utl_string.h"\
".\include\utl_strlist.h"\
- {$(INCLUDE)}"\sys\stat.h"\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_decllist.obj" : $(SOURCE) $(DEP_CPP_UTL_D) "$(INTDIR)"
+"$(INTDIR)\ast_union_label.obj" : $(SOURCE) $(DEP_CPP_AST_U) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ENDIF
-
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\util\utl_error.cpp
-
-!IF "$(CFG)" == "TAO_IDL - Win32 Release"
-
-DEP_CPP_UTL_E=\
+SOURCE=.\ast\ast_array.cpp
+DEP_CPP_AST_A=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -809,9 +913,9 @@ DEP_CPP_UTL_E=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -830,6 +934,7 @@ DEP_CPP_UTL_E=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -873,13 +978,16 @@ DEP_CPP_UTL_E=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_error.obj" : $(SOURCE) $(DEP_CPP_UTL_E) "$(INTDIR)"
+"$(INTDIR)\ast_array.obj" : $(SOURCE) $(DEP_CPP_AST_A) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ELSEIF "$(CFG)" == "TAO_IDL - Win32 Debug"
+# End Source File
+################################################################################
+# Begin Source File
-DEP_CPP_UTL_E=\
+SOURCE=.\ast\ast_attribute.cpp
+DEP_CPP_AST_AT=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
@@ -889,6 +997,7 @@ DEP_CPP_UTL_E=\
"..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
"..\..\ace/inc_user_config.h"\
"..\..\ace/iosfwd.h"\
@@ -908,7 +1017,6 @@ DEP_CPP_UTL_E=\
"..\..\ace/streams.h"\
"..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -968,33 +1076,32 @@ DEP_CPP_UTL_E=\
".\include\utl_stack.h"\
".\include\utl_string.h"\
".\include\utl_strlist.h"\
- {$(INCLUDE)}"\sys\stat.h"\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_error.obj" : $(SOURCE) $(DEP_CPP_UTL_E) "$(INTDIR)"
+"$(INTDIR)\ast_attribute.obj" : $(SOURCE) $(DEP_CPP_AST_AT) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ENDIF
-
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\util\utl_exceptlist.cpp
-
-!IF "$(CFG)" == "TAO_IDL - Win32 Release"
-
-DEP_CPP_UTL_EX=\
+SOURCE=.\ast\ast_check.cpp
+DEP_CPP_AST_C=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -1008,9 +1115,9 @@ DEP_CPP_UTL_EX=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -1029,6 +1136,7 @@ DEP_CPP_UTL_EX=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -1072,13 +1180,16 @@ DEP_CPP_UTL_EX=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_exceptlist.obj" : $(SOURCE) $(DEP_CPP_UTL_EX) "$(INTDIR)"
+"$(INTDIR)\ast_check.obj" : $(SOURCE) $(DEP_CPP_AST_C) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ELSEIF "$(CFG)" == "TAO_IDL - Win32 Debug"
+# End Source File
+################################################################################
+# Begin Source File
-DEP_CPP_UTL_EX=\
+SOURCE=.\ast\ast_concrete_type.cpp
+DEP_CPP_AST_CO=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
@@ -1088,6 +1199,7 @@ DEP_CPP_UTL_EX=\
"..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
"..\..\ace/inc_user_config.h"\
"..\..\ace/iosfwd.h"\
@@ -1107,7 +1219,6 @@ DEP_CPP_UTL_EX=\
"..\..\ace/streams.h"\
"..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -1167,33 +1278,32 @@ DEP_CPP_UTL_EX=\
".\include\utl_stack.h"\
".\include\utl_string.h"\
".\include\utl_strlist.h"\
- {$(INCLUDE)}"\sys\stat.h"\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_exceptlist.obj" : $(SOURCE) $(DEP_CPP_UTL_EX) "$(INTDIR)"
+"$(INTDIR)\ast_concrete_type.obj" : $(SOURCE) $(DEP_CPP_AST_CO) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ENDIF
-
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\util\utl_exprlist.cpp
-
-!IF "$(CFG)" == "TAO_IDL - Win32 Release"
-
-DEP_CPP_UTL_EXP=\
+SOURCE=.\ast\ast_constant.cpp
+DEP_CPP_AST_CON=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -1207,9 +1317,9 @@ DEP_CPP_UTL_EXP=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -1228,6 +1338,7 @@ DEP_CPP_UTL_EXP=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -1271,13 +1382,16 @@ DEP_CPP_UTL_EXP=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_exprlist.obj" : $(SOURCE) $(DEP_CPP_UTL_EXP) "$(INTDIR)"
+"$(INTDIR)\ast_constant.obj" : $(SOURCE) $(DEP_CPP_AST_CON) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ELSEIF "$(CFG)" == "TAO_IDL - Win32 Debug"
+# End Source File
+################################################################################
+# Begin Source File
-DEP_CPP_UTL_EXP=\
+SOURCE=.\ast\ast_decl.cpp
+DEP_CPP_AST_D=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
@@ -1287,6 +1401,7 @@ DEP_CPP_UTL_EXP=\
"..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
"..\..\ace/inc_user_config.h"\
"..\..\ace/iosfwd.h"\
@@ -1306,7 +1421,6 @@ DEP_CPP_UTL_EXP=\
"..\..\ace/streams.h"\
"..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -1366,33 +1480,32 @@ DEP_CPP_UTL_EXP=\
".\include\utl_stack.h"\
".\include\utl_string.h"\
".\include\utl_strlist.h"\
- {$(INCLUDE)}"\sys\stat.h"\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_exprlist.obj" : $(SOURCE) $(DEP_CPP_UTL_EXP) "$(INTDIR)"
+"$(INTDIR)\ast_decl.obj" : $(SOURCE) $(DEP_CPP_AST_D) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ENDIF
-
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\util\utl_global.cpp
-
-!IF "$(CFG)" == "TAO_IDL - Win32 Release"
-
-DEP_CPP_UTL_G=\
+SOURCE=.\ast\ast_enum.cpp
+DEP_CPP_AST_E=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -1406,9 +1519,9 @@ DEP_CPP_UTL_G=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -1427,6 +1540,7 @@ DEP_CPP_UTL_G=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -1470,13 +1584,16 @@ DEP_CPP_UTL_G=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_global.obj" : $(SOURCE) $(DEP_CPP_UTL_G) "$(INTDIR)"
+"$(INTDIR)\ast_enum.obj" : $(SOURCE) $(DEP_CPP_AST_E) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ELSEIF "$(CFG)" == "TAO_IDL - Win32 Debug"
+# End Source File
+################################################################################
+# Begin Source File
-DEP_CPP_UTL_G=\
+SOURCE=.\ast\ast_enum_val.cpp
+DEP_CPP_AST_EN=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
@@ -1486,6 +1603,7 @@ DEP_CPP_UTL_G=\
"..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
"..\..\ace/inc_user_config.h"\
"..\..\ace/iosfwd.h"\
@@ -1505,7 +1623,6 @@ DEP_CPP_UTL_G=\
"..\..\ace/streams.h"\
"..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -1565,33 +1682,32 @@ DEP_CPP_UTL_G=\
".\include\utl_stack.h"\
".\include\utl_string.h"\
".\include\utl_strlist.h"\
- {$(INCLUDE)}"\sys\stat.h"\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_global.obj" : $(SOURCE) $(DEP_CPP_UTL_G) "$(INTDIR)"
+"$(INTDIR)\ast_enum_val.obj" : $(SOURCE) $(DEP_CPP_AST_EN) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ENDIF
-
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\util\utl_identifier.cpp
-
-!IF "$(CFG)" == "TAO_IDL - Win32 Release"
-
-DEP_CPP_UTL_I=\
+SOURCE=.\ast\ast_exception.cpp
+DEP_CPP_AST_EX=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -1605,9 +1721,9 @@ DEP_CPP_UTL_I=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -1626,6 +1742,7 @@ DEP_CPP_UTL_I=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -1669,13 +1786,16 @@ DEP_CPP_UTL_I=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_identifier.obj" : $(SOURCE) $(DEP_CPP_UTL_I) "$(INTDIR)"
+"$(INTDIR)\ast_exception.obj" : $(SOURCE) $(DEP_CPP_AST_EX) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ELSEIF "$(CFG)" == "TAO_IDL - Win32 Debug"
+# End Source File
+################################################################################
+# Begin Source File
-DEP_CPP_UTL_I=\
+SOURCE=.\ast\ast_expression.cpp
+DEP_CPP_AST_EXP=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
@@ -1685,6 +1805,7 @@ DEP_CPP_UTL_I=\
"..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
"..\..\ace/inc_user_config.h"\
"..\..\ace/iosfwd.h"\
@@ -1704,7 +1825,6 @@ DEP_CPP_UTL_I=\
"..\..\ace/streams.h"\
"..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -1764,33 +1884,32 @@ DEP_CPP_UTL_I=\
".\include\utl_stack.h"\
".\include\utl_string.h"\
".\include\utl_strlist.h"\
- {$(INCLUDE)}"\sys\stat.h"\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_identifier.obj" : $(SOURCE) $(DEP_CPP_UTL_I) "$(INTDIR)"
+"$(INTDIR)\ast_expression.obj" : $(SOURCE) $(DEP_CPP_AST_EXP) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ENDIF
-
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\util\utl_idlist.cpp
-
-!IF "$(CFG)" == "TAO_IDL - Win32 Release"
-
-DEP_CPP_UTL_ID=\
+SOURCE=.\ast\ast_field.cpp
+DEP_CPP_AST_F=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -1804,9 +1923,9 @@ DEP_CPP_UTL_ID=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -1825,6 +1944,7 @@ DEP_CPP_UTL_ID=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -1868,13 +1988,16 @@ DEP_CPP_UTL_ID=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_idlist.obj" : $(SOURCE) $(DEP_CPP_UTL_ID) "$(INTDIR)"
+"$(INTDIR)\ast_field.obj" : $(SOURCE) $(DEP_CPP_AST_F) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ELSEIF "$(CFG)" == "TAO_IDL - Win32 Debug"
+# End Source File
+################################################################################
+# Begin Source File
-DEP_CPP_UTL_ID=\
+SOURCE=.\ast\ast_generator.cpp
+DEP_CPP_AST_G=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
@@ -1884,6 +2007,7 @@ DEP_CPP_UTL_ID=\
"..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
"..\..\ace/inc_user_config.h"\
"..\..\ace/iosfwd.h"\
@@ -1903,7 +2027,6 @@ DEP_CPP_UTL_ID=\
"..\..\ace/streams.h"\
"..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -1963,33 +2086,32 @@ DEP_CPP_UTL_ID=\
".\include\utl_stack.h"\
".\include\utl_string.h"\
".\include\utl_strlist.h"\
- {$(INCLUDE)}"\sys\stat.h"\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_idlist.obj" : $(SOURCE) $(DEP_CPP_UTL_ID) "$(INTDIR)"
+"$(INTDIR)\ast_generator.obj" : $(SOURCE) $(DEP_CPP_AST_G) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ENDIF
-
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\util\utl_indenter.cpp
-
-!IF "$(CFG)" == "TAO_IDL - Win32 Release"
-
-DEP_CPP_UTL_IN=\
+SOURCE=.\ast\ast_interface.cpp
+DEP_CPP_AST_I=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -2003,9 +2125,9 @@ DEP_CPP_UTL_IN=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -2024,6 +2146,7 @@ DEP_CPP_UTL_IN=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -2067,13 +2190,16 @@ DEP_CPP_UTL_IN=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_indenter.obj" : $(SOURCE) $(DEP_CPP_UTL_IN) "$(INTDIR)"
+"$(INTDIR)\ast_interface.obj" : $(SOURCE) $(DEP_CPP_AST_I) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ELSEIF "$(CFG)" == "TAO_IDL - Win32 Debug"
+# End Source File
+################################################################################
+# Begin Source File
-DEP_CPP_UTL_IN=\
+SOURCE=.\ast\ast_interface_fwd.cpp
+DEP_CPP_AST_IN=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
@@ -2083,6 +2209,7 @@ DEP_CPP_UTL_IN=\
"..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
"..\..\ace/inc_user_config.h"\
"..\..\ace/iosfwd.h"\
@@ -2102,7 +2229,6 @@ DEP_CPP_UTL_IN=\
"..\..\ace/streams.h"\
"..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -2162,33 +2288,32 @@ DEP_CPP_UTL_IN=\
".\include\utl_stack.h"\
".\include\utl_string.h"\
".\include\utl_strlist.h"\
- {$(INCLUDE)}"\sys\stat.h"\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_indenter.obj" : $(SOURCE) $(DEP_CPP_UTL_IN) "$(INTDIR)"
+"$(INTDIR)\ast_interface_fwd.obj" : $(SOURCE) $(DEP_CPP_AST_IN) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ENDIF
-
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\util\utl_labellist.cpp
-
-!IF "$(CFG)" == "TAO_IDL - Win32 Release"
-
-DEP_CPP_UTL_L=\
+SOURCE=.\ast\ast_module.cpp
+DEP_CPP_AST_M=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -2202,9 +2327,9 @@ DEP_CPP_UTL_L=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -2223,6 +2348,7 @@ DEP_CPP_UTL_L=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -2266,13 +2392,16 @@ DEP_CPP_UTL_L=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_labellist.obj" : $(SOURCE) $(DEP_CPP_UTL_L) "$(INTDIR)"
+"$(INTDIR)\ast_module.obj" : $(SOURCE) $(DEP_CPP_AST_M) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ELSEIF "$(CFG)" == "TAO_IDL - Win32 Debug"
+# End Source File
+################################################################################
+# Begin Source File
-DEP_CPP_UTL_L=\
+SOURCE=.\ast\ast_native.cpp
+DEP_CPP_AST_N=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
@@ -2282,6 +2411,7 @@ DEP_CPP_UTL_L=\
"..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
"..\..\ace/inc_user_config.h"\
"..\..\ace/iosfwd.h"\
@@ -2301,7 +2431,6 @@ DEP_CPP_UTL_L=\
"..\..\ace/streams.h"\
"..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -2361,33 +2490,32 @@ DEP_CPP_UTL_L=\
".\include\utl_stack.h"\
".\include\utl_string.h"\
".\include\utl_strlist.h"\
- {$(INCLUDE)}"\sys\stat.h"\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_labellist.obj" : $(SOURCE) $(DEP_CPP_UTL_L) "$(INTDIR)"
+"$(INTDIR)\ast_native.obj" : $(SOURCE) $(DEP_CPP_AST_N) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ENDIF
-
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\util\utl_list.cpp
-
-!IF "$(CFG)" == "TAO_IDL - Win32 Release"
-
-DEP_CPP_UTL_LI=\
+SOURCE=.\ast\ast_operation.cpp
+DEP_CPP_AST_O=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -2401,9 +2529,9 @@ DEP_CPP_UTL_LI=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -2422,6 +2550,7 @@ DEP_CPP_UTL_LI=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -2465,13 +2594,16 @@ DEP_CPP_UTL_LI=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_list.obj" : $(SOURCE) $(DEP_CPP_UTL_LI) "$(INTDIR)"
+"$(INTDIR)\ast_operation.obj" : $(SOURCE) $(DEP_CPP_AST_O) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ELSEIF "$(CFG)" == "TAO_IDL - Win32 Debug"
+# End Source File
+################################################################################
+# Begin Source File
-DEP_CPP_UTL_LI=\
+SOURCE=.\ast\ast_predefined_type.cpp
+DEP_CPP_AST_P=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
@@ -2481,6 +2613,7 @@ DEP_CPP_UTL_LI=\
"..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
"..\..\ace/inc_user_config.h"\
"..\..\ace/iosfwd.h"\
@@ -2500,7 +2633,6 @@ DEP_CPP_UTL_LI=\
"..\..\ace/streams.h"\
"..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -2560,33 +2692,32 @@ DEP_CPP_UTL_LI=\
".\include\utl_stack.h"\
".\include\utl_string.h"\
".\include\utl_strlist.h"\
- {$(INCLUDE)}"\sys\stat.h"\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_list.obj" : $(SOURCE) $(DEP_CPP_UTL_LI) "$(INTDIR)"
+"$(INTDIR)\ast_predefined_type.obj" : $(SOURCE) $(DEP_CPP_AST_P) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ENDIF
-
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\util\utl_namelist.cpp
-
-!IF "$(CFG)" == "TAO_IDL - Win32 Release"
-
-DEP_CPP_UTL_N=\
+SOURCE=.\ast\ast_recursive.cpp
+DEP_CPP_AST_R=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -2600,9 +2731,9 @@ DEP_CPP_UTL_N=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -2621,6 +2752,7 @@ DEP_CPP_UTL_N=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -2664,13 +2796,16 @@ DEP_CPP_UTL_N=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_namelist.obj" : $(SOURCE) $(DEP_CPP_UTL_N) "$(INTDIR)"
+"$(INTDIR)\ast_recursive.obj" : $(SOURCE) $(DEP_CPP_AST_R) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ELSEIF "$(CFG)" == "TAO_IDL - Win32 Debug"
+# End Source File
+################################################################################
+# Begin Source File
-DEP_CPP_UTL_N=\
+SOURCE=.\ast\ast_redef.cpp
+DEP_CPP_AST_RE=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
@@ -2680,6 +2815,7 @@ DEP_CPP_UTL_N=\
"..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
"..\..\ace/inc_user_config.h"\
"..\..\ace/iosfwd.h"\
@@ -2699,7 +2835,6 @@ DEP_CPP_UTL_N=\
"..\..\ace/streams.h"\
"..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -2759,33 +2894,32 @@ DEP_CPP_UTL_N=\
".\include\utl_stack.h"\
".\include\utl_string.h"\
".\include\utl_strlist.h"\
- {$(INCLUDE)}"\sys\stat.h"\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_namelist.obj" : $(SOURCE) $(DEP_CPP_UTL_N) "$(INTDIR)"
+"$(INTDIR)\ast_redef.obj" : $(SOURCE) $(DEP_CPP_AST_RE) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ENDIF
-
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\util\utl_scope.cpp
-
-!IF "$(CFG)" == "TAO_IDL - Win32 Release"
-
-DEP_CPP_UTL_S=\
+SOURCE=.\ast\ast_root.cpp
+DEP_CPP_AST_RO=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -2799,9 +2933,9 @@ DEP_CPP_UTL_S=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -2820,6 +2954,7 @@ DEP_CPP_UTL_S=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -2863,13 +2998,16 @@ DEP_CPP_UTL_S=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_scope.obj" : $(SOURCE) $(DEP_CPP_UTL_S) "$(INTDIR)"
+"$(INTDIR)\ast_root.obj" : $(SOURCE) $(DEP_CPP_AST_RO) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ELSEIF "$(CFG)" == "TAO_IDL - Win32 Debug"
+# End Source File
+################################################################################
+# Begin Source File
-DEP_CPP_UTL_S=\
+SOURCE=.\ast\ast_sequence.cpp
+DEP_CPP_AST_S=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
@@ -2879,6 +3017,7 @@ DEP_CPP_UTL_S=\
"..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
"..\..\ace/inc_user_config.h"\
"..\..\ace/iosfwd.h"\
@@ -2898,7 +3037,6 @@ DEP_CPP_UTL_S=\
"..\..\ace/streams.h"\
"..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -2958,33 +3096,32 @@ DEP_CPP_UTL_S=\
".\include\utl_stack.h"\
".\include\utl_string.h"\
".\include\utl_strlist.h"\
- {$(INCLUDE)}"\sys\stat.h"\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_scope.obj" : $(SOURCE) $(DEP_CPP_UTL_S) "$(INTDIR)"
+"$(INTDIR)\ast_sequence.obj" : $(SOURCE) $(DEP_CPP_AST_S) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ENDIF
-
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\util\utl_stack.cpp
-
-!IF "$(CFG)" == "TAO_IDL - Win32 Release"
-
-DEP_CPP_UTL_ST=\
+SOURCE=.\ast\ast_string.cpp
+DEP_CPP_AST_ST=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -2998,9 +3135,9 @@ DEP_CPP_UTL_ST=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -3019,6 +3156,7 @@ DEP_CPP_UTL_ST=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -3062,13 +3200,16 @@ DEP_CPP_UTL_ST=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_stack.obj" : $(SOURCE) $(DEP_CPP_UTL_ST) "$(INTDIR)"
+"$(INTDIR)\ast_string.obj" : $(SOURCE) $(DEP_CPP_AST_ST) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ELSEIF "$(CFG)" == "TAO_IDL - Win32 Debug"
+# End Source File
+################################################################################
+# Begin Source File
-DEP_CPP_UTL_ST=\
+SOURCE=.\ast\ast_structure.cpp
+DEP_CPP_AST_STR=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
@@ -3078,6 +3219,7 @@ DEP_CPP_UTL_ST=\
"..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
"..\..\ace/inc_user_config.h"\
"..\..\ace/iosfwd.h"\
@@ -3097,7 +3239,6 @@ DEP_CPP_UTL_ST=\
"..\..\ace/streams.h"\
"..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -3157,33 +3298,32 @@ DEP_CPP_UTL_ST=\
".\include\utl_stack.h"\
".\include\utl_string.h"\
".\include\utl_strlist.h"\
- {$(INCLUDE)}"\sys\stat.h"\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_stack.obj" : $(SOURCE) $(DEP_CPP_UTL_ST) "$(INTDIR)"
+"$(INTDIR)\ast_structure.obj" : $(SOURCE) $(DEP_CPP_AST_STR) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ENDIF
-
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\util\utl_string.cpp
-
-!IF "$(CFG)" == "TAO_IDL - Win32 Release"
-
-DEP_CPP_UTL_STR=\
+SOURCE=.\ast\ast_type.cpp
+DEP_CPP_AST_T=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -3197,9 +3337,9 @@ DEP_CPP_UTL_STR=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -3218,6 +3358,7 @@ DEP_CPP_UTL_STR=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -3261,13 +3402,16 @@ DEP_CPP_UTL_STR=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_string.obj" : $(SOURCE) $(DEP_CPP_UTL_STR) "$(INTDIR)"
+"$(INTDIR)\ast_type.obj" : $(SOURCE) $(DEP_CPP_AST_T) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ELSEIF "$(CFG)" == "TAO_IDL - Win32 Debug"
+# End Source File
+################################################################################
+# Begin Source File
-DEP_CPP_UTL_STR=\
+SOURCE=.\ast\ast_typedef.cpp
+DEP_CPP_AST_TY=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
@@ -3277,6 +3421,7 @@ DEP_CPP_UTL_STR=\
"..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
"..\..\ace/inc_user_config.h"\
"..\..\ace/iosfwd.h"\
@@ -3296,7 +3441,6 @@ DEP_CPP_UTL_STR=\
"..\..\ace/streams.h"\
"..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -3356,33 +3500,32 @@ DEP_CPP_UTL_STR=\
".\include\utl_stack.h"\
".\include\utl_string.h"\
".\include\utl_strlist.h"\
- {$(INCLUDE)}"\sys\stat.h"\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_string.obj" : $(SOURCE) $(DEP_CPP_UTL_STR) "$(INTDIR)"
+"$(INTDIR)\ast_typedef.obj" : $(SOURCE) $(DEP_CPP_AST_TY) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ENDIF
-
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\util\utl_strlist.cpp
-
-!IF "$(CFG)" == "TAO_IDL - Win32 Release"
-
-DEP_CPP_UTL_STRL=\
+SOURCE=.\ast\ast_union.cpp
+DEP_CPP_AST_UN=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -3396,9 +3539,9 @@ DEP_CPP_UTL_STRL=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -3417,6 +3560,7 @@ DEP_CPP_UTL_STRL=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -3460,13 +3604,16 @@ DEP_CPP_UTL_STRL=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_strlist.obj" : $(SOURCE) $(DEP_CPP_UTL_STRL) "$(INTDIR)"
+"$(INTDIR)\ast_union.obj" : $(SOURCE) $(DEP_CPP_AST_UN) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ELSEIF "$(CFG)" == "TAO_IDL - Win32 Debug"
+# End Source File
+################################################################################
+# Begin Source File
-DEP_CPP_UTL_STRL=\
+SOURCE=.\ast\ast_union_branch.cpp
+DEP_CPP_AST_UNI=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
@@ -3476,6 +3623,7 @@ DEP_CPP_UTL_STRL=\
"..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
"..\..\ace/inc_user_config.h"\
"..\..\ace/iosfwd.h"\
@@ -3495,7 +3643,6 @@ DEP_CPP_UTL_STRL=\
"..\..\ace/streams.h"\
"..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -3555,33 +3702,32 @@ DEP_CPP_UTL_STRL=\
".\include\utl_stack.h"\
".\include\utl_string.h"\
".\include\utl_strlist.h"\
- {$(INCLUDE)}"\sys\stat.h"\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\utl_strlist.obj" : $(SOURCE) $(DEP_CPP_UTL_STRL) "$(INTDIR)"
+"$(INTDIR)\ast_union_branch.obj" : $(SOURCE) $(DEP_CPP_AST_UNI) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ENDIF
-
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\narrow\narrow.cpp
-
-!IF "$(CFG)" == "TAO_IDL - Win32 Release"
-
-DEP_CPP_NARRO=\
+SOURCE=.\ast\ast_argument.cpp
+DEP_CPP_AST_AR=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -3595,9 +3741,9 @@ DEP_CPP_NARRO=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -3616,6 +3762,7 @@ DEP_CPP_NARRO=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -3659,15 +3806,19 @@ DEP_CPP_NARRO=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\narrow.obj" : $(SOURCE) $(DEP_CPP_NARRO) "$(INTDIR)"
+"$(INTDIR)\ast_argument.obj" : $(SOURCE) $(DEP_CPP_AST_AR) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ELSEIF "$(CFG)" == "TAO_IDL - Win32 Debug"
+# End Source File
+################################################################################
+# Begin Source File
-DEP_CPP_NARRO=\
+SOURCE=.\be\be_visitor_union_branch.cpp
+DEP_CPP_BE_VI=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
@@ -3675,27 +3826,96 @@ DEP_CPP_NARRO=\
"..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
"..\..\ace/inc_user_config.h"\
"..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
"..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
"..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\be_include\be_visitor_decl.h"\
+ ".\be_include\be_visitor_union_branch.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -3754,50 +3974,287 @@ DEP_CPP_NARRO=\
".\include\utl_stack.h"\
".\include\utl_string.h"\
".\include\utl_strlist.h"\
- {$(INCLUDE)}"\sys\stat.h"\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\narrow.obj" : $(SOURCE) $(DEP_CPP_NARRO) "$(INTDIR)"
+"$(INTDIR)\be_visitor_union_branch.obj" : $(SOURCE) $(DEP_CPP_BE_VI)\
+ "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ENDIF
-
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\fe\fe_declarator.cpp
+SOURCE=.\be\be_argument.cpp
+DEP_CPP_BE_AR=\
+ "..\..\ace/ACE.h"\
+ "..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
+ "..\..\ace/Auto_Ptr.cpp"\
+ "..\..\ace/Auto_Ptr.h"\
+ "..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
+ "..\..\ace/config-win32-common.h"\
+ "..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
+ "..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
+ "..\..\ace/Log_Msg.h"\
+ "..\..\ace/Log_Priority.h"\
+ "..\..\ace/Log_Record.h"\
+ "..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
+ "..\..\ace/Managed_Object.cpp"\
+ "..\..\ace/Managed_Object.h"\
+ "..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
+ "..\..\ace/Object_Manager.h"\
+ "..\..\ace/Object_Manager.i"\
+ "..\..\ace/OS.h"\
+ "..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
+ "..\..\ace/SString.h"\
+ "..\..\ace/SString.i"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
+ "..\..\ace/Trace.h"\
+ "..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\include\ast.h"\
+ ".\include\ast_argument.h"\
+ ".\include\ast_array.h"\
+ ".\include\ast_attribute.h"\
+ ".\include\ast_concrete_type.h"\
+ ".\include\ast_constant.h"\
+ ".\include\ast_decl.h"\
+ ".\include\ast_enum.h"\
+ ".\include\ast_enum_val.h"\
+ ".\include\ast_exception.h"\
+ ".\include\ast_expression.h"\
+ ".\include\ast_extern.h"\
+ ".\include\ast_field.h"\
+ ".\include\ast_generator.h"\
+ ".\include\ast_interface.h"\
+ ".\include\ast_interface_fwd.h"\
+ ".\include\ast_module.h"\
+ ".\include\ast_native.h"\
+ ".\include\ast_operation.h"\
+ ".\include\ast_predefined_type.h"\
+ ".\include\ast_root.h"\
+ ".\include\ast_sequence.h"\
+ ".\include\ast_string.h"\
+ ".\include\ast_structure.h"\
+ ".\include\ast_type.h"\
+ ".\include\ast_typedef.h"\
+ ".\include\ast_union.h"\
+ ".\include\ast_union_branch.h"\
+ ".\include\ast_union_label.h"\
+ ".\include\be_extern.h"\
+ ".\include\drv_extern.h"\
+ ".\include\fe_extern.h"\
+ ".\include\global_extern.h"\
+ ".\include\idl.h"\
+ ".\include\idl_bool.h"\
+ ".\include\idl_defines.h"\
+ ".\include\idl_extern.h"\
+ ".\include\idl_fwd.h"\
+ ".\include\idl_global.h"\
+ ".\include\idl_narrow.h"\
+ ".\include\intlmacros.h"\
+ ".\include\nr_extern.h"\
+ ".\include\util.h"\
+ ".\include\utl_decllist.h"\
+ ".\include\utl_error.h"\
+ ".\include\utl_exceptlist.h"\
+ ".\include\utl_exprlist.h"\
+ ".\include\utl_identifier.h"\
+ ".\include\utl_idlist.h"\
+ ".\include\utl_indenter.h"\
+ ".\include\utl_labellist.h"\
+ ".\include\utl_list.h"\
+ ".\include\utl_namelist.h"\
+ ".\include\utl_scope.h"\
+ ".\include\utl_scoped_name.h"\
+ ".\include\utl_stack.h"\
+ ".\include\utl_string.h"\
+ ".\include\utl_strlist.h"\
+ {$(INCLUDE)}"\sys\types.h"\
+
-!IF "$(CFG)" == "TAO_IDL - Win32 Release"
+"$(INTDIR)\be_argument.obj" : $(SOURCE) $(DEP_CPP_BE_AR) "$(INTDIR)"
+ $(CPP) $(CPP_PROJ) $(SOURCE)
-DEP_CPP_FE_DE=\
+
+# End Source File
+################################################################################
+# Begin Source File
+
+SOURCE=.\be\be_array.cpp
+DEP_CPP_BE_ARR=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -3815,6 +4272,7 @@ DEP_CPP_FE_DE=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -3828,10 +4286,7 @@ DEP_CPP_FE_DE=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
- ".\include\fe_declarator.h"\
".\include\fe_extern.h"\
- ".\include\fe_interface_header.h"\
- ".\include\fe_private.h"\
".\include\global_extern.h"\
".\include\idl.h"\
".\include\idl_bool.h"\
@@ -3861,15 +4316,19 @@ DEP_CPP_FE_DE=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\fe_declarator.obj" : $(SOURCE) $(DEP_CPP_FE_DE) "$(INTDIR)"
+"$(INTDIR)\be_array.obj" : $(SOURCE) $(DEP_CPP_BE_ARR) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ELSEIF "$(CFG)" == "TAO_IDL - Win32 Debug"
+# End Source File
+################################################################################
+# Begin Source File
-DEP_CPP_FE_DE=\
+SOURCE=.\be\be_attribute.cpp
+DEP_CPP_BE_AT=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
@@ -3877,27 +4336,94 @@ DEP_CPP_FE_DE=\
"..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
"..\..\ace/inc_user_config.h"\
"..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
"..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
"..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -3929,10 +4455,7 @@ DEP_CPP_FE_DE=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
- ".\include\fe_declarator.h"\
".\include\fe_extern.h"\
- ".\include\fe_interface_header.h"\
- ".\include\fe_private.h"\
".\include\global_extern.h"\
".\include\idl.h"\
".\include\idl_bool.h"\
@@ -3959,50 +4482,286 @@ DEP_CPP_FE_DE=\
".\include\utl_stack.h"\
".\include\utl_string.h"\
".\include\utl_strlist.h"\
- {$(INCLUDE)}"\sys\stat.h"\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\fe_declarator.obj" : $(SOURCE) $(DEP_CPP_FE_DE) "$(INTDIR)"
+"$(INTDIR)\be_attribute.obj" : $(SOURCE) $(DEP_CPP_BE_AT) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ENDIF
-
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\fe\fe_extern.cpp
+SOURCE=.\be\be_codegen.cpp
+DEP_CPP_BE_CO=\
+ "..\..\ace/ACE.h"\
+ "..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
+ "..\..\ace/Auto_Ptr.cpp"\
+ "..\..\ace/Auto_Ptr.h"\
+ "..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
+ "..\..\ace/config-win32-common.h"\
+ "..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
+ "..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
+ "..\..\ace/Log_Msg.h"\
+ "..\..\ace/Log_Priority.h"\
+ "..\..\ace/Log_Record.h"\
+ "..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
+ "..\..\ace/Managed_Object.cpp"\
+ "..\..\ace/Managed_Object.h"\
+ "..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
+ "..\..\ace/Object_Manager.h"\
+ "..\..\ace/Object_Manager.i"\
+ "..\..\ace/OS.h"\
+ "..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
+ "..\..\ace/SString.h"\
+ "..\..\ace/SString.i"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
+ "..\..\ace/Trace.h"\
+ "..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\include\ast.h"\
+ ".\include\ast_argument.h"\
+ ".\include\ast_array.h"\
+ ".\include\ast_attribute.h"\
+ ".\include\ast_concrete_type.h"\
+ ".\include\ast_constant.h"\
+ ".\include\ast_decl.h"\
+ ".\include\ast_enum.h"\
+ ".\include\ast_enum_val.h"\
+ ".\include\ast_exception.h"\
+ ".\include\ast_expression.h"\
+ ".\include\ast_extern.h"\
+ ".\include\ast_field.h"\
+ ".\include\ast_generator.h"\
+ ".\include\ast_interface.h"\
+ ".\include\ast_interface_fwd.h"\
+ ".\include\ast_module.h"\
+ ".\include\ast_native.h"\
+ ".\include\ast_operation.h"\
+ ".\include\ast_predefined_type.h"\
+ ".\include\ast_root.h"\
+ ".\include\ast_sequence.h"\
+ ".\include\ast_string.h"\
+ ".\include\ast_structure.h"\
+ ".\include\ast_type.h"\
+ ".\include\ast_typedef.h"\
+ ".\include\ast_union.h"\
+ ".\include\ast_union_branch.h"\
+ ".\include\ast_union_label.h"\
+ ".\include\be_extern.h"\
+ ".\include\drv_extern.h"\
+ ".\include\fe_extern.h"\
+ ".\include\global_extern.h"\
+ ".\include\idl.h"\
+ ".\include\idl_bool.h"\
+ ".\include\idl_defines.h"\
+ ".\include\idl_extern.h"\
+ ".\include\idl_fwd.h"\
+ ".\include\idl_global.h"\
+ ".\include\idl_narrow.h"\
+ ".\include\intlmacros.h"\
+ ".\include\nr_extern.h"\
+ ".\include\util.h"\
+ ".\include\utl_decllist.h"\
+ ".\include\utl_error.h"\
+ ".\include\utl_exceptlist.h"\
+ ".\include\utl_exprlist.h"\
+ ".\include\utl_identifier.h"\
+ ".\include\utl_idlist.h"\
+ ".\include\utl_indenter.h"\
+ ".\include\utl_labellist.h"\
+ ".\include\utl_list.h"\
+ ".\include\utl_namelist.h"\
+ ".\include\utl_scope.h"\
+ ".\include\utl_scoped_name.h"\
+ ".\include\utl_stack.h"\
+ ".\include\utl_string.h"\
+ ".\include\utl_strlist.h"\
+ {$(INCLUDE)}"\sys\types.h"\
+
-!IF "$(CFG)" == "TAO_IDL - Win32 Release"
+"$(INTDIR)\be_codegen.obj" : $(SOURCE) $(DEP_CPP_BE_CO) "$(INTDIR)"
+ $(CPP) $(CPP_PROJ) $(SOURCE)
-DEP_CPP_FE_EX=\
+
+# End Source File
+################################################################################
+# Begin Source File
+
+SOURCE=.\be\be_constant.cpp
+DEP_CPP_BE_CON=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -4020,6 +4779,7 @@ DEP_CPP_FE_EX=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -4033,10 +4793,7 @@ DEP_CPP_FE_EX=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
- ".\include\fe_declarator.h"\
".\include\fe_extern.h"\
- ".\include\fe_interface_header.h"\
- ".\include\fe_private.h"\
".\include\global_extern.h"\
".\include\idl.h"\
".\include\idl_bool.h"\
@@ -4066,15 +4823,19 @@ DEP_CPP_FE_EX=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\fe_extern.obj" : $(SOURCE) $(DEP_CPP_FE_EX) "$(INTDIR)"
+"$(INTDIR)\be_constant.obj" : $(SOURCE) $(DEP_CPP_BE_CON) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ELSEIF "$(CFG)" == "TAO_IDL - Win32 Debug"
+# End Source File
+################################################################################
+# Begin Source File
-DEP_CPP_FE_EX=\
+SOURCE=.\be\be_decl.cpp
+DEP_CPP_BE_DE=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
@@ -4082,27 +4843,94 @@ DEP_CPP_FE_EX=\
"..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
"..\..\ace/inc_user_config.h"\
"..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
"..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
"..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -4134,10 +4962,7 @@ DEP_CPP_FE_EX=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
- ".\include\fe_declarator.h"\
".\include\fe_extern.h"\
- ".\include\fe_interface_header.h"\
- ".\include\fe_private.h"\
".\include\global_extern.h"\
".\include\idl.h"\
".\include\idl_bool.h"\
@@ -4164,50 +4989,286 @@ DEP_CPP_FE_EX=\
".\include\utl_stack.h"\
".\include\utl_string.h"\
".\include\utl_strlist.h"\
- {$(INCLUDE)}"\sys\stat.h"\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\fe_extern.obj" : $(SOURCE) $(DEP_CPP_FE_EX) "$(INTDIR)"
+"$(INTDIR)\be_decl.obj" : $(SOURCE) $(DEP_CPP_BE_DE) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ENDIF
-
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\fe\fe_init.cpp
+SOURCE=.\be\be_enum.cpp
+DEP_CPP_BE_EN=\
+ "..\..\ace/ACE.h"\
+ "..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
+ "..\..\ace/Auto_Ptr.cpp"\
+ "..\..\ace/Auto_Ptr.h"\
+ "..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
+ "..\..\ace/config-win32-common.h"\
+ "..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
+ "..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
+ "..\..\ace/Log_Msg.h"\
+ "..\..\ace/Log_Priority.h"\
+ "..\..\ace/Log_Record.h"\
+ "..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
+ "..\..\ace/Managed_Object.cpp"\
+ "..\..\ace/Managed_Object.h"\
+ "..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
+ "..\..\ace/Object_Manager.h"\
+ "..\..\ace/Object_Manager.i"\
+ "..\..\ace/OS.h"\
+ "..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
+ "..\..\ace/SString.h"\
+ "..\..\ace/SString.i"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
+ "..\..\ace/Trace.h"\
+ "..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\include\ast.h"\
+ ".\include\ast_argument.h"\
+ ".\include\ast_array.h"\
+ ".\include\ast_attribute.h"\
+ ".\include\ast_concrete_type.h"\
+ ".\include\ast_constant.h"\
+ ".\include\ast_decl.h"\
+ ".\include\ast_enum.h"\
+ ".\include\ast_enum_val.h"\
+ ".\include\ast_exception.h"\
+ ".\include\ast_expression.h"\
+ ".\include\ast_extern.h"\
+ ".\include\ast_field.h"\
+ ".\include\ast_generator.h"\
+ ".\include\ast_interface.h"\
+ ".\include\ast_interface_fwd.h"\
+ ".\include\ast_module.h"\
+ ".\include\ast_native.h"\
+ ".\include\ast_operation.h"\
+ ".\include\ast_predefined_type.h"\
+ ".\include\ast_root.h"\
+ ".\include\ast_sequence.h"\
+ ".\include\ast_string.h"\
+ ".\include\ast_structure.h"\
+ ".\include\ast_type.h"\
+ ".\include\ast_typedef.h"\
+ ".\include\ast_union.h"\
+ ".\include\ast_union_branch.h"\
+ ".\include\ast_union_label.h"\
+ ".\include\be_extern.h"\
+ ".\include\drv_extern.h"\
+ ".\include\fe_extern.h"\
+ ".\include\global_extern.h"\
+ ".\include\idl.h"\
+ ".\include\idl_bool.h"\
+ ".\include\idl_defines.h"\
+ ".\include\idl_extern.h"\
+ ".\include\idl_fwd.h"\
+ ".\include\idl_global.h"\
+ ".\include\idl_narrow.h"\
+ ".\include\intlmacros.h"\
+ ".\include\nr_extern.h"\
+ ".\include\util.h"\
+ ".\include\utl_decllist.h"\
+ ".\include\utl_error.h"\
+ ".\include\utl_exceptlist.h"\
+ ".\include\utl_exprlist.h"\
+ ".\include\utl_identifier.h"\
+ ".\include\utl_idlist.h"\
+ ".\include\utl_indenter.h"\
+ ".\include\utl_labellist.h"\
+ ".\include\utl_list.h"\
+ ".\include\utl_namelist.h"\
+ ".\include\utl_scope.h"\
+ ".\include\utl_scoped_name.h"\
+ ".\include\utl_stack.h"\
+ ".\include\utl_string.h"\
+ ".\include\utl_strlist.h"\
+ {$(INCLUDE)}"\sys\types.h"\
+
-!IF "$(CFG)" == "TAO_IDL - Win32 Release"
+"$(INTDIR)\be_enum.obj" : $(SOURCE) $(DEP_CPP_BE_EN) "$(INTDIR)"
+ $(CPP) $(CPP_PROJ) $(SOURCE)
-DEP_CPP_FE_IN=\
+
+# End Source File
+################################################################################
+# Begin Source File
+
+SOURCE=.\be\be_enum_val.cpp
+DEP_CPP_BE_ENU=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -4225,6 +5286,7 @@ DEP_CPP_FE_IN=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -4238,10 +5300,7 @@ DEP_CPP_FE_IN=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
- ".\include\fe_declarator.h"\
".\include\fe_extern.h"\
- ".\include\fe_interface_header.h"\
- ".\include\fe_private.h"\
".\include\global_extern.h"\
".\include\idl.h"\
".\include\idl_bool.h"\
@@ -4271,15 +5330,19 @@ DEP_CPP_FE_IN=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\fe_init.obj" : $(SOURCE) $(DEP_CPP_FE_IN) "$(INTDIR)"
+"$(INTDIR)\be_enum_val.obj" : $(SOURCE) $(DEP_CPP_BE_ENU) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ELSEIF "$(CFG)" == "TAO_IDL - Win32 Debug"
+# End Source File
+################################################################################
+# Begin Source File
-DEP_CPP_FE_IN=\
+SOURCE=.\be\be_exception.cpp
+DEP_CPP_BE_EX=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
@@ -4287,27 +5350,94 @@ DEP_CPP_FE_IN=\
"..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
"..\..\ace/inc_user_config.h"\
"..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
"..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
"..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -4339,10 +5469,7 @@ DEP_CPP_FE_IN=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
- ".\include\fe_declarator.h"\
".\include\fe_extern.h"\
- ".\include\fe_interface_header.h"\
- ".\include\fe_private.h"\
".\include\global_extern.h"\
".\include\idl.h"\
".\include\idl_bool.h"\
@@ -4369,47 +5496,117 @@ DEP_CPP_FE_IN=\
".\include\utl_stack.h"\
".\include\utl_string.h"\
".\include\utl_strlist.h"\
- {$(INCLUDE)}"\sys\stat.h"\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\fe_init.obj" : $(SOURCE) $(DEP_CPP_FE_IN) "$(INTDIR)"
+"$(INTDIR)\be_exception.obj" : $(SOURCE) $(DEP_CPP_BE_EX) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
-!ENDIF
-
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\fe\fe_interface_header.cpp
-DEP_CPP_FE_INT=\
+SOURCE=.\be\be_expression.cpp
+DEP_CPP_BE_EXP=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -4427,6 +5624,7 @@ DEP_CPP_FE_INT=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -4440,10 +5638,7 @@ DEP_CPP_FE_INT=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
- ".\include\fe_declarator.h"\
".\include\fe_extern.h"\
- ".\include\fe_interface_header.h"\
- ".\include\fe_private.h"\
".\include\global_extern.h"\
".\include\idl.h"\
".\include\idl_bool.h"\
@@ -4473,7 +5668,7 @@ DEP_CPP_FE_INT=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\fe_interface_header.obj" : $(SOURCE) $(DEP_CPP_FE_INT) "$(INTDIR)"
+"$(INTDIR)\be_expression.obj" : $(SOURCE) $(DEP_CPP_BE_EXP) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -4481,33 +5676,107 @@ DEP_CPP_FE_INT=\
################################################################################
# Begin Source File
-SOURCE=.\fe\fe_private.cpp
-DEP_CPP_FE_PR=\
+SOURCE=.\be\be_factory.cpp
+DEP_CPP_BE_FA=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_sunsoft.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -4525,6 +5794,7 @@ DEP_CPP_FE_PR=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -4538,10 +5808,7 @@ DEP_CPP_FE_PR=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
- ".\include\fe_declarator.h"\
".\include\fe_extern.h"\
- ".\include\fe_interface_header.h"\
- ".\include\fe_private.h"\
".\include\global_extern.h"\
".\include\idl.h"\
".\include\idl_bool.h"\
@@ -4571,7 +5838,7 @@ DEP_CPP_FE_PR=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\fe_private.obj" : $(SOURCE) $(DEP_CPP_FE_PR) "$(INTDIR)"
+"$(INTDIR)\be_factory.obj" : $(SOURCE) $(DEP_CPP_BE_FA) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -4579,34 +5846,106 @@ DEP_CPP_FE_PR=\
################################################################################
# Begin Source File
-SOURCE=.\fe\lex.yy.cpp
-DEP_CPP_LEX_Y=\
+SOURCE=.\be\be_field.cpp
+DEP_CPP_BE_FI=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
- ".\fe\y.tab.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -4624,6 +5963,7 @@ DEP_CPP_LEX_Y=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -4637,10 +5977,7 @@ DEP_CPP_LEX_Y=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
- ".\include\fe_declarator.h"\
".\include\fe_extern.h"\
- ".\include\fe_interface_header.h"\
- ".\include\fe_private.h"\
".\include\global_extern.h"\
".\include\idl.h"\
".\include\idl_bool.h"\
@@ -4670,7 +6007,7 @@ DEP_CPP_LEX_Y=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\lex.yy.obj" : $(SOURCE) $(DEP_CPP_LEX_Y) "$(INTDIR)"
+"$(INTDIR)\be_field.obj" : $(SOURCE) $(DEP_CPP_BE_FI) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -4678,33 +6015,106 @@ DEP_CPP_LEX_Y=\
################################################################################
# Begin Source File
-SOURCE=.\fe\y.tab.cpp
-DEP_CPP_Y_TAB=\
+SOURCE=.\be\be_generator.cpp
+DEP_CPP_BE_GE=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -4722,6 +6132,7 @@ DEP_CPP_Y_TAB=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -4735,10 +6146,7 @@ DEP_CPP_Y_TAB=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
- ".\include\fe_declarator.h"\
".\include\fe_extern.h"\
- ".\include\fe_interface_header.h"\
- ".\include\fe_private.h"\
".\include\global_extern.h"\
".\include\idl.h"\
".\include\idl_bool.h"\
@@ -4768,7 +6176,7 @@ DEP_CPP_Y_TAB=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\y.tab.obj" : $(SOURCE) $(DEP_CPP_Y_TAB) "$(INTDIR)"
+"$(INTDIR)\be_generator.obj" : $(SOURCE) $(DEP_CPP_BE_GE) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -4776,33 +6184,106 @@ DEP_CPP_Y_TAB=\
################################################################################
# Begin Source File
-SOURCE=.\driver\drv_args.cpp
-DEP_CPP_DRV_A=\
+SOURCE=.\be\be_helper.cpp
+DEP_CPP_BE_HE=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -4820,6 +6301,7 @@ DEP_CPP_DRV_A=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -4833,8 +6315,6 @@ DEP_CPP_DRV_A=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
- ".\include\drv_link.h"\
- ".\include\drv_private.h"\
".\include\fe_extern.h"\
".\include\global_extern.h"\
".\include\idl.h"\
@@ -4865,7 +6345,7 @@ DEP_CPP_DRV_A=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\drv_args.obj" : $(SOURCE) $(DEP_CPP_DRV_A) "$(INTDIR)"
+"$(INTDIR)\be_helper.obj" : $(SOURCE) $(DEP_CPP_BE_HE) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -4873,37 +6353,58 @@ DEP_CPP_DRV_A=\
################################################################################
# Begin Source File
-SOURCE=.\driver\drv_fork.cpp
-DEP_CPP_DRV_F=\
+SOURCE=.\be\be_init.cpp
+DEP_CPP_BE_IN=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
- "..\..\ace/Process.h"\
- "..\..\ace/Process.i"\
- "..\..\ace/Process_Manager.h"\
- "..\..\ace/Process_Manager.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -4913,11 +6414,45 @@ DEP_CPP_DRV_F=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -4935,6 +6470,7 @@ DEP_CPP_DRV_F=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -4948,7 +6484,6 @@ DEP_CPP_DRV_F=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
- ".\include\drv_private.h"\
".\include\fe_extern.h"\
".\include\global_extern.h"\
".\include\idl.h"\
@@ -4979,7 +6514,7 @@ DEP_CPP_DRV_F=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\drv_fork.obj" : $(SOURCE) $(DEP_CPP_DRV_F) "$(INTDIR)"
+"$(INTDIR)\be_init.obj" : $(SOURCE) $(DEP_CPP_BE_IN) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -4987,33 +6522,109 @@ DEP_CPP_DRV_F=\
################################################################################
# Begin Source File
-SOURCE=.\driver\drv_init.cpp
-DEP_CPP_DRV_I=\
+SOURCE=.\be\be_interface.cpp
+DEP_CPP_BE_INT=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\be_include\be_visitor_decl.h"\
+ ".\be_include\be_visitor_interface.h"\
+ ".\be_include\be_visitor_scope.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -5031,6 +6642,7 @@ DEP_CPP_DRV_I=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -5044,8 +6656,6 @@ DEP_CPP_DRV_I=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
- ".\include\drv_link.h"\
- ".\include\drv_private.h"\
".\include\fe_extern.h"\
".\include\global_extern.h"\
".\include\idl.h"\
@@ -5076,7 +6686,7 @@ DEP_CPP_DRV_I=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\drv_init.obj" : $(SOURCE) $(DEP_CPP_DRV_I) "$(INTDIR)"
+"$(INTDIR)\be_interface.obj" : $(SOURCE) $(DEP_CPP_BE_INT) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -5084,33 +6694,106 @@ DEP_CPP_DRV_I=\
################################################################################
# Begin Source File
-SOURCE=.\driver\drv_link.cpp
-DEP_CPP_DRV_L=\
+SOURCE=.\be\be_interface_fwd.cpp
+DEP_CPP_BE_INTE=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -5128,6 +6811,7 @@ DEP_CPP_DRV_L=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -5141,8 +6825,6 @@ DEP_CPP_DRV_L=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
- ".\include\drv_link.h"\
- ".\include\drv_private.h"\
".\include\fe_extern.h"\
".\include\global_extern.h"\
".\include\idl.h"\
@@ -5173,7 +6855,7 @@ DEP_CPP_DRV_L=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\drv_link.obj" : $(SOURCE) $(DEP_CPP_DRV_L) "$(INTDIR)"
+"$(INTDIR)\be_interface_fwd.obj" : $(SOURCE) $(DEP_CPP_BE_INTE) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -5181,33 +6863,125 @@ DEP_CPP_DRV_L=\
################################################################################
# Begin Source File
-SOURCE=.\driver\drv_main.cpp
-DEP_CPP_DRV_M=\
+SOURCE=.\be\be_interpretive.cpp
+DEP_CPP_BE_INTER=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_interpretive.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_args.h"\
+ ".\be_include\be_visitor_attribute.h"\
+ ".\be_include\be_visitor_constant.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\be_include\be_visitor_decl.h"\
+ ".\be_include\be_visitor_enum.h"\
+ ".\be_include\be_visitor_exception.h"\
+ ".\be_include\be_visitor_field.h"\
+ ".\be_include\be_visitor_interface.h"\
+ ".\be_include\be_visitor_interface_fwd.h"\
+ ".\be_include\be_visitor_module.h"\
+ ".\be_include\be_visitor_operation.h"\
+ ".\be_include\be_visitor_root.h"\
+ ".\be_include\be_visitor_scope.h"\
+ ".\be_include\be_visitor_sequence.h"\
+ ".\be_include\be_visitor_structure.h"\
+ ".\be_include\be_visitor_typedef.h"\
+ ".\be_include\be_visitor_union.h"\
+ ".\be_include\be_visitor_union_branch.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -5225,6 +6999,7 @@ DEP_CPP_DRV_M=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -5238,8 +7013,6 @@ DEP_CPP_DRV_M=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
- ".\include\drv_link.h"\
- ".\include\drv_private.h"\
".\include\fe_extern.h"\
".\include\global_extern.h"\
".\include\idl.h"\
@@ -5270,7 +7043,7 @@ DEP_CPP_DRV_M=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\drv_main.obj" : $(SOURCE) $(DEP_CPP_DRV_M) "$(INTDIR)"
+"$(INTDIR)\be_interpretive.obj" : $(SOURCE) $(DEP_CPP_BE_INTER) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -5278,37 +7051,58 @@ DEP_CPP_DRV_M=\
################################################################################
# Begin Source File
-SOURCE=.\driver\drv_preproc.cpp
-DEP_CPP_DRV_P=\
+SOURCE=.\be\be_module.cpp
+DEP_CPP_BE_MO=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
- "..\..\ace/Process.h"\
- "..\..\ace/Process.i"\
- "..\..\ace/Process_Manager.h"\
- "..\..\ace/Process_Manager.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -5318,11 +7112,45 @@ DEP_CPP_DRV_P=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -5340,6 +7168,7 @@ DEP_CPP_DRV_P=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -5353,8 +7182,6 @@ DEP_CPP_DRV_P=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
- ".\include\drv_link.h"\
- ".\include\drv_private.h"\
".\include\fe_extern.h"\
".\include\global_extern.h"\
".\include\idl.h"\
@@ -5385,7 +7212,7 @@ DEP_CPP_DRV_P=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\drv_preproc.obj" : $(SOURCE) $(DEP_CPP_DRV_P) "$(INTDIR)"
+"$(INTDIR)\be_module.obj" : $(SOURCE) $(DEP_CPP_BE_MO) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -5393,33 +7220,106 @@ DEP_CPP_DRV_P=\
################################################################################
# Begin Source File
-SOURCE=.\driver\drv_private.cpp
-DEP_CPP_DRV_PR=\
+SOURCE=.\be\be_native.cpp
+DEP_CPP_BE_NA=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -5437,6 +7337,7 @@ DEP_CPP_DRV_PR=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -5450,7 +7351,6 @@ DEP_CPP_DRV_PR=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
- ".\include\drv_private.h"\
".\include\fe_extern.h"\
".\include\global_extern.h"\
".\include\idl.h"\
@@ -5481,7 +7381,7 @@ DEP_CPP_DRV_PR=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\drv_private.obj" : $(SOURCE) $(DEP_CPP_DRV_PR) "$(INTDIR)"
+"$(INTDIR)\be_native.obj" : $(SOURCE) $(DEP_CPP_BE_NA) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -5489,36 +7389,58 @@ DEP_CPP_DRV_PR=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_args.cpp
-DEP_CPP_BE_AR=\
+SOURCE=.\be\be_operation.cpp
+DEP_CPP_BE_OP=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -5528,10 +7450,10 @@ DEP_CPP_BE_AR=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -5551,6 +7473,7 @@ DEP_CPP_BE_AR=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -5564,6 +7487,8 @@ DEP_CPP_BE_AR=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -5581,6 +7506,7 @@ DEP_CPP_BE_AR=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -5624,7 +7550,7 @@ DEP_CPP_BE_AR=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_args.obj" : $(SOURCE) $(DEP_CPP_BE_AR) "$(INTDIR)"
+"$(INTDIR)\be_operation.obj" : $(SOURCE) $(DEP_CPP_BE_OP) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -5632,36 +7558,58 @@ DEP_CPP_BE_AR=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_argument.cpp
-DEP_CPP_BE_ARG=\
+SOURCE=.\be\be_predefined_type.cpp
+DEP_CPP_BE_PR=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -5671,10 +7619,10 @@ DEP_CPP_BE_ARG=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -5694,6 +7642,7 @@ DEP_CPP_BE_ARG=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -5707,6 +7656,8 @@ DEP_CPP_BE_ARG=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -5724,6 +7675,7 @@ DEP_CPP_BE_ARG=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -5767,7 +7719,7 @@ DEP_CPP_BE_ARG=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_argument.obj" : $(SOURCE) $(DEP_CPP_BE_ARG) "$(INTDIR)"
+"$(INTDIR)\be_predefined_type.obj" : $(SOURCE) $(DEP_CPP_BE_PR) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -5775,36 +7727,58 @@ DEP_CPP_BE_ARG=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_array.cpp
-DEP_CPP_BE_ARR=\
+SOURCE=.\be\be_produce.cpp
+DEP_CPP_BE_PRO=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -5814,10 +7788,10 @@ DEP_CPP_BE_ARR=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -5836,7 +7810,9 @@ DEP_CPP_BE_ARR=\
".\be_include\be_helper.h"\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_interpretive.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -5850,6 +7826,8 @@ DEP_CPP_BE_ARR=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -5867,6 +7845,7 @@ DEP_CPP_BE_ARR=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -5910,7 +7889,7 @@ DEP_CPP_BE_ARR=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_array.obj" : $(SOURCE) $(DEP_CPP_BE_ARR) "$(INTDIR)"
+"$(INTDIR)\be_produce.obj" : $(SOURCE) $(DEP_CPP_BE_PRO) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -5918,36 +7897,58 @@ DEP_CPP_BE_ARR=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_attribute.cpp
-DEP_CPP_BE_AT=\
+SOURCE=.\be\be_root.cpp
+DEP_CPP_BE_RO=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -5957,10 +7958,10 @@ DEP_CPP_BE_AT=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -5980,6 +7981,7 @@ DEP_CPP_BE_AT=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -5993,6 +7995,8 @@ DEP_CPP_BE_AT=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -6010,6 +8014,7 @@ DEP_CPP_BE_AT=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -6053,7 +8058,7 @@ DEP_CPP_BE_AT=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_attribute.obj" : $(SOURCE) $(DEP_CPP_BE_AT) "$(INTDIR)"
+"$(INTDIR)\be_root.obj" : $(SOURCE) $(DEP_CPP_BE_RO) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -6061,36 +8066,58 @@ DEP_CPP_BE_AT=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_codegen.cpp
-DEP_CPP_BE_CO=\
+SOURCE=.\be\be_scope.cpp
+DEP_CPP_BE_SC=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -6100,10 +8127,10 @@ DEP_CPP_BE_CO=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -6123,6 +8150,7 @@ DEP_CPP_BE_CO=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -6136,6 +8164,8 @@ DEP_CPP_BE_CO=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -6153,6 +8183,7 @@ DEP_CPP_BE_CO=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -6196,7 +8227,7 @@ DEP_CPP_BE_CO=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_codegen.obj" : $(SOURCE) $(DEP_CPP_BE_CO) "$(INTDIR)"
+"$(INTDIR)\be_scope.obj" : $(SOURCE) $(DEP_CPP_BE_SC) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -6204,36 +8235,58 @@ DEP_CPP_BE_CO=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_constant.cpp
-DEP_CPP_BE_CON=\
+SOURCE=.\be\be_sequence.cpp
+DEP_CPP_BE_SE=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -6243,10 +8296,10 @@ DEP_CPP_BE_CON=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -6266,6 +8319,7 @@ DEP_CPP_BE_CON=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -6279,6 +8333,10 @@ DEP_CPP_BE_CON=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\be_include\be_visitor_decl.h"\
+ ".\be_include\be_visitor_sequence.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -6296,6 +8354,7 @@ DEP_CPP_BE_CON=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -6339,7 +8398,7 @@ DEP_CPP_BE_CON=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_constant.obj" : $(SOURCE) $(DEP_CPP_BE_CON) "$(INTDIR)"
+"$(INTDIR)\be_sequence.obj" : $(SOURCE) $(DEP_CPP_BE_SE) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -6347,36 +8406,58 @@ DEP_CPP_BE_CON=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_decl.cpp
-DEP_CPP_BE_DE=\
+SOURCE=.\be\be_state.cpp
+DEP_CPP_BE_ST=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -6386,10 +8467,10 @@ DEP_CPP_BE_DE=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -6409,6 +8490,7 @@ DEP_CPP_BE_DE=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -6422,6 +8504,8 @@ DEP_CPP_BE_DE=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -6439,6 +8523,7 @@ DEP_CPP_BE_DE=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -6482,7 +8567,7 @@ DEP_CPP_BE_DE=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_decl.obj" : $(SOURCE) $(DEP_CPP_BE_DE) "$(INTDIR)"
+"$(INTDIR)\be_state.obj" : $(SOURCE) $(DEP_CPP_BE_ST) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -6490,36 +8575,58 @@ DEP_CPP_BE_DE=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_enum.cpp
-DEP_CPP_BE_EN=\
+SOURCE=.\be\be_state_argument.cpp
+DEP_CPP_BE_STA=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -6529,10 +8636,10 @@ DEP_CPP_BE_EN=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -6552,6 +8659,7 @@ DEP_CPP_BE_EN=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -6565,6 +8673,8 @@ DEP_CPP_BE_EN=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -6582,6 +8692,7 @@ DEP_CPP_BE_EN=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -6625,7 +8736,7 @@ DEP_CPP_BE_EN=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_enum.obj" : $(SOURCE) $(DEP_CPP_BE_EN) "$(INTDIR)"
+"$(INTDIR)\be_state_argument.obj" : $(SOURCE) $(DEP_CPP_BE_STA) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -6633,36 +8744,58 @@ DEP_CPP_BE_EN=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_enum_val.cpp
-DEP_CPP_BE_ENU=\
+SOURCE=.\be\be_state_array.cpp
+DEP_CPP_BE_STAT=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -6672,10 +8805,10 @@ DEP_CPP_BE_ENU=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -6695,6 +8828,7 @@ DEP_CPP_BE_ENU=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -6708,6 +8842,8 @@ DEP_CPP_BE_ENU=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -6725,6 +8861,7 @@ DEP_CPP_BE_ENU=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -6768,7 +8905,7 @@ DEP_CPP_BE_ENU=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_enum_val.obj" : $(SOURCE) $(DEP_CPP_BE_ENU) "$(INTDIR)"
+"$(INTDIR)\be_state_array.obj" : $(SOURCE) $(DEP_CPP_BE_STAT) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -6776,36 +8913,58 @@ DEP_CPP_BE_ENU=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_exception.cpp
-DEP_CPP_BE_EX=\
+SOURCE=.\be\be_state_attribute.cpp
+DEP_CPP_BE_STATE=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -6815,10 +8974,10 @@ DEP_CPP_BE_EX=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -6838,6 +8997,7 @@ DEP_CPP_BE_EX=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -6851,6 +9011,8 @@ DEP_CPP_BE_EX=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -6868,6 +9030,7 @@ DEP_CPP_BE_EX=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -6911,7 +9074,7 @@ DEP_CPP_BE_EX=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_exception.obj" : $(SOURCE) $(DEP_CPP_BE_EX) "$(INTDIR)"
+"$(INTDIR)\be_state_attribute.obj" : $(SOURCE) $(DEP_CPP_BE_STATE) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -6919,36 +9082,58 @@ DEP_CPP_BE_EX=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_expression.cpp
-DEP_CPP_BE_EXP=\
+SOURCE=.\be\be_state_exception.cpp
+DEP_CPP_BE_STATE_=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -6958,10 +9143,10 @@ DEP_CPP_BE_EXP=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -6981,6 +9166,7 @@ DEP_CPP_BE_EXP=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -6994,6 +9180,8 @@ DEP_CPP_BE_EXP=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -7011,6 +9199,7 @@ DEP_CPP_BE_EXP=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -7054,7 +9243,7 @@ DEP_CPP_BE_EXP=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_expression.obj" : $(SOURCE) $(DEP_CPP_BE_EXP) "$(INTDIR)"
+"$(INTDIR)\be_state_exception.obj" : $(SOURCE) $(DEP_CPP_BE_STATE_) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -7062,36 +9251,58 @@ DEP_CPP_BE_EXP=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_factory.cpp
-DEP_CPP_BE_FA=\
+SOURCE=.\be\be_state_operation.cpp
+DEP_CPP_BE_STATE_O=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -7101,10 +9312,10 @@ DEP_CPP_BE_FA=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -7124,6 +9335,7 @@ DEP_CPP_BE_FA=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -7132,12 +9344,13 @@ DEP_CPP_BE_FA=\
".\be_include\be_state.h"\
".\be_include\be_string.h"\
".\be_include\be_structure.h"\
- ".\be_include\be_sunsoft.h"\
".\be_include\be_type.h"\
".\be_include\be_typedef.h"\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -7155,6 +9368,7 @@ DEP_CPP_BE_FA=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -7198,7 +9412,8 @@ DEP_CPP_BE_FA=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_factory.obj" : $(SOURCE) $(DEP_CPP_BE_FA) "$(INTDIR)"
+"$(INTDIR)\be_state_operation.obj" : $(SOURCE) $(DEP_CPP_BE_STATE_O)\
+ "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -7206,36 +9421,58 @@ DEP_CPP_BE_FA=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_field.cpp
-DEP_CPP_BE_FI=\
+SOURCE=.\be\be_state_sequence.cpp
+DEP_CPP_BE_STATE_S=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -7245,10 +9482,10 @@ DEP_CPP_BE_FI=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -7268,6 +9505,7 @@ DEP_CPP_BE_FI=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -7281,6 +9519,8 @@ DEP_CPP_BE_FI=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -7298,6 +9538,7 @@ DEP_CPP_BE_FI=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -7341,7 +9582,7 @@ DEP_CPP_BE_FI=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_field.obj" : $(SOURCE) $(DEP_CPP_BE_FI) "$(INTDIR)"
+"$(INTDIR)\be_state_sequence.obj" : $(SOURCE) $(DEP_CPP_BE_STATE_S) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -7349,36 +9590,58 @@ DEP_CPP_BE_FI=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_generator.cpp
-DEP_CPP_BE_GE=\
+SOURCE=.\be\be_state_structure.cpp
+DEP_CPP_BE_STATE_ST=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -7388,10 +9651,10 @@ DEP_CPP_BE_GE=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -7411,6 +9674,7 @@ DEP_CPP_BE_GE=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -7424,6 +9688,8 @@ DEP_CPP_BE_GE=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -7441,6 +9707,7 @@ DEP_CPP_BE_GE=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -7484,7 +9751,8 @@ DEP_CPP_BE_GE=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_generator.obj" : $(SOURCE) $(DEP_CPP_BE_GE) "$(INTDIR)"
+"$(INTDIR)\be_state_structure.obj" : $(SOURCE) $(DEP_CPP_BE_STATE_ST)\
+ "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -7492,36 +9760,58 @@ DEP_CPP_BE_GE=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_helper.cpp
-DEP_CPP_BE_HE=\
+SOURCE=.\be\be_state_typedef.cpp
+DEP_CPP_BE_STATE_T=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -7531,10 +9821,10 @@ DEP_CPP_BE_HE=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -7554,6 +9844,7 @@ DEP_CPP_BE_HE=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -7567,6 +9858,8 @@ DEP_CPP_BE_HE=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -7584,6 +9877,7 @@ DEP_CPP_BE_HE=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -7627,7 +9921,7 @@ DEP_CPP_BE_HE=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_helper.obj" : $(SOURCE) $(DEP_CPP_BE_HE) "$(INTDIR)"
+"$(INTDIR)\be_state_typedef.obj" : $(SOURCE) $(DEP_CPP_BE_STATE_T) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -7635,36 +9929,58 @@ DEP_CPP_BE_HE=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_init.cpp
-DEP_CPP_BE_IN=\
+SOURCE=.\be\be_state_union.cpp
+DEP_CPP_BE_STATE_U=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -7674,10 +9990,10 @@ DEP_CPP_BE_IN=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -7697,6 +10013,7 @@ DEP_CPP_BE_IN=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -7710,6 +10027,8 @@ DEP_CPP_BE_IN=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -7727,6 +10046,7 @@ DEP_CPP_BE_IN=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -7770,7 +10090,7 @@ DEP_CPP_BE_IN=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_init.obj" : $(SOURCE) $(DEP_CPP_BE_IN) "$(INTDIR)"
+"$(INTDIR)\be_state_union.obj" : $(SOURCE) $(DEP_CPP_BE_STATE_U) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -7778,36 +10098,58 @@ DEP_CPP_BE_IN=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_interface.cpp
-DEP_CPP_BE_INT=\
+SOURCE=.\be\be_string.cpp
+DEP_CPP_BE_STR=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -7817,10 +10159,10 @@ DEP_CPP_BE_INT=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -7840,6 +10182,7 @@ DEP_CPP_BE_INT=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -7853,6 +10196,8 @@ DEP_CPP_BE_INT=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -7870,6 +10215,7 @@ DEP_CPP_BE_INT=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -7913,7 +10259,7 @@ DEP_CPP_BE_INT=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_interface.obj" : $(SOURCE) $(DEP_CPP_BE_INT) "$(INTDIR)"
+"$(INTDIR)\be_string.obj" : $(SOURCE) $(DEP_CPP_BE_STR) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -7921,36 +10267,58 @@ DEP_CPP_BE_INT=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_interface_fwd.cpp
-DEP_CPP_BE_INTE=\
+SOURCE=.\be\be_structure.cpp
+DEP_CPP_BE_STRU=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -7960,10 +10328,10 @@ DEP_CPP_BE_INTE=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -7983,6 +10351,7 @@ DEP_CPP_BE_INTE=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -7996,6 +10365,8 @@ DEP_CPP_BE_INTE=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -8013,6 +10384,7 @@ DEP_CPP_BE_INTE=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -8056,7 +10428,7 @@ DEP_CPP_BE_INTE=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_interface_fwd.obj" : $(SOURCE) $(DEP_CPP_BE_INTE) "$(INTDIR)"
+"$(INTDIR)\be_structure.obj" : $(SOURCE) $(DEP_CPP_BE_STRU) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -8064,36 +10436,58 @@ DEP_CPP_BE_INTE=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_module.cpp
-DEP_CPP_BE_MO=\
+SOURCE=.\be\be_sunsoft.cpp
+DEP_CPP_BE_SU=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -8103,10 +10497,10 @@ DEP_CPP_BE_MO=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -8126,6 +10520,7 @@ DEP_CPP_BE_MO=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -8134,11 +10529,14 @@ DEP_CPP_BE_MO=\
".\be_include\be_state.h"\
".\be_include\be_string.h"\
".\be_include\be_structure.h"\
+ ".\be_include\be_sunsoft.h"\
".\be_include\be_type.h"\
".\be_include\be_typedef.h"\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -8156,6 +10554,7 @@ DEP_CPP_BE_MO=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -8199,7 +10598,7 @@ DEP_CPP_BE_MO=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_module.obj" : $(SOURCE) $(DEP_CPP_BE_MO) "$(INTDIR)"
+"$(INTDIR)\be_sunsoft.obj" : $(SOURCE) $(DEP_CPP_BE_SU) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -8207,36 +10606,58 @@ DEP_CPP_BE_MO=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_operation.cpp
-DEP_CPP_BE_OP=\
+SOURCE=.\be\be_type.cpp
+DEP_CPP_BE_TY=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -8246,10 +10667,10 @@ DEP_CPP_BE_OP=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -8269,6 +10690,7 @@ DEP_CPP_BE_OP=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -8282,6 +10704,8 @@ DEP_CPP_BE_OP=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -8299,6 +10723,7 @@ DEP_CPP_BE_OP=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -8342,7 +10767,7 @@ DEP_CPP_BE_OP=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_operation.obj" : $(SOURCE) $(DEP_CPP_BE_OP) "$(INTDIR)"
+"$(INTDIR)\be_type.obj" : $(SOURCE) $(DEP_CPP_BE_TY) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -8350,36 +10775,58 @@ DEP_CPP_BE_OP=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_predefined_type.cpp
-DEP_CPP_BE_PR=\
+SOURCE=.\be\be_typedef.cpp
+DEP_CPP_BE_TYP=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -8389,10 +10836,10 @@ DEP_CPP_BE_PR=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -8412,6 +10859,7 @@ DEP_CPP_BE_PR=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -8425,6 +10873,8 @@ DEP_CPP_BE_PR=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -8442,6 +10892,7 @@ DEP_CPP_BE_PR=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -8485,7 +10936,7 @@ DEP_CPP_BE_PR=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_predefined_type.obj" : $(SOURCE) $(DEP_CPP_BE_PR) "$(INTDIR)"
+"$(INTDIR)\be_typedef.obj" : $(SOURCE) $(DEP_CPP_BE_TYP) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -8493,36 +10944,58 @@ DEP_CPP_BE_PR=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_produce.cpp
-DEP_CPP_BE_PRO=\
+SOURCE=.\be\be_union.cpp
+DEP_CPP_BE_UN=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -8532,10 +11005,10 @@ DEP_CPP_BE_PRO=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -8555,6 +11028,7 @@ DEP_CPP_BE_PRO=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -8568,6 +11042,8 @@ DEP_CPP_BE_PRO=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -8585,6 +11061,7 @@ DEP_CPP_BE_PRO=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -8628,7 +11105,7 @@ DEP_CPP_BE_PRO=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_produce.obj" : $(SOURCE) $(DEP_CPP_BE_PRO) "$(INTDIR)"
+"$(INTDIR)\be_union.obj" : $(SOURCE) $(DEP_CPP_BE_UN) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -8636,36 +11113,58 @@ DEP_CPP_BE_PRO=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_root.cpp
-DEP_CPP_BE_RO=\
+SOURCE=.\be\be_union_branch.cpp
+DEP_CPP_BE_UNI=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -8675,10 +11174,10 @@ DEP_CPP_BE_RO=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -8698,6 +11197,7 @@ DEP_CPP_BE_RO=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -8711,6 +11211,8 @@ DEP_CPP_BE_RO=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -8728,6 +11230,7 @@ DEP_CPP_BE_RO=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -8771,7 +11274,7 @@ DEP_CPP_BE_RO=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_root.obj" : $(SOURCE) $(DEP_CPP_BE_RO) "$(INTDIR)"
+"$(INTDIR)\be_union_branch.obj" : $(SOURCE) $(DEP_CPP_BE_UNI) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -8779,36 +11282,58 @@ DEP_CPP_BE_RO=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_scope.cpp
-DEP_CPP_BE_SC=\
+SOURCE=.\be\be_union_label.cpp
+DEP_CPP_BE_UNIO=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -8818,10 +11343,10 @@ DEP_CPP_BE_SC=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -8841,6 +11366,7 @@ DEP_CPP_BE_SC=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -8854,6 +11380,8 @@ DEP_CPP_BE_SC=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -8871,6 +11399,7 @@ DEP_CPP_BE_SC=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -8914,7 +11443,7 @@ DEP_CPP_BE_SC=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_scope.obj" : $(SOURCE) $(DEP_CPP_BE_SC) "$(INTDIR)"
+"$(INTDIR)\be_union_label.obj" : $(SOURCE) $(DEP_CPP_BE_UNIO) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -8922,36 +11451,384 @@ DEP_CPP_BE_SC=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_sequence.cpp
-DEP_CPP_BE_SE=\
+SOURCE=.\be\be_visitor.cpp
+DEP_CPP_BE_VIS=\
+ "..\..\ace/ACE.h"\
+ "..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
+ "..\..\ace/Auto_Ptr.cpp"\
+ "..\..\ace/Auto_Ptr.h"\
+ "..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
+ "..\..\ace/config-win32-common.h"\
+ "..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
+ "..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
+ "..\..\ace/Log_Msg.h"\
+ "..\..\ace/Log_Priority.h"\
+ "..\..\ace/Log_Record.h"\
+ "..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
+ "..\..\ace/Managed_Object.cpp"\
+ "..\..\ace/Managed_Object.h"\
+ "..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
+ "..\..\ace/Object_Manager.h"\
+ "..\..\ace/Object_Manager.i"\
+ "..\..\ace/OS.h"\
+ "..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
+ "..\..\ace/SString.h"\
+ "..\..\ace/SString.i"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
+ "..\..\ace/Trace.h"\
+ "..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\include\ast.h"\
+ ".\include\ast_argument.h"\
+ ".\include\ast_array.h"\
+ ".\include\ast_attribute.h"\
+ ".\include\ast_concrete_type.h"\
+ ".\include\ast_constant.h"\
+ ".\include\ast_decl.h"\
+ ".\include\ast_enum.h"\
+ ".\include\ast_enum_val.h"\
+ ".\include\ast_exception.h"\
+ ".\include\ast_expression.h"\
+ ".\include\ast_field.h"\
+ ".\include\ast_generator.h"\
+ ".\include\ast_interface.h"\
+ ".\include\ast_interface_fwd.h"\
+ ".\include\ast_module.h"\
+ ".\include\ast_native.h"\
+ ".\include\ast_operation.h"\
+ ".\include\ast_predefined_type.h"\
+ ".\include\ast_root.h"\
+ ".\include\ast_sequence.h"\
+ ".\include\ast_string.h"\
+ ".\include\ast_structure.h"\
+ ".\include\ast_type.h"\
+ ".\include\ast_typedef.h"\
+ ".\include\ast_union.h"\
+ ".\include\ast_union_branch.h"\
+ ".\include\ast_union_label.h"\
+ ".\include\idl.h"\
+ ".\include\idl_bool.h"\
+ ".\include\idl_defines.h"\
+ ".\include\idl_fwd.h"\
+ ".\include\idl_global.h"\
+ ".\include\idl_narrow.h"\
+ ".\include\intlmacros.h"\
+ ".\include\util.h"\
+ ".\include\utl_decllist.h"\
+ ".\include\utl_error.h"\
+ ".\include\utl_exceptlist.h"\
+ ".\include\utl_exprlist.h"\
+ ".\include\utl_identifier.h"\
+ ".\include\utl_idlist.h"\
+ ".\include\utl_indenter.h"\
+ ".\include\utl_labellist.h"\
+ ".\include\utl_list.h"\
+ ".\include\utl_namelist.h"\
+ ".\include\utl_scope.h"\
+ ".\include\utl_scoped_name.h"\
+ ".\include\utl_stack.h"\
+ ".\include\utl_string.h"\
+ ".\include\utl_strlist.h"\
+ {$(INCLUDE)}"\sys\types.h"\
+
+
+"$(INTDIR)\be_visitor.obj" : $(SOURCE) $(DEP_CPP_BE_VIS) "$(INTDIR)"
+ $(CPP) $(CPP_PROJ) $(SOURCE)
+
+
+# End Source File
+################################################################################
+# Begin Source File
+
+SOURCE=.\be\be_visitor_args.cpp
+DEP_CPP_BE_VISI=\
+ "..\..\ace/ACE.h"\
+ "..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
+ "..\..\ace/Auto_Ptr.cpp"\
+ "..\..\ace/Auto_Ptr.h"\
+ "..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
+ "..\..\ace/config-win32-common.h"\
+ "..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
+ "..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
+ "..\..\ace/Log_Msg.h"\
+ "..\..\ace/Log_Priority.h"\
+ "..\..\ace/Log_Record.h"\
+ "..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
+ "..\..\ace/Managed_Object.cpp"\
+ "..\..\ace/Managed_Object.h"\
+ "..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
+ "..\..\ace/Object_Manager.h"\
+ "..\..\ace/Object_Manager.i"\
+ "..\..\ace/OS.h"\
+ "..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
+ "..\..\ace/SString.h"\
+ "..\..\ace/SString.i"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
+ "..\..\ace/Trace.h"\
+ "..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_args.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\be_include\be_visitor_decl.h"\
+ ".\include\ast.h"\
+ ".\include\ast_argument.h"\
+ ".\include\ast_array.h"\
+ ".\include\ast_attribute.h"\
+ ".\include\ast_concrete_type.h"\
+ ".\include\ast_constant.h"\
+ ".\include\ast_decl.h"\
+ ".\include\ast_enum.h"\
+ ".\include\ast_enum_val.h"\
+ ".\include\ast_exception.h"\
+ ".\include\ast_expression.h"\
+ ".\include\ast_field.h"\
+ ".\include\ast_generator.h"\
+ ".\include\ast_interface.h"\
+ ".\include\ast_interface_fwd.h"\
+ ".\include\ast_module.h"\
+ ".\include\ast_native.h"\
+ ".\include\ast_operation.h"\
+ ".\include\ast_predefined_type.h"\
+ ".\include\ast_root.h"\
+ ".\include\ast_sequence.h"\
+ ".\include\ast_string.h"\
+ ".\include\ast_structure.h"\
+ ".\include\ast_type.h"\
+ ".\include\ast_typedef.h"\
+ ".\include\ast_union.h"\
+ ".\include\ast_union_branch.h"\
+ ".\include\ast_union_label.h"\
+ ".\include\idl.h"\
+ ".\include\idl_bool.h"\
+ ".\include\idl_defines.h"\
+ ".\include\idl_fwd.h"\
+ ".\include\idl_global.h"\
+ ".\include\idl_narrow.h"\
+ ".\include\intlmacros.h"\
+ ".\include\util.h"\
+ ".\include\utl_decllist.h"\
+ ".\include\utl_error.h"\
+ ".\include\utl_exceptlist.h"\
+ ".\include\utl_exprlist.h"\
+ ".\include\utl_identifier.h"\
+ ".\include\utl_idlist.h"\
+ ".\include\utl_indenter.h"\
+ ".\include\utl_labellist.h"\
+ ".\include\utl_list.h"\
+ ".\include\utl_namelist.h"\
+ ".\include\utl_scope.h"\
+ ".\include\utl_scoped_name.h"\
+ ".\include\utl_stack.h"\
+ ".\include\utl_string.h"\
+ ".\include\utl_strlist.h"\
+ {$(INCLUDE)}"\sys\types.h"\
+
+
+"$(INTDIR)\be_visitor_args.obj" : $(SOURCE) $(DEP_CPP_BE_VISI) "$(INTDIR)"
+ $(CPP) $(CPP_PROJ) $(SOURCE)
+
+
+# End Source File
+################################################################################
+# Begin Source File
+
+SOURCE=.\be\be_visitor_attribute.cpp
+DEP_CPP_BE_VISIT=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -8961,10 +11838,10 @@ DEP_CPP_BE_SE=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -8984,6 +11861,7 @@ DEP_CPP_BE_SE=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -8997,6 +11875,11 @@ DEP_CPP_BE_SE=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_attribute.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\be_include\be_visitor_decl.h"\
+ ".\be_include\be_visitor_scope.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -9014,6 +11897,7 @@ DEP_CPP_BE_SE=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -9057,7 +11941,8 @@ DEP_CPP_BE_SE=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_sequence.obj" : $(SOURCE) $(DEP_CPP_BE_SE) "$(INTDIR)"
+"$(INTDIR)\be_visitor_attribute.obj" : $(SOURCE) $(DEP_CPP_BE_VISIT)\
+ "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -9065,36 +11950,58 @@ DEP_CPP_BE_SE=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_state.cpp
-DEP_CPP_BE_ST=\
+SOURCE=.\be\be_visitor_constant.cpp
+DEP_CPP_BE_VISITO=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -9104,10 +12011,10 @@ DEP_CPP_BE_ST=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -9127,6 +12034,7 @@ DEP_CPP_BE_ST=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -9140,6 +12048,11 @@ DEP_CPP_BE_ST=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_constant.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\be_include\be_visitor_decl.h"\
+ ".\be_include\be_visitor_scope.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -9157,6 +12070,7 @@ DEP_CPP_BE_ST=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -9200,7 +12114,8 @@ DEP_CPP_BE_ST=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_state.obj" : $(SOURCE) $(DEP_CPP_BE_ST) "$(INTDIR)"
+"$(INTDIR)\be_visitor_constant.obj" : $(SOURCE) $(DEP_CPP_BE_VISITO)\
+ "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -9208,36 +12123,58 @@ DEP_CPP_BE_ST=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_string.cpp
-DEP_CPP_BE_STR=\
+SOURCE=.\be\be_visitor_context.cpp
+DEP_CPP_BE_VISITOR=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -9247,10 +12184,10 @@ DEP_CPP_BE_STR=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -9270,6 +12207,7 @@ DEP_CPP_BE_STR=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -9283,6 +12221,8 @@ DEP_CPP_BE_STR=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -9300,6 +12240,7 @@ DEP_CPP_BE_STR=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -9343,7 +12284,8 @@ DEP_CPP_BE_STR=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_string.obj" : $(SOURCE) $(DEP_CPP_BE_STR) "$(INTDIR)"
+"$(INTDIR)\be_visitor_context.obj" : $(SOURCE) $(DEP_CPP_BE_VISITOR)\
+ "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -9351,36 +12293,58 @@ DEP_CPP_BE_STR=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_structure.cpp
-DEP_CPP_BE_STRU=\
+SOURCE=.\be\be_visitor_decl.cpp
+DEP_CPP_BE_VISITOR_=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -9390,10 +12354,10 @@ DEP_CPP_BE_STRU=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -9413,6 +12377,7 @@ DEP_CPP_BE_STRU=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -9426,6 +12391,9 @@ DEP_CPP_BE_STRU=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\be_include\be_visitor_decl.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -9443,6 +12411,7 @@ DEP_CPP_BE_STRU=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -9486,7 +12455,7 @@ DEP_CPP_BE_STRU=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_structure.obj" : $(SOURCE) $(DEP_CPP_BE_STRU) "$(INTDIR)"
+"$(INTDIR)\be_visitor_decl.obj" : $(SOURCE) $(DEP_CPP_BE_VISITOR_) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -9494,36 +12463,58 @@ DEP_CPP_BE_STRU=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_sunsoft.cpp
-DEP_CPP_BE_SU=\
+SOURCE=.\be\be_visitor_enum.cpp
+DEP_CPP_BE_VISITOR_E=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -9533,10 +12524,10 @@ DEP_CPP_BE_SU=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -9556,6 +12547,7 @@ DEP_CPP_BE_SU=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -9564,12 +12556,16 @@ DEP_CPP_BE_SU=\
".\be_include\be_state.h"\
".\be_include\be_string.h"\
".\be_include\be_structure.h"\
- ".\be_include\be_sunsoft.h"\
".\be_include\be_type.h"\
".\be_include\be_typedef.h"\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\be_include\be_visitor_decl.h"\
+ ".\be_include\be_visitor_enum.h"\
+ ".\be_include\be_visitor_scope.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -9587,6 +12583,7 @@ DEP_CPP_BE_SU=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -9630,7 +12627,7 @@ DEP_CPP_BE_SU=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_sunsoft.obj" : $(SOURCE) $(DEP_CPP_BE_SU) "$(INTDIR)"
+"$(INTDIR)\be_visitor_enum.obj" : $(SOURCE) $(DEP_CPP_BE_VISITOR_E) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -9638,36 +12635,58 @@ DEP_CPP_BE_SU=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_type.cpp
-DEP_CPP_BE_TY=\
+SOURCE=.\be\be_visitor_exception.cpp
+DEP_CPP_BE_VISITOR_EX=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -9677,10 +12696,10 @@ DEP_CPP_BE_TY=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -9700,6 +12719,7 @@ DEP_CPP_BE_TY=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -9713,6 +12733,11 @@ DEP_CPP_BE_TY=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\be_include\be_visitor_decl.h"\
+ ".\be_include\be_visitor_exception.h"\
+ ".\be_include\be_visitor_scope.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -9730,6 +12755,7 @@ DEP_CPP_BE_TY=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -9773,7 +12799,8 @@ DEP_CPP_BE_TY=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_type.obj" : $(SOURCE) $(DEP_CPP_BE_TY) "$(INTDIR)"
+"$(INTDIR)\be_visitor_exception.obj" : $(SOURCE) $(DEP_CPP_BE_VISITOR_EX)\
+ "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -9781,36 +12808,58 @@ DEP_CPP_BE_TY=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_typedef.cpp
-DEP_CPP_BE_TYP=\
+SOURCE=.\be\be_visitor_field.cpp
+DEP_CPP_BE_VISITOR_F=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -9820,10 +12869,10 @@ DEP_CPP_BE_TYP=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -9843,6 +12892,7 @@ DEP_CPP_BE_TYP=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -9856,6 +12906,10 @@ DEP_CPP_BE_TYP=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\be_include\be_visitor_decl.h"\
+ ".\be_include\be_visitor_field.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -9873,6 +12927,7 @@ DEP_CPP_BE_TYP=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -9916,7 +12971,8 @@ DEP_CPP_BE_TYP=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_typedef.obj" : $(SOURCE) $(DEP_CPP_BE_TYP) "$(INTDIR)"
+"$(INTDIR)\be_visitor_field.obj" : $(SOURCE) $(DEP_CPP_BE_VISITOR_F)\
+ "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -9924,36 +12980,58 @@ DEP_CPP_BE_TYP=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_union.cpp
-DEP_CPP_BE_UN=\
+SOURCE=.\be\be_visitor_interface.cpp
+DEP_CPP_BE_VISITOR_I=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -9963,10 +13041,10 @@ DEP_CPP_BE_UN=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -9986,6 +13064,7 @@ DEP_CPP_BE_UN=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -9999,6 +13078,11 @@ DEP_CPP_BE_UN=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\be_include\be_visitor_decl.h"\
+ ".\be_include\be_visitor_interface.h"\
+ ".\be_include\be_visitor_scope.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -10016,6 +13100,7 @@ DEP_CPP_BE_UN=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -10059,7 +13144,8 @@ DEP_CPP_BE_UN=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_union.obj" : $(SOURCE) $(DEP_CPP_BE_UN) "$(INTDIR)"
+"$(INTDIR)\be_visitor_interface.obj" : $(SOURCE) $(DEP_CPP_BE_VISITOR_I)\
+ "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -10067,36 +13153,58 @@ DEP_CPP_BE_UN=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_union_branch.cpp
-DEP_CPP_BE_UNI=\
+SOURCE=.\be\be_visitor_interface_fwd.cpp
+DEP_CPP_BE_VISITOR_IN=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -10106,10 +13214,10 @@ DEP_CPP_BE_UNI=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -10129,6 +13237,7 @@ DEP_CPP_BE_UNI=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -10142,6 +13251,11 @@ DEP_CPP_BE_UNI=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\be_include\be_visitor_decl.h"\
+ ".\be_include\be_visitor_interface_fwd.h"\
+ ".\be_include\be_visitor_scope.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -10159,6 +13273,7 @@ DEP_CPP_BE_UNI=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -10202,7 +13317,8 @@ DEP_CPP_BE_UNI=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_union_branch.obj" : $(SOURCE) $(DEP_CPP_BE_UNI) "$(INTDIR)"
+"$(INTDIR)\be_visitor_interface_fwd.obj" : $(SOURCE) $(DEP_CPP_BE_VISITOR_IN)\
+ "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -10210,36 +13326,58 @@ DEP_CPP_BE_UNI=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_union_label.cpp
-DEP_CPP_BE_UNIO=\
+SOURCE=.\be\be_visitor_module.cpp
+DEP_CPP_BE_VISITOR_M=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
"..\..\ace/Event_Handler.h"\
"..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
"..\..\ace/Singleton.cpp"\
"..\..\ace/Singleton.h"\
"..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
"..\..\ace/SV_Semaphore_Complex.h"\
"..\..\ace/SV_Semaphore_Complex.i"\
"..\..\ace/SV_Semaphore_Simple.h"\
@@ -10249,10 +13387,10 @@ DEP_CPP_BE_UNIO=\
"..\..\ace/Synch_T.cpp"\
"..\..\ace/Synch_T.h"\
"..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Thread.h"\
"..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\be_include\be.h"\
".\be_include\be_argument.h"\
@@ -10272,6 +13410,7 @@ DEP_CPP_BE_UNIO=\
".\be_include\be_interface.h"\
".\be_include\be_interface_fwd.h"\
".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
".\be_include\be_operation.h"\
".\be_include\be_predefined_type.h"\
".\be_include\be_root.h"\
@@ -10285,6 +13424,11 @@ DEP_CPP_BE_UNIO=\
".\be_include\be_union.h"\
".\be_include\be_union_branch.h"\
".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\be_include\be_visitor_decl.h"\
+ ".\be_include\be_visitor_module.h"\
+ ".\be_include\be_visitor_scope.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -10302,6 +13446,7 @@ DEP_CPP_BE_UNIO=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -10345,7 +13490,8 @@ DEP_CPP_BE_UNIO=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_union_label.obj" : $(SOURCE) $(DEP_CPP_BE_UNIO) "$(INTDIR)"
+"$(INTDIR)\be_visitor_module.obj" : $(SOURCE) $(DEP_CPP_BE_VISITOR_M)\
+ "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -10353,33 +13499,109 @@ DEP_CPP_BE_UNIO=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_argument.cpp
-DEP_CPP_AST_A=\
+SOURCE=.\be\be_visitor_operation.cpp
+DEP_CPP_BE_VISITOR_O=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\be_include\be_visitor_decl.h"\
+ ".\be_include\be_visitor_operation.h"\
+ ".\be_include\be_visitor_scope.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -10397,6 +13619,7 @@ DEP_CPP_AST_A=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -10440,7 +13663,8 @@ DEP_CPP_AST_A=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_argument.obj" : $(SOURCE) $(DEP_CPP_AST_A) "$(INTDIR)"
+"$(INTDIR)\be_visitor_operation.obj" : $(SOURCE) $(DEP_CPP_BE_VISITOR_O)\
+ "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -10448,33 +13672,109 @@ DEP_CPP_AST_A=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_array.cpp
-DEP_CPP_AST_AR=\
+SOURCE=.\be\be_visitor_root.cpp
+DEP_CPP_BE_VISITOR_R=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\be_include\be_visitor_decl.h"\
+ ".\be_include\be_visitor_root.h"\
+ ".\be_include\be_visitor_scope.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -10492,6 +13792,7 @@ DEP_CPP_AST_AR=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -10535,7 +13836,7 @@ DEP_CPP_AST_AR=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_array.obj" : $(SOURCE) $(DEP_CPP_AST_AR) "$(INTDIR)"
+"$(INTDIR)\be_visitor_root.obj" : $(SOURCE) $(DEP_CPP_BE_VISITOR_R) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -10543,33 +13844,108 @@ DEP_CPP_AST_AR=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_attribute.cpp
-DEP_CPP_AST_AT=\
+SOURCE=.\be\be_visitor_scope.cpp
+DEP_CPP_BE_VISITOR_S=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\be_include\be_visitor_decl.h"\
+ ".\be_include\be_visitor_scope.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -10587,6 +13963,7 @@ DEP_CPP_AST_AT=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -10630,7 +14007,8 @@ DEP_CPP_AST_AT=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_attribute.obj" : $(SOURCE) $(DEP_CPP_AST_AT) "$(INTDIR)"
+"$(INTDIR)\be_visitor_scope.obj" : $(SOURCE) $(DEP_CPP_BE_VISITOR_S)\
+ "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -10638,33 +14016,108 @@ DEP_CPP_AST_AT=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_check.cpp
-DEP_CPP_AST_C=\
+SOURCE=.\be\be_visitor_sequence.cpp
+DEP_CPP_BE_VISITOR_SE=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\be_include\be_visitor_decl.h"\
+ ".\be_include\be_visitor_sequence.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -10682,6 +14135,7 @@ DEP_CPP_AST_C=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -10725,7 +14179,8 @@ DEP_CPP_AST_C=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_check.obj" : $(SOURCE) $(DEP_CPP_AST_C) "$(INTDIR)"
+"$(INTDIR)\be_visitor_sequence.obj" : $(SOURCE) $(DEP_CPP_BE_VISITOR_SE)\
+ "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -10733,33 +14188,109 @@ DEP_CPP_AST_C=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_concrete_type.cpp
-DEP_CPP_AST_CO=\
+SOURCE=.\be\be_visitor_structure.cpp
+DEP_CPP_BE_VISITOR_ST=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\be_include\be_visitor_decl.h"\
+ ".\be_include\be_visitor_scope.h"\
+ ".\be_include\be_visitor_structure.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -10777,6 +14308,7 @@ DEP_CPP_AST_CO=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -10820,7 +14352,8 @@ DEP_CPP_AST_CO=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_concrete_type.obj" : $(SOURCE) $(DEP_CPP_AST_CO) "$(INTDIR)"
+"$(INTDIR)\be_visitor_structure.obj" : $(SOURCE) $(DEP_CPP_BE_VISITOR_ST)\
+ "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -10828,33 +14361,109 @@ DEP_CPP_AST_CO=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_constant.cpp
-DEP_CPP_AST_CON=\
+SOURCE=.\be\be_visitor_typedef.cpp
+DEP_CPP_BE_VISITOR_T=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\be_include\be_visitor_decl.h"\
+ ".\be_include\be_visitor_scope.h"\
+ ".\be_include\be_visitor_typedef.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -10872,6 +14481,7 @@ DEP_CPP_AST_CON=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -10915,7 +14525,8 @@ DEP_CPP_AST_CON=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_constant.obj" : $(SOURCE) $(DEP_CPP_AST_CON) "$(INTDIR)"
+"$(INTDIR)\be_visitor_typedef.obj" : $(SOURCE) $(DEP_CPP_BE_VISITOR_T)\
+ "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -10923,33 +14534,109 @@ DEP_CPP_AST_CON=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_decl.cpp
-DEP_CPP_AST_D=\
+SOURCE=.\be\be_visitor_union.cpp
+DEP_CPP_BE_VISITOR_U=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
+ ".\be_include\be_visitor_decl.h"\
+ ".\be_include\be_visitor_scope.h"\
+ ".\be_include\be_visitor_union.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -10967,6 +14654,7 @@ DEP_CPP_AST_D=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -11010,7 +14698,8 @@ DEP_CPP_AST_D=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_decl.obj" : $(SOURCE) $(DEP_CPP_AST_D) "$(INTDIR)"
+"$(INTDIR)\be_visitor_union.obj" : $(SOURCE) $(DEP_CPP_BE_VISITOR_U)\
+ "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -11018,33 +14707,106 @@ DEP_CPP_AST_D=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_enum.cpp
-DEP_CPP_AST_E=\
+SOURCE=.\be\be_args.cpp
+DEP_CPP_BE_ARG=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Containers.cpp"\
+ "..\..\ace/Containers.h"\
+ "..\..\ace/Containers.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/Free_List.cpp"\
+ "..\..\ace/Free_List.h"\
+ "..\..\ace/Free_List.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
"..\..\ace/Log_Record.i"\
+ "..\..\ace/Malloc.h"\
+ "..\..\ace/Malloc.i"\
+ "..\..\ace/Malloc_T.cpp"\
+ "..\..\ace/Malloc_T.h"\
+ "..\..\ace/Malloc_T.i"\
"..\..\ace/Managed_Object.cpp"\
"..\..\ace/Managed_Object.h"\
"..\..\ace/Managed_Object.i"\
+ "..\..\ace/Mem_Map.h"\
+ "..\..\ace/Mem_Map.i"\
+ "..\..\ace/Memory_Pool.h"\
+ "..\..\ace/Memory_Pool.i"\
"..\..\ace/Object_Manager.h"\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Signal.h"\
+ "..\..\ace/Signal.i"\
+ "..\..\ace/Singleton.cpp"\
+ "..\..\ace/Singleton.h"\
+ "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\be_include\be.h"\
+ ".\be_include\be_argument.h"\
+ ".\be_include\be_array.h"\
+ ".\be_include\be_attribute.h"\
+ ".\be_include\be_codegen.h"\
+ ".\be_include\be_constant.h"\
+ ".\be_include\be_decl.h"\
+ ".\be_include\be_enum.h"\
+ ".\be_include\be_enum_val.h"\
+ ".\be_include\be_exception.h"\
+ ".\be_include\be_expression.h"\
+ ".\be_include\be_factory.h"\
+ ".\be_include\be_field.h"\
+ ".\be_include\be_generator.h"\
+ ".\be_include\be_helper.h"\
+ ".\be_include\be_interface.h"\
+ ".\be_include\be_interface_fwd.h"\
+ ".\be_include\be_module.h"\
+ ".\be_include\be_native.h"\
+ ".\be_include\be_operation.h"\
+ ".\be_include\be_predefined_type.h"\
+ ".\be_include\be_root.h"\
+ ".\be_include\be_scope.h"\
+ ".\be_include\be_sequence.h"\
+ ".\be_include\be_state.h"\
+ ".\be_include\be_string.h"\
+ ".\be_include\be_structure.h"\
+ ".\be_include\be_type.h"\
+ ".\be_include\be_typedef.h"\
+ ".\be_include\be_union.h"\
+ ".\be_include\be_union_branch.h"\
+ ".\be_include\be_union_label.h"\
+ ".\be_include\be_visitor.h"\
+ ".\be_include\be_visitor_context.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -11062,6 +14824,7 @@ DEP_CPP_AST_E=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -11105,7 +14868,7 @@ DEP_CPP_AST_E=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_enum.obj" : $(SOURCE) $(DEP_CPP_AST_E) "$(INTDIR)"
+"$(INTDIR)\be_args.obj" : $(SOURCE) $(DEP_CPP_BE_ARG) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -11113,16 +14876,21 @@ DEP_CPP_AST_E=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_enum_val.cpp
-DEP_CPP_AST_EN=\
+SOURCE=.\driver\drv_private.cpp
+DEP_CPP_DRV_P=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -11136,9 +14904,9 @@ DEP_CPP_AST_EN=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -11157,6 +14925,7 @@ DEP_CPP_AST_EN=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -11170,6 +14939,7 @@ DEP_CPP_AST_EN=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
+ ".\include\drv_private.h"\
".\include\fe_extern.h"\
".\include\global_extern.h"\
".\include\idl.h"\
@@ -11200,7 +14970,7 @@ DEP_CPP_AST_EN=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_enum_val.obj" : $(SOURCE) $(DEP_CPP_AST_EN) "$(INTDIR)"
+"$(INTDIR)\drv_private.obj" : $(SOURCE) $(DEP_CPP_DRV_P) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -11208,16 +14978,24 @@ DEP_CPP_AST_EN=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_exception.cpp
-DEP_CPP_AST_EX=\
+SOURCE=.\driver\drv_fork.cpp
+DEP_CPP_DRV_F=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -11229,11 +15007,26 @@ DEP_CPP_AST_EX=\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Process.h"\
+ "..\..\ace/Process.i"\
+ "..\..\ace/Process_Manager.h"\
+ "..\..\ace/Process_Manager.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -11252,6 +15045,7 @@ DEP_CPP_AST_EX=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -11265,6 +15059,7 @@ DEP_CPP_AST_EX=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
+ ".\include\drv_private.h"\
".\include\fe_extern.h"\
".\include\global_extern.h"\
".\include\idl.h"\
@@ -11295,7 +15090,7 @@ DEP_CPP_AST_EX=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_exception.obj" : $(SOURCE) $(DEP_CPP_AST_EX) "$(INTDIR)"
+"$(INTDIR)\drv_fork.obj" : $(SOURCE) $(DEP_CPP_DRV_F) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -11303,16 +15098,21 @@ DEP_CPP_AST_EX=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_expression.cpp
-DEP_CPP_AST_EXP=\
+SOURCE=.\driver\drv_init.cpp
+DEP_CPP_DRV_I=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -11326,9 +15126,9 @@ DEP_CPP_AST_EXP=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -11347,6 +15147,7 @@ DEP_CPP_AST_EXP=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -11360,6 +15161,8 @@ DEP_CPP_AST_EXP=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
+ ".\include\drv_link.h"\
+ ".\include\drv_private.h"\
".\include\fe_extern.h"\
".\include\global_extern.h"\
".\include\idl.h"\
@@ -11390,7 +15193,7 @@ DEP_CPP_AST_EXP=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_expression.obj" : $(SOURCE) $(DEP_CPP_AST_EXP) "$(INTDIR)"
+"$(INTDIR)\drv_init.obj" : $(SOURCE) $(DEP_CPP_DRV_I) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -11398,16 +15201,21 @@ DEP_CPP_AST_EXP=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_field.cpp
-DEP_CPP_AST_F=\
+SOURCE=.\driver\drv_link.cpp
+DEP_CPP_DRV_L=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -11421,9 +15229,9 @@ DEP_CPP_AST_F=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -11442,6 +15250,7 @@ DEP_CPP_AST_F=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -11455,6 +15264,8 @@ DEP_CPP_AST_F=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
+ ".\include\drv_link.h"\
+ ".\include\drv_private.h"\
".\include\fe_extern.h"\
".\include\global_extern.h"\
".\include\idl.h"\
@@ -11485,7 +15296,7 @@ DEP_CPP_AST_F=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_field.obj" : $(SOURCE) $(DEP_CPP_AST_F) "$(INTDIR)"
+"$(INTDIR)\drv_link.obj" : $(SOURCE) $(DEP_CPP_DRV_L) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -11493,16 +15304,27 @@ DEP_CPP_AST_F=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_generator.cpp
-DEP_CPP_AST_G=\
+SOURCE=.\driver\drv_preproc.cpp
+DEP_CPP_DRV_PR=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
+ "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/Env_Value_T.cpp"\
+ "..\..\ace/Env_Value_T.h"\
+ "..\..\ace/Env_Value_T.i"\
+ "..\..\ace/Event_Handler.h"\
+ "..\..\ace/Event_Handler.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -11514,11 +15336,26 @@ DEP_CPP_AST_G=\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
+ "..\..\ace/Process.h"\
+ "..\..\ace/Process.i"\
+ "..\..\ace/Process_Manager.h"\
+ "..\..\ace/Process_Manager.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/SV_Semaphore_Complex.h"\
+ "..\..\ace/SV_Semaphore_Complex.i"\
+ "..\..\ace/SV_Semaphore_Simple.h"\
+ "..\..\ace/SV_Semaphore_Simple.i"\
+ "..\..\ace/Synch.h"\
+ "..\..\ace/Synch.i"\
+ "..\..\ace/Synch_T.cpp"\
+ "..\..\ace/Synch_T.h"\
+ "..\..\ace/Synch_T.i"\
+ "..\..\ace/sys_conf.h"\
+ "..\..\ace/Thread.h"\
+ "..\..\ace/Thread.i"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -11537,6 +15374,7 @@ DEP_CPP_AST_G=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -11550,6 +15388,8 @@ DEP_CPP_AST_G=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
+ ".\include\drv_link.h"\
+ ".\include\drv_private.h"\
".\include\fe_extern.h"\
".\include\global_extern.h"\
".\include\idl.h"\
@@ -11580,7 +15420,7 @@ DEP_CPP_AST_G=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_generator.obj" : $(SOURCE) $(DEP_CPP_AST_G) "$(INTDIR)"
+"$(INTDIR)\drv_preproc.obj" : $(SOURCE) $(DEP_CPP_DRV_PR) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -11588,16 +15428,21 @@ DEP_CPP_AST_G=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_interface.cpp
-DEP_CPP_AST_I=\
+SOURCE=.\driver\drv_args.cpp
+DEP_CPP_DRV_A=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -11611,9 +15456,9 @@ DEP_CPP_AST_I=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -11632,6 +15477,7 @@ DEP_CPP_AST_I=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -11645,6 +15491,8 @@ DEP_CPP_AST_I=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
+ ".\include\drv_link.h"\
+ ".\include\drv_private.h"\
".\include\fe_extern.h"\
".\include\global_extern.h"\
".\include\idl.h"\
@@ -11675,7 +15523,7 @@ DEP_CPP_AST_I=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_interface.obj" : $(SOURCE) $(DEP_CPP_AST_I) "$(INTDIR)"
+"$(INTDIR)\drv_args.obj" : $(SOURCE) $(DEP_CPP_DRV_A) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -11683,16 +15531,21 @@ DEP_CPP_AST_I=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_interface_fwd.cpp
-DEP_CPP_AST_IN=\
+SOURCE=.\fe\lex.yy.cpp
+DEP_CPP_LEX_Y=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -11706,10 +15559,11 @@ DEP_CPP_AST_IN=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
+ ".\fe\y.tab.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -11727,6 +15581,7 @@ DEP_CPP_AST_IN=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -11740,7 +15595,10 @@ DEP_CPP_AST_IN=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
+ ".\include\fe_declarator.h"\
".\include\fe_extern.h"\
+ ".\include\fe_interface_header.h"\
+ ".\include\fe_private.h"\
".\include\global_extern.h"\
".\include\idl.h"\
".\include\idl_bool.h"\
@@ -11770,7 +15628,7 @@ DEP_CPP_AST_IN=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_interface_fwd.obj" : $(SOURCE) $(DEP_CPP_AST_IN) "$(INTDIR)"
+"$(INTDIR)\lex.yy.obj" : $(SOURCE) $(DEP_CPP_LEX_Y) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -11778,16 +15636,21 @@ DEP_CPP_AST_IN=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_module.cpp
-DEP_CPP_AST_M=\
+SOURCE=.\fe\fe_extern.cpp
+DEP_CPP_FE_EX=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -11801,9 +15664,9 @@ DEP_CPP_AST_M=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -11822,6 +15685,7 @@ DEP_CPP_AST_M=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -11835,7 +15699,10 @@ DEP_CPP_AST_M=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
+ ".\include\fe_declarator.h"\
".\include\fe_extern.h"\
+ ".\include\fe_interface_header.h"\
+ ".\include\fe_private.h"\
".\include\global_extern.h"\
".\include\idl.h"\
".\include\idl_bool.h"\
@@ -11865,7 +15732,7 @@ DEP_CPP_AST_M=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_module.obj" : $(SOURCE) $(DEP_CPP_AST_M) "$(INTDIR)"
+"$(INTDIR)\fe_extern.obj" : $(SOURCE) $(DEP_CPP_FE_EX) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -11873,16 +15740,21 @@ DEP_CPP_AST_M=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_operation.cpp
-DEP_CPP_AST_O=\
+SOURCE=.\fe\fe_init.cpp
+DEP_CPP_FE_IN=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -11896,9 +15768,9 @@ DEP_CPP_AST_O=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -11917,6 +15789,7 @@ DEP_CPP_AST_O=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -11930,7 +15803,10 @@ DEP_CPP_AST_O=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
+ ".\include\fe_declarator.h"\
".\include\fe_extern.h"\
+ ".\include\fe_interface_header.h"\
+ ".\include\fe_private.h"\
".\include\global_extern.h"\
".\include\idl.h"\
".\include\idl_bool.h"\
@@ -11960,7 +15836,7 @@ DEP_CPP_AST_O=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_operation.obj" : $(SOURCE) $(DEP_CPP_AST_O) "$(INTDIR)"
+"$(INTDIR)\fe_init.obj" : $(SOURCE) $(DEP_CPP_FE_IN) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -11968,16 +15844,21 @@ DEP_CPP_AST_O=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_predefined_type.cpp
-DEP_CPP_AST_P=\
+SOURCE=.\fe\fe_interface_header.cpp
+DEP_CPP_FE_INT=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -11991,9 +15872,9 @@ DEP_CPP_AST_P=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -12012,6 +15893,7 @@ DEP_CPP_AST_P=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -12025,7 +15907,10 @@ DEP_CPP_AST_P=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
+ ".\include\fe_declarator.h"\
".\include\fe_extern.h"\
+ ".\include\fe_interface_header.h"\
+ ".\include\fe_private.h"\
".\include\global_extern.h"\
".\include\idl.h"\
".\include\idl_bool.h"\
@@ -12055,7 +15940,7 @@ DEP_CPP_AST_P=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_predefined_type.obj" : $(SOURCE) $(DEP_CPP_AST_P) "$(INTDIR)"
+"$(INTDIR)\fe_interface_header.obj" : $(SOURCE) $(DEP_CPP_FE_INT) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -12063,16 +15948,21 @@ DEP_CPP_AST_P=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_recursive.cpp
-DEP_CPP_AST_R=\
+SOURCE=.\fe\fe_private.cpp
+DEP_CPP_FE_PR=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -12086,9 +15976,9 @@ DEP_CPP_AST_R=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -12107,6 +15997,7 @@ DEP_CPP_AST_R=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -12120,7 +16011,10 @@ DEP_CPP_AST_R=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
+ ".\include\fe_declarator.h"\
".\include\fe_extern.h"\
+ ".\include\fe_interface_header.h"\
+ ".\include\fe_private.h"\
".\include\global_extern.h"\
".\include\idl.h"\
".\include\idl_bool.h"\
@@ -12150,7 +16044,7 @@ DEP_CPP_AST_R=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_recursive.obj" : $(SOURCE) $(DEP_CPP_AST_R) "$(INTDIR)"
+"$(INTDIR)\fe_private.obj" : $(SOURCE) $(DEP_CPP_FE_PR) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -12158,16 +16052,21 @@ DEP_CPP_AST_R=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_redef.cpp
-DEP_CPP_AST_RE=\
+SOURCE=.\fe\fe_declarator.cpp
+DEP_CPP_FE_DE=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -12181,9 +16080,9 @@ DEP_CPP_AST_RE=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -12202,6 +16101,7 @@ DEP_CPP_AST_RE=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -12215,7 +16115,10 @@ DEP_CPP_AST_RE=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
+ ".\include\fe_declarator.h"\
".\include\fe_extern.h"\
+ ".\include\fe_interface_header.h"\
+ ".\include\fe_private.h"\
".\include\global_extern.h"\
".\include\idl.h"\
".\include\idl_bool.h"\
@@ -12245,7 +16148,7 @@ DEP_CPP_AST_RE=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_redef.obj" : $(SOURCE) $(DEP_CPP_AST_RE) "$(INTDIR)"
+"$(INTDIR)\fe_declarator.obj" : $(SOURCE) $(DEP_CPP_FE_DE) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -12253,16 +16156,21 @@ DEP_CPP_AST_RE=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_root.cpp
-DEP_CPP_AST_RO=\
+SOURCE=.\narrow\narrow.cpp
+DEP_CPP_NARRO=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -12276,9 +16184,9 @@ DEP_CPP_AST_RO=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -12297,6 +16205,7 @@ DEP_CPP_AST_RO=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -12340,7 +16249,7 @@ DEP_CPP_AST_RO=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_root.obj" : $(SOURCE) $(DEP_CPP_AST_RO) "$(INTDIR)"
+"$(INTDIR)\narrow.obj" : $(SOURCE) $(DEP_CPP_NARRO) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -12348,16 +16257,21 @@ DEP_CPP_AST_RO=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_sequence.cpp
-DEP_CPP_AST_S=\
+SOURCE=.\tao_idl.cpp
+DEP_CPP_TAO_I=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -12371,9 +16285,9 @@ DEP_CPP_AST_S=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -12392,6 +16306,7 @@ DEP_CPP_AST_S=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -12405,6 +16320,8 @@ DEP_CPP_AST_S=\
".\include\ast_union_label.h"\
".\include\be_extern.h"\
".\include\drv_extern.h"\
+ ".\include\drv_link.h"\
+ ".\include\drv_private.h"\
".\include\fe_extern.h"\
".\include\global_extern.h"\
".\include\idl.h"\
@@ -12435,24 +16352,28 @@ DEP_CPP_AST_S=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_sequence.obj" : $(SOURCE) $(DEP_CPP_AST_S) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
+"$(INTDIR)\tao_idl.obj" : $(SOURCE) $(DEP_CPP_TAO_I) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_string.cpp
-DEP_CPP_AST_ST=\
+SOURCE=.\util\utl_strlist.cpp
+DEP_CPP_UTL_S=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -12466,9 +16387,9 @@ DEP_CPP_AST_ST=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -12487,6 +16408,7 @@ DEP_CPP_AST_ST=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -12530,7 +16452,7 @@ DEP_CPP_AST_ST=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_string.obj" : $(SOURCE) $(DEP_CPP_AST_ST) "$(INTDIR)"
+"$(INTDIR)\utl_strlist.obj" : $(SOURCE) $(DEP_CPP_UTL_S) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -12538,16 +16460,21 @@ DEP_CPP_AST_ST=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_structure.cpp
-DEP_CPP_AST_STR=\
+SOURCE=.\util\utl_error.cpp
+DEP_CPP_UTL_E=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -12561,9 +16488,9 @@ DEP_CPP_AST_STR=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -12582,6 +16509,7 @@ DEP_CPP_AST_STR=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -12625,7 +16553,7 @@ DEP_CPP_AST_STR=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_structure.obj" : $(SOURCE) $(DEP_CPP_AST_STR) "$(INTDIR)"
+"$(INTDIR)\utl_error.obj" : $(SOURCE) $(DEP_CPP_UTL_E) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -12633,16 +16561,21 @@ DEP_CPP_AST_STR=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_type.cpp
-DEP_CPP_AST_T=\
+SOURCE=.\util\utl_exceptlist.cpp
+DEP_CPP_UTL_EX=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -12656,9 +16589,9 @@ DEP_CPP_AST_T=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -12677,6 +16610,7 @@ DEP_CPP_AST_T=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -12720,7 +16654,7 @@ DEP_CPP_AST_T=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_type.obj" : $(SOURCE) $(DEP_CPP_AST_T) "$(INTDIR)"
+"$(INTDIR)\utl_exceptlist.obj" : $(SOURCE) $(DEP_CPP_UTL_EX) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -12728,16 +16662,21 @@ DEP_CPP_AST_T=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_typedef.cpp
-DEP_CPP_AST_TY=\
+SOURCE=.\util\utl_exprlist.cpp
+DEP_CPP_UTL_EXP=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -12751,9 +16690,9 @@ DEP_CPP_AST_TY=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -12772,6 +16711,7 @@ DEP_CPP_AST_TY=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -12815,7 +16755,7 @@ DEP_CPP_AST_TY=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_typedef.obj" : $(SOURCE) $(DEP_CPP_AST_TY) "$(INTDIR)"
+"$(INTDIR)\utl_exprlist.obj" : $(SOURCE) $(DEP_CPP_UTL_EXP) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -12823,16 +16763,21 @@ DEP_CPP_AST_TY=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_union.cpp
-DEP_CPP_AST_U=\
+SOURCE=.\util\utl_global.cpp
+DEP_CPP_UTL_G=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -12846,9 +16791,9 @@ DEP_CPP_AST_U=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -12867,6 +16812,7 @@ DEP_CPP_AST_U=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -12910,7 +16856,7 @@ DEP_CPP_AST_U=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_union.obj" : $(SOURCE) $(DEP_CPP_AST_U) "$(INTDIR)"
+"$(INTDIR)\utl_global.obj" : $(SOURCE) $(DEP_CPP_UTL_G) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -12918,16 +16864,21 @@ DEP_CPP_AST_U=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_union_branch.cpp
-DEP_CPP_AST_UN=\
+SOURCE=.\util\utl_identifier.cpp
+DEP_CPP_UTL_I=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -12941,9 +16892,9 @@ DEP_CPP_AST_UN=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -12962,6 +16913,7 @@ DEP_CPP_AST_UN=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -13005,7 +16957,7 @@ DEP_CPP_AST_UN=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_union_branch.obj" : $(SOURCE) $(DEP_CPP_AST_UN) "$(INTDIR)"
+"$(INTDIR)\utl_identifier.obj" : $(SOURCE) $(DEP_CPP_UTL_I) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -13013,16 +16965,21 @@ DEP_CPP_AST_UN=\
################################################################################
# Begin Source File
-SOURCE=.\ast\ast_union_label.cpp
-DEP_CPP_AST_UNI=\
+SOURCE=.\util\utl_idlist.cpp
+DEP_CPP_UTL_ID=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -13036,9 +16993,9 @@ DEP_CPP_AST_UNI=\
"..\..\ace/OS.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
@@ -13057,6 +17014,7 @@ DEP_CPP_AST_UNI=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -13100,7 +17058,7 @@ DEP_CPP_AST_UNI=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\ast_union_label.obj" : $(SOURCE) $(DEP_CPP_AST_UNI) "$(INTDIR)"
+"$(INTDIR)\utl_idlist.obj" : $(SOURCE) $(DEP_CPP_UTL_ID) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -13108,19 +17066,21 @@ DEP_CPP_AST_UNI=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_state_union.cpp
-DEP_CPP_BE_STA=\
+SOURCE=.\util\utl_indenter.cpp
+DEP_CPP_UTL_IN=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
- "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
- "..\..\ace/Event_Handler.h"\
- "..\..\ace/Event_Handler.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -13132,57 +17092,12 @@ DEP_CPP_BE_STA=\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
- "..\..\ace/Singleton.cpp"\
- "..\..\ace/Singleton.h"\
- "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
- "..\..\ace/SV_Semaphore_Complex.h"\
- "..\..\ace/SV_Semaphore_Complex.i"\
- "..\..\ace/SV_Semaphore_Simple.h"\
- "..\..\ace/SV_Semaphore_Simple.i"\
- "..\..\ace/Synch.h"\
- "..\..\ace/Synch.i"\
- "..\..\ace/Synch_T.cpp"\
- "..\..\ace/Synch_T.h"\
- "..\..\ace/Synch_T.i"\
- "..\..\ace/Thread.h"\
- "..\..\ace/Thread.i"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
- ".\be_include\be.h"\
- ".\be_include\be_argument.h"\
- ".\be_include\be_array.h"\
- ".\be_include\be_attribute.h"\
- ".\be_include\be_codegen.h"\
- ".\be_include\be_constant.h"\
- ".\be_include\be_decl.h"\
- ".\be_include\be_enum.h"\
- ".\be_include\be_enum_val.h"\
- ".\be_include\be_exception.h"\
- ".\be_include\be_expression.h"\
- ".\be_include\be_factory.h"\
- ".\be_include\be_field.h"\
- ".\be_include\be_generator.h"\
- ".\be_include\be_helper.h"\
- ".\be_include\be_interface.h"\
- ".\be_include\be_interface_fwd.h"\
- ".\be_include\be_module.h"\
- ".\be_include\be_operation.h"\
- ".\be_include\be_predefined_type.h"\
- ".\be_include\be_root.h"\
- ".\be_include\be_scope.h"\
- ".\be_include\be_sequence.h"\
- ".\be_include\be_state.h"\
- ".\be_include\be_string.h"\
- ".\be_include\be_structure.h"\
- ".\be_include\be_type.h"\
- ".\be_include\be_typedef.h"\
- ".\be_include\be_union.h"\
- ".\be_include\be_union_branch.h"\
- ".\be_include\be_union_label.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -13200,6 +17115,7 @@ DEP_CPP_BE_STA=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -13243,7 +17159,7 @@ DEP_CPP_BE_STA=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_state_union.obj" : $(SOURCE) $(DEP_CPP_BE_STA) "$(INTDIR)"
+"$(INTDIR)\utl_indenter.obj" : $(SOURCE) $(DEP_CPP_UTL_IN) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -13251,19 +17167,21 @@ DEP_CPP_BE_STA=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_state_array.cpp
-DEP_CPP_BE_STAT=\
+SOURCE=.\util\utl_labellist.cpp
+DEP_CPP_UTL_L=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
- "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
- "..\..\ace/Event_Handler.h"\
- "..\..\ace/Event_Handler.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -13275,57 +17193,12 @@ DEP_CPP_BE_STAT=\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
- "..\..\ace/Singleton.cpp"\
- "..\..\ace/Singleton.h"\
- "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
- "..\..\ace/SV_Semaphore_Complex.h"\
- "..\..\ace/SV_Semaphore_Complex.i"\
- "..\..\ace/SV_Semaphore_Simple.h"\
- "..\..\ace/SV_Semaphore_Simple.i"\
- "..\..\ace/Synch.h"\
- "..\..\ace/Synch.i"\
- "..\..\ace/Synch_T.cpp"\
- "..\..\ace/Synch_T.h"\
- "..\..\ace/Synch_T.i"\
- "..\..\ace/Thread.h"\
- "..\..\ace/Thread.i"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
- ".\be_include\be.h"\
- ".\be_include\be_argument.h"\
- ".\be_include\be_array.h"\
- ".\be_include\be_attribute.h"\
- ".\be_include\be_codegen.h"\
- ".\be_include\be_constant.h"\
- ".\be_include\be_decl.h"\
- ".\be_include\be_enum.h"\
- ".\be_include\be_enum_val.h"\
- ".\be_include\be_exception.h"\
- ".\be_include\be_expression.h"\
- ".\be_include\be_factory.h"\
- ".\be_include\be_field.h"\
- ".\be_include\be_generator.h"\
- ".\be_include\be_helper.h"\
- ".\be_include\be_interface.h"\
- ".\be_include\be_interface_fwd.h"\
- ".\be_include\be_module.h"\
- ".\be_include\be_operation.h"\
- ".\be_include\be_predefined_type.h"\
- ".\be_include\be_root.h"\
- ".\be_include\be_scope.h"\
- ".\be_include\be_sequence.h"\
- ".\be_include\be_state.h"\
- ".\be_include\be_string.h"\
- ".\be_include\be_structure.h"\
- ".\be_include\be_type.h"\
- ".\be_include\be_typedef.h"\
- ".\be_include\be_union.h"\
- ".\be_include\be_union_branch.h"\
- ".\be_include\be_union_label.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -13343,6 +17216,7 @@ DEP_CPP_BE_STAT=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -13386,7 +17260,7 @@ DEP_CPP_BE_STAT=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_state_array.obj" : $(SOURCE) $(DEP_CPP_BE_STAT) "$(INTDIR)"
+"$(INTDIR)\utl_labellist.obj" : $(SOURCE) $(DEP_CPP_UTL_L) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -13394,19 +17268,21 @@ DEP_CPP_BE_STAT=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_state_attribute.cpp
-DEP_CPP_BE_STATE=\
+SOURCE=.\util\utl_list.cpp
+DEP_CPP_UTL_LI=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
- "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
- "..\..\ace/Event_Handler.h"\
- "..\..\ace/Event_Handler.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -13418,57 +17294,12 @@ DEP_CPP_BE_STATE=\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
- "..\..\ace/Singleton.cpp"\
- "..\..\ace/Singleton.h"\
- "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
- "..\..\ace/SV_Semaphore_Complex.h"\
- "..\..\ace/SV_Semaphore_Complex.i"\
- "..\..\ace/SV_Semaphore_Simple.h"\
- "..\..\ace/SV_Semaphore_Simple.i"\
- "..\..\ace/Synch.h"\
- "..\..\ace/Synch.i"\
- "..\..\ace/Synch_T.cpp"\
- "..\..\ace/Synch_T.h"\
- "..\..\ace/Synch_T.i"\
- "..\..\ace/Thread.h"\
- "..\..\ace/Thread.i"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
- ".\be_include\be.h"\
- ".\be_include\be_argument.h"\
- ".\be_include\be_array.h"\
- ".\be_include\be_attribute.h"\
- ".\be_include\be_codegen.h"\
- ".\be_include\be_constant.h"\
- ".\be_include\be_decl.h"\
- ".\be_include\be_enum.h"\
- ".\be_include\be_enum_val.h"\
- ".\be_include\be_exception.h"\
- ".\be_include\be_expression.h"\
- ".\be_include\be_factory.h"\
- ".\be_include\be_field.h"\
- ".\be_include\be_generator.h"\
- ".\be_include\be_helper.h"\
- ".\be_include\be_interface.h"\
- ".\be_include\be_interface_fwd.h"\
- ".\be_include\be_module.h"\
- ".\be_include\be_operation.h"\
- ".\be_include\be_predefined_type.h"\
- ".\be_include\be_root.h"\
- ".\be_include\be_scope.h"\
- ".\be_include\be_sequence.h"\
- ".\be_include\be_state.h"\
- ".\be_include\be_string.h"\
- ".\be_include\be_structure.h"\
- ".\be_include\be_type.h"\
- ".\be_include\be_typedef.h"\
- ".\be_include\be_union.h"\
- ".\be_include\be_union_branch.h"\
- ".\be_include\be_union_label.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -13486,6 +17317,7 @@ DEP_CPP_BE_STATE=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -13529,7 +17361,7 @@ DEP_CPP_BE_STATE=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_state_attribute.obj" : $(SOURCE) $(DEP_CPP_BE_STATE) "$(INTDIR)"
+"$(INTDIR)\utl_list.obj" : $(SOURCE) $(DEP_CPP_UTL_LI) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -13537,19 +17369,21 @@ DEP_CPP_BE_STATE=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_state_operation.cpp
-DEP_CPP_BE_STATE_=\
+SOURCE=.\util\utl_namelist.cpp
+DEP_CPP_UTL_N=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
- "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
- "..\..\ace/Event_Handler.h"\
- "..\..\ace/Event_Handler.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -13561,57 +17395,12 @@ DEP_CPP_BE_STATE_=\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
- "..\..\ace/Singleton.cpp"\
- "..\..\ace/Singleton.h"\
- "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
- "..\..\ace/SV_Semaphore_Complex.h"\
- "..\..\ace/SV_Semaphore_Complex.i"\
- "..\..\ace/SV_Semaphore_Simple.h"\
- "..\..\ace/SV_Semaphore_Simple.i"\
- "..\..\ace/Synch.h"\
- "..\..\ace/Synch.i"\
- "..\..\ace/Synch_T.cpp"\
- "..\..\ace/Synch_T.h"\
- "..\..\ace/Synch_T.i"\
- "..\..\ace/Thread.h"\
- "..\..\ace/Thread.i"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
- ".\be_include\be.h"\
- ".\be_include\be_argument.h"\
- ".\be_include\be_array.h"\
- ".\be_include\be_attribute.h"\
- ".\be_include\be_codegen.h"\
- ".\be_include\be_constant.h"\
- ".\be_include\be_decl.h"\
- ".\be_include\be_enum.h"\
- ".\be_include\be_enum_val.h"\
- ".\be_include\be_exception.h"\
- ".\be_include\be_expression.h"\
- ".\be_include\be_factory.h"\
- ".\be_include\be_field.h"\
- ".\be_include\be_generator.h"\
- ".\be_include\be_helper.h"\
- ".\be_include\be_interface.h"\
- ".\be_include\be_interface_fwd.h"\
- ".\be_include\be_module.h"\
- ".\be_include\be_operation.h"\
- ".\be_include\be_predefined_type.h"\
- ".\be_include\be_root.h"\
- ".\be_include\be_scope.h"\
- ".\be_include\be_sequence.h"\
- ".\be_include\be_state.h"\
- ".\be_include\be_string.h"\
- ".\be_include\be_structure.h"\
- ".\be_include\be_type.h"\
- ".\be_include\be_typedef.h"\
- ".\be_include\be_union.h"\
- ".\be_include\be_union_branch.h"\
- ".\be_include\be_union_label.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -13629,6 +17418,7 @@ DEP_CPP_BE_STATE_=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -13672,7 +17462,7 @@ DEP_CPP_BE_STATE_=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_state_operation.obj" : $(SOURCE) $(DEP_CPP_BE_STATE_) "$(INTDIR)"
+"$(INTDIR)\utl_namelist.obj" : $(SOURCE) $(DEP_CPP_UTL_N) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -13680,19 +17470,21 @@ DEP_CPP_BE_STATE_=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_state_sequence.cpp
-DEP_CPP_BE_STATE_S=\
+SOURCE=.\util\utl_scope.cpp
+DEP_CPP_UTL_SC=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
- "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
- "..\..\ace/Event_Handler.h"\
- "..\..\ace/Event_Handler.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -13704,57 +17496,12 @@ DEP_CPP_BE_STATE_S=\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
- "..\..\ace/Singleton.cpp"\
- "..\..\ace/Singleton.h"\
- "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
- "..\..\ace/SV_Semaphore_Complex.h"\
- "..\..\ace/SV_Semaphore_Complex.i"\
- "..\..\ace/SV_Semaphore_Simple.h"\
- "..\..\ace/SV_Semaphore_Simple.i"\
- "..\..\ace/Synch.h"\
- "..\..\ace/Synch.i"\
- "..\..\ace/Synch_T.cpp"\
- "..\..\ace/Synch_T.h"\
- "..\..\ace/Synch_T.i"\
- "..\..\ace/Thread.h"\
- "..\..\ace/Thread.i"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
- ".\be_include\be.h"\
- ".\be_include\be_argument.h"\
- ".\be_include\be_array.h"\
- ".\be_include\be_attribute.h"\
- ".\be_include\be_codegen.h"\
- ".\be_include\be_constant.h"\
- ".\be_include\be_decl.h"\
- ".\be_include\be_enum.h"\
- ".\be_include\be_enum_val.h"\
- ".\be_include\be_exception.h"\
- ".\be_include\be_expression.h"\
- ".\be_include\be_factory.h"\
- ".\be_include\be_field.h"\
- ".\be_include\be_generator.h"\
- ".\be_include\be_helper.h"\
- ".\be_include\be_interface.h"\
- ".\be_include\be_interface_fwd.h"\
- ".\be_include\be_module.h"\
- ".\be_include\be_operation.h"\
- ".\be_include\be_predefined_type.h"\
- ".\be_include\be_root.h"\
- ".\be_include\be_scope.h"\
- ".\be_include\be_sequence.h"\
- ".\be_include\be_state.h"\
- ".\be_include\be_string.h"\
- ".\be_include\be_structure.h"\
- ".\be_include\be_type.h"\
- ".\be_include\be_typedef.h"\
- ".\be_include\be_union.h"\
- ".\be_include\be_union_branch.h"\
- ".\be_include\be_union_label.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -13772,6 +17519,7 @@ DEP_CPP_BE_STATE_S=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -13815,7 +17563,7 @@ DEP_CPP_BE_STATE_S=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_state_sequence.obj" : $(SOURCE) $(DEP_CPP_BE_STATE_S) "$(INTDIR)"
+"$(INTDIR)\utl_scope.obj" : $(SOURCE) $(DEP_CPP_UTL_SC) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -13823,19 +17571,21 @@ DEP_CPP_BE_STATE_S=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_state_structure.cpp
-DEP_CPP_BE_STATE_ST=\
+SOURCE=.\util\utl_stack.cpp
+DEP_CPP_UTL_ST=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
- "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
- "..\..\ace/Event_Handler.h"\
- "..\..\ace/Event_Handler.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -13847,57 +17597,12 @@ DEP_CPP_BE_STATE_ST=\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
- "..\..\ace/Singleton.cpp"\
- "..\..\ace/Singleton.h"\
- "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
- "..\..\ace/SV_Semaphore_Complex.h"\
- "..\..\ace/SV_Semaphore_Complex.i"\
- "..\..\ace/SV_Semaphore_Simple.h"\
- "..\..\ace/SV_Semaphore_Simple.i"\
- "..\..\ace/Synch.h"\
- "..\..\ace/Synch.i"\
- "..\..\ace/Synch_T.cpp"\
- "..\..\ace/Synch_T.h"\
- "..\..\ace/Synch_T.i"\
- "..\..\ace/Thread.h"\
- "..\..\ace/Thread.i"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
- ".\be_include\be.h"\
- ".\be_include\be_argument.h"\
- ".\be_include\be_array.h"\
- ".\be_include\be_attribute.h"\
- ".\be_include\be_codegen.h"\
- ".\be_include\be_constant.h"\
- ".\be_include\be_decl.h"\
- ".\be_include\be_enum.h"\
- ".\be_include\be_enum_val.h"\
- ".\be_include\be_exception.h"\
- ".\be_include\be_expression.h"\
- ".\be_include\be_factory.h"\
- ".\be_include\be_field.h"\
- ".\be_include\be_generator.h"\
- ".\be_include\be_helper.h"\
- ".\be_include\be_interface.h"\
- ".\be_include\be_interface_fwd.h"\
- ".\be_include\be_module.h"\
- ".\be_include\be_operation.h"\
- ".\be_include\be_predefined_type.h"\
- ".\be_include\be_root.h"\
- ".\be_include\be_scope.h"\
- ".\be_include\be_sequence.h"\
- ".\be_include\be_state.h"\
- ".\be_include\be_string.h"\
- ".\be_include\be_structure.h"\
- ".\be_include\be_type.h"\
- ".\be_include\be_typedef.h"\
- ".\be_include\be_union.h"\
- ".\be_include\be_union_branch.h"\
- ".\be_include\be_union_label.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -13915,6 +17620,7 @@ DEP_CPP_BE_STATE_ST=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -13958,8 +17664,7 @@ DEP_CPP_BE_STATE_ST=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_state_structure.obj" : $(SOURCE) $(DEP_CPP_BE_STATE_ST)\
- "$(INTDIR)"
+"$(INTDIR)\utl_stack.obj" : $(SOURCE) $(DEP_CPP_UTL_ST) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -13967,19 +17672,21 @@ DEP_CPP_BE_STATE_ST=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_state_typedef.cpp
-DEP_CPP_BE_STATE_T=\
+SOURCE=.\util\utl_string.cpp
+DEP_CPP_UTL_STR=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
- "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
- "..\..\ace/Event_Handler.h"\
- "..\..\ace/Event_Handler.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -13991,57 +17698,12 @@ DEP_CPP_BE_STATE_T=\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
- "..\..\ace/Singleton.cpp"\
- "..\..\ace/Singleton.h"\
- "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
- "..\..\ace/SV_Semaphore_Complex.h"\
- "..\..\ace/SV_Semaphore_Complex.i"\
- "..\..\ace/SV_Semaphore_Simple.h"\
- "..\..\ace/SV_Semaphore_Simple.i"\
- "..\..\ace/Synch.h"\
- "..\..\ace/Synch.i"\
- "..\..\ace/Synch_T.cpp"\
- "..\..\ace/Synch_T.h"\
- "..\..\ace/Synch_T.i"\
- "..\..\ace/Thread.h"\
- "..\..\ace/Thread.i"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
- ".\be_include\be.h"\
- ".\be_include\be_argument.h"\
- ".\be_include\be_array.h"\
- ".\be_include\be_attribute.h"\
- ".\be_include\be_codegen.h"\
- ".\be_include\be_constant.h"\
- ".\be_include\be_decl.h"\
- ".\be_include\be_enum.h"\
- ".\be_include\be_enum_val.h"\
- ".\be_include\be_exception.h"\
- ".\be_include\be_expression.h"\
- ".\be_include\be_factory.h"\
- ".\be_include\be_field.h"\
- ".\be_include\be_generator.h"\
- ".\be_include\be_helper.h"\
- ".\be_include\be_interface.h"\
- ".\be_include\be_interface_fwd.h"\
- ".\be_include\be_module.h"\
- ".\be_include\be_operation.h"\
- ".\be_include\be_predefined_type.h"\
- ".\be_include\be_root.h"\
- ".\be_include\be_scope.h"\
- ".\be_include\be_sequence.h"\
- ".\be_include\be_state.h"\
- ".\be_include\be_string.h"\
- ".\be_include\be_structure.h"\
- ".\be_include\be_type.h"\
- ".\be_include\be_typedef.h"\
- ".\be_include\be_union.h"\
- ".\be_include\be_union_branch.h"\
- ".\be_include\be_union_label.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -14059,6 +17721,7 @@ DEP_CPP_BE_STATE_T=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -14102,7 +17765,7 @@ DEP_CPP_BE_STATE_T=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_state_typedef.obj" : $(SOURCE) $(DEP_CPP_BE_STATE_T) "$(INTDIR)"
+"$(INTDIR)\utl_string.obj" : $(SOURCE) $(DEP_CPP_UTL_STR) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -14110,19 +17773,21 @@ DEP_CPP_BE_STATE_T=\
################################################################################
# Begin Source File
-SOURCE=.\be\be_state_argument.cpp
-DEP_CPP_BE_STATE_A=\
+SOURCE=.\util\utl_decllist.cpp
+DEP_CPP_UTL_D=\
"..\..\ace/ACE.h"\
"..\..\ace/ACE.i"\
- "..\..\ace/Atomic_Op.i"\
"..\..\ace/Auto_Ptr.cpp"\
"..\..\ace/Auto_Ptr.h"\
"..\..\ace/Auto_Ptr.i"\
+ "..\..\ace/Basic_Types.h"\
+ "..\..\ace/Basic_Types.i"\
"..\..\ace/config-win32-common.h"\
"..\..\ace/config-win32.h"\
+ "..\..\ace/config-WinCE.h"\
"..\..\ace/config.h"\
- "..\..\ace/Event_Handler.h"\
- "..\..\ace/Event_Handler.i"\
+ "..\..\ace/inc_user_config.h"\
+ "..\..\ace/iosfwd.h"\
"..\..\ace/Log_Msg.h"\
"..\..\ace/Log_Priority.h"\
"..\..\ace/Log_Record.h"\
@@ -14134,57 +17799,12 @@ DEP_CPP_BE_STATE_A=\
"..\..\ace/Object_Manager.i"\
"..\..\ace/OS.h"\
"..\..\ace/OS.i"\
- "..\..\ace/Singleton.cpp"\
- "..\..\ace/Singleton.h"\
- "..\..\ace/Singleton.i"\
"..\..\ace/SString.h"\
"..\..\ace/SString.i"\
- "..\..\ace/stdcpp.h"\
- "..\..\ace/SV_Semaphore_Complex.h"\
- "..\..\ace/SV_Semaphore_Complex.i"\
- "..\..\ace/SV_Semaphore_Simple.h"\
- "..\..\ace/SV_Semaphore_Simple.i"\
- "..\..\ace/Synch.h"\
- "..\..\ace/Synch.i"\
- "..\..\ace/Synch_T.cpp"\
- "..\..\ace/Synch_T.h"\
- "..\..\ace/Synch_T.i"\
- "..\..\ace/Thread.h"\
- "..\..\ace/Thread.i"\
+ "..\..\ace/streams.h"\
+ "..\..\ace/sys_conf.h"\
"..\..\ace/Trace.h"\
- "..\..\ace/Version.h"\
"..\..\ace/ws2tcpip.h"\
- ".\be_include\be.h"\
- ".\be_include\be_argument.h"\
- ".\be_include\be_array.h"\
- ".\be_include\be_attribute.h"\
- ".\be_include\be_codegen.h"\
- ".\be_include\be_constant.h"\
- ".\be_include\be_decl.h"\
- ".\be_include\be_enum.h"\
- ".\be_include\be_enum_val.h"\
- ".\be_include\be_exception.h"\
- ".\be_include\be_expression.h"\
- ".\be_include\be_factory.h"\
- ".\be_include\be_field.h"\
- ".\be_include\be_generator.h"\
- ".\be_include\be_helper.h"\
- ".\be_include\be_interface.h"\
- ".\be_include\be_interface_fwd.h"\
- ".\be_include\be_module.h"\
- ".\be_include\be_operation.h"\
- ".\be_include\be_predefined_type.h"\
- ".\be_include\be_root.h"\
- ".\be_include\be_scope.h"\
- ".\be_include\be_sequence.h"\
- ".\be_include\be_state.h"\
- ".\be_include\be_string.h"\
- ".\be_include\be_structure.h"\
- ".\be_include\be_type.h"\
- ".\be_include\be_typedef.h"\
- ".\be_include\be_union.h"\
- ".\be_include\be_union_branch.h"\
- ".\be_include\be_union_label.h"\
".\include\ast.h"\
".\include\ast_argument.h"\
".\include\ast_array.h"\
@@ -14202,6 +17822,7 @@ DEP_CPP_BE_STATE_A=\
".\include\ast_interface.h"\
".\include\ast_interface_fwd.h"\
".\include\ast_module.h"\
+ ".\include\ast_native.h"\
".\include\ast_operation.h"\
".\include\ast_predefined_type.h"\
".\include\ast_root.h"\
@@ -14245,7 +17866,7 @@ DEP_CPP_BE_STATE_A=\
{$(INCLUDE)}"\sys\types.h"\
-"$(INTDIR)\be_state_argument.obj" : $(SOURCE) $(DEP_CPP_BE_STATE_A) "$(INTDIR)"
+"$(INTDIR)\utl_decllist.obj" : $(SOURCE) $(DEP_CPP_UTL_D) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
diff --git a/TAO/TAO_IDL/TAO_IDL4.mdp b/TAO/TAO_IDL/TAO_IDL4.mdp
index 30167b40695..4026e6366e4 100644
--- a/TAO/TAO_IDL/TAO_IDL4.mdp
+++ b/TAO/TAO_IDL/TAO_IDL4.mdp
Binary files differ
diff --git a/TAO/tao/TAO4.mak b/TAO/tao/TAO4.mak
index 63eb9a5b482..b8bbc96cce4 100644
--- a/TAO/tao/TAO4.mak
+++ b/TAO/tao/TAO4.mak
@@ -32,8 +32,8 @@ NULL=nul
# Begin Project
# PROP Target_Last_Scanned "TAO - Win32 Debug"
RSC=rc.exe
-MTL=mktyplib.exe
CPP=cl.exe
+MTL=mktyplib.exe
!IF "$(CFG)" == "TAO - Win32 Release"
@@ -53,11 +53,11 @@ INTDIR=.\Release
ALL : "$(OUTDIR)\TAO4.dll"
CLEAN :
- -@erase "$(INTDIR)\any.obj"
- -@erase "$(INTDIR)\cdr.obj"
- -@erase "$(INTDIR)\client_factory.obj"
- -@erase "$(INTDIR)\connect.obj"
- -@erase "$(INTDIR)\corbacom.obj"
+ -@erase "$(INTDIR)\Any.obj"
+ -@erase "$(INTDIR)\append.obj"
+ -@erase "$(INTDIR)\CDR.obj"
+ -@erase "$(INTDIR)\Client_Strategy_Factory.obj"
+ -@erase "$(INTDIR)\Connect.obj"
-@erase "$(INTDIR)\debug.obj"
-@erase "$(INTDIR)\decode.obj"
-@erase "$(INTDIR)\deep_copy.obj"
@@ -65,28 +65,38 @@ CLEAN :
-@erase "$(INTDIR)\default_client.obj"
-@erase "$(INTDIR)\default_server.obj"
-@erase "$(INTDIR)\encode.obj"
- -@erase "$(INTDIR)\except.obj"
- -@erase "$(INTDIR)\giop.obj"
- -@erase "$(INTDIR)\iiopobj.obj"
- -@erase "$(INTDIR)\iioporb.obj"
- -@erase "$(INTDIR)\interp.obj"
- -@erase "$(INTDIR)\invoke.obj"
- -@erase "$(INTDIR)\marshal.obj"
- -@erase "$(INTDIR)\nvlist.obj"
- -@erase "$(INTDIR)\object.obj"
- -@erase "$(INTDIR)\objtable.obj"
- -@erase "$(INTDIR)\optable.obj"
- -@erase "$(INTDIR)\orb_core.obj"
- -@erase "$(INTDIR)\orbobj.obj"
+ -@erase "$(INTDIR)\Exception.obj"
+ -@erase "$(INTDIR)\GIOP.obj"
+ -@erase "$(INTDIR)\IIOP_Interpreter.obj"
+ -@erase "$(INTDIR)\IIOP_Object.obj"
+ -@erase "$(INTDIR)\IIOP_ORB.obj"
+ -@erase "$(INTDIR)\Marshal.obj"
+ -@erase "$(INTDIR)\NVList.obj"
+ -@erase "$(INTDIR)\Object.obj"
+ -@erase "$(INTDIR)\Object_KeyC.obj"
+ -@erase "$(INTDIR)\Object_Table.obj"
+ -@erase "$(INTDIR)\Operation_Table.obj"
+ -@erase "$(INTDIR)\ORB.obj"
+ -@erase "$(INTDIR)\ORB_Core.obj"
-@erase "$(INTDIR)\params.obj"
- -@erase "$(INTDIR)\poa.obj"
- -@erase "$(INTDIR)\principa.obj"
- -@erase "$(INTDIR)\request.obj"
- -@erase "$(INTDIR)\server_factory.obj"
- -@erase "$(INTDIR)\svrrqst.obj"
- -@erase "$(INTDIR)\tao_internals.obj"
- -@erase "$(INTDIR)\tc_const.obj"
- -@erase "$(INTDIR)\typecode.obj"
+ -@erase "$(INTDIR)\POA.obj"
+ -@erase "$(INTDIR)\POAC.obj"
+ -@erase "$(INTDIR)\POAS.obj"
+ -@erase "$(INTDIR)\PolicyC.obj"
+ -@erase "$(INTDIR)\PolicyS.obj"
+ -@erase "$(INTDIR)\Principal.obj"
+ -@erase "$(INTDIR)\Request.obj"
+ -@erase "$(INTDIR)\Sequence.obj"
+ -@erase "$(INTDIR)\Servant_Base.obj"
+ -@erase "$(INTDIR)\Server_Request.obj"
+ -@erase "$(INTDIR)\Server_Strategy_Factory.obj"
+ -@erase "$(INTDIR)\skip.obj"
+ -@erase "$(INTDIR)\Stub.obj"
+ -@erase "$(INTDIR)\TAO.obj"
+ -@erase "$(INTDIR)\TAO_Internal.obj"
+ -@erase "$(INTDIR)\Timeprobe.obj"
+ -@erase "$(INTDIR)\Typecode.obj"
+ -@erase "$(INTDIR)\Typecode_Constants.obj"
-@erase "$(OUTDIR)\TAO4.dll"
-@erase "$(OUTDIR)\TAO4.exp"
-@erase "$(OUTDIR)\TAO4.lib"
@@ -121,11 +131,11 @@ LINK32_FLAGS=ace.lib kernel32.lib user32.lib gdi32.lib winspool.lib\
/pdb:"$(OUTDIR)/TAO4.pdb" /machine:I386 /out:"$(OUTDIR)/TAO4.dll"\
/implib:"$(OUTDIR)/TAO4.lib"
LINK32_OBJS= \
- "$(INTDIR)\any.obj" \
- "$(INTDIR)\cdr.obj" \
- "$(INTDIR)\client_factory.obj" \
- "$(INTDIR)\connect.obj" \
- "$(INTDIR)\corbacom.obj" \
+ "$(INTDIR)\Any.obj" \
+ "$(INTDIR)\append.obj" \
+ "$(INTDIR)\CDR.obj" \
+ "$(INTDIR)\Client_Strategy_Factory.obj" \
+ "$(INTDIR)\Connect.obj" \
"$(INTDIR)\debug.obj" \
"$(INTDIR)\decode.obj" \
"$(INTDIR)\deep_copy.obj" \
@@ -133,28 +143,38 @@ LINK32_OBJS= \
"$(INTDIR)\default_client.obj" \
"$(INTDIR)\default_server.obj" \
"$(INTDIR)\encode.obj" \
- "$(INTDIR)\except.obj" \
- "$(INTDIR)\giop.obj" \
- "$(INTDIR)\iiopobj.obj" \
- "$(INTDIR)\iioporb.obj" \
- "$(INTDIR)\interp.obj" \
- "$(INTDIR)\invoke.obj" \
- "$(INTDIR)\marshal.obj" \
- "$(INTDIR)\nvlist.obj" \
- "$(INTDIR)\object.obj" \
- "$(INTDIR)\objtable.obj" \
- "$(INTDIR)\optable.obj" \
- "$(INTDIR)\orb_core.obj" \
- "$(INTDIR)\orbobj.obj" \
+ "$(INTDIR)\Exception.obj" \
+ "$(INTDIR)\GIOP.obj" \
+ "$(INTDIR)\IIOP_Interpreter.obj" \
+ "$(INTDIR)\IIOP_Object.obj" \
+ "$(INTDIR)\IIOP_ORB.obj" \
+ "$(INTDIR)\Marshal.obj" \
+ "$(INTDIR)\NVList.obj" \
+ "$(INTDIR)\Object.obj" \
+ "$(INTDIR)\Object_KeyC.obj" \
+ "$(INTDIR)\Object_Table.obj" \
+ "$(INTDIR)\Operation_Table.obj" \
+ "$(INTDIR)\ORB.obj" \
+ "$(INTDIR)\ORB_Core.obj" \
"$(INTDIR)\params.obj" \
- "$(INTDIR)\poa.obj" \
- "$(INTDIR)\principa.obj" \
- "$(INTDIR)\request.obj" \
- "$(INTDIR)\server_factory.obj" \
- "$(INTDIR)\svrrqst.obj" \
- "$(INTDIR)\tao_internals.obj" \
- "$(INTDIR)\tc_const.obj" \
- "$(INTDIR)\typecode.obj"
+ "$(INTDIR)\POA.obj" \
+ "$(INTDIR)\POAC.obj" \
+ "$(INTDIR)\POAS.obj" \
+ "$(INTDIR)\PolicyC.obj" \
+ "$(INTDIR)\PolicyS.obj" \
+ "$(INTDIR)\Principal.obj" \
+ "$(INTDIR)\Request.obj" \
+ "$(INTDIR)\Sequence.obj" \
+ "$(INTDIR)\Servant_Base.obj" \
+ "$(INTDIR)\Server_Request.obj" \
+ "$(INTDIR)\Server_Strategy_Factory.obj" \
+ "$(INTDIR)\skip.obj" \
+ "$(INTDIR)\Stub.obj" \
+ "$(INTDIR)\TAO.obj" \
+ "$(INTDIR)\TAO_Internal.obj" \
+ "$(INTDIR)\Timeprobe.obj" \
+ "$(INTDIR)\Typecode.obj" \
+ "$(INTDIR)\Typecode_Constants.obj"
"$(OUTDIR)\TAO4.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
@@ -179,11 +199,11 @@ INTDIR=.\Debug
ALL : "$(OUTDIR)\TAO4.dll"
CLEAN :
- -@erase "$(INTDIR)\any.obj"
- -@erase "$(INTDIR)\cdr.obj"
- -@erase "$(INTDIR)\client_factory.obj"
- -@erase "$(INTDIR)\connect.obj"
- -@erase "$(INTDIR)\corbacom.obj"
+ -@erase "$(INTDIR)\Any.obj"
+ -@erase "$(INTDIR)\append.obj"
+ -@erase "$(INTDIR)\CDR.obj"
+ -@erase "$(INTDIR)\Client_Strategy_Factory.obj"
+ -@erase "$(INTDIR)\Connect.obj"
-@erase "$(INTDIR)\debug.obj"
-@erase "$(INTDIR)\decode.obj"
-@erase "$(INTDIR)\deep_copy.obj"
@@ -191,28 +211,38 @@ CLEAN :
-@erase "$(INTDIR)\default_client.obj"
-@erase "$(INTDIR)\default_server.obj"
-@erase "$(INTDIR)\encode.obj"
- -@erase "$(INTDIR)\except.obj"
- -@erase "$(INTDIR)\giop.obj"
- -@erase "$(INTDIR)\iiopobj.obj"
- -@erase "$(INTDIR)\iioporb.obj"
- -@erase "$(INTDIR)\interp.obj"
- -@erase "$(INTDIR)\invoke.obj"
- -@erase "$(INTDIR)\marshal.obj"
- -@erase "$(INTDIR)\nvlist.obj"
- -@erase "$(INTDIR)\object.obj"
- -@erase "$(INTDIR)\objtable.obj"
- -@erase "$(INTDIR)\optable.obj"
- -@erase "$(INTDIR)\orb_core.obj"
- -@erase "$(INTDIR)\orbobj.obj"
+ -@erase "$(INTDIR)\Exception.obj"
+ -@erase "$(INTDIR)\GIOP.obj"
+ -@erase "$(INTDIR)\IIOP_Interpreter.obj"
+ -@erase "$(INTDIR)\IIOP_Object.obj"
+ -@erase "$(INTDIR)\IIOP_ORB.obj"
+ -@erase "$(INTDIR)\Marshal.obj"
+ -@erase "$(INTDIR)\NVList.obj"
+ -@erase "$(INTDIR)\Object.obj"
+ -@erase "$(INTDIR)\Object_KeyC.obj"
+ -@erase "$(INTDIR)\Object_Table.obj"
+ -@erase "$(INTDIR)\Operation_Table.obj"
+ -@erase "$(INTDIR)\ORB.obj"
+ -@erase "$(INTDIR)\ORB_Core.obj"
-@erase "$(INTDIR)\params.obj"
- -@erase "$(INTDIR)\poa.obj"
- -@erase "$(INTDIR)\principa.obj"
- -@erase "$(INTDIR)\request.obj"
- -@erase "$(INTDIR)\server_factory.obj"
- -@erase "$(INTDIR)\svrrqst.obj"
- -@erase "$(INTDIR)\tao_internals.obj"
- -@erase "$(INTDIR)\tc_const.obj"
- -@erase "$(INTDIR)\typecode.obj"
+ -@erase "$(INTDIR)\POA.obj"
+ -@erase "$(INTDIR)\POAC.obj"
+ -@erase "$(INTDIR)\POAS.obj"
+ -@erase "$(INTDIR)\PolicyC.obj"
+ -@erase "$(INTDIR)\PolicyS.obj"
+ -@erase "$(INTDIR)\Principal.obj"
+ -@erase "$(INTDIR)\Request.obj"
+ -@erase "$(INTDIR)\Sequence.obj"
+ -@erase "$(INTDIR)\Servant_Base.obj"
+ -@erase "$(INTDIR)\Server_Request.obj"
+ -@erase "$(INTDIR)\Server_Strategy_Factory.obj"
+ -@erase "$(INTDIR)\skip.obj"
+ -@erase "$(INTDIR)\Stub.obj"
+ -@erase "$(INTDIR)\TAO.obj"
+ -@erase "$(INTDIR)\TAO_Internal.obj"
+ -@erase "$(INTDIR)\Timeprobe.obj"
+ -@erase "$(INTDIR)\Typecode.obj"
+ -@erase "$(INTDIR)\Typecode_Constants.obj"
-@erase "$(INTDIR)\vc40.idb"
-@erase "$(INTDIR)\vc40.pdb"
-@erase "$(OUTDIR)\TAO4.dll"
@@ -251,11 +281,11 @@ LINK32_FLAGS=aced.lib kernel32.lib user32.lib gdi32.lib winspool.lib\
/pdb:"$(OUTDIR)/TAO4.pdb" /debug /machine:I386 /out:"$(OUTDIR)/TAO4.dll"\
/implib:"$(OUTDIR)/TAO4.lib"
LINK32_OBJS= \
- "$(INTDIR)\any.obj" \
- "$(INTDIR)\cdr.obj" \
- "$(INTDIR)\client_factory.obj" \
- "$(INTDIR)\connect.obj" \
- "$(INTDIR)\corbacom.obj" \
+ "$(INTDIR)\Any.obj" \
+ "$(INTDIR)\append.obj" \
+ "$(INTDIR)\CDR.obj" \
+ "$(INTDIR)\Client_Strategy_Factory.obj" \
+ "$(INTDIR)\Connect.obj" \
"$(INTDIR)\debug.obj" \
"$(INTDIR)\decode.obj" \
"$(INTDIR)\deep_copy.obj" \
@@ -263,28 +293,38 @@ LINK32_OBJS= \
"$(INTDIR)\default_client.obj" \
"$(INTDIR)\default_server.obj" \
"$(INTDIR)\encode.obj" \
- "$(INTDIR)\except.obj" \
- "$(INTDIR)\giop.obj" \
- "$(INTDIR)\iiopobj.obj" \
- "$(INTDIR)\iioporb.obj" \
- "$(INTDIR)\interp.obj" \
- "$(INTDIR)\invoke.obj" \
- "$(INTDIR)\marshal.obj" \
- "$(INTDIR)\nvlist.obj" \
- "$(INTDIR)\object.obj" \
- "$(INTDIR)\objtable.obj" \
- "$(INTDIR)\optable.obj" \
- "$(INTDIR)\orb_core.obj" \
- "$(INTDIR)\orbobj.obj" \
+ "$(INTDIR)\Exception.obj" \
+ "$(INTDIR)\GIOP.obj" \
+ "$(INTDIR)\IIOP_Interpreter.obj" \
+ "$(INTDIR)\IIOP_Object.obj" \
+ "$(INTDIR)\IIOP_ORB.obj" \
+ "$(INTDIR)\Marshal.obj" \
+ "$(INTDIR)\NVList.obj" \
+ "$(INTDIR)\Object.obj" \
+ "$(INTDIR)\Object_KeyC.obj" \
+ "$(INTDIR)\Object_Table.obj" \
+ "$(INTDIR)\Operation_Table.obj" \
+ "$(INTDIR)\ORB.obj" \
+ "$(INTDIR)\ORB_Core.obj" \
"$(INTDIR)\params.obj" \
- "$(INTDIR)\poa.obj" \
- "$(INTDIR)\principa.obj" \
- "$(INTDIR)\request.obj" \
- "$(INTDIR)\server_factory.obj" \
- "$(INTDIR)\svrrqst.obj" \
- "$(INTDIR)\tao_internals.obj" \
- "$(INTDIR)\tc_const.obj" \
- "$(INTDIR)\typecode.obj"
+ "$(INTDIR)\POA.obj" \
+ "$(INTDIR)\POAC.obj" \
+ "$(INTDIR)\POAS.obj" \
+ "$(INTDIR)\PolicyC.obj" \
+ "$(INTDIR)\PolicyS.obj" \
+ "$(INTDIR)\Principal.obj" \
+ "$(INTDIR)\Request.obj" \
+ "$(INTDIR)\Sequence.obj" \
+ "$(INTDIR)\Servant_Base.obj" \
+ "$(INTDIR)\Server_Request.obj" \
+ "$(INTDIR)\Server_Strategy_Factory.obj" \
+ "$(INTDIR)\skip.obj" \
+ "$(INTDIR)\Stub.obj" \
+ "$(INTDIR)\TAO.obj" \
+ "$(INTDIR)\TAO_Internal.obj" \
+ "$(INTDIR)\Timeprobe.obj" \
+ "$(INTDIR)\Typecode.obj" \
+ "$(INTDIR)\Typecode_Constants.obj"
"$(OUTDIR)\TAO4.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
@@ -326,8492 +366,598 @@ LINK32_OBJS= \
################################################################################
# Begin Source File
-SOURCE=.\typecode.cpp
-DEP_CPP_TYPEC=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\Typecode_Constants.cpp
+NODEP_CPP_TYPEC=\
+ ".\tao\corba.h"\
-"$(INTDIR)\typecode.obj" : $(SOURCE) $(DEP_CPP_TYPEC) "$(INTDIR)"
+"$(INTDIR)\Typecode_Constants.obj" : $(SOURCE) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\cdr.cpp
+SOURCE=.\append.cpp
+NODEP_CPP_APPEN=\
+ ".\tao\corba.h"\
+
+
+"$(INTDIR)\append.obj" : $(SOURCE) "$(INTDIR)"
-!IF "$(CFG)" == "TAO - Win32 Release"
-DEP_CPP_CDR_C=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+# End Source File
+################################################################################
+# Begin Source File
+
+SOURCE=.\CDR.cpp
+NODEP_CPP_CDR_C=\
+ ".\tao\CDR.i"\
+ ".\tao\corba.h"\
-"$(INTDIR)\cdr.obj" : $(SOURCE) $(DEP_CPP_CDR_C) "$(INTDIR)"
+"$(INTDIR)\CDR.obj" : $(SOURCE) "$(INTDIR)"
-!ELSEIF "$(CFG)" == "TAO - Win32 Debug"
+# End Source File
+################################################################################
+# Begin Source File
-DEP_CPP_CDR_C=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\Client_Strategy_Factory.cpp
+NODEP_CPP_CLIEN=\
+ ".\tao\corba.h"\
-"$(INTDIR)\cdr.obj" : $(SOURCE) $(DEP_CPP_CDR_C) "$(INTDIR)"
-
+"$(INTDIR)\Client_Strategy_Factory.obj" : $(SOURCE) "$(INTDIR)"
-!ENDIF
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\client_factory.cpp
+SOURCE=.\Connect.cpp
+NODEP_CPP_CONNE=\
+ ".\tao\Connect.i"\
+ ".\tao\corba.h"\
+ ".\tao\Timeprobe.h"\
+
+
+"$(INTDIR)\Connect.obj" : $(SOURCE) "$(INTDIR)"
-!IF "$(CFG)" == "TAO - Win32 Release"
-DEP_CPP_CLIEN=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+# End Source File
+################################################################################
+# Begin Source File
+
+SOURCE=.\debug.cpp
+NODEP_CPP_DEBUG=\
+ ".\tao\corba.h"\
-"$(INTDIR)\client_factory.obj" : $(SOURCE) $(DEP_CPP_CLIEN) "$(INTDIR)"
+"$(INTDIR)\debug.obj" : $(SOURCE) "$(INTDIR)"
-!ELSEIF "$(CFG)" == "TAO - Win32 Debug"
+# End Source File
+################################################################################
+# Begin Source File
-DEP_CPP_CLIEN=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\decode.cpp
+NODEP_CPP_DECOD=\
+ ".\tao\corba.h"\
-"$(INTDIR)\client_factory.obj" : $(SOURCE) $(DEP_CPP_CLIEN) "$(INTDIR)"
-
+"$(INTDIR)\decode.obj" : $(SOURCE) "$(INTDIR)"
-!ENDIF
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\connect.cpp
-DEP_CPP_CONNE=\
- "..\..\ace\config-win32.h"\
- ".\Timeprobe.i"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\Timeprobe.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\deep_copy.cpp
+NODEP_CPP_DEEP_=\
+ ".\tao\corba.h"\
-"$(INTDIR)\connect.obj" : $(SOURCE) $(DEP_CPP_CONNE) "$(INTDIR)"
+"$(INTDIR)\deep_copy.obj" : $(SOURCE) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\corbacom.cpp
-DEP_CPP_CORBA=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\deep_free.cpp
+NODEP_CPP_DEEP_F=\
+ ".\tao\corba.h"\
-"$(INTDIR)\corbacom.obj" : $(SOURCE) $(DEP_CPP_CORBA) "$(INTDIR)"
+"$(INTDIR)\deep_free.obj" : $(SOURCE) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\debug.cpp
-DEP_CPP_DEBUG=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\default_client.cpp
+NODEP_CPP_DEFAU=\
+ ".\tao\default_client.h"\
+ ".\tao\default_client.i"\
+ ".\tao\ORB_Core.h"\
-"$(INTDIR)\debug.obj" : $(SOURCE) $(DEP_CPP_DEBUG) "$(INTDIR)"
+"$(INTDIR)\default_client.obj" : $(SOURCE) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\decode.cpp
-DEP_CPP_DECOD=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\default_server.cpp
+NODEP_CPP_DEFAUL=\
+ ".\tao\default_client.i"\
+ ".\tao\default_server.h"\
+ ".\tao\ORB_Core.h"\
-"$(INTDIR)\decode.obj" : $(SOURCE) $(DEP_CPP_DECOD) "$(INTDIR)"
+"$(INTDIR)\default_server.obj" : $(SOURCE) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\deep_copy.cpp
-DEP_CPP_DEEP_=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\encode.cpp
+NODEP_CPP_ENCOD=\
+ ".\tao\corba.h"\
-"$(INTDIR)\deep_copy.obj" : $(SOURCE) $(DEP_CPP_DEEP_) "$(INTDIR)"
+"$(INTDIR)\encode.obj" : $(SOURCE) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\deep_free.cpp
-DEP_CPP_DEEP_F=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\Exception.cpp
+NODEP_CPP_EXCEP=\
+ ".\tao\corba.h"\
+ ".\tao\Exception.i"\
-"$(INTDIR)\deep_free.obj" : $(SOURCE) $(DEP_CPP_DEEP_F) "$(INTDIR)"
+"$(INTDIR)\Exception.obj" : $(SOURCE) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\default_client.cpp
-DEP_CPP_DEFAU=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\GIOP.cpp
+NODEP_CPP_GIOP_=\
+ ".\tao\corba.h"\
+ ".\tao\GIOP.i"\
+ ".\tao\Timeprobe.h"\
-"$(INTDIR)\default_client.obj" : $(SOURCE) $(DEP_CPP_DEFAU) "$(INTDIR)"
+"$(INTDIR)\GIOP.obj" : $(SOURCE) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\default_server.cpp
-DEP_CPP_DEFAUL=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\IIOP_Interpreter.cpp
+NODEP_CPP_IIOP_=\
+ ".\tao\corba.h"\
-"$(INTDIR)\default_server.obj" : $(SOURCE) $(DEP_CPP_DEFAUL) "$(INTDIR)"
+"$(INTDIR)\IIOP_Interpreter.obj" : $(SOURCE) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\encode.cpp
-DEP_CPP_ENCOD=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\IIOP_Object.cpp
+NODEP_CPP_IIOP_O=\
+ ".\tao\corba.h"\
+ ".\tao\IIOP_Object.i"\
-"$(INTDIR)\encode.obj" : $(SOURCE) $(DEP_CPP_ENCOD) "$(INTDIR)"
+"$(INTDIR)\IIOP_Object.obj" : $(SOURCE) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\except.cpp
-DEP_CPP_EXCEP=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\IIOP_ORB.cpp
+NODEP_CPP_IIOP_OR=\
+ ".\tao\corba.h"\
+ ".\tao\IIOP_ORB.i"\
-"$(INTDIR)\except.obj" : $(SOURCE) $(DEP_CPP_EXCEP) "$(INTDIR)"
+"$(INTDIR)\IIOP_ORB.obj" : $(SOURCE) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\giop.cpp
-DEP_CPP_GIOP_=\
- "..\..\ace\config-win32.h"\
- ".\Timeprobe.i"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\Timeprobe.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\Marshal.cpp
+NODEP_CPP_MARSH=\
+ ".\tao\corba.h"\
+ ".\tao\Marshal.i"\
-"$(INTDIR)\giop.obj" : $(SOURCE) $(DEP_CPP_GIOP_) "$(INTDIR)"
+"$(INTDIR)\Marshal.obj" : $(SOURCE) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\iiopobj.cpp
-DEP_CPP_IIOPO=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\NVList.cpp
+NODEP_CPP_NVLIS=\
+ ".\tao\corba.h"\
+ ".\tao\NVList.i"\
-"$(INTDIR)\iiopobj.obj" : $(SOURCE) $(DEP_CPP_IIOPO) "$(INTDIR)"
+"$(INTDIR)\NVList.obj" : $(SOURCE) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\iioporb.cpp
-DEP_CPP_IIOPOR=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\Object.cpp
+NODEP_CPP_OBJEC=\
+ ".\tao\corba.h"\
+ ".\tao\Object.i"\
-"$(INTDIR)\iioporb.obj" : $(SOURCE) $(DEP_CPP_IIOPOR) "$(INTDIR)"
+"$(INTDIR)\Object.obj" : $(SOURCE) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\interp.cpp
-DEP_CPP_INTER=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\Object_KeyC.cpp
+DEP_CPP_OBJECT=\
+ ".\Object_KeyC.i"\
+
+NODEP_CPP_OBJECT=\
+ ".\tao\corba.h"\
-"$(INTDIR)\interp.obj" : $(SOURCE) $(DEP_CPP_INTER) "$(INTDIR)"
+"$(INTDIR)\Object_KeyC.obj" : $(SOURCE) $(DEP_CPP_OBJECT) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\invoke.cpp
-DEP_CPP_INVOK=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\Object_Table.cpp
+NODEP_CPP_OBJECT_=\
+ ".\ace\Auto_Ptr.h"\
+ ".\tao\corba.h"\
+ ".\tao\Object_Table.h"\
-"$(INTDIR)\invoke.obj" : $(SOURCE) $(DEP_CPP_INVOK) "$(INTDIR)"
+"$(INTDIR)\Object_Table.obj" : $(SOURCE) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\marshal.cpp
-DEP_CPP_MARSH=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\Operation_Table.cpp
+NODEP_CPP_OPERA=\
+ ".\tao\corba.h"\
-"$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)"
+"$(INTDIR)\Operation_Table.obj" : $(SOURCE) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\nvlist.cpp
-DEP_CPP_NVLIS=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\ORB.cpp
+NODEP_CPP_ORB_C=\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\Object_Manager.h"\
+ ".\ace\Service_Repository.h"\
+ ".\ace\SOCK_Dgram_Mcast.h"\
+ ".\tao\corba.h"\
+ ".\tao\ORB.i"\
+ ".\tao\TAO_Internal.h"\
+ ".\tao\Timeprobe.h"\
-"$(INTDIR)\nvlist.obj" : $(SOURCE) $(DEP_CPP_NVLIS) "$(INTDIR)"
+"$(INTDIR)\ORB.obj" : $(SOURCE) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\object.cpp
-DEP_CPP_OBJEC=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\ORB_Core.cpp
+NODEP_CPP_ORB_CO=\
+ ".\ace\Arg_Shifter.h"\
+ ".\ace\Dynamic_Service.h"\
+ ".\ace\Env_Value_T.h"\
+ ".\ace\Select_Reactor.h"\
+ ".\ace\Service_Repository.h"\
+ ".\tao\corba.h"\
+ ".\tao\ORB_Core.i"\
+ ".\tao\TAO_Internal.h"\
-"$(INTDIR)\object.obj" : $(SOURCE) $(DEP_CPP_OBJEC) "$(INTDIR)"
+"$(INTDIR)\ORB_Core.obj" : $(SOURCE) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\objtable.cpp
+SOURCE=.\params.cpp
+NODEP_CPP_PARAM=\
+ ".\tao\corba.h"\
+ ".\tao\params.i"\
+
+
+"$(INTDIR)\params.obj" : $(SOURCE) "$(INTDIR)"
-!IF "$(CFG)" == "TAO - Win32 Release"
-DEP_CPP_OBJTA=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+# End Source File
+################################################################################
+# Begin Source File
+
+SOURCE=.\POA.cpp
+NODEP_CPP_POA_C=\
+ ".\ace\Auto_Ptr.h"\
+ ".\tao\corba.h"\
+ ".\tao\poa_macros.h"\
-"$(INTDIR)\objtable.obj" : $(SOURCE) $(DEP_CPP_OBJTA) "$(INTDIR)"
+"$(INTDIR)\POA.obj" : $(SOURCE) "$(INTDIR)"
-!ELSEIF "$(CFG)" == "TAO - Win32 Debug"
+# End Source File
+################################################################################
+# Begin Source File
-DEP_CPP_OBJTA=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\POAC.cpp
+DEP_CPP_POAC_=\
+ ".\POAC.i"\
+
+NODEP_CPP_POAC_=\
+ ".\tao\corba.h"\
-"$(INTDIR)\objtable.obj" : $(SOURCE) $(DEP_CPP_OBJTA) "$(INTDIR)"
-
+"$(INTDIR)\POAC.obj" : $(SOURCE) $(DEP_CPP_POAC_) "$(INTDIR)"
-!ENDIF
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\optable.cpp
-DEP_CPP_OPTAB=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\POAS.cpp
+DEP_CPP_POAS_=\
+ ".\POAS.i"\
+
+NODEP_CPP_POAS_=\
+ ".\tao\corba.h"\
-"$(INTDIR)\optable.obj" : $(SOURCE) $(DEP_CPP_OPTAB) "$(INTDIR)"
+"$(INTDIR)\POAS.obj" : $(SOURCE) $(DEP_CPP_POAS_) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\orb_core.cpp
-DEP_CPP_ORB_C=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\arg_shifter.h"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\tao_internals.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Env_Value_T.cpp"\
- {$(INCLUDE)}"\ace\Env_Value_T.h"\
- {$(INCLUDE)}"\ace\Env_Value_T.i"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\PolicyC.cpp
+DEP_CPP_POLIC=\
+ ".\PolicyC.i"\
+
+NODEP_CPP_POLIC=\
+ ".\tao\corba.h"\
-"$(INTDIR)\orb_core.obj" : $(SOURCE) $(DEP_CPP_ORB_C) "$(INTDIR)"
+"$(INTDIR)\PolicyC.obj" : $(SOURCE) $(DEP_CPP_POLIC) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\orbobj.cpp
-DEP_CPP_ORBOB=\
- "..\..\ace\config-win32.h"\
- ".\Timeprobe.i"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\tao_internals.h"\
- {$(INCLUDE)}"\.\Timeprobe.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_Dgram.h"\
- {$(INCLUDE)}"\ace\SOCK_Dgram.i"\
- {$(INCLUDE)}"\ace\SOCK_Dgram_Mcast.h"\
- {$(INCLUDE)}"\ace\SOCK_Dgram_Mcast.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\PolicyS.cpp
+DEP_CPP_POLICY=\
+ ".\PolicyS.i"\
+
+NODEP_CPP_POLICY=\
+ ".\tao\corba.h"\
-"$(INTDIR)\orbobj.obj" : $(SOURCE) $(DEP_CPP_ORBOB) "$(INTDIR)"
+"$(INTDIR)\PolicyS.obj" : $(SOURCE) $(DEP_CPP_POLICY) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\params.cpp
+SOURCE=.\Principal.cpp
+NODEP_CPP_PRINC=\
+ ".\tao\corba.h"\
+
+
+"$(INTDIR)\Principal.obj" : $(SOURCE) "$(INTDIR)"
-!IF "$(CFG)" == "TAO - Win32 Release"
-DEP_CPP_PARAM=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+# End Source File
+################################################################################
+# Begin Source File
+
+SOURCE=.\Request.cpp
+NODEP_CPP_REQUE=\
+ ".\tao\corba.h"\
+ ".\tao\Request.i"\
-"$(INTDIR)\params.obj" : $(SOURCE) $(DEP_CPP_PARAM) "$(INTDIR)"
+"$(INTDIR)\Request.obj" : $(SOURCE) "$(INTDIR)"
-!ELSEIF "$(CFG)" == "TAO - Win32 Debug"
+# End Source File
+################################################################################
+# Begin Source File
-DEP_CPP_PARAM=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\Sequence.cpp
+NODEP_CPP_SEQUE=\
+ ".\tao\corba.h"\
+ ".\tao\Sequence.i"\
-"$(INTDIR)\params.obj" : $(SOURCE) $(DEP_CPP_PARAM) "$(INTDIR)"
-
+"$(INTDIR)\Sequence.obj" : $(SOURCE) "$(INTDIR)"
-!ENDIF
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\poa.cpp
-DEP_CPP_POA_C=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\Servant_Base.cpp
+NODEP_CPP_SERVA=\
+ ".\tao\corba.h"\
-"$(INTDIR)\poa.obj" : $(SOURCE) $(DEP_CPP_POA_C) "$(INTDIR)"
+"$(INTDIR)\Servant_Base.obj" : $(SOURCE) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\principa.cpp
-DEP_CPP_PRINC=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\Server_Request.cpp
+NODEP_CPP_SERVE=\
+ ".\tao\corba.h"\
+ ".\tao\Server_Request.i"\
-"$(INTDIR)\principa.obj" : $(SOURCE) $(DEP_CPP_PRINC) "$(INTDIR)"
+"$(INTDIR)\Server_Request.obj" : $(SOURCE) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\request.cpp
-DEP_CPP_REQUE=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\Server_Strategy_Factory.cpp
+NODEP_CPP_SERVER=\
+ ".\tao\corba.h"\
-"$(INTDIR)\request.obj" : $(SOURCE) $(DEP_CPP_REQUE) "$(INTDIR)"
+"$(INTDIR)\Server_Strategy_Factory.obj" : $(SOURCE) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\server_factory.cpp
-DEP_CPP_SERVE=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\skip.cpp
+NODEP_CPP_SKIP_=\
+ ".\tao\corba.h"\
-"$(INTDIR)\server_factory.obj" : $(SOURCE) $(DEP_CPP_SERVE) "$(INTDIR)"
+"$(INTDIR)\skip.obj" : $(SOURCE) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\svrrqst.cpp
-DEP_CPP_SVRRQ=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\Stub.cpp
+NODEP_CPP_STUB_=\
+ ".\tao\corba.h"\
+ ".\tao\Stub.i"\
-"$(INTDIR)\svrrqst.obj" : $(SOURCE) $(DEP_CPP_SVRRQ) "$(INTDIR)"
+"$(INTDIR)\Stub.obj" : $(SOURCE) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\tao_internals.cpp
-DEP_CPP_TAO_I=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\tao_internals.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\TAO.cpp
+DEP_CPP_TAO_C=\
+ ".\TAO.h"\
+
+NODEP_CPP_TAO_C=\
+ ".\tao\corba.h"\
-"$(INTDIR)\tao_internals.obj" : $(SOURCE) $(DEP_CPP_TAO_I) "$(INTDIR)"
+"$(INTDIR)\TAO.obj" : $(SOURCE) $(DEP_CPP_TAO_C) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\tc_const.cpp
-DEP_CPP_TC_CO=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\TAO_Internal.cpp
+NODEP_CPP_TAO_I=\
+ ".\ace\Object_Manager.h"\
+ ".\ace\Service_Config.h"\
+ ".\ace\Service_Repository.h"\
+ ".\tao\default_client.h"\
+ ".\tao\default_server.h"\
+ ".\tao\TAO_Internal.h"\
-"$(INTDIR)\tc_const.obj" : $(SOURCE) $(DEP_CPP_TC_CO) "$(INTDIR)"
+"$(INTDIR)\TAO_Internal.obj" : $(SOURCE) "$(INTDIR)"
# End Source File
################################################################################
# Begin Source File
-SOURCE=.\any.cpp
+SOURCE=.\Timeprobe.cpp
+DEP_CPP_TIMEP=\
+ ".\Timeprobe.h"\
+ ".\Timeprobe.i"\
+
+NODEP_CPP_TIMEP=\
+ ".\ace\OS.h"\
+ ".\ace\Synch.h"\
+
-!IF "$(CFG)" == "TAO - Win32 Release"
+"$(INTDIR)\Timeprobe.obj" : $(SOURCE) $(DEP_CPP_TIMEP) "$(INTDIR)"
-DEP_CPP_ANY_C=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+
+# End Source File
+################################################################################
+# Begin Source File
+
+SOURCE=.\Typecode.cpp
+NODEP_CPP_TYPECO=\
+ ".\tao\corba.h"\
+ ".\tao\Typecode.i"\
-"$(INTDIR)\any.obj" : $(SOURCE) $(DEP_CPP_ANY_C) "$(INTDIR)"
+"$(INTDIR)\Typecode.obj" : $(SOURCE) "$(INTDIR)"
-!ELSEIF "$(CFG)" == "TAO - Win32 Debug"
+# End Source File
+################################################################################
+# Begin Source File
-DEP_CPP_ANY_C=\
- "..\..\ace\config-win32.h"\
- {$(INCLUDE)}"\.\align.h"\
- {$(INCLUDE)}"\.\any.h"\
- {$(INCLUDE)}"\.\any.i"\
- {$(INCLUDE)}"\.\cdr.h"\
- {$(INCLUDE)}"\.\cdr.i"\
- {$(INCLUDE)}"\.\client_factory.h"\
- {$(INCLUDE)}"\.\compat\initguid.h"\
- {$(INCLUDE)}"\.\compat\objbase.h"\
- {$(INCLUDE)}"\.\connect.h"\
- {$(INCLUDE)}"\.\connect.i"\
- {$(INCLUDE)}"\.\corba.h"\
- {$(INCLUDE)}"\.\corbacom.h"\
- {$(INCLUDE)}"\.\corbacom.i"\
- {$(INCLUDE)}"\.\debug.h"\
- {$(INCLUDE)}"\.\default_client.h"\
- {$(INCLUDE)}"\.\default_client.i"\
- {$(INCLUDE)}"\.\default_server.h"\
- {$(INCLUDE)}"\.\default_server.i"\
- {$(INCLUDE)}"\.\except.h"\
- {$(INCLUDE)}"\.\giop.h"\
- {$(INCLUDE)}"\.\giop.i"\
- {$(INCLUDE)}"\.\iiopobj.h"\
- {$(INCLUDE)}"\.\iiopobj.i"\
- {$(INCLUDE)}"\.\iioporb.h"\
- {$(INCLUDE)}"\.\iioporb.i"\
- {$(INCLUDE)}"\.\marshal.h"\
- {$(INCLUDE)}"\.\marshal.i"\
- {$(INCLUDE)}"\.\nvlist.h"\
- {$(INCLUDE)}"\.\nvlist.i"\
- {$(INCLUDE)}"\.\object.h"\
- {$(INCLUDE)}"\.\object.i"\
- {$(INCLUDE)}"\.\objtable.h"\
- {$(INCLUDE)}"\.\optable.h"\
- {$(INCLUDE)}"\.\orb.h"\
- {$(INCLUDE)}"\.\orb_core.h"\
- {$(INCLUDE)}"\.\orb_core.i"\
- {$(INCLUDE)}"\.\orbconf.h"\
- {$(INCLUDE)}"\.\orbobj.h"\
- {$(INCLUDE)}"\.\orbobj.i"\
- {$(INCLUDE)}"\.\params.h"\
- {$(INCLUDE)}"\.\params.i"\
- {$(INCLUDE)}"\.\poa.h"\
- {$(INCLUDE)}"\.\poa.i"\
- {$(INCLUDE)}"\.\principa.h"\
- {$(INCLUDE)}"\.\request.h"\
- {$(INCLUDE)}"\.\sequence.h"\
- {$(INCLUDE)}"\.\sequence.i"\
- {$(INCLUDE)}"\.\sequence_T.cpp"\
- {$(INCLUDE)}"\.\sequence_T.h"\
- {$(INCLUDE)}"\.\sequence_T.i"\
- {$(INCLUDE)}"\.\server_factory.h"\
- {$(INCLUDE)}"\.\server_factory.i"\
- {$(INCLUDE)}"\.\singletons.h"\
- {$(INCLUDE)}"\.\stub.h"\
- {$(INCLUDE)}"\.\stub.i"\
- {$(INCLUDE)}"\.\svrrqst.h"\
- {$(INCLUDE)}"\.\typecode.h"\
- {$(INCLUDE)}"\.\typecode.i"\
- {$(INCLUDE)}"\ace\Acceptor.cpp"\
- {$(INCLUDE)}"\ace\Acceptor.h"\
- {$(INCLUDE)}"\ace\Acceptor.i"\
- {$(INCLUDE)}"\ace\ACE.h"\
- {$(INCLUDE)}"\ace\ACE.i"\
- {$(INCLUDE)}"\ace\Addr.h"\
- {$(INCLUDE)}"\ace\Addr.i"\
- {$(INCLUDE)}"\ace\Atomic_Op.i"\
- {$(INCLUDE)}"\ace\Auto_Ptr.cpp"\
- {$(INCLUDE)}"\ace\Auto_Ptr.h"\
- {$(INCLUDE)}"\ace\Auto_Ptr.i"\
- {$(INCLUDE)}"\ace\Basic_Types.h"\
- {$(INCLUDE)}"\ace\Basic_Types.i"\
- {$(INCLUDE)}"\ace\config-win32-common.h"\
- {$(INCLUDE)}"\ace\config.h"\
- {$(INCLUDE)}"\ace\Connector.cpp"\
- {$(INCLUDE)}"\ace\Connector.h"\
- {$(INCLUDE)}"\ace\Connector.i"\
- {$(INCLUDE)}"\ace\Containers.cpp"\
- {$(INCLUDE)}"\ace\Containers.h"\
- {$(INCLUDE)}"\ace\Containers.i"\
- {$(INCLUDE)}"\ace\Dynamic.h"\
- {$(INCLUDE)}"\ace\Dynamic.i"\
- {$(INCLUDE)}"\ace\Dynamic_Service.cpp"\
- {$(INCLUDE)}"\ace\Dynamic_Service.h"\
- {$(INCLUDE)}"\ace\Event_Handler.h"\
- {$(INCLUDE)}"\ace\Event_Handler.i"\
- {$(INCLUDE)}"\ace\Free_List.cpp"\
- {$(INCLUDE)}"\ace\Free_List.h"\
- {$(INCLUDE)}"\ace\Free_List.i"\
- {$(INCLUDE)}"\ace\Get_Opt.h"\
- {$(INCLUDE)}"\ace\Get_Opt.i"\
- {$(INCLUDE)}"\ace\Handle_Set.h"\
- {$(INCLUDE)}"\ace\Handle_Set.i"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Hash_Map_Manager.h"\
- {$(INCLUDE)}"\ace\inc_user_config.h"\
- {$(INCLUDE)}"\ace\INET_Addr.h"\
- {$(INCLUDE)}"\ace\INET_Addr.i"\
- {$(INCLUDE)}"\ace\IO_Cntl_Msg.h"\
- {$(INCLUDE)}"\ace\iosfwd.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.h"\
- {$(INCLUDE)}"\ace\IPC_SAP.i"\
- {$(INCLUDE)}"\ace\Log_Msg.h"\
- {$(INCLUDE)}"\ace\Log_Priority.h"\
- {$(INCLUDE)}"\ace\Log_Record.h"\
- {$(INCLUDE)}"\ace\Log_Record.i"\
- {$(INCLUDE)}"\ace\Malloc.h"\
- {$(INCLUDE)}"\ace\Malloc.i"\
- {$(INCLUDE)}"\ace\Malloc_T.cpp"\
- {$(INCLUDE)}"\ace\Malloc_T.h"\
- {$(INCLUDE)}"\ace\Malloc_T.i"\
- {$(INCLUDE)}"\ace\Managed_Object.cpp"\
- {$(INCLUDE)}"\ace\Managed_Object.h"\
- {$(INCLUDE)}"\ace\Managed_Object.i"\
- {$(INCLUDE)}"\ace\Map_Manager.cpp"\
- {$(INCLUDE)}"\ace\Map_Manager.h"\
- {$(INCLUDE)}"\ace\Map_Manager.i"\
- {$(INCLUDE)}"\ace\Mem_Map.h"\
- {$(INCLUDE)}"\ace\Mem_Map.i"\
- {$(INCLUDE)}"\ace\Memory_Pool.h"\
- {$(INCLUDE)}"\ace\Memory_Pool.i"\
- {$(INCLUDE)}"\ace\Message_Block.h"\
- {$(INCLUDE)}"\ace\Message_Block.i"\
- {$(INCLUDE)}"\ace\Message_Queue.cpp"\
- {$(INCLUDE)}"\ace\Message_Queue.h"\
- {$(INCLUDE)}"\ace\Message_Queue.i"\
- {$(INCLUDE)}"\ace\Module.cpp"\
- {$(INCLUDE)}"\ace\Module.h"\
- {$(INCLUDE)}"\ace\Module.i"\
- {$(INCLUDE)}"\ace\Object_Manager.h"\
- {$(INCLUDE)}"\ace\Object_Manager.i"\
- {$(INCLUDE)}"\ace\OS.h"\
- {$(INCLUDE)}"\ace\OS.i"\
- {$(INCLUDE)}"\ace\Reactor.h"\
- {$(INCLUDE)}"\ace\Reactor.i"\
- {$(INCLUDE)}"\ace\Reactor_Impl.h"\
- {$(INCLUDE)}"\ace\Service_Config.h"\
- {$(INCLUDE)}"\ace\Service_Config.i"\
- {$(INCLUDE)}"\ace\Service_Object.h"\
- {$(INCLUDE)}"\ace\Service_Object.i"\
- {$(INCLUDE)}"\ace\Service_Repository.h"\
- {$(INCLUDE)}"\ace\Service_Repository.i"\
- {$(INCLUDE)}"\ace\Service_Types.h"\
- {$(INCLUDE)}"\ace\Service_Types.i"\
- {$(INCLUDE)}"\ace\Shared_Object.h"\
- {$(INCLUDE)}"\ace\Shared_Object.i"\
- {$(INCLUDE)}"\ace\Signal.h"\
- {$(INCLUDE)}"\ace\Signal.i"\
- {$(INCLUDE)}"\ace\Singleton.cpp"\
- {$(INCLUDE)}"\ace\Singleton.h"\
- {$(INCLUDE)}"\ace\Singleton.i"\
- {$(INCLUDE)}"\ace\SOCK.h"\
- {$(INCLUDE)}"\ace\SOCK.i"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.h"\
- {$(INCLUDE)}"\ace\SOCK_Acceptor.i"\
- {$(INCLUDE)}"\ace\SOCK_Connector.h"\
- {$(INCLUDE)}"\ace\SOCK_Connector.i"\
- {$(INCLUDE)}"\ace\SOCK_IO.h"\
- {$(INCLUDE)}"\ace\SOCK_IO.i"\
- {$(INCLUDE)}"\ace\SOCK_Stream.h"\
- {$(INCLUDE)}"\ace\SOCK_Stream.i"\
- {$(INCLUDE)}"\ace\SString.h"\
- {$(INCLUDE)}"\ace\SString.i"\
- {$(INCLUDE)}"\ace\Strategies.h"\
- {$(INCLUDE)}"\ace\Strategies_T.cpp"\
- {$(INCLUDE)}"\ace\Strategies_T.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.cpp"\
- {$(INCLUDE)}"\ace\Stream_Modules.h"\
- {$(INCLUDE)}"\ace\Stream_Modules.i"\
- {$(INCLUDE)}"\ace\streams.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Complex.i"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.h"\
- {$(INCLUDE)}"\ace\SV_Semaphore_Simple.i"\
- {$(INCLUDE)}"\ace\Svc_Conf_Tokens.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.cpp"\
- {$(INCLUDE)}"\ace\Svc_Handler.h"\
- {$(INCLUDE)}"\ace\Svc_Handler.i"\
- {$(INCLUDE)}"\ace\Synch.h"\
- {$(INCLUDE)}"\ace\Synch.i"\
- {$(INCLUDE)}"\ace\Synch_Options.h"\
- {$(INCLUDE)}"\ace\Synch_T.cpp"\
- {$(INCLUDE)}"\ace\Synch_T.h"\
- {$(INCLUDE)}"\ace\Synch_T.i"\
- {$(INCLUDE)}"\ace\sys_conf.h"\
- {$(INCLUDE)}"\ace\Task.h"\
- {$(INCLUDE)}"\ace\Task.i"\
- {$(INCLUDE)}"\ace\Task_T.cpp"\
- {$(INCLUDE)}"\ace\Task_T.h"\
- {$(INCLUDE)}"\ace\Task_T.i"\
- {$(INCLUDE)}"\ace\Thread.h"\
- {$(INCLUDE)}"\ace\Thread.i"\
- {$(INCLUDE)}"\ace\Thread_Manager.h"\
- {$(INCLUDE)}"\ace\Thread_Manager.i"\
- {$(INCLUDE)}"\ace\Time_Value.h"\
- {$(INCLUDE)}"\ace\Timer_Queue.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.cpp"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.h"\
- {$(INCLUDE)}"\ace\Timer_Queue_T.i"\
- {$(INCLUDE)}"\ace\Trace.h"\
- {$(INCLUDE)}"\ace\Version.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.h"\
- {$(INCLUDE)}"\ace\WFMO_Reactor.i"\
- {$(INCLUDE)}"\ace\ws2tcpip.h"\
- {$(INCLUDE)}"\sys\stat.h"\
- {$(INCLUDE)}"\sys\types.h"\
+SOURCE=.\Any.cpp
+NODEP_CPP_ANY_C=\
+ ".\tao\Any.i"\
+ ".\tao\corba.h"\
-"$(INTDIR)\any.obj" : $(SOURCE) $(DEP_CPP_ANY_C) "$(INTDIR)"
+"$(INTDIR)\Any.obj" : $(SOURCE) "$(INTDIR)"
-!ENDIF
-
# End Source File
# End Target
# End Project
diff --git a/TAO/tao/TAO4.mdp b/TAO/tao/TAO4.mdp
index 0f3780aaa15..7a2f139f1b0 100644
--- a/TAO/tao/TAO4.mdp
+++ b/TAO/tao/TAO4.mdp
Binary files differ