diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-17 19:03:21 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-17 19:03:21 +0000 |
commit | cc699c320e6369f6bd671c1bafcead47578e8881 (patch) | |
tree | 26c5b50bd1f22b3c3a754e66bc24fbf5ada014a3 | |
parent | fb59be785524f473a49cb366f789fcae6b69d101 (diff) | |
download | ATCD-cc699c320e6369f6bd671c1bafcead47578e8881.tar.gz |
*** empty log message ***
62 files changed, 0 insertions, 41293 deletions
diff --git a/TAO/tao/TAO.MAK b/TAO/tao/TAO.MAK deleted file mode 100644 index a89121df5c4..00000000000 --- a/TAO/tao/TAO.MAK +++ /dev/null @@ -1,13620 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on TAO.dsp -!IF "$(CFG)" == "" -CFG=TAO - Win32 Debug -!MESSAGE No configuration specified. Defaulting to TAO - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "TAO - Win32 Release" && "$(CFG)" != "TAO - Win32 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "TAO.mak" CFG="TAO - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "TAO - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "TAO - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -CPP=cl.exe -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "TAO - Win32 Release" - -OUTDIR=. -INTDIR=.\Release -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\TAO.dll" - -!ELSE - -ALL : "$(OUTDIR)\TAO.dll" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\any.obj" - -@erase "$(INTDIR)\arg_shifter.obj" - -@erase "$(INTDIR)\cdr.obj" - -@erase "$(INTDIR)\client_factory.obj" - -@erase "$(INTDIR)\connect.obj" - -@erase "$(INTDIR)\corbacom.obj" - -@erase "$(INTDIR)\debug.obj" - -@erase "$(INTDIR)\decode.obj" - -@erase "$(INTDIR)\deep_copy.obj" - -@erase "$(INTDIR)\deep_free.obj" - -@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)\params.obj" - -@erase "$(INTDIR)\poa.obj" - -@erase "$(INTDIR)\principa.obj" - -@erase "$(INTDIR)\request.obj" - -@erase "$(INTDIR)\sequence.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)\vc50.idb" - -@erase "$(OUTDIR)\TAO.dll" - -@erase "$(OUTDIR)\TAO.exp" - -@erase "$(OUTDIR)\TAO.lib" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "..\..\\" /I "..\\" /D "NDEBUG" /D "WIN32"\ - /D "_WINDOWS" /D "TAO_BUILD_DLL" /Fp"$(INTDIR)\TAO.pch" /YX /Fo"$(INTDIR)\\"\ - /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\Release/ -CPP_SBRS=. -MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\TAO.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=ace.lib /nologo /subsystem:windows /dll /incremental:no\ - /pdb:"$(OUTDIR)\TAO.pdb" /machine:I386 /out:"$(OUTDIR)\TAO.dll"\ - /implib:"$(OUTDIR)\TAO.lib" /libpath:"..\..\ace" -LINK32_OBJS= \ - "$(INTDIR)\any.obj" \ - "$(INTDIR)\arg_shifter.obj" \ - "$(INTDIR)\cdr.obj" \ - "$(INTDIR)\client_factory.obj" \ - "$(INTDIR)\connect.obj" \ - "$(INTDIR)\corbacom.obj" \ - "$(INTDIR)\debug.obj" \ - "$(INTDIR)\decode.obj" \ - "$(INTDIR)\deep_copy.obj" \ - "$(INTDIR)\deep_free.obj" \ - "$(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)\params.obj" \ - "$(INTDIR)\poa.obj" \ - "$(INTDIR)\principa.obj" \ - "$(INTDIR)\request.obj" \ - "$(INTDIR)\sequence.obj" \ - "$(INTDIR)\server_factory.obj" \ - "$(INTDIR)\svrrqst.obj" \ - "$(INTDIR)\tao_internals.obj" \ - "$(INTDIR)\tc_const.obj" \ - "$(INTDIR)\typecode.obj" - -"$(OUTDIR)\TAO.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\TAO.dll" - -!ELSE - -ALL : "$(OUTDIR)\TAO.dll" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\any.obj" - -@erase "$(INTDIR)\arg_shifter.obj" - -@erase "$(INTDIR)\cdr.obj" - -@erase "$(INTDIR)\client_factory.obj" - -@erase "$(INTDIR)\connect.obj" - -@erase "$(INTDIR)\corbacom.obj" - -@erase "$(INTDIR)\debug.obj" - -@erase "$(INTDIR)\decode.obj" - -@erase "$(INTDIR)\deep_copy.obj" - -@erase "$(INTDIR)\deep_free.obj" - -@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)\params.obj" - -@erase "$(INTDIR)\poa.obj" - -@erase "$(INTDIR)\principa.obj" - -@erase "$(INTDIR)\request.obj" - -@erase "$(INTDIR)\sequence.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)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\TAO.dll" - -@erase "$(OUTDIR)\TAO.exp" - -@erase "$(OUTDIR)\TAO.ilk" - -@erase "$(OUTDIR)\TAO.lib" - -@erase "$(OUTDIR)\TAO.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\\" /I "..\\" /D "_DEBUG" /D\ - "WIN32" /D "_WINDOWS" /D "TAO_BUILD_DLL" /Fp"$(INTDIR)\TAO.pch" /YX\ - /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. -MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\TAO.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:windows /dll /incremental:yes\ - /pdb:"$(OUTDIR)\TAO.pdb" /debug /machine:I386 /out:"$(OUTDIR)\TAO.dll"\ - /implib:"$(OUTDIR)\TAO.lib" /libpath:"..\..\ace" -LINK32_OBJS= \ - "$(INTDIR)\any.obj" \ - "$(INTDIR)\arg_shifter.obj" \ - "$(INTDIR)\cdr.obj" \ - "$(INTDIR)\client_factory.obj" \ - "$(INTDIR)\connect.obj" \ - "$(INTDIR)\corbacom.obj" \ - "$(INTDIR)\debug.obj" \ - "$(INTDIR)\decode.obj" \ - "$(INTDIR)\deep_copy.obj" \ - "$(INTDIR)\deep_free.obj" \ - "$(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)\params.obj" \ - "$(INTDIR)\poa.obj" \ - "$(INTDIR)\principa.obj" \ - "$(INTDIR)\request.obj" \ - "$(INTDIR)\sequence.obj" \ - "$(INTDIR)\server_factory.obj" \ - "$(INTDIR)\svrrqst.obj" \ - "$(INTDIR)\tao_internals.obj" \ - "$(INTDIR)\tc_const.obj" \ - "$(INTDIR)\typecode.obj" - -"$(OUTDIR)\TAO.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - - -!IF "$(CFG)" == "TAO - Win32 Release" || "$(CFG)" == "TAO - Win32 Debug" -SOURCE=.\any.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_ANY_C=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\any.obj" : $(SOURCE) $(DEP_CPP_ANY_C) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_ANY_C=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\any.obj" : $(SOURCE) $(DEP_CPP_ANY_C) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\arg_shifter.cpp -DEP_CPP_ARG_S=\ - ".\arg_shifter.h"\ - - -"$(INTDIR)\arg_shifter.obj" : $(SOURCE) $(DEP_CPP_ARG_S) "$(INTDIR)" - - -SOURCE=.\cdr.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_CDR_C=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\cdr.obj" : $(SOURCE) $(DEP_CPP_CDR_C) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_CDR_C=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\cdr.obj" : $(SOURCE) $(DEP_CPP_CDR_C) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\client_factory.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_CLIEN=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\client_factory.obj" : $(SOURCE) $(DEP_CPP_CLIEN) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_CLIEN=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\client_factory.obj" : $(SOURCE) $(DEP_CPP_CLIEN) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\connect.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_CONNE=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\Timeprobe.h"\ - ".\Timeprobe.i"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\connect.obj" : $(SOURCE) $(DEP_CPP_CONNE) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_CONNE=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\Timeprobe.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\connect.obj" : $(SOURCE) $(DEP_CPP_CONNE) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\corbacom.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_CORBA=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\corbacom.obj" : $(SOURCE) $(DEP_CPP_CORBA) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_CORBA=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\corbacom.obj" : $(SOURCE) $(DEP_CPP_CORBA) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\debug.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_DEBUG=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\debug.obj" : $(SOURCE) $(DEP_CPP_DEBUG) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_DEBUG=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\debug.obj" : $(SOURCE) $(DEP_CPP_DEBUG) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\decode.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_DECOD=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\decode.obj" : $(SOURCE) $(DEP_CPP_DECOD) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_DECOD=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\decode.obj" : $(SOURCE) $(DEP_CPP_DECOD) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\deep_copy.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_DEEP_=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\deep_copy.obj" : $(SOURCE) $(DEP_CPP_DEEP_) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_DEEP_=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\deep_copy.obj" : $(SOURCE) $(DEP_CPP_DEEP_) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\deep_free.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_DEEP_F=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\deep_free.obj" : $(SOURCE) $(DEP_CPP_DEEP_F) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_DEEP_F=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\deep_free.obj" : $(SOURCE) $(DEP_CPP_DEEP_F) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\default_client.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_DEFAU=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\default_client.obj" : $(SOURCE) $(DEP_CPP_DEFAU) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_DEFAU=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\default_client.obj" : $(SOURCE) $(DEP_CPP_DEFAU) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\default_server.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_DEFAUL=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\default_server.obj" : $(SOURCE) $(DEP_CPP_DEFAUL) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_DEFAUL=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\default_server.obj" : $(SOURCE) $(DEP_CPP_DEFAUL) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\encode.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_ENCOD=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\encode.obj" : $(SOURCE) $(DEP_CPP_ENCOD) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_ENCOD=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\encode.obj" : $(SOURCE) $(DEP_CPP_ENCOD) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\except.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_EXCEP=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\except.obj" : $(SOURCE) $(DEP_CPP_EXCEP) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_EXCEP=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\except.obj" : $(SOURCE) $(DEP_CPP_EXCEP) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\giop.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_GIOP_=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\Timeprobe.h"\ - ".\Timeprobe.i"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\giop.obj" : $(SOURCE) $(DEP_CPP_GIOP_) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_GIOP_=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\Timeprobe.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\giop.obj" : $(SOURCE) $(DEP_CPP_GIOP_) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\iiopobj.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_IIOPO=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\iiopobj.obj" : $(SOURCE) $(DEP_CPP_IIOPO) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_IIOPO=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\iiopobj.obj" : $(SOURCE) $(DEP_CPP_IIOPO) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\iioporb.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_IIOPOR=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\iioporb.obj" : $(SOURCE) $(DEP_CPP_IIOPOR) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_IIOPOR=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\iioporb.obj" : $(SOURCE) $(DEP_CPP_IIOPOR) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\interp.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_INTER=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\interp.obj" : $(SOURCE) $(DEP_CPP_INTER) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_INTER=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\interp.obj" : $(SOURCE) $(DEP_CPP_INTER) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\invoke.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_INVOK=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\invoke.obj" : $(SOURCE) $(DEP_CPP_INVOK) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_INVOK=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\invoke.obj" : $(SOURCE) $(DEP_CPP_INVOK) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\marshal.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_MARSH=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_MARSH=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\nvlist.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_NVLIS=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\nvlist.obj" : $(SOURCE) $(DEP_CPP_NVLIS) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_NVLIS=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\nvlist.obj" : $(SOURCE) $(DEP_CPP_NVLIS) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\object.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_OBJEC=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\object.obj" : $(SOURCE) $(DEP_CPP_OBJEC) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_OBJEC=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\object.obj" : $(SOURCE) $(DEP_CPP_OBJEC) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\objtable.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_OBJTA=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\objtable.obj" : $(SOURCE) $(DEP_CPP_OBJTA) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_OBJTA=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\objtable.obj" : $(SOURCE) $(DEP_CPP_OBJTA) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\optable.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_OPTAB=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\optable.obj" : $(SOURCE) $(DEP_CPP_OPTAB) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_OPTAB=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\optable.obj" : $(SOURCE) $(DEP_CPP_OPTAB) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\orb_core.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_ORB_C=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.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\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\arg_shifter.h"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\tao_internals.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\orb_core.obj" : $(SOURCE) $(DEP_CPP_ORB_C) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_ORB_C=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Env_Value_T.cpp"\ - "..\..\ace\Env_Value_T.h"\ - "..\..\ace\Env_Value_T.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\arg_shifter.h"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\tao_internals.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\orb_core.obj" : $(SOURCE) $(DEP_CPP_ORB_C) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\orbobj.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_ORBOB=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_Dgram.h"\ - "..\..\ace\SOCK_Dgram.i"\ - "..\..\ace\SOCK_Dgram_Mcast.h"\ - "..\..\ace\SOCK_Dgram_Mcast.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\tao_internals.h"\ - ".\Timeprobe.h"\ - ".\Timeprobe.i"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\orbobj.obj" : $(SOURCE) $(DEP_CPP_ORBOB) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_ORBOB=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_Dgram.h"\ - "..\..\ace\SOCK_Dgram.i"\ - "..\..\ace\SOCK_Dgram_Mcast.h"\ - "..\..\ace\SOCK_Dgram_Mcast.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\tao_internals.h"\ - ".\Timeprobe.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\orbobj.obj" : $(SOURCE) $(DEP_CPP_ORBOB) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\params.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_PARAM=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\params.obj" : $(SOURCE) $(DEP_CPP_PARAM) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_PARAM=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\params.obj" : $(SOURCE) $(DEP_CPP_PARAM) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\poa.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_POA_C=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\poa.obj" : $(SOURCE) $(DEP_CPP_POA_C) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_POA_C=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\poa.obj" : $(SOURCE) $(DEP_CPP_POA_C) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\principa.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_PRINC=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\principa.obj" : $(SOURCE) $(DEP_CPP_PRINC) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_PRINC=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\principa.obj" : $(SOURCE) $(DEP_CPP_PRINC) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\request.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_REQUE=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\request.obj" : $(SOURCE) $(DEP_CPP_REQUE) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_REQUE=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\request.obj" : $(SOURCE) $(DEP_CPP_REQUE) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\sequence.cpp -DEP_CPP_SEQUE=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\sequence.obj" : $(SOURCE) $(DEP_CPP_SEQUE) "$(INTDIR)" - - -SOURCE=.\server_factory.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_SERVE=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\server_factory.obj" : $(SOURCE) $(DEP_CPP_SERVE) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_SERVE=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\server_factory.obj" : $(SOURCE) $(DEP_CPP_SERVE) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\svrrqst.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_SVRRQ=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\svrrqst.obj" : $(SOURCE) $(DEP_CPP_SVRRQ) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_SVRRQ=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\svrrqst.obj" : $(SOURCE) $(DEP_CPP_SVRRQ) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\tao_internals.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_TAO_I=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\tao_internals.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\tao_internals.obj" : $(SOURCE) $(DEP_CPP_TAO_I) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_TAO_I=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\tao_internals.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\tao_internals.obj" : $(SOURCE) $(DEP_CPP_TAO_I) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\tc_const.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_TC_CO=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\tc_const.obj" : $(SOURCE) $(DEP_CPP_TC_CO) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_TC_CO=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\tc_const.obj" : $(SOURCE) $(DEP_CPP_TC_CO) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\typecode.cpp - -!IF "$(CFG)" == "TAO - Win32 Release" - -DEP_CPP_TYPEC=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Repository.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\compat\initguid.h"\ - ".\compat\objbase.h"\ - ".\connect.h"\ - ".\connect.i"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_client.i"\ - ".\default_server.h"\ - ".\default_server.i"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\params.i"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\server_factory.i"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\typecode.obj" : $(SOURCE) $(DEP_CPP_TYPEC) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "TAO - Win32 Debug" - -DEP_CPP_TYPEC=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Atomic_Op.i"\ - "..\..\ace\Basic_Types.h"\ - "..\..\ace\config-win32-common.h"\ - "..\..\ace\config-win32.h"\ - "..\..\ace\config.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic_Service.cpp"\ - "..\..\ace\Dynamic_Service.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Log_Msg.h"\ - "..\..\ace\Log_Priority.h"\ - "..\..\ace\Log_Record.h"\ - "..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\OS.h"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Repository.h"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - ".\align.h"\ - ".\any.h"\ - ".\any.i"\ - ".\cdr.h"\ - ".\cdr.i"\ - ".\client_factory.h"\ - ".\connect.h"\ - ".\corba.h"\ - ".\corbacom.h"\ - ".\corbacom.i"\ - ".\debug.h"\ - ".\default_client.h"\ - ".\default_server.h"\ - ".\except.h"\ - ".\giop.h"\ - ".\giop.i"\ - ".\iiopobj.h"\ - ".\iiopobj.i"\ - ".\iioporb.h"\ - ".\iioporb.i"\ - ".\marshal.h"\ - ".\marshal.i"\ - ".\nvlist.h"\ - ".\nvlist.i"\ - ".\object.h"\ - ".\object.i"\ - ".\objtable.h"\ - ".\optable.h"\ - ".\orb.h"\ - ".\orb_core.h"\ - ".\orb_core.i"\ - ".\orbconf.h"\ - ".\orbobj.h"\ - ".\orbobj.i"\ - ".\params.h"\ - ".\poa.h"\ - ".\poa.i"\ - ".\principa.h"\ - ".\request.h"\ - ".\sequence.h"\ - ".\sequence.i"\ - ".\sequence_T.cpp"\ - ".\sequence_T.h"\ - ".\sequence_T.i"\ - ".\server_factory.h"\ - ".\singletons.h"\ - ".\stub.h"\ - ".\stub.i"\ - ".\svrrqst.h"\ - ".\typecode.h"\ - ".\typecode.i"\ - - -"$(INTDIR)\typecode.obj" : $(SOURCE) $(DEP_CPP_TYPEC) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/TAO/tao/VCAUTO.MAK b/TAO/tao/VCAUTO.MAK deleted file mode 100644 index 28f48c75716..00000000000 --- a/TAO/tao/VCAUTO.MAK +++ /dev/null @@ -1,5 +0,0 @@ -# TAO/tao/ - -MAK_LIST = TAO - -!INCLUDE <$(ACE_ROOT)\include\makeinclude\VC50_DIR.MAK> diff --git a/TAO/tests/Cubit/TAO/IDL_Cubit/VCAUTO.MAK b/TAO/tests/Cubit/TAO/IDL_Cubit/VCAUTO.MAK deleted file mode 100644 index 1a7d3a74927..00000000000 --- a/TAO/tests/Cubit/TAO/IDL_Cubit/VCAUTO.MAK +++ /dev/null @@ -1,5 +0,0 @@ -# TAO/tests/Cubit/TAO/IDL_Cubit/ - -MAK_LIST = server client - -!INCLUDE <$(ACE_ROOT)\include\makeinclude\VC50_DIR.MAK> diff --git a/TAO/tests/Cubit/TAO/IDL_Cubit/client.MAK b/TAO/tests/Cubit/TAO/IDL_Cubit/client.MAK deleted file mode 100644 index f1bbb82136a..00000000000 --- a/TAO/tests/Cubit/TAO/IDL_Cubit/client.MAK +++ /dev/null @@ -1,630 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on client.dsp -!IF "$(CFG)" == "" -CFG=client - Win32 Release -!MESSAGE No configuration specified. Defaulting to client - Win32 Release. -!ENDIF - -!IF "$(CFG)" != "client - Win32 Release" && "$(CFG)" != "client - Win32 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "client.mak" CFG="client - Win32 Release" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "client - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "client - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "client - Win32 Release" - -OUTDIR=. -INTDIR=.\Release -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\client.exe" - -!ELSE - -ALL : "$(OUTDIR)\client.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\clnt.obj" - -@erase "$(INTDIR)\cubitC.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(OUTDIR)\client.exe" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "..\..\..\..\\" /I "..\..\..\..\..\\" /D\ - "NDEBUG" /D "WIN32" /D "_CONSOLE" /Fp"$(INTDIR)\client.pch" /YX\ - /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\Release/ -CPP_SBRS=. -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\client.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=ace.lib tao.lib /nologo /subsystem:console /incremental:no\ - /pdb:"$(OUTDIR)\client.pdb" /machine:I386 /out:"$(OUTDIR)\client.exe"\ - /libpath:"..\..\..\..\tao\\" /libpath:"..\..\..\..\..\ace" -LINK32_OBJS= \ - "$(INTDIR)\clnt.obj" \ - "$(INTDIR)\cubitC.obj" - -"$(OUTDIR)\client.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "client - Win32 Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\client.exe" - -!ELSE - -ALL : "$(OUTDIR)\client.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\clnt.obj" - -@erase "$(INTDIR)\cubitC.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\client.exe" - -@erase "$(OUTDIR)\client.ilk" - -@erase "$(OUTDIR)\client.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\..\..\\" /I\ - "..\..\..\..\..\\" /D "_DEBUG" /D "WIN32" /D "_CONSOLE"\ - /Fp"$(INTDIR)\client.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\client.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib TAO.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\client.pdb" /debug /machine:I386 /out:"$(OUTDIR)\client.exe"\ - /libpath:"..\..\..\..\tao" /libpath:"..\..\..\..\..\ace" -LINK32_OBJS= \ - "$(INTDIR)\clnt.obj" \ - "$(INTDIR)\cubitC.obj" - -"$(OUTDIR)\client.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - - -!IF "$(CFG)" == "client - Win32 Release" || "$(CFG)" == "client - Win32 Debug" -SOURCE=.\clnt.cpp -DEP_CPP_CLNT_=\ - "..\..\..\..\..\ace\Acceptor.cpp"\ - "..\..\..\..\..\ace\Acceptor.h"\ - "..\..\..\..\..\ace\Acceptor.i"\ - "..\..\..\..\..\ace\ACE.h"\ - "..\..\..\..\..\ace\ACE.i"\ - "..\..\..\..\..\ace\Addr.h"\ - "..\..\..\..\..\ace\Addr.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.h"\ - "..\..\..\..\..\ace\Connector.cpp"\ - "..\..\..\..\..\ace\Connector.h"\ - "..\..\..\..\..\ace\Connector.i"\ - "..\..\..\..\..\ace\Containers.cpp"\ - "..\..\..\..\..\ace\Containers.h"\ - "..\..\..\..\..\ace\Containers.i"\ - "..\..\..\..\..\ace\Dynamic.h"\ - "..\..\..\..\..\ace\Dynamic.i"\ - "..\..\..\..\..\ace\Dynamic_Service.cpp"\ - "..\..\..\..\..\ace\Dynamic_Service.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\Free_List.cpp"\ - "..\..\..\..\..\ace\Free_List.h"\ - "..\..\..\..\..\ace\Free_List.i"\ - "..\..\..\..\..\ace\Get_Opt.h"\ - "..\..\..\..\..\ace\Get_Opt.i"\ - "..\..\..\..\..\ace\Handle_Set.h"\ - "..\..\..\..\..\ace\Handle_Set.i"\ - "..\..\..\..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\..\..\..\ace\Hash_Map_Manager.h"\ - "..\..\..\..\..\ace\High_Res_Timer.h"\ - "..\..\..\..\..\ace\High_Res_Timer.i"\ - "..\..\..\..\..\ace\inc_user_config.h"\ - "..\..\..\..\..\ace\INET_Addr.h"\ - "..\..\..\..\..\ace\INET_Addr.i"\ - "..\..\..\..\..\ace\IO_Cntl_Msg.h"\ - "..\..\..\..\..\ace\iosfwd.h"\ - "..\..\..\..\..\ace\IPC_SAP.h"\ - "..\..\..\..\..\ace\IPC_SAP.i"\ - "..\..\..\..\..\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\Map_Manager.cpp"\ - "..\..\..\..\..\ace\Map_Manager.h"\ - "..\..\..\..\..\ace\Map_Manager.i"\ - "..\..\..\..\..\ace\Mem_Map.h"\ - "..\..\..\..\..\ace\Mem_Map.i"\ - "..\..\..\..\..\ace\Memory_Pool.h"\ - "..\..\..\..\..\ace\Memory_Pool.i"\ - "..\..\..\..\..\ace\Message_Block.h"\ - "..\..\..\..\..\ace\Message_Block.i"\ - "..\..\..\..\..\ace\Message_Queue.cpp"\ - "..\..\..\..\..\ace\Message_Queue.h"\ - "..\..\..\..\..\ace\Message_Queue.i"\ - "..\..\..\..\..\ace\Module.cpp"\ - "..\..\..\..\..\ace\Module.h"\ - "..\..\..\..\..\ace\Module.i"\ - "..\..\..\..\..\ace\Object_Manager.h"\ - "..\..\..\..\..\ace\Object_Manager.i"\ - "..\..\..\..\..\ace\OS.h"\ - "..\..\..\..\..\ace\OS.i"\ - "..\..\..\..\..\ace\Profile_Timer.h"\ - "..\..\..\..\..\ace\Profile_Timer.i"\ - "..\..\..\..\..\ace\Reactor.h"\ - "..\..\..\..\..\ace\Reactor.i"\ - "..\..\..\..\..\ace\Reactor_Impl.h"\ - "..\..\..\..\..\ace\Service_Config.h"\ - "..\..\..\..\..\ace\Service_Config.i"\ - "..\..\..\..\..\ace\Service_Object.h"\ - "..\..\..\..\..\ace\Service_Object.i"\ - "..\..\..\..\..\ace\Service_Repository.h"\ - "..\..\..\..\..\ace\Service_Repository.i"\ - "..\..\..\..\..\ace\Service_Types.h"\ - "..\..\..\..\..\ace\Service_Types.i"\ - "..\..\..\..\..\ace\Shared_Object.h"\ - "..\..\..\..\..\ace\Shared_Object.i"\ - "..\..\..\..\..\ace\Signal.h"\ - "..\..\..\..\..\ace\Signal.i"\ - "..\..\..\..\..\ace\Singleton.cpp"\ - "..\..\..\..\..\ace\Singleton.h"\ - "..\..\..\..\..\ace\Singleton.i"\ - "..\..\..\..\..\ace\SOCK.h"\ - "..\..\..\..\..\ace\SOCK.i"\ - "..\..\..\..\..\ace\SOCK_Acceptor.h"\ - "..\..\..\..\..\ace\SOCK_Acceptor.i"\ - "..\..\..\..\..\ace\SOCK_Connector.h"\ - "..\..\..\..\..\ace\SOCK_Connector.i"\ - "..\..\..\..\..\ace\SOCK_IO.h"\ - "..\..\..\..\..\ace\SOCK_IO.i"\ - "..\..\..\..\..\ace\SOCK_Stream.h"\ - "..\..\..\..\..\ace\SOCK_Stream.i"\ - "..\..\..\..\..\ace\SString.h"\ - "..\..\..\..\..\ace\SString.i"\ - "..\..\..\..\..\ace\Strategies.h"\ - "..\..\..\..\..\ace\Strategies_T.cpp"\ - "..\..\..\..\..\ace\Strategies_T.h"\ - "..\..\..\..\..\ace\Stream_Modules.cpp"\ - "..\..\..\..\..\ace\Stream_Modules.h"\ - "..\..\..\..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\..\..\..\ace\Svc_Handler.cpp"\ - "..\..\..\..\..\ace\Svc_Handler.h"\ - "..\..\..\..\..\ace\Svc_Handler.i"\ - "..\..\..\..\..\ace\Synch.h"\ - "..\..\..\..\..\ace\Synch.i"\ - "..\..\..\..\..\ace\Synch_Options.h"\ - "..\..\..\..\..\ace\Synch_T.cpp"\ - "..\..\..\..\..\ace\Synch_T.h"\ - "..\..\..\..\..\ace\Synch_T.i"\ - "..\..\..\..\..\ace\sys_conf.h"\ - "..\..\..\..\..\ace\Task.h"\ - "..\..\..\..\..\ace\Task.i"\ - "..\..\..\..\..\ace\Task_T.cpp"\ - "..\..\..\..\..\ace\Task_T.h"\ - "..\..\..\..\..\ace\Task_T.i"\ - "..\..\..\..\..\ace\Thread.h"\ - "..\..\..\..\..\ace\Thread.i"\ - "..\..\..\..\..\ace\Thread_Manager.h"\ - "..\..\..\..\..\ace\Thread_Manager.i"\ - "..\..\..\..\..\ace\Time_Value.h"\ - "..\..\..\..\..\ace\Timer_Queue.h"\ - "..\..\..\..\..\ace\Timer_Queue_T.cpp"\ - "..\..\..\..\..\ace\Timer_Queue_T.h"\ - "..\..\..\..\..\ace\Timer_Queue_T.i"\ - "..\..\..\..\..\ace\Trace.h"\ - "..\..\..\..\..\ace\Version.h"\ - "..\..\..\..\..\ace\WFMO_Reactor.h"\ - "..\..\..\..\..\ace\WFMO_Reactor.i"\ - "..\..\..\..\..\ace\ws2tcpip.h"\ - "..\..\..\..\tao\align.h"\ - "..\..\..\..\tao\any.h"\ - "..\..\..\..\tao\any.i"\ - "..\..\..\..\tao\cdr.h"\ - "..\..\..\..\tao\cdr.i"\ - "..\..\..\..\tao\client_factory.h"\ - "..\..\..\..\tao\compat\initguid.h"\ - "..\..\..\..\tao\compat\objbase.h"\ - "..\..\..\..\tao\connect.h"\ - "..\..\..\..\tao\connect.i"\ - "..\..\..\..\tao\corba.h"\ - "..\..\..\..\tao\corbacom.h"\ - "..\..\..\..\tao\corbacom.i"\ - "..\..\..\..\tao\debug.h"\ - "..\..\..\..\tao\default_client.h"\ - "..\..\..\..\tao\default_client.i"\ - "..\..\..\..\tao\default_server.h"\ - "..\..\..\..\tao\default_server.i"\ - "..\..\..\..\tao\except.h"\ - "..\..\..\..\tao\giop.h"\ - "..\..\..\..\tao\giop.i"\ - "..\..\..\..\tao\iiopobj.h"\ - "..\..\..\..\tao\iiopobj.i"\ - "..\..\..\..\tao\iioporb.h"\ - "..\..\..\..\tao\iioporb.i"\ - "..\..\..\..\tao\marshal.h"\ - "..\..\..\..\tao\marshal.i"\ - "..\..\..\..\tao\nvlist.h"\ - "..\..\..\..\tao\nvlist.i"\ - "..\..\..\..\tao\object.h"\ - "..\..\..\..\tao\object.i"\ - "..\..\..\..\tao\objtable.h"\ - "..\..\..\..\tao\optable.h"\ - "..\..\..\..\tao\orb.h"\ - "..\..\..\..\tao\orb_core.h"\ - "..\..\..\..\tao\orb_core.i"\ - "..\..\..\..\tao\orbconf.h"\ - "..\..\..\..\tao\orbobj.h"\ - "..\..\..\..\tao\orbobj.i"\ - "..\..\..\..\tao\params.h"\ - "..\..\..\..\tao\params.i"\ - "..\..\..\..\tao\poa.h"\ - "..\..\..\..\tao\poa.i"\ - "..\..\..\..\tao\principa.h"\ - "..\..\..\..\tao\request.h"\ - "..\..\..\..\tao\sequence.h"\ - "..\..\..\..\tao\sequence.i"\ - "..\..\..\..\tao\sequence_T.cpp"\ - "..\..\..\..\tao\sequence_T.h"\ - "..\..\..\..\tao\sequence_T.i"\ - "..\..\..\..\tao\server_factory.h"\ - "..\..\..\..\tao\server_factory.i"\ - "..\..\..\..\tao\singletons.h"\ - "..\..\..\..\tao\stub.h"\ - "..\..\..\..\tao\stub.i"\ - "..\..\..\..\tao\svrrqst.h"\ - "..\..\..\..\tao\typecode.h"\ - "..\..\..\..\tao\typecode.i"\ - ".\clnt.h"\ - ".\cubitC.h"\ - ".\cubitC.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\clnt.obj" : $(SOURCE) $(DEP_CPP_CLNT_) "$(INTDIR)" ".\cubitC.h"\ - ".\cubitC.i" - - -SOURCE=.\cubit.idl - -!IF "$(CFG)" == "client - Win32 Release" - -InputPath=.\cubit.idl -InputName=cubit - -"$(InputName)C.cpp" "$(InputName)C.i" "$(InputName)C.h" : $(SOURCE)\ - "$(INTDIR)" "$(OUTDIR)" - ..\..\..\..\tao_idl\tao_idl $(InputName).idl - -!ELSEIF "$(CFG)" == "client - Win32 Debug" - -InputPath=.\cubit.idl -InputName=cubit - -"$(InputName)C.cpp" "$(InputName)C.i" "$(InputName)C.h" : $(SOURCE)\ - "$(INTDIR)" "$(OUTDIR)" - ..\..\..\..\tao_idl\tao_idl $(InputName).idl - -!ENDIF - -SOURCE=.\cubitC.cpp -DEP_CPP_CUBIT=\ - "..\..\..\..\..\ace\Acceptor.cpp"\ - "..\..\..\..\..\ace\Acceptor.h"\ - "..\..\..\..\..\ace\Acceptor.i"\ - "..\..\..\..\..\ace\ACE.h"\ - "..\..\..\..\..\ace\ACE.i"\ - "..\..\..\..\..\ace\Addr.h"\ - "..\..\..\..\..\ace\Addr.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.h"\ - "..\..\..\..\..\ace\Connector.cpp"\ - "..\..\..\..\..\ace\Connector.h"\ - "..\..\..\..\..\ace\Connector.i"\ - "..\..\..\..\..\ace\Containers.cpp"\ - "..\..\..\..\..\ace\Containers.h"\ - "..\..\..\..\..\ace\Containers.i"\ - "..\..\..\..\..\ace\Dynamic.h"\ - "..\..\..\..\..\ace\Dynamic.i"\ - "..\..\..\..\..\ace\Dynamic_Service.cpp"\ - "..\..\..\..\..\ace\Dynamic_Service.h"\ - "..\..\..\..\..\ace\Event_Handler.h"\ - "..\..\..\..\..\ace\Event_Handler.i"\ - "..\..\..\..\..\ace\Free_List.cpp"\ - "..\..\..\..\..\ace\Free_List.h"\ - "..\..\..\..\..\ace\Free_List.i"\ - "..\..\..\..\..\ace\Get_Opt.h"\ - "..\..\..\..\..\ace\Get_Opt.i"\ - "..\..\..\..\..\ace\Handle_Set.h"\ - "..\..\..\..\..\ace\Handle_Set.i"\ - "..\..\..\..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\..\..\..\ace\Hash_Map_Manager.h"\ - "..\..\..\..\..\ace\inc_user_config.h"\ - "..\..\..\..\..\ace\INET_Addr.h"\ - "..\..\..\..\..\ace\INET_Addr.i"\ - "..\..\..\..\..\ace\IO_Cntl_Msg.h"\ - "..\..\..\..\..\ace\iosfwd.h"\ - "..\..\..\..\..\ace\IPC_SAP.h"\ - "..\..\..\..\..\ace\IPC_SAP.i"\ - "..\..\..\..\..\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\Map_Manager.cpp"\ - "..\..\..\..\..\ace\Map_Manager.h"\ - "..\..\..\..\..\ace\Map_Manager.i"\ - "..\..\..\..\..\ace\Mem_Map.h"\ - "..\..\..\..\..\ace\Mem_Map.i"\ - "..\..\..\..\..\ace\Memory_Pool.h"\ - "..\..\..\..\..\ace\Memory_Pool.i"\ - "..\..\..\..\..\ace\Message_Block.h"\ - "..\..\..\..\..\ace\Message_Block.i"\ - "..\..\..\..\..\ace\Message_Queue.cpp"\ - "..\..\..\..\..\ace\Message_Queue.h"\ - "..\..\..\..\..\ace\Message_Queue.i"\ - "..\..\..\..\..\ace\Module.cpp"\ - "..\..\..\..\..\ace\Module.h"\ - "..\..\..\..\..\ace\Module.i"\ - "..\..\..\..\..\ace\Object_Manager.h"\ - "..\..\..\..\..\ace\Object_Manager.i"\ - "..\..\..\..\..\ace\OS.h"\ - "..\..\..\..\..\ace\OS.i"\ - "..\..\..\..\..\ace\Reactor.h"\ - "..\..\..\..\..\ace\Reactor.i"\ - "..\..\..\..\..\ace\Reactor_Impl.h"\ - "..\..\..\..\..\ace\Service_Config.h"\ - "..\..\..\..\..\ace\Service_Config.i"\ - "..\..\..\..\..\ace\Service_Object.h"\ - "..\..\..\..\..\ace\Service_Object.i"\ - "..\..\..\..\..\ace\Service_Repository.h"\ - "..\..\..\..\..\ace\Service_Repository.i"\ - "..\..\..\..\..\ace\Service_Types.h"\ - "..\..\..\..\..\ace\Service_Types.i"\ - "..\..\..\..\..\ace\Shared_Object.h"\ - "..\..\..\..\..\ace\Shared_Object.i"\ - "..\..\..\..\..\ace\Signal.h"\ - "..\..\..\..\..\ace\Signal.i"\ - "..\..\..\..\..\ace\Singleton.cpp"\ - "..\..\..\..\..\ace\Singleton.h"\ - "..\..\..\..\..\ace\Singleton.i"\ - "..\..\..\..\..\ace\SOCK.h"\ - "..\..\..\..\..\ace\SOCK.i"\ - "..\..\..\..\..\ace\SOCK_Acceptor.h"\ - "..\..\..\..\..\ace\SOCK_Acceptor.i"\ - "..\..\..\..\..\ace\SOCK_Connector.h"\ - "..\..\..\..\..\ace\SOCK_Connector.i"\ - "..\..\..\..\..\ace\SOCK_IO.h"\ - "..\..\..\..\..\ace\SOCK_IO.i"\ - "..\..\..\..\..\ace\SOCK_Stream.h"\ - "..\..\..\..\..\ace\SOCK_Stream.i"\ - "..\..\..\..\..\ace\SString.h"\ - "..\..\..\..\..\ace\SString.i"\ - "..\..\..\..\..\ace\Strategies.h"\ - "..\..\..\..\..\ace\Strategies_T.cpp"\ - "..\..\..\..\..\ace\Strategies_T.h"\ - "..\..\..\..\..\ace\Stream_Modules.cpp"\ - "..\..\..\..\..\ace\Stream_Modules.h"\ - "..\..\..\..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\..\..\..\ace\Svc_Handler.cpp"\ - "..\..\..\..\..\ace\Svc_Handler.h"\ - "..\..\..\..\..\ace\Svc_Handler.i"\ - "..\..\..\..\..\ace\Synch.h"\ - "..\..\..\..\..\ace\Synch.i"\ - "..\..\..\..\..\ace\Synch_Options.h"\ - "..\..\..\..\..\ace\Synch_T.cpp"\ - "..\..\..\..\..\ace\Synch_T.h"\ - "..\..\..\..\..\ace\Synch_T.i"\ - "..\..\..\..\..\ace\sys_conf.h"\ - "..\..\..\..\..\ace\Task.h"\ - "..\..\..\..\..\ace\Task.i"\ - "..\..\..\..\..\ace\Task_T.cpp"\ - "..\..\..\..\..\ace\Task_T.h"\ - "..\..\..\..\..\ace\Task_T.i"\ - "..\..\..\..\..\ace\Thread.h"\ - "..\..\..\..\..\ace\Thread.i"\ - "..\..\..\..\..\ace\Thread_Manager.h"\ - "..\..\..\..\..\ace\Thread_Manager.i"\ - "..\..\..\..\..\ace\Time_Value.h"\ - "..\..\..\..\..\ace\Timer_Queue.h"\ - "..\..\..\..\..\ace\Timer_Queue_T.cpp"\ - "..\..\..\..\..\ace\Timer_Queue_T.h"\ - "..\..\..\..\..\ace\Timer_Queue_T.i"\ - "..\..\..\..\..\ace\Trace.h"\ - "..\..\..\..\..\ace\Version.h"\ - "..\..\..\..\..\ace\WFMO_Reactor.h"\ - "..\..\..\..\..\ace\WFMO_Reactor.i"\ - "..\..\..\..\..\ace\ws2tcpip.h"\ - "..\..\..\..\tao\align.h"\ - "..\..\..\..\tao\any.h"\ - "..\..\..\..\tao\any.i"\ - "..\..\..\..\tao\cdr.h"\ - "..\..\..\..\tao\cdr.i"\ - "..\..\..\..\tao\client_factory.h"\ - "..\..\..\..\tao\compat\initguid.h"\ - "..\..\..\..\tao\compat\objbase.h"\ - "..\..\..\..\tao\connect.h"\ - "..\..\..\..\tao\connect.i"\ - "..\..\..\..\tao\corba.h"\ - "..\..\..\..\tao\corbacom.h"\ - "..\..\..\..\tao\corbacom.i"\ - "..\..\..\..\tao\debug.h"\ - "..\..\..\..\tao\default_client.h"\ - "..\..\..\..\tao\default_client.i"\ - "..\..\..\..\tao\default_server.h"\ - "..\..\..\..\tao\default_server.i"\ - "..\..\..\..\tao\except.h"\ - "..\..\..\..\tao\giop.h"\ - "..\..\..\..\tao\giop.i"\ - "..\..\..\..\tao\iiopobj.h"\ - "..\..\..\..\tao\iiopobj.i"\ - "..\..\..\..\tao\iioporb.h"\ - "..\..\..\..\tao\iioporb.i"\ - "..\..\..\..\tao\marshal.h"\ - "..\..\..\..\tao\marshal.i"\ - "..\..\..\..\tao\nvlist.h"\ - "..\..\..\..\tao\nvlist.i"\ - "..\..\..\..\tao\object.h"\ - "..\..\..\..\tao\object.i"\ - "..\..\..\..\tao\objtable.h"\ - "..\..\..\..\tao\optable.h"\ - "..\..\..\..\tao\orb.h"\ - "..\..\..\..\tao\orb_core.h"\ - "..\..\..\..\tao\orb_core.i"\ - "..\..\..\..\tao\orbconf.h"\ - "..\..\..\..\tao\orbobj.h"\ - "..\..\..\..\tao\orbobj.i"\ - "..\..\..\..\tao\params.h"\ - "..\..\..\..\tao\params.i"\ - "..\..\..\..\tao\poa.h"\ - "..\..\..\..\tao\poa.i"\ - "..\..\..\..\tao\principa.h"\ - "..\..\..\..\tao\request.h"\ - "..\..\..\..\tao\sequence.h"\ - "..\..\..\..\tao\sequence.i"\ - "..\..\..\..\tao\sequence_T.cpp"\ - "..\..\..\..\tao\sequence_T.h"\ - "..\..\..\..\tao\sequence_T.i"\ - "..\..\..\..\tao\server_factory.h"\ - "..\..\..\..\tao\server_factory.i"\ - "..\..\..\..\tao\singletons.h"\ - "..\..\..\..\tao\stub.h"\ - "..\..\..\..\tao\stub.i"\ - "..\..\..\..\tao\svrrqst.h"\ - "..\..\..\..\tao\typecode.h"\ - "..\..\..\..\tao\typecode.i"\ - ".\cubitC.h"\ - ".\cubitC.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\cubitC.obj" : $(SOURCE) $(DEP_CPP_CUBIT) "$(INTDIR)" ".\cubitC.h"\ - ".\cubitC.i" - - - -!ENDIF - diff --git a/TAO/tests/Cubit/TAO/IDL_Cubit/server.MAK b/TAO/tests/Cubit/TAO/IDL_Cubit/server.MAK deleted file mode 100644 index adf479bc159..00000000000 --- a/TAO/tests/Cubit/TAO/IDL_Cubit/server.MAK +++ /dev/null @@ -1,1070 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on server.dsp -!IF "$(CFG)" == "" -CFG=server - Win32 Release -!MESSAGE No configuration specified. Defaulting to server - Win32 Release. -!ENDIF - -!IF "$(CFG)" != "server - Win32 Release" && "$(CFG)" != "server - Win32 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "server.mak" CFG="server - Win32 Release" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "server - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "server - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "server - Win32 Release" - -OUTDIR=. -INTDIR=.\Release -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\server.exe" - -!ELSE - -ALL : "$(OUTDIR)\server.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\cubit_i.obj" - -@erase "$(INTDIR)\cubitC.obj" - -@erase "$(INTDIR)\cubitS.obj" - -@erase "$(INTDIR)\svr.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(OUTDIR)\server.exe" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "..\..\..\..\\" /I "..\..\..\..\..\\" /D\ - "NDEBUG" /D "WIN32" /D "_CONSOLE" /Fp"$(INTDIR)\server.pch" /YX\ - /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\Release/ -CPP_SBRS=. -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\server.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib TAO.lib /nologo /subsystem:console /incremental:no\ - /pdb:"$(OUTDIR)\server.pdb" /machine:I386 /out:"$(OUTDIR)\server.exe"\ - /libpath:"..\..\..\..\tao\\" /libpath:"..\..\..\..\..\ace" -LINK32_OBJS= \ - "$(INTDIR)\cubit_i.obj" \ - "$(INTDIR)\cubitC.obj" \ - "$(INTDIR)\cubitS.obj" \ - "$(INTDIR)\svr.obj" - -"$(OUTDIR)\server.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "server - Win32 Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\server.exe" - -!ELSE - -ALL : "$(OUTDIR)\server.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\cubit_i.obj" - -@erase "$(INTDIR)\cubitC.obj" - -@erase "$(INTDIR)\cubitS.obj" - -@erase "$(INTDIR)\svr.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\server.exe" - -@erase "$(OUTDIR)\server.ilk" - -@erase "$(OUTDIR)\server.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\..\..\\" /I\ - "..\..\..\..\..\\" /D "_DEBUG" /D "WIN32" /D "_CONSOLE"\ - /Fp"$(INTDIR)\server.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\server.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib TAO.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\server.pdb" /debug /machine:I386 /out:"$(OUTDIR)\server.exe"\ - /libpath:"..\..\..\..\tao" /libpath:"..\..\..\..\..\ace" -LINK32_OBJS= \ - "$(INTDIR)\cubit_i.obj" \ - "$(INTDIR)\cubitC.obj" \ - "$(INTDIR)\cubitS.obj" \ - "$(INTDIR)\svr.obj" - -"$(OUTDIR)\server.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - - -!IF "$(CFG)" == "server - Win32 Release" || "$(CFG)" == "server - Win32 Debug" -SOURCE=.\cubit.idl - -!IF "$(CFG)" == "server - Win32 Release" - -InputPath=.\cubit.idl -InputName=cubit - -"$(InputName)C.cpp" "$(InputName)S.cpp" "$(InputName)C.i" "$(InputName)C.h"\ - "$(InputName)S.i" "$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - ..\..\..\..\tao_idl\tao_idl $(InputName).idl - -!ELSEIF "$(CFG)" == "server - Win32 Debug" - -InputPath=.\cubit.idl -InputName=cubit - -"$(InputName)C.cpp" "$(InputName)S.cpp" "$(InputName)C.i" "$(InputName)C.h"\ - "$(InputName)S.i" "$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - ..\..\..\..\tao_idl\tao_idl $(InputName).idl - -!ENDIF - -SOURCE=.\cubit_i.cpp -DEP_CPP_CUBIT=\ - "..\..\..\..\..\ace\Acceptor.cpp"\ - "..\..\..\..\..\ace\Acceptor.h"\ - "..\..\..\..\..\ace\Acceptor.i"\ - "..\..\..\..\..\ace\ACE.h"\ - "..\..\..\..\..\ace\ACE.i"\ - "..\..\..\..\..\ace\Addr.h"\ - "..\..\..\..\..\ace\Addr.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.h"\ - "..\..\..\..\..\ace\Connector.cpp"\ - "..\..\..\..\..\ace\Connector.h"\ - "..\..\..\..\..\ace\Connector.i"\ - "..\..\..\..\..\ace\Containers.cpp"\ - "..\..\..\..\..\ace\Containers.h"\ - "..\..\..\..\..\ace\Containers.i"\ - "..\..\..\..\..\ace\Dynamic.h"\ - "..\..\..\..\..\ace\Dynamic.i"\ - "..\..\..\..\..\ace\Dynamic_Service.cpp"\ - "..\..\..\..\..\ace\Dynamic_Service.h"\ - "..\..\..\..\..\ace\Event_Handler.h"\ - "..\..\..\..\..\ace\Event_Handler.i"\ - "..\..\..\..\..\ace\Free_List.cpp"\ - "..\..\..\..\..\ace\Free_List.h"\ - "..\..\..\..\..\ace\Free_List.i"\ - "..\..\..\..\..\ace\Get_Opt.h"\ - "..\..\..\..\..\ace\Get_Opt.i"\ - "..\..\..\..\..\ace\Handle_Set.h"\ - "..\..\..\..\..\ace\Handle_Set.i"\ - "..\..\..\..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\..\..\..\ace\Hash_Map_Manager.h"\ - "..\..\..\..\..\ace\inc_user_config.h"\ - "..\..\..\..\..\ace\INET_Addr.h"\ - "..\..\..\..\..\ace\INET_Addr.i"\ - "..\..\..\..\..\ace\IO_Cntl_Msg.h"\ - "..\..\..\..\..\ace\iosfwd.h"\ - "..\..\..\..\..\ace\IPC_SAP.h"\ - "..\..\..\..\..\ace\IPC_SAP.i"\ - "..\..\..\..\..\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\Map_Manager.cpp"\ - "..\..\..\..\..\ace\Map_Manager.h"\ - "..\..\..\..\..\ace\Map_Manager.i"\ - "..\..\..\..\..\ace\Mem_Map.h"\ - "..\..\..\..\..\ace\Mem_Map.i"\ - "..\..\..\..\..\ace\Memory_Pool.h"\ - "..\..\..\..\..\ace\Memory_Pool.i"\ - "..\..\..\..\..\ace\Message_Block.h"\ - "..\..\..\..\..\ace\Message_Block.i"\ - "..\..\..\..\..\ace\Message_Queue.cpp"\ - "..\..\..\..\..\ace\Message_Queue.h"\ - "..\..\..\..\..\ace\Message_Queue.i"\ - "..\..\..\..\..\ace\Module.cpp"\ - "..\..\..\..\..\ace\Module.h"\ - "..\..\..\..\..\ace\Module.i"\ - "..\..\..\..\..\ace\Object_Manager.h"\ - "..\..\..\..\..\ace\Object_Manager.i"\ - "..\..\..\..\..\ace\OS.h"\ - "..\..\..\..\..\ace\OS.i"\ - "..\..\..\..\..\ace\Reactor.h"\ - "..\..\..\..\..\ace\Reactor.i"\ - "..\..\..\..\..\ace\Reactor_Impl.h"\ - "..\..\..\..\..\ace\Service_Config.h"\ - "..\..\..\..\..\ace\Service_Config.i"\ - "..\..\..\..\..\ace\Service_Object.h"\ - "..\..\..\..\..\ace\Service_Object.i"\ - "..\..\..\..\..\ace\Service_Repository.h"\ - "..\..\..\..\..\ace\Service_Repository.i"\ - "..\..\..\..\..\ace\Service_Types.h"\ - "..\..\..\..\..\ace\Service_Types.i"\ - "..\..\..\..\..\ace\Shared_Object.h"\ - "..\..\..\..\..\ace\Shared_Object.i"\ - "..\..\..\..\..\ace\Signal.h"\ - "..\..\..\..\..\ace\Signal.i"\ - "..\..\..\..\..\ace\Singleton.cpp"\ - "..\..\..\..\..\ace\Singleton.h"\ - "..\..\..\..\..\ace\Singleton.i"\ - "..\..\..\..\..\ace\SOCK.h"\ - "..\..\..\..\..\ace\SOCK.i"\ - "..\..\..\..\..\ace\SOCK_Acceptor.h"\ - "..\..\..\..\..\ace\SOCK_Acceptor.i"\ - "..\..\..\..\..\ace\SOCK_Connector.h"\ - "..\..\..\..\..\ace\SOCK_Connector.i"\ - "..\..\..\..\..\ace\SOCK_IO.h"\ - "..\..\..\..\..\ace\SOCK_IO.i"\ - "..\..\..\..\..\ace\SOCK_Stream.h"\ - "..\..\..\..\..\ace\SOCK_Stream.i"\ - "..\..\..\..\..\ace\SString.h"\ - "..\..\..\..\..\ace\SString.i"\ - "..\..\..\..\..\ace\Strategies.h"\ - "..\..\..\..\..\ace\Strategies_T.cpp"\ - "..\..\..\..\..\ace\Strategies_T.h"\ - "..\..\..\..\..\ace\Stream_Modules.cpp"\ - "..\..\..\..\..\ace\Stream_Modules.h"\ - "..\..\..\..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\..\..\..\ace\Svc_Handler.cpp"\ - "..\..\..\..\..\ace\Svc_Handler.h"\ - "..\..\..\..\..\ace\Svc_Handler.i"\ - "..\..\..\..\..\ace\Synch.h"\ - "..\..\..\..\..\ace\Synch.i"\ - "..\..\..\..\..\ace\Synch_Options.h"\ - "..\..\..\..\..\ace\Synch_T.cpp"\ - "..\..\..\..\..\ace\Synch_T.h"\ - "..\..\..\..\..\ace\Synch_T.i"\ - "..\..\..\..\..\ace\sys_conf.h"\ - "..\..\..\..\..\ace\Task.h"\ - "..\..\..\..\..\ace\Task.i"\ - "..\..\..\..\..\ace\Task_T.cpp"\ - "..\..\..\..\..\ace\Task_T.h"\ - "..\..\..\..\..\ace\Task_T.i"\ - "..\..\..\..\..\ace\Thread.h"\ - "..\..\..\..\..\ace\Thread.i"\ - "..\..\..\..\..\ace\Thread_Manager.h"\ - "..\..\..\..\..\ace\Thread_Manager.i"\ - "..\..\..\..\..\ace\Time_Value.h"\ - "..\..\..\..\..\ace\Timer_Queue.h"\ - "..\..\..\..\..\ace\Timer_Queue_T.cpp"\ - "..\..\..\..\..\ace\Timer_Queue_T.h"\ - "..\..\..\..\..\ace\Timer_Queue_T.i"\ - "..\..\..\..\..\ace\Trace.h"\ - "..\..\..\..\..\ace\Version.h"\ - "..\..\..\..\..\ace\WFMO_Reactor.h"\ - "..\..\..\..\..\ace\WFMO_Reactor.i"\ - "..\..\..\..\..\ace\ws2tcpip.h"\ - "..\..\..\..\tao\align.h"\ - "..\..\..\..\tao\any.h"\ - "..\..\..\..\tao\any.i"\ - "..\..\..\..\tao\cdr.h"\ - "..\..\..\..\tao\cdr.i"\ - "..\..\..\..\tao\client_factory.h"\ - "..\..\..\..\tao\compat\initguid.h"\ - "..\..\..\..\tao\compat\objbase.h"\ - "..\..\..\..\tao\connect.h"\ - "..\..\..\..\tao\connect.i"\ - "..\..\..\..\tao\corba.h"\ - "..\..\..\..\tao\corbacom.h"\ - "..\..\..\..\tao\corbacom.i"\ - "..\..\..\..\tao\debug.h"\ - "..\..\..\..\tao\default_client.h"\ - "..\..\..\..\tao\default_client.i"\ - "..\..\..\..\tao\default_server.h"\ - "..\..\..\..\tao\default_server.i"\ - "..\..\..\..\tao\except.h"\ - "..\..\..\..\tao\giop.h"\ - "..\..\..\..\tao\giop.i"\ - "..\..\..\..\tao\iiopobj.h"\ - "..\..\..\..\tao\iiopobj.i"\ - "..\..\..\..\tao\iioporb.h"\ - "..\..\..\..\tao\iioporb.i"\ - "..\..\..\..\tao\marshal.h"\ - "..\..\..\..\tao\marshal.i"\ - "..\..\..\..\tao\nvlist.h"\ - "..\..\..\..\tao\nvlist.i"\ - "..\..\..\..\tao\object.h"\ - "..\..\..\..\tao\object.i"\ - "..\..\..\..\tao\objtable.h"\ - "..\..\..\..\tao\optable.h"\ - "..\..\..\..\tao\orb.h"\ - "..\..\..\..\tao\orb_core.h"\ - "..\..\..\..\tao\orb_core.i"\ - "..\..\..\..\tao\orbconf.h"\ - "..\..\..\..\tao\orbobj.h"\ - "..\..\..\..\tao\orbobj.i"\ - "..\..\..\..\tao\params.h"\ - "..\..\..\..\tao\params.i"\ - "..\..\..\..\tao\poa.h"\ - "..\..\..\..\tao\poa.i"\ - "..\..\..\..\tao\principa.h"\ - "..\..\..\..\tao\request.h"\ - "..\..\..\..\tao\sequence.h"\ - "..\..\..\..\tao\sequence.i"\ - "..\..\..\..\tao\sequence_T.cpp"\ - "..\..\..\..\tao\sequence_T.h"\ - "..\..\..\..\tao\sequence_T.i"\ - "..\..\..\..\tao\server_factory.h"\ - "..\..\..\..\tao\server_factory.i"\ - "..\..\..\..\tao\singletons.h"\ - "..\..\..\..\tao\stub.h"\ - "..\..\..\..\tao\stub.i"\ - "..\..\..\..\tao\svrrqst.h"\ - "..\..\..\..\tao\typecode.h"\ - "..\..\..\..\tao\typecode.i"\ - ".\cubit_i.h"\ - ".\cubitC.h"\ - ".\cubitC.i"\ - ".\cubitS.h"\ - ".\cubitS.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\cubit_i.obj" : $(SOURCE) $(DEP_CPP_CUBIT) "$(INTDIR)" ".\cubitS.h"\ - ".\cubitC.h" ".\cubitS.i" ".\cubitC.i" - - -SOURCE=.\cubitC.cpp -DEP_CPP_CUBITC=\ - "..\..\..\..\..\ace\Acceptor.cpp"\ - "..\..\..\..\..\ace\Acceptor.h"\ - "..\..\..\..\..\ace\Acceptor.i"\ - "..\..\..\..\..\ace\ACE.h"\ - "..\..\..\..\..\ace\ACE.i"\ - "..\..\..\..\..\ace\Addr.h"\ - "..\..\..\..\..\ace\Addr.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.h"\ - "..\..\..\..\..\ace\Connector.cpp"\ - "..\..\..\..\..\ace\Connector.h"\ - "..\..\..\..\..\ace\Connector.i"\ - "..\..\..\..\..\ace\Containers.cpp"\ - "..\..\..\..\..\ace\Containers.h"\ - "..\..\..\..\..\ace\Containers.i"\ - "..\..\..\..\..\ace\Dynamic.h"\ - "..\..\..\..\..\ace\Dynamic.i"\ - "..\..\..\..\..\ace\Dynamic_Service.cpp"\ - "..\..\..\..\..\ace\Dynamic_Service.h"\ - "..\..\..\..\..\ace\Event_Handler.h"\ - "..\..\..\..\..\ace\Event_Handler.i"\ - "..\..\..\..\..\ace\Free_List.cpp"\ - "..\..\..\..\..\ace\Free_List.h"\ - "..\..\..\..\..\ace\Free_List.i"\ - "..\..\..\..\..\ace\Get_Opt.h"\ - "..\..\..\..\..\ace\Get_Opt.i"\ - "..\..\..\..\..\ace\Handle_Set.h"\ - "..\..\..\..\..\ace\Handle_Set.i"\ - "..\..\..\..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\..\..\..\ace\Hash_Map_Manager.h"\ - "..\..\..\..\..\ace\inc_user_config.h"\ - "..\..\..\..\..\ace\INET_Addr.h"\ - "..\..\..\..\..\ace\INET_Addr.i"\ - "..\..\..\..\..\ace\IO_Cntl_Msg.h"\ - "..\..\..\..\..\ace\iosfwd.h"\ - "..\..\..\..\..\ace\IPC_SAP.h"\ - "..\..\..\..\..\ace\IPC_SAP.i"\ - "..\..\..\..\..\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\Map_Manager.cpp"\ - "..\..\..\..\..\ace\Map_Manager.h"\ - "..\..\..\..\..\ace\Map_Manager.i"\ - "..\..\..\..\..\ace\Mem_Map.h"\ - "..\..\..\..\..\ace\Mem_Map.i"\ - "..\..\..\..\..\ace\Memory_Pool.h"\ - "..\..\..\..\..\ace\Memory_Pool.i"\ - "..\..\..\..\..\ace\Message_Block.h"\ - "..\..\..\..\..\ace\Message_Block.i"\ - "..\..\..\..\..\ace\Message_Queue.cpp"\ - "..\..\..\..\..\ace\Message_Queue.h"\ - "..\..\..\..\..\ace\Message_Queue.i"\ - "..\..\..\..\..\ace\Module.cpp"\ - "..\..\..\..\..\ace\Module.h"\ - "..\..\..\..\..\ace\Module.i"\ - "..\..\..\..\..\ace\Object_Manager.h"\ - "..\..\..\..\..\ace\Object_Manager.i"\ - "..\..\..\..\..\ace\OS.h"\ - "..\..\..\..\..\ace\OS.i"\ - "..\..\..\..\..\ace\Reactor.h"\ - "..\..\..\..\..\ace\Reactor.i"\ - "..\..\..\..\..\ace\Reactor_Impl.h"\ - "..\..\..\..\..\ace\Service_Config.h"\ - "..\..\..\..\..\ace\Service_Config.i"\ - "..\..\..\..\..\ace\Service_Object.h"\ - "..\..\..\..\..\ace\Service_Object.i"\ - "..\..\..\..\..\ace\Service_Repository.h"\ - "..\..\..\..\..\ace\Service_Repository.i"\ - "..\..\..\..\..\ace\Service_Types.h"\ - "..\..\..\..\..\ace\Service_Types.i"\ - "..\..\..\..\..\ace\Shared_Object.h"\ - "..\..\..\..\..\ace\Shared_Object.i"\ - "..\..\..\..\..\ace\Signal.h"\ - "..\..\..\..\..\ace\Signal.i"\ - "..\..\..\..\..\ace\Singleton.cpp"\ - "..\..\..\..\..\ace\Singleton.h"\ - "..\..\..\..\..\ace\Singleton.i"\ - "..\..\..\..\..\ace\SOCK.h"\ - "..\..\..\..\..\ace\SOCK.i"\ - "..\..\..\..\..\ace\SOCK_Acceptor.h"\ - "..\..\..\..\..\ace\SOCK_Acceptor.i"\ - "..\..\..\..\..\ace\SOCK_Connector.h"\ - "..\..\..\..\..\ace\SOCK_Connector.i"\ - "..\..\..\..\..\ace\SOCK_IO.h"\ - "..\..\..\..\..\ace\SOCK_IO.i"\ - "..\..\..\..\..\ace\SOCK_Stream.h"\ - "..\..\..\..\..\ace\SOCK_Stream.i"\ - "..\..\..\..\..\ace\SString.h"\ - "..\..\..\..\..\ace\SString.i"\ - "..\..\..\..\..\ace\Strategies.h"\ - "..\..\..\..\..\ace\Strategies_T.cpp"\ - "..\..\..\..\..\ace\Strategies_T.h"\ - "..\..\..\..\..\ace\Stream_Modules.cpp"\ - "..\..\..\..\..\ace\Stream_Modules.h"\ - "..\..\..\..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\..\..\..\ace\Svc_Handler.cpp"\ - "..\..\..\..\..\ace\Svc_Handler.h"\ - "..\..\..\..\..\ace\Svc_Handler.i"\ - "..\..\..\..\..\ace\Synch.h"\ - "..\..\..\..\..\ace\Synch.i"\ - "..\..\..\..\..\ace\Synch_Options.h"\ - "..\..\..\..\..\ace\Synch_T.cpp"\ - "..\..\..\..\..\ace\Synch_T.h"\ - "..\..\..\..\..\ace\Synch_T.i"\ - "..\..\..\..\..\ace\sys_conf.h"\ - "..\..\..\..\..\ace\Task.h"\ - "..\..\..\..\..\ace\Task.i"\ - "..\..\..\..\..\ace\Task_T.cpp"\ - "..\..\..\..\..\ace\Task_T.h"\ - "..\..\..\..\..\ace\Task_T.i"\ - "..\..\..\..\..\ace\Thread.h"\ - "..\..\..\..\..\ace\Thread.i"\ - "..\..\..\..\..\ace\Thread_Manager.h"\ - "..\..\..\..\..\ace\Thread_Manager.i"\ - "..\..\..\..\..\ace\Time_Value.h"\ - "..\..\..\..\..\ace\Timer_Queue.h"\ - "..\..\..\..\..\ace\Timer_Queue_T.cpp"\ - "..\..\..\..\..\ace\Timer_Queue_T.h"\ - "..\..\..\..\..\ace\Timer_Queue_T.i"\ - "..\..\..\..\..\ace\Trace.h"\ - "..\..\..\..\..\ace\Version.h"\ - "..\..\..\..\..\ace\WFMO_Reactor.h"\ - "..\..\..\..\..\ace\WFMO_Reactor.i"\ - "..\..\..\..\..\ace\ws2tcpip.h"\ - "..\..\..\..\tao\align.h"\ - "..\..\..\..\tao\any.h"\ - "..\..\..\..\tao\any.i"\ - "..\..\..\..\tao\cdr.h"\ - "..\..\..\..\tao\cdr.i"\ - "..\..\..\..\tao\client_factory.h"\ - "..\..\..\..\tao\compat\initguid.h"\ - "..\..\..\..\tao\compat\objbase.h"\ - "..\..\..\..\tao\connect.h"\ - "..\..\..\..\tao\connect.i"\ - "..\..\..\..\tao\corba.h"\ - "..\..\..\..\tao\corbacom.h"\ - "..\..\..\..\tao\corbacom.i"\ - "..\..\..\..\tao\debug.h"\ - "..\..\..\..\tao\default_client.h"\ - "..\..\..\..\tao\default_client.i"\ - "..\..\..\..\tao\default_server.h"\ - "..\..\..\..\tao\default_server.i"\ - "..\..\..\..\tao\except.h"\ - "..\..\..\..\tao\giop.h"\ - "..\..\..\..\tao\giop.i"\ - "..\..\..\..\tao\iiopobj.h"\ - "..\..\..\..\tao\iiopobj.i"\ - "..\..\..\..\tao\iioporb.h"\ - "..\..\..\..\tao\iioporb.i"\ - "..\..\..\..\tao\marshal.h"\ - "..\..\..\..\tao\marshal.i"\ - "..\..\..\..\tao\nvlist.h"\ - "..\..\..\..\tao\nvlist.i"\ - "..\..\..\..\tao\object.h"\ - "..\..\..\..\tao\object.i"\ - "..\..\..\..\tao\objtable.h"\ - "..\..\..\..\tao\optable.h"\ - "..\..\..\..\tao\orb.h"\ - "..\..\..\..\tao\orb_core.h"\ - "..\..\..\..\tao\orb_core.i"\ - "..\..\..\..\tao\orbconf.h"\ - "..\..\..\..\tao\orbobj.h"\ - "..\..\..\..\tao\orbobj.i"\ - "..\..\..\..\tao\params.h"\ - "..\..\..\..\tao\params.i"\ - "..\..\..\..\tao\poa.h"\ - "..\..\..\..\tao\poa.i"\ - "..\..\..\..\tao\principa.h"\ - "..\..\..\..\tao\request.h"\ - "..\..\..\..\tao\sequence.h"\ - "..\..\..\..\tao\sequence.i"\ - "..\..\..\..\tao\sequence_T.cpp"\ - "..\..\..\..\tao\sequence_T.h"\ - "..\..\..\..\tao\sequence_T.i"\ - "..\..\..\..\tao\server_factory.h"\ - "..\..\..\..\tao\server_factory.i"\ - "..\..\..\..\tao\singletons.h"\ - "..\..\..\..\tao\stub.h"\ - "..\..\..\..\tao\stub.i"\ - "..\..\..\..\tao\svrrqst.h"\ - "..\..\..\..\tao\typecode.h"\ - "..\..\..\..\tao\typecode.i"\ - ".\cubitC.h"\ - ".\cubitC.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\cubitC.obj" : $(SOURCE) $(DEP_CPP_CUBITC) "$(INTDIR)" ".\cubitC.h"\ - ".\cubitC.i" - - -SOURCE=.\cubitS.cpp -DEP_CPP_CUBITS=\ - "..\..\..\..\..\ace\Acceptor.cpp"\ - "..\..\..\..\..\ace\Acceptor.h"\ - "..\..\..\..\..\ace\Acceptor.i"\ - "..\..\..\..\..\ace\ACE.h"\ - "..\..\..\..\..\ace\ACE.i"\ - "..\..\..\..\..\ace\Addr.h"\ - "..\..\..\..\..\ace\Addr.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.h"\ - "..\..\..\..\..\ace\Connector.cpp"\ - "..\..\..\..\..\ace\Connector.h"\ - "..\..\..\..\..\ace\Connector.i"\ - "..\..\..\..\..\ace\Containers.cpp"\ - "..\..\..\..\..\ace\Containers.h"\ - "..\..\..\..\..\ace\Containers.i"\ - "..\..\..\..\..\ace\Dynamic.h"\ - "..\..\..\..\..\ace\Dynamic.i"\ - "..\..\..\..\..\ace\Dynamic_Service.cpp"\ - "..\..\..\..\..\ace\Dynamic_Service.h"\ - "..\..\..\..\..\ace\Event_Handler.h"\ - "..\..\..\..\..\ace\Event_Handler.i"\ - "..\..\..\..\..\ace\Free_List.cpp"\ - "..\..\..\..\..\ace\Free_List.h"\ - "..\..\..\..\..\ace\Free_List.i"\ - "..\..\..\..\..\ace\Get_Opt.h"\ - "..\..\..\..\..\ace\Get_Opt.i"\ - "..\..\..\..\..\ace\Handle_Set.h"\ - "..\..\..\..\..\ace\Handle_Set.i"\ - "..\..\..\..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\..\..\..\ace\Hash_Map_Manager.h"\ - "..\..\..\..\..\ace\inc_user_config.h"\ - "..\..\..\..\..\ace\INET_Addr.h"\ - "..\..\..\..\..\ace\INET_Addr.i"\ - "..\..\..\..\..\ace\IO_Cntl_Msg.h"\ - "..\..\..\..\..\ace\iosfwd.h"\ - "..\..\..\..\..\ace\IPC_SAP.h"\ - "..\..\..\..\..\ace\IPC_SAP.i"\ - "..\..\..\..\..\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\Map_Manager.cpp"\ - "..\..\..\..\..\ace\Map_Manager.h"\ - "..\..\..\..\..\ace\Map_Manager.i"\ - "..\..\..\..\..\ace\Mem_Map.h"\ - "..\..\..\..\..\ace\Mem_Map.i"\ - "..\..\..\..\..\ace\Memory_Pool.h"\ - "..\..\..\..\..\ace\Memory_Pool.i"\ - "..\..\..\..\..\ace\Message_Block.h"\ - "..\..\..\..\..\ace\Message_Block.i"\ - "..\..\..\..\..\ace\Message_Queue.cpp"\ - "..\..\..\..\..\ace\Message_Queue.h"\ - "..\..\..\..\..\ace\Message_Queue.i"\ - "..\..\..\..\..\ace\Module.cpp"\ - "..\..\..\..\..\ace\Module.h"\ - "..\..\..\..\..\ace\Module.i"\ - "..\..\..\..\..\ace\Object_Manager.h"\ - "..\..\..\..\..\ace\Object_Manager.i"\ - "..\..\..\..\..\ace\OS.h"\ - "..\..\..\..\..\ace\OS.i"\ - "..\..\..\..\..\ace\Reactor.h"\ - "..\..\..\..\..\ace\Reactor.i"\ - "..\..\..\..\..\ace\Reactor_Impl.h"\ - "..\..\..\..\..\ace\Service_Config.h"\ - "..\..\..\..\..\ace\Service_Config.i"\ - "..\..\..\..\..\ace\Service_Object.h"\ - "..\..\..\..\..\ace\Service_Object.i"\ - "..\..\..\..\..\ace\Service_Repository.h"\ - "..\..\..\..\..\ace\Service_Repository.i"\ - "..\..\..\..\..\ace\Service_Types.h"\ - "..\..\..\..\..\ace\Service_Types.i"\ - "..\..\..\..\..\ace\Shared_Object.h"\ - "..\..\..\..\..\ace\Shared_Object.i"\ - "..\..\..\..\..\ace\Signal.h"\ - "..\..\..\..\..\ace\Signal.i"\ - "..\..\..\..\..\ace\Singleton.cpp"\ - "..\..\..\..\..\ace\Singleton.h"\ - "..\..\..\..\..\ace\Singleton.i"\ - "..\..\..\..\..\ace\SOCK.h"\ - "..\..\..\..\..\ace\SOCK.i"\ - "..\..\..\..\..\ace\SOCK_Acceptor.h"\ - "..\..\..\..\..\ace\SOCK_Acceptor.i"\ - "..\..\..\..\..\ace\SOCK_Connector.h"\ - "..\..\..\..\..\ace\SOCK_Connector.i"\ - "..\..\..\..\..\ace\SOCK_IO.h"\ - "..\..\..\..\..\ace\SOCK_IO.i"\ - "..\..\..\..\..\ace\SOCK_Stream.h"\ - "..\..\..\..\..\ace\SOCK_Stream.i"\ - "..\..\..\..\..\ace\SString.h"\ - "..\..\..\..\..\ace\SString.i"\ - "..\..\..\..\..\ace\Strategies.h"\ - "..\..\..\..\..\ace\Strategies_T.cpp"\ - "..\..\..\..\..\ace\Strategies_T.h"\ - "..\..\..\..\..\ace\Stream_Modules.cpp"\ - "..\..\..\..\..\ace\Stream_Modules.h"\ - "..\..\..\..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\..\..\..\ace\Svc_Handler.cpp"\ - "..\..\..\..\..\ace\Svc_Handler.h"\ - "..\..\..\..\..\ace\Svc_Handler.i"\ - "..\..\..\..\..\ace\Synch.h"\ - "..\..\..\..\..\ace\Synch.i"\ - "..\..\..\..\..\ace\Synch_Options.h"\ - "..\..\..\..\..\ace\Synch_T.cpp"\ - "..\..\..\..\..\ace\Synch_T.h"\ - "..\..\..\..\..\ace\Synch_T.i"\ - "..\..\..\..\..\ace\sys_conf.h"\ - "..\..\..\..\..\ace\Task.h"\ - "..\..\..\..\..\ace\Task.i"\ - "..\..\..\..\..\ace\Task_T.cpp"\ - "..\..\..\..\..\ace\Task_T.h"\ - "..\..\..\..\..\ace\Task_T.i"\ - "..\..\..\..\..\ace\Thread.h"\ - "..\..\..\..\..\ace\Thread.i"\ - "..\..\..\..\..\ace\Thread_Manager.h"\ - "..\..\..\..\..\ace\Thread_Manager.i"\ - "..\..\..\..\..\ace\Time_Value.h"\ - "..\..\..\..\..\ace\Timer_Queue.h"\ - "..\..\..\..\..\ace\Timer_Queue_T.cpp"\ - "..\..\..\..\..\ace\Timer_Queue_T.h"\ - "..\..\..\..\..\ace\Timer_Queue_T.i"\ - "..\..\..\..\..\ace\Trace.h"\ - "..\..\..\..\..\ace\Version.h"\ - "..\..\..\..\..\ace\WFMO_Reactor.h"\ - "..\..\..\..\..\ace\WFMO_Reactor.i"\ - "..\..\..\..\..\ace\ws2tcpip.h"\ - "..\..\..\..\tao\align.h"\ - "..\..\..\..\tao\any.h"\ - "..\..\..\..\tao\any.i"\ - "..\..\..\..\tao\cdr.h"\ - "..\..\..\..\tao\cdr.i"\ - "..\..\..\..\tao\client_factory.h"\ - "..\..\..\..\tao\compat\initguid.h"\ - "..\..\..\..\tao\compat\objbase.h"\ - "..\..\..\..\tao\connect.h"\ - "..\..\..\..\tao\connect.i"\ - "..\..\..\..\tao\corba.h"\ - "..\..\..\..\tao\corbacom.h"\ - "..\..\..\..\tao\corbacom.i"\ - "..\..\..\..\tao\debug.h"\ - "..\..\..\..\tao\default_client.h"\ - "..\..\..\..\tao\default_client.i"\ - "..\..\..\..\tao\default_server.h"\ - "..\..\..\..\tao\default_server.i"\ - "..\..\..\..\tao\except.h"\ - "..\..\..\..\tao\giop.h"\ - "..\..\..\..\tao\giop.i"\ - "..\..\..\..\tao\iiopobj.h"\ - "..\..\..\..\tao\iiopobj.i"\ - "..\..\..\..\tao\iioporb.h"\ - "..\..\..\..\tao\iioporb.i"\ - "..\..\..\..\tao\marshal.h"\ - "..\..\..\..\tao\marshal.i"\ - "..\..\..\..\tao\nvlist.h"\ - "..\..\..\..\tao\nvlist.i"\ - "..\..\..\..\tao\object.h"\ - "..\..\..\..\tao\object.i"\ - "..\..\..\..\tao\objtable.h"\ - "..\..\..\..\tao\optable.h"\ - "..\..\..\..\tao\orb.h"\ - "..\..\..\..\tao\orb_core.h"\ - "..\..\..\..\tao\orb_core.i"\ - "..\..\..\..\tao\orbconf.h"\ - "..\..\..\..\tao\orbobj.h"\ - "..\..\..\..\tao\orbobj.i"\ - "..\..\..\..\tao\params.h"\ - "..\..\..\..\tao\params.i"\ - "..\..\..\..\tao\poa.h"\ - "..\..\..\..\tao\poa.i"\ - "..\..\..\..\tao\principa.h"\ - "..\..\..\..\tao\request.h"\ - "..\..\..\..\tao\sequence.h"\ - "..\..\..\..\tao\sequence.i"\ - "..\..\..\..\tao\sequence_T.cpp"\ - "..\..\..\..\tao\sequence_T.h"\ - "..\..\..\..\tao\sequence_T.i"\ - "..\..\..\..\tao\server_factory.h"\ - "..\..\..\..\tao\server_factory.i"\ - "..\..\..\..\tao\singletons.h"\ - "..\..\..\..\tao\stub.h"\ - "..\..\..\..\tao\stub.i"\ - "..\..\..\..\tao\svrrqst.h"\ - "..\..\..\..\tao\typecode.h"\ - "..\..\..\..\tao\typecode.i"\ - ".\cubitC.h"\ - ".\cubitC.i"\ - ".\cubitS.h"\ - ".\cubitS.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\cubitS.obj" : $(SOURCE) $(DEP_CPP_CUBITS) "$(INTDIR)" ".\cubitS.h"\ - ".\cubitS.i" ".\cubitC.h" ".\cubitC.i" - - -SOURCE=.\svr.cpp -DEP_CPP_SVR_C=\ - "..\..\..\..\..\ace\Acceptor.cpp"\ - "..\..\..\..\..\ace\Acceptor.h"\ - "..\..\..\..\..\ace\Acceptor.i"\ - "..\..\..\..\..\ace\ACE.h"\ - "..\..\..\..\..\ace\ACE.i"\ - "..\..\..\..\..\ace\Addr.h"\ - "..\..\..\..\..\ace\Addr.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.h"\ - "..\..\..\..\..\ace\Connector.cpp"\ - "..\..\..\..\..\ace\Connector.h"\ - "..\..\..\..\..\ace\Connector.i"\ - "..\..\..\..\..\ace\Containers.cpp"\ - "..\..\..\..\..\ace\Containers.h"\ - "..\..\..\..\..\ace\Containers.i"\ - "..\..\..\..\..\ace\Dynamic.h"\ - "..\..\..\..\..\ace\Dynamic.i"\ - "..\..\..\..\..\ace\Dynamic_Service.cpp"\ - "..\..\..\..\..\ace\Dynamic_Service.h"\ - "..\..\..\..\..\ace\Event_Handler.h"\ - "..\..\..\..\..\ace\Event_Handler.i"\ - "..\..\..\..\..\ace\Free_List.cpp"\ - "..\..\..\..\..\ace\Free_List.h"\ - "..\..\..\..\..\ace\Free_List.i"\ - "..\..\..\..\..\ace\Get_Opt.h"\ - "..\..\..\..\..\ace\Get_Opt.i"\ - "..\..\..\..\..\ace\Handle_Set.h"\ - "..\..\..\..\..\ace\Handle_Set.i"\ - "..\..\..\..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\..\..\..\ace\Hash_Map_Manager.h"\ - "..\..\..\..\..\ace\inc_user_config.h"\ - "..\..\..\..\..\ace\INET_Addr.h"\ - "..\..\..\..\..\ace\INET_Addr.i"\ - "..\..\..\..\..\ace\IO_Cntl_Msg.h"\ - "..\..\..\..\..\ace\iosfwd.h"\ - "..\..\..\..\..\ace\IPC_SAP.h"\ - "..\..\..\..\..\ace\IPC_SAP.i"\ - "..\..\..\..\..\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\Map_Manager.cpp"\ - "..\..\..\..\..\ace\Map_Manager.h"\ - "..\..\..\..\..\ace\Map_Manager.i"\ - "..\..\..\..\..\ace\Mem_Map.h"\ - "..\..\..\..\..\ace\Mem_Map.i"\ - "..\..\..\..\..\ace\Memory_Pool.h"\ - "..\..\..\..\..\ace\Memory_Pool.i"\ - "..\..\..\..\..\ace\Message_Block.h"\ - "..\..\..\..\..\ace\Message_Block.i"\ - "..\..\..\..\..\ace\Message_Queue.cpp"\ - "..\..\..\..\..\ace\Message_Queue.h"\ - "..\..\..\..\..\ace\Message_Queue.i"\ - "..\..\..\..\..\ace\Module.cpp"\ - "..\..\..\..\..\ace\Module.h"\ - "..\..\..\..\..\ace\Module.i"\ - "..\..\..\..\..\ace\Object_Manager.h"\ - "..\..\..\..\..\ace\Object_Manager.i"\ - "..\..\..\..\..\ace\OS.h"\ - "..\..\..\..\..\ace\OS.i"\ - "..\..\..\..\..\ace\Reactor.h"\ - "..\..\..\..\..\ace\Reactor.i"\ - "..\..\..\..\..\ace\Reactor_Impl.h"\ - "..\..\..\..\..\ace\Service_Config.h"\ - "..\..\..\..\..\ace\Service_Config.i"\ - "..\..\..\..\..\ace\Service_Object.h"\ - "..\..\..\..\..\ace\Service_Object.i"\ - "..\..\..\..\..\ace\Service_Repository.h"\ - "..\..\..\..\..\ace\Service_Repository.i"\ - "..\..\..\..\..\ace\Service_Types.h"\ - "..\..\..\..\..\ace\Service_Types.i"\ - "..\..\..\..\..\ace\Shared_Object.h"\ - "..\..\..\..\..\ace\Shared_Object.i"\ - "..\..\..\..\..\ace\Signal.h"\ - "..\..\..\..\..\ace\Signal.i"\ - "..\..\..\..\..\ace\Singleton.cpp"\ - "..\..\..\..\..\ace\Singleton.h"\ - "..\..\..\..\..\ace\Singleton.i"\ - "..\..\..\..\..\ace\SOCK.h"\ - "..\..\..\..\..\ace\SOCK.i"\ - "..\..\..\..\..\ace\SOCK_Acceptor.h"\ - "..\..\..\..\..\ace\SOCK_Acceptor.i"\ - "..\..\..\..\..\ace\SOCK_Connector.h"\ - "..\..\..\..\..\ace\SOCK_Connector.i"\ - "..\..\..\..\..\ace\SOCK_IO.h"\ - "..\..\..\..\..\ace\SOCK_IO.i"\ - "..\..\..\..\..\ace\SOCK_Stream.h"\ - "..\..\..\..\..\ace\SOCK_Stream.i"\ - "..\..\..\..\..\ace\SString.h"\ - "..\..\..\..\..\ace\SString.i"\ - "..\..\..\..\..\ace\Strategies.h"\ - "..\..\..\..\..\ace\Strategies_T.cpp"\ - "..\..\..\..\..\ace\Strategies_T.h"\ - "..\..\..\..\..\ace\Stream_Modules.cpp"\ - "..\..\..\..\..\ace\Stream_Modules.h"\ - "..\..\..\..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\..\..\..\ace\Svc_Handler.cpp"\ - "..\..\..\..\..\ace\Svc_Handler.h"\ - "..\..\..\..\..\ace\Svc_Handler.i"\ - "..\..\..\..\..\ace\Synch.h"\ - "..\..\..\..\..\ace\Synch.i"\ - "..\..\..\..\..\ace\Synch_Options.h"\ - "..\..\..\..\..\ace\Synch_T.cpp"\ - "..\..\..\..\..\ace\Synch_T.h"\ - "..\..\..\..\..\ace\Synch_T.i"\ - "..\..\..\..\..\ace\sys_conf.h"\ - "..\..\..\..\..\ace\Task.h"\ - "..\..\..\..\..\ace\Task.i"\ - "..\..\..\..\..\ace\Task_T.cpp"\ - "..\..\..\..\..\ace\Task_T.h"\ - "..\..\..\..\..\ace\Task_T.i"\ - "..\..\..\..\..\ace\Thread.h"\ - "..\..\..\..\..\ace\Thread.i"\ - "..\..\..\..\..\ace\Thread_Manager.h"\ - "..\..\..\..\..\ace\Thread_Manager.i"\ - "..\..\..\..\..\ace\Time_Value.h"\ - "..\..\..\..\..\ace\Timer_Queue.h"\ - "..\..\..\..\..\ace\Timer_Queue_T.cpp"\ - "..\..\..\..\..\ace\Timer_Queue_T.h"\ - "..\..\..\..\..\ace\Timer_Queue_T.i"\ - "..\..\..\..\..\ace\Trace.h"\ - "..\..\..\..\..\ace\Version.h"\ - "..\..\..\..\..\ace\WFMO_Reactor.h"\ - "..\..\..\..\..\ace\WFMO_Reactor.i"\ - "..\..\..\..\..\ace\ws2tcpip.h"\ - "..\..\..\..\tao\align.h"\ - "..\..\..\..\tao\any.h"\ - "..\..\..\..\tao\any.i"\ - "..\..\..\..\tao\cdr.h"\ - "..\..\..\..\tao\cdr.i"\ - "..\..\..\..\tao\client_factory.h"\ - "..\..\..\..\tao\compat\initguid.h"\ - "..\..\..\..\tao\compat\objbase.h"\ - "..\..\..\..\tao\connect.h"\ - "..\..\..\..\tao\connect.i"\ - "..\..\..\..\tao\corba.h"\ - "..\..\..\..\tao\corbacom.h"\ - "..\..\..\..\tao\corbacom.i"\ - "..\..\..\..\tao\debug.h"\ - "..\..\..\..\tao\default_client.h"\ - "..\..\..\..\tao\default_client.i"\ - "..\..\..\..\tao\default_server.h"\ - "..\..\..\..\tao\default_server.i"\ - "..\..\..\..\tao\except.h"\ - "..\..\..\..\tao\giop.h"\ - "..\..\..\..\tao\giop.i"\ - "..\..\..\..\tao\iiopobj.h"\ - "..\..\..\..\tao\iiopobj.i"\ - "..\..\..\..\tao\iioporb.h"\ - "..\..\..\..\tao\iioporb.i"\ - "..\..\..\..\tao\marshal.h"\ - "..\..\..\..\tao\marshal.i"\ - "..\..\..\..\tao\nvlist.h"\ - "..\..\..\..\tao\nvlist.i"\ - "..\..\..\..\tao\object.h"\ - "..\..\..\..\tao\object.i"\ - "..\..\..\..\tao\objtable.h"\ - "..\..\..\..\tao\optable.h"\ - "..\..\..\..\tao\orb.h"\ - "..\..\..\..\tao\orb_core.h"\ - "..\..\..\..\tao\orb_core.i"\ - "..\..\..\..\tao\orbconf.h"\ - "..\..\..\..\tao\orbobj.h"\ - "..\..\..\..\tao\orbobj.i"\ - "..\..\..\..\tao\params.h"\ - "..\..\..\..\tao\params.i"\ - "..\..\..\..\tao\poa.h"\ - "..\..\..\..\tao\poa.i"\ - "..\..\..\..\tao\principa.h"\ - "..\..\..\..\tao\request.h"\ - "..\..\..\..\tao\sequence.h"\ - "..\..\..\..\tao\sequence.i"\ - "..\..\..\..\tao\sequence_T.cpp"\ - "..\..\..\..\tao\sequence_T.h"\ - "..\..\..\..\tao\sequence_T.i"\ - "..\..\..\..\tao\server_factory.h"\ - "..\..\..\..\tao\server_factory.i"\ - "..\..\..\..\tao\singletons.h"\ - "..\..\..\..\tao\stub.h"\ - "..\..\..\..\tao\stub.i"\ - "..\..\..\..\tao\svrrqst.h"\ - "..\..\..\..\tao\typecode.h"\ - "..\..\..\..\tao\typecode.i"\ - ".\cubit_i.h"\ - ".\cubitC.h"\ - ".\cubitC.i"\ - ".\cubitS.h"\ - ".\cubitS.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\svr.obj" : $(SOURCE) $(DEP_CPP_SVR_C) "$(INTDIR)" ".\cubitS.h"\ - ".\cubitC.h" ".\cubitS.i" ".\cubitC.i" - - - -!ENDIF - diff --git a/TAO/tests/Cubit/TAO/MT_Cubit/VCAUTO.MAK b/TAO/tests/Cubit/TAO/MT_Cubit/VCAUTO.MAK deleted file mode 100644 index bda9bf9c2a8..00000000000 --- a/TAO/tests/Cubit/TAO/MT_Cubit/VCAUTO.MAK +++ /dev/null @@ -1,5 +0,0 @@ -# TAO/tests/Cubit/TAO/MT_Cubit/ - -MAK_LIST = server client - -!INCLUDE <$(ACE_ROOT)\include\makeinclude\VC50_DIR.MAK> diff --git a/TAO/tests/Cubit/TAO/MT_Cubit/client.MAK b/TAO/tests/Cubit/TAO/MT_Cubit/client.MAK deleted file mode 100644 index 28c8c4f1672..00000000000 --- a/TAO/tests/Cubit/TAO/MT_Cubit/client.MAK +++ /dev/null @@ -1,603 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on client.dsp -!IF "$(CFG)" == "" -CFG=client - Win32 Debug -!MESSAGE No configuration specified. Defaulting to client - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "client - Win32 Release" && "$(CFG)" != "client - Win32 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "client.mak" CFG="client - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "client - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "client - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "client - Win32 Release" - -OUTDIR=. -INTDIR=.\Release -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "cubitS.i" "cubitS.h" "cubitS.cpp" "cubitC.i" "cubitC.h" "cubitC.cpp"\ - "$(OUTDIR)\client.exe" - -!ELSE - -ALL : "cubitS.i" "cubitS.h" "cubitS.cpp" "cubitC.i" "cubitC.h" "cubitC.cpp"\ - "$(OUTDIR)\client.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\client.obj" - -@erase "$(INTDIR)\cubitC.obj" - -@erase "$(INTDIR)\Task_Client.obj" - -@erase "$(INTDIR)\Util_Thread.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(OUTDIR)\client.exe" - -@erase "cubitC.cpp" - -@erase "cubitC.h" - -@erase "cubitC.i" - -@erase "cubitS.cpp" - -@erase "cubitS.h" - -@erase "cubitS.i" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "..\..\..\..\\" /I "..\..\..\..\..\\" /D\ - "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "PRIORITY_INV_TEST"\ - /Fp"$(INTDIR)\client.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\Release/ -CPP_SBRS=. -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\client.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=ace.lib TAO.lib /nologo /subsystem:console /incremental:no\ - /pdb:"$(OUTDIR)\client.pdb" /machine:I386 /out:"$(OUTDIR)\client.exe"\ - /libpath:"..\..\..\..\tao" /libpath:"..\..\..\..\..\ace" -LINK32_OBJS= \ - "$(INTDIR)\client.obj" \ - "$(INTDIR)\cubitC.obj" \ - "$(INTDIR)\Task_Client.obj" \ - "$(INTDIR)\Util_Thread.obj" - -"$(OUTDIR)\client.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "client - Win32 Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "cubitS.i" "cubitS.h" "cubitS.cpp" "cubitC.i" "cubitC.h" "cubitC.cpp"\ - "$(OUTDIR)\client.exe" - -!ELSE - -ALL : "cubitS.i" "cubitS.h" "cubitS.cpp" "cubitC.i" "cubitC.h" "cubitC.cpp"\ - "$(OUTDIR)\client.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\client.obj" - -@erase "$(INTDIR)\cubitC.obj" - -@erase "$(INTDIR)\Task_Client.obj" - -@erase "$(INTDIR)\Util_Thread.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\client.exe" - -@erase "$(OUTDIR)\client.ilk" - -@erase "$(OUTDIR)\client.pdb" - -@erase "cubitC.cpp" - -@erase "cubitC.h" - -@erase "cubitC.i" - -@erase "cubitS.cpp" - -@erase "cubitS.h" - -@erase "cubitS.i" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\..\..\\" /I\ - "..\..\..\..\..\\" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PRIORITY_INV_TEST"\ - /Fp"$(INTDIR)\client.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\client.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib TAO.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\client.pdb" /debug /machine:I386 /out:"$(OUTDIR)\client.exe"\ - /pdbtype:sept /libpath:"..\..\..\..\tao" /libpath:"..\..\..\..\..\ace" -LINK32_OBJS= \ - "$(INTDIR)\client.obj" \ - "$(INTDIR)\cubitC.obj" \ - "$(INTDIR)\Task_Client.obj" \ - "$(INTDIR)\Util_Thread.obj" - -"$(OUTDIR)\client.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - - -!IF "$(CFG)" == "client - Win32 Release" || "$(CFG)" == "client - Win32 Debug" -SOURCE=.\client.cpp -DEP_CPP_CLIEN=\ - "..\..\..\..\..\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.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\Get_Opt.h"\ - "..\..\..\..\..\ace\Get_Opt.i"\ - "..\..\..\..\..\ace\Handle_Set.h"\ - "..\..\..\..\..\ace\Handle_Set.i"\ - "..\..\..\..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\..\..\..\ace\Hash_Map_Manager.h"\ - "..\..\..\..\..\ace\High_Res_Timer.h"\ - "..\..\..\..\..\ace\High_Res_Timer.i"\ - "..\..\..\..\..\ace\inc_user_config.h"\ - "..\..\..\..\..\ace\IO_Cntl_Msg.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\Message_Block.h"\ - "..\..\..\..\..\ace\Message_Block.i"\ - "..\..\..\..\..\ace\Message_Queue.cpp"\ - "..\..\..\..\..\ace\Message_Queue.h"\ - "..\..\..\..\..\ace\Message_Queue.i"\ - "..\..\..\..\..\ace\Module.cpp"\ - "..\..\..\..\..\ace\Module.h"\ - "..\..\..\..\..\ace\Module.i"\ - "..\..\..\..\..\ace\Object_Manager.h"\ - "..\..\..\..\..\ace\Object_Manager.i"\ - "..\..\..\..\..\ace\OS.h"\ - "..\..\..\..\..\ace\OS.i"\ - "..\..\..\..\..\ace\Profile_Timer.h"\ - "..\..\..\..\..\ace\Profile_Timer.i"\ - "..\..\..\..\..\ace\Reactor.h"\ - "..\..\..\..\..\ace\Reactor.i"\ - "..\..\..\..\..\ace\Reactor_Impl.h"\ - "..\..\..\..\..\ace\Sched_Params.h"\ - "..\..\..\..\..\ace\Sched_Params.i"\ - "..\..\..\..\..\ace\Service_Config.h"\ - "..\..\..\..\..\ace\Service_Config.i"\ - "..\..\..\..\..\ace\Service_Object.h"\ - "..\..\..\..\..\ace\Service_Object.i"\ - "..\..\..\..\..\ace\Service_Types.h"\ - "..\..\..\..\..\ace\Service_Types.i"\ - "..\..\..\..\..\ace\Shared_Object.h"\ - "..\..\..\..\..\ace\Shared_Object.i"\ - "..\..\..\..\..\ace\Signal.h"\ - "..\..\..\..\..\ace\Signal.i"\ - "..\..\..\..\..\ace\SString.h"\ - "..\..\..\..\..\ace\SString.i"\ - "..\..\..\..\..\ace\Strategies.h"\ - "..\..\..\..\..\ace\Strategies_T.cpp"\ - "..\..\..\..\..\ace\Strategies_T.h"\ - "..\..\..\..\..\ace\Stream_Modules.cpp"\ - "..\..\..\..\..\ace\Stream_Modules.h"\ - "..\..\..\..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\..\..\..\ace\Synch.h"\ - "..\..\..\..\..\ace\Synch.i"\ - "..\..\..\..\..\ace\Synch_Options.h"\ - "..\..\..\..\..\ace\Synch_T.cpp"\ - "..\..\..\..\..\ace\Synch_T.h"\ - "..\..\..\..\..\ace\Synch_T.i"\ - "..\..\..\..\..\ace\sys_conf.h"\ - "..\..\..\..\..\ace\Task.h"\ - "..\..\..\..\..\ace\Task.i"\ - "..\..\..\..\..\ace\Task_T.cpp"\ - "..\..\..\..\..\ace\Task_T.h"\ - "..\..\..\..\..\ace\Task_T.i"\ - "..\..\..\..\..\ace\Thread.h"\ - "..\..\..\..\..\ace\Thread.i"\ - "..\..\..\..\..\ace\Thread_Manager.h"\ - "..\..\..\..\..\ace\Thread_Manager.i"\ - "..\..\..\..\..\ace\Time_Value.h"\ - "..\..\..\..\..\ace\Timer_Queue.h"\ - "..\..\..\..\..\ace\Timer_Queue_T.cpp"\ - "..\..\..\..\..\ace\Timer_Queue_T.h"\ - "..\..\..\..\..\ace\Timer_Queue_T.i"\ - "..\..\..\..\..\ace\Trace.h"\ - "..\..\..\..\..\ace\Version.h"\ - "..\..\..\..\..\ace\WFMO_Reactor.h"\ - "..\..\..\..\..\ace\WFMO_Reactor.i"\ - "..\..\..\..\..\ace\ws2tcpip.h"\ - ".\client.h"\ - ".\Task_Client.h"\ - ".\Util_Thread.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - -NODEP_CPP_CLIEN=\ - ".\cubitC.h"\ - - -"$(INTDIR)\client.obj" : $(SOURCE) $(DEP_CPP_CLIEN) "$(INTDIR)" ".\cubitC.h" - - -SOURCE=.\cubit.idl - -!IF "$(CFG)" == "client - Win32 Release" - -InputPath=.\cubit.idl - -"cubitC.h" "cubitC.i" "cubitC.cpp" "cubitS.h" "cubitS.i" "cubitS.cpp" : \ -$(SOURCE) "$(INTDIR)" "$(OUTDIR)" - ..\..\..\..\tao_idl\tao_idl cubit.idl - -!ELSEIF "$(CFG)" == "client - Win32 Debug" - -InputPath=.\cubit.idl - -"cubitC.h" "cubitC.i" "cubitC.cpp" "cubitS.h" "cubitS.i" "cubitS.cpp" : \ -$(SOURCE) "$(INTDIR)" "$(OUTDIR)" - ..\..\..\..\tao_idl\tao_idl cubit.idl - -!ENDIF - -SOURCE=.\cubitC.cpp - -"$(INTDIR)\cubitC.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\Task_Client.cpp -DEP_CPP_TASK_=\ - "..\..\..\..\..\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.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\Get_Opt.h"\ - "..\..\..\..\..\ace\Get_Opt.i"\ - "..\..\..\..\..\ace\Handle_Set.h"\ - "..\..\..\..\..\ace\Handle_Set.i"\ - "..\..\..\..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\..\..\..\ace\Hash_Map_Manager.h"\ - "..\..\..\..\..\ace\High_Res_Timer.h"\ - "..\..\..\..\..\ace\High_Res_Timer.i"\ - "..\..\..\..\..\ace\inc_user_config.h"\ - "..\..\..\..\..\ace\IO_Cntl_Msg.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\Message_Block.h"\ - "..\..\..\..\..\ace\Message_Block.i"\ - "..\..\..\..\..\ace\Message_Queue.cpp"\ - "..\..\..\..\..\ace\Message_Queue.h"\ - "..\..\..\..\..\ace\Message_Queue.i"\ - "..\..\..\..\..\ace\Module.cpp"\ - "..\..\..\..\..\ace\Module.h"\ - "..\..\..\..\..\ace\Module.i"\ - "..\..\..\..\..\ace\Object_Manager.h"\ - "..\..\..\..\..\ace\Object_Manager.i"\ - "..\..\..\..\..\ace\OS.h"\ - "..\..\..\..\..\ace\OS.i"\ - "..\..\..\..\..\ace\Profile_Timer.h"\ - "..\..\..\..\..\ace\Profile_Timer.i"\ - "..\..\..\..\..\ace\Reactor.h"\ - "..\..\..\..\..\ace\Reactor.i"\ - "..\..\..\..\..\ace\Reactor_Impl.h"\ - "..\..\..\..\..\ace\Service_Config.h"\ - "..\..\..\..\..\ace\Service_Config.i"\ - "..\..\..\..\..\ace\Service_Object.h"\ - "..\..\..\..\..\ace\Service_Object.i"\ - "..\..\..\..\..\ace\Service_Types.h"\ - "..\..\..\..\..\ace\Service_Types.i"\ - "..\..\..\..\..\ace\Shared_Object.h"\ - "..\..\..\..\..\ace\Shared_Object.i"\ - "..\..\..\..\..\ace\Signal.h"\ - "..\..\..\..\..\ace\Signal.i"\ - "..\..\..\..\..\ace\SString.h"\ - "..\..\..\..\..\ace\SString.i"\ - "..\..\..\..\..\ace\Strategies.h"\ - "..\..\..\..\..\ace\Strategies_T.cpp"\ - "..\..\..\..\..\ace\Strategies_T.h"\ - "..\..\..\..\..\ace\Stream_Modules.cpp"\ - "..\..\..\..\..\ace\Stream_Modules.h"\ - "..\..\..\..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\..\..\..\ace\Synch.h"\ - "..\..\..\..\..\ace\Synch.i"\ - "..\..\..\..\..\ace\Synch_Options.h"\ - "..\..\..\..\..\ace\Synch_T.cpp"\ - "..\..\..\..\..\ace\Synch_T.h"\ - "..\..\..\..\..\ace\Synch_T.i"\ - "..\..\..\..\..\ace\sys_conf.h"\ - "..\..\..\..\..\ace\Task.h"\ - "..\..\..\..\..\ace\Task.i"\ - "..\..\..\..\..\ace\Task_T.cpp"\ - "..\..\..\..\..\ace\Task_T.h"\ - "..\..\..\..\..\ace\Task_T.i"\ - "..\..\..\..\..\ace\Thread.h"\ - "..\..\..\..\..\ace\Thread.i"\ - "..\..\..\..\..\ace\Thread_Manager.h"\ - "..\..\..\..\..\ace\Thread_Manager.i"\ - "..\..\..\..\..\ace\Time_Value.h"\ - "..\..\..\..\..\ace\Timer_Queue.h"\ - "..\..\..\..\..\ace\Timer_Queue_T.cpp"\ - "..\..\..\..\..\ace\Timer_Queue_T.h"\ - "..\..\..\..\..\ace\Timer_Queue_T.i"\ - "..\..\..\..\..\ace\Trace.h"\ - "..\..\..\..\..\ace\Version.h"\ - "..\..\..\..\..\ace\WFMO_Reactor.h"\ - "..\..\..\..\..\ace\WFMO_Reactor.i"\ - "..\..\..\..\..\ace\ws2tcpip.h"\ - ".\Task_Client.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - -NODEP_CPP_TASK_=\ - ".\cubitC.h"\ - ".\my_time.h"\ - - -"$(INTDIR)\Task_Client.obj" : $(SOURCE) $(DEP_CPP_TASK_) "$(INTDIR)"\ - ".\cubitC.h" - - -SOURCE=.\Util_Thread.cpp -DEP_CPP_UTIL_=\ - "..\..\..\..\..\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.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\Get_Opt.h"\ - "..\..\..\..\..\ace\Get_Opt.i"\ - "..\..\..\..\..\ace\Handle_Set.h"\ - "..\..\..\..\..\ace\Handle_Set.i"\ - "..\..\..\..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\..\..\..\ace\Hash_Map_Manager.h"\ - "..\..\..\..\..\ace\High_Res_Timer.h"\ - "..\..\..\..\..\ace\High_Res_Timer.i"\ - "..\..\..\..\..\ace\inc_user_config.h"\ - "..\..\..\..\..\ace\IO_Cntl_Msg.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\Message_Block.h"\ - "..\..\..\..\..\ace\Message_Block.i"\ - "..\..\..\..\..\ace\Message_Queue.cpp"\ - "..\..\..\..\..\ace\Message_Queue.h"\ - "..\..\..\..\..\ace\Message_Queue.i"\ - "..\..\..\..\..\ace\Module.cpp"\ - "..\..\..\..\..\ace\Module.h"\ - "..\..\..\..\..\ace\Module.i"\ - "..\..\..\..\..\ace\Object_Manager.h"\ - "..\..\..\..\..\ace\Object_Manager.i"\ - "..\..\..\..\..\ace\OS.h"\ - "..\..\..\..\..\ace\OS.i"\ - "..\..\..\..\..\ace\Profile_Timer.h"\ - "..\..\..\..\..\ace\Profile_Timer.i"\ - "..\..\..\..\..\ace\Reactor.h"\ - "..\..\..\..\..\ace\Reactor.i"\ - "..\..\..\..\..\ace\Reactor_Impl.h"\ - "..\..\..\..\..\ace\Service_Config.h"\ - "..\..\..\..\..\ace\Service_Config.i"\ - "..\..\..\..\..\ace\Service_Object.h"\ - "..\..\..\..\..\ace\Service_Object.i"\ - "..\..\..\..\..\ace\Service_Types.h"\ - "..\..\..\..\..\ace\Service_Types.i"\ - "..\..\..\..\..\ace\Shared_Object.h"\ - "..\..\..\..\..\ace\Shared_Object.i"\ - "..\..\..\..\..\ace\Signal.h"\ - "..\..\..\..\..\ace\Signal.i"\ - "..\..\..\..\..\ace\SString.h"\ - "..\..\..\..\..\ace\SString.i"\ - "..\..\..\..\..\ace\Strategies.h"\ - "..\..\..\..\..\ace\Strategies_T.cpp"\ - "..\..\..\..\..\ace\Strategies_T.h"\ - "..\..\..\..\..\ace\Stream_Modules.cpp"\ - "..\..\..\..\..\ace\Stream_Modules.h"\ - "..\..\..\..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\..\..\..\ace\Synch.h"\ - "..\..\..\..\..\ace\Synch.i"\ - "..\..\..\..\..\ace\Synch_Options.h"\ - "..\..\..\..\..\ace\Synch_T.cpp"\ - "..\..\..\..\..\ace\Synch_T.h"\ - "..\..\..\..\..\ace\Synch_T.i"\ - "..\..\..\..\..\ace\sys_conf.h"\ - "..\..\..\..\..\ace\Task.h"\ - "..\..\..\..\..\ace\Task.i"\ - "..\..\..\..\..\ace\Task_T.cpp"\ - "..\..\..\..\..\ace\Task_T.h"\ - "..\..\..\..\..\ace\Task_T.i"\ - "..\..\..\..\..\ace\Thread.h"\ - "..\..\..\..\..\ace\Thread.i"\ - "..\..\..\..\..\ace\Thread_Manager.h"\ - "..\..\..\..\..\ace\Thread_Manager.i"\ - "..\..\..\..\..\ace\Time_Value.h"\ - "..\..\..\..\..\ace\Timer_Queue.h"\ - "..\..\..\..\..\ace\Timer_Queue_T.cpp"\ - "..\..\..\..\..\ace\Timer_Queue_T.h"\ - "..\..\..\..\..\ace\Timer_Queue_T.i"\ - "..\..\..\..\..\ace\Trace.h"\ - "..\..\..\..\..\ace\Version.h"\ - "..\..\..\..\..\ace\WFMO_Reactor.h"\ - "..\..\..\..\..\ace\WFMO_Reactor.i"\ - "..\..\..\..\..\ace\ws2tcpip.h"\ - ".\Task_Client.h"\ - ".\Util_Thread.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - -NODEP_CPP_UTIL_=\ - ".\cubitC.h"\ - - -"$(INTDIR)\Util_Thread.obj" : $(SOURCE) $(DEP_CPP_UTIL_) "$(INTDIR)"\ - ".\cubitC.h" - - - -!ENDIF - diff --git a/TAO/tests/Cubit/TAO/MT_Cubit/server.MAK b/TAO/tests/Cubit/TAO/MT_Cubit/server.MAK deleted file mode 100644 index 14e7cc85e27..00000000000 --- a/TAO/tests/Cubit/TAO/MT_Cubit/server.MAK +++ /dev/null @@ -1,444 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on server.dsp -!IF "$(CFG)" == "" -CFG=server - Win32 Debug -!MESSAGE No configuration specified. Defaulting to server - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "server - Win32 Release" && "$(CFG)" != "server - Win32 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "server.mak" CFG="server - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "server - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "server - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "server - Win32 Release" - -OUTDIR=. -INTDIR=.\Release -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "cubitS.i" "cubitS.h" "cubitS.cpp" "cubitC.i" "cubitC.h" "cubitC.cpp"\ - "$(OUTDIR)\server.exe" - -!ELSE - -ALL : "cubitS.i" "cubitS.h" "cubitS.cpp" "cubitC.i" "cubitC.h" "cubitC.cpp"\ - "$(OUTDIR)\server.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\cubit_i.obj" - -@erase "$(INTDIR)\cubitC.obj" - -@erase "$(INTDIR)\cubitS.obj" - -@erase "$(INTDIR)\svr.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(OUTDIR)\server.exe" - -@erase "cubitC.cpp" - -@erase "cubitC.h" - -@erase "cubitC.i" - -@erase "cubitS.cpp" - -@erase "cubitS.h" - -@erase "cubitS.i" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "..\..\..\..\\" /I "..\..\..\..\..\\" /D\ - "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "PRIORITY_INV_TEST"\ - /Fp"$(INTDIR)\server.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\Release/ -CPP_SBRS=. -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\server.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=ace.lib TAO.lib /nologo /subsystem:console /incremental:no\ - /pdb:"$(OUTDIR)\server.pdb" /machine:I386 /out:"$(OUTDIR)\server.exe"\ - /libpath:"..\..\..\..\tao" /libpath:"..\..\..\..\..\ace" -LINK32_OBJS= \ - "$(INTDIR)\cubit_i.obj" \ - "$(INTDIR)\cubitC.obj" \ - "$(INTDIR)\cubitS.obj" \ - "$(INTDIR)\svr.obj" - -"$(OUTDIR)\server.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "server - Win32 Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "cubitS.i" "cubitS.h" "cubitS.cpp" "cubitC.i" "cubitC.h" "cubitC.cpp"\ - "$(OUTDIR)\server.exe" - -!ELSE - -ALL : "cubitS.i" "cubitS.h" "cubitS.cpp" "cubitC.i" "cubitC.h" "cubitC.cpp"\ - "$(OUTDIR)\server.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\cubit_i.obj" - -@erase "$(INTDIR)\cubitC.obj" - -@erase "$(INTDIR)\cubitS.obj" - -@erase "$(INTDIR)\svr.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\server.exe" - -@erase "$(OUTDIR)\server.ilk" - -@erase "$(OUTDIR)\server.pdb" - -@erase "cubitC.cpp" - -@erase "cubitC.h" - -@erase "cubitC.i" - -@erase "cubitS.cpp" - -@erase "cubitS.h" - -@erase "cubitS.i" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\..\..\\" /I\ - "..\..\..\..\..\\" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PRIORITY_INV_TEST"\ - /Fp"$(INTDIR)\server.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\server.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib TAO.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\server.pdb" /debug /machine:I386 /out:"$(OUTDIR)\server.exe"\ - /pdbtype:sept /libpath:"..\..\..\..\tao" /libpath:"..\..\..\..\..\ace" -LINK32_OBJS= \ - "$(INTDIR)\cubit_i.obj" \ - "$(INTDIR)\cubitC.obj" \ - "$(INTDIR)\cubitS.obj" \ - "$(INTDIR)\svr.obj" - -"$(OUTDIR)\server.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - - -!IF "$(CFG)" == "server - Win32 Release" || "$(CFG)" == "server - Win32 Debug" -SOURCE=.\cubit.idl - -!IF "$(CFG)" == "server - Win32 Release" - -InputPath=.\cubit.idl - -"cubitC.h" "cubitC.i" "cubitC.cpp" "cubitS.h" "cubitS.i" "cubitS.cpp" : \ -$(SOURCE) "$(INTDIR)" "$(OUTDIR)" - ..\..\..\..\tao_idl\tao_idl cubit.idl - -!ELSEIF "$(CFG)" == "server - Win32 Debug" - -InputPath=.\cubit.idl - -"cubitC.h" "cubitC.i" "cubitC.cpp" "cubitS.h" "cubitS.i" "cubitS.cpp" : \ -$(SOURCE) "$(INTDIR)" "$(OUTDIR)" - ..\..\..\..\tao_idl\tao_idl cubit.idl - -!ENDIF - -SOURCE=.\cubit_i.cpp -DEP_CPP_CUBIT=\ - "..\..\..\..\..\ace\Acceptor.cpp"\ - "..\..\..\..\..\ace\Acceptor.h"\ - "..\..\..\..\..\ace\Acceptor.i"\ - "..\..\..\..\..\ace\ACE.h"\ - "..\..\..\..\..\ace\ACE.i"\ - "..\..\..\..\..\ace\Addr.h"\ - "..\..\..\..\..\ace\Addr.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.h"\ - "..\..\..\..\..\ace\Connector.cpp"\ - "..\..\..\..\..\ace\Connector.h"\ - "..\..\..\..\..\ace\Connector.i"\ - "..\..\..\..\..\ace\Containers.cpp"\ - "..\..\..\..\..\ace\Containers.h"\ - "..\..\..\..\..\ace\Containers.i"\ - "..\..\..\..\..\ace\Dynamic.h"\ - "..\..\..\..\..\ace\Dynamic.i"\ - "..\..\..\..\..\ace\Dynamic_Service.cpp"\ - "..\..\..\..\..\ace\Dynamic_Service.h"\ - "..\..\..\..\..\ace\Event_Handler.h"\ - "..\..\..\..\..\ace\Event_Handler.i"\ - "..\..\..\..\..\ace\Free_List.cpp"\ - "..\..\..\..\..\ace\Free_List.h"\ - "..\..\..\..\..\ace\Free_List.i"\ - "..\..\..\..\..\ace\Get_Opt.h"\ - "..\..\..\..\..\ace\Get_Opt.i"\ - "..\..\..\..\..\ace\Handle_Set.h"\ - "..\..\..\..\..\ace\Handle_Set.i"\ - "..\..\..\..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\..\..\..\ace\Hash_Map_Manager.h"\ - "..\..\..\..\..\ace\inc_user_config.h"\ - "..\..\..\..\..\ace\INET_Addr.h"\ - "..\..\..\..\..\ace\INET_Addr.i"\ - "..\..\..\..\..\ace\IO_Cntl_Msg.h"\ - "..\..\..\..\..\ace\iosfwd.h"\ - "..\..\..\..\..\ace\IPC_SAP.h"\ - "..\..\..\..\..\ace\IPC_SAP.i"\ - "..\..\..\..\..\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\Map_Manager.cpp"\ - "..\..\..\..\..\ace\Map_Manager.h"\ - "..\..\..\..\..\ace\Map_Manager.i"\ - "..\..\..\..\..\ace\Mem_Map.h"\ - "..\..\..\..\..\ace\Mem_Map.i"\ - "..\..\..\..\..\ace\Memory_Pool.h"\ - "..\..\..\..\..\ace\Memory_Pool.i"\ - "..\..\..\..\..\ace\Message_Block.h"\ - "..\..\..\..\..\ace\Message_Block.i"\ - "..\..\..\..\..\ace\Message_Queue.cpp"\ - "..\..\..\..\..\ace\Message_Queue.h"\ - "..\..\..\..\..\ace\Message_Queue.i"\ - "..\..\..\..\..\ace\Module.cpp"\ - "..\..\..\..\..\ace\Module.h"\ - "..\..\..\..\..\ace\Module.i"\ - "..\..\..\..\..\ace\Object_Manager.h"\ - "..\..\..\..\..\ace\Object_Manager.i"\ - "..\..\..\..\..\ace\OS.h"\ - "..\..\..\..\..\ace\OS.i"\ - "..\..\..\..\..\ace\Reactor.h"\ - "..\..\..\..\..\ace\Reactor.i"\ - "..\..\..\..\..\ace\Reactor_Impl.h"\ - "..\..\..\..\..\ace\Service_Config.h"\ - "..\..\..\..\..\ace\Service_Config.i"\ - "..\..\..\..\..\ace\Service_Object.h"\ - "..\..\..\..\..\ace\Service_Object.i"\ - "..\..\..\..\..\ace\Service_Repository.h"\ - "..\..\..\..\..\ace\Service_Repository.i"\ - "..\..\..\..\..\ace\Service_Types.h"\ - "..\..\..\..\..\ace\Service_Types.i"\ - "..\..\..\..\..\ace\Shared_Object.h"\ - "..\..\..\..\..\ace\Shared_Object.i"\ - "..\..\..\..\..\ace\Signal.h"\ - "..\..\..\..\..\ace\Signal.i"\ - "..\..\..\..\..\ace\Singleton.cpp"\ - "..\..\..\..\..\ace\Singleton.h"\ - "..\..\..\..\..\ace\Singleton.i"\ - "..\..\..\..\..\ace\SOCK.h"\ - "..\..\..\..\..\ace\SOCK.i"\ - "..\..\..\..\..\ace\SOCK_Acceptor.h"\ - "..\..\..\..\..\ace\SOCK_Acceptor.i"\ - "..\..\..\..\..\ace\SOCK_Connector.h"\ - "..\..\..\..\..\ace\SOCK_Connector.i"\ - "..\..\..\..\..\ace\SOCK_IO.h"\ - "..\..\..\..\..\ace\SOCK_IO.i"\ - "..\..\..\..\..\ace\SOCK_Stream.h"\ - "..\..\..\..\..\ace\SOCK_Stream.i"\ - "..\..\..\..\..\ace\SString.h"\ - "..\..\..\..\..\ace\SString.i"\ - "..\..\..\..\..\ace\Strategies.h"\ - "..\..\..\..\..\ace\Strategies_T.cpp"\ - "..\..\..\..\..\ace\Strategies_T.h"\ - "..\..\..\..\..\ace\Stream_Modules.cpp"\ - "..\..\..\..\..\ace\Stream_Modules.h"\ - "..\..\..\..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\..\..\..\ace\Svc_Handler.cpp"\ - "..\..\..\..\..\ace\Svc_Handler.h"\ - "..\..\..\..\..\ace\Svc_Handler.i"\ - "..\..\..\..\..\ace\Synch.h"\ - "..\..\..\..\..\ace\Synch.i"\ - "..\..\..\..\..\ace\Synch_Options.h"\ - "..\..\..\..\..\ace\Synch_T.cpp"\ - "..\..\..\..\..\ace\Synch_T.h"\ - "..\..\..\..\..\ace\Synch_T.i"\ - "..\..\..\..\..\ace\sys_conf.h"\ - "..\..\..\..\..\ace\Task.h"\ - "..\..\..\..\..\ace\Task.i"\ - "..\..\..\..\..\ace\Task_T.cpp"\ - "..\..\..\..\..\ace\Task_T.h"\ - "..\..\..\..\..\ace\Task_T.i"\ - "..\..\..\..\..\ace\Thread.h"\ - "..\..\..\..\..\ace\Thread.i"\ - "..\..\..\..\..\ace\Thread_Manager.h"\ - "..\..\..\..\..\ace\Thread_Manager.i"\ - "..\..\..\..\..\ace\Time_Value.h"\ - "..\..\..\..\..\ace\Timer_Queue.h"\ - "..\..\..\..\..\ace\Timer_Queue_T.cpp"\ - "..\..\..\..\..\ace\Timer_Queue_T.h"\ - "..\..\..\..\..\ace\Timer_Queue_T.i"\ - "..\..\..\..\..\ace\Trace.h"\ - "..\..\..\..\..\ace\Version.h"\ - "..\..\..\..\..\ace\WFMO_Reactor.h"\ - "..\..\..\..\..\ace\WFMO_Reactor.i"\ - "..\..\..\..\..\ace\ws2tcpip.h"\ - "..\..\..\..\tao\align.h"\ - "..\..\..\..\tao\any.h"\ - "..\..\..\..\tao\any.i"\ - "..\..\..\..\tao\cdr.h"\ - "..\..\..\..\tao\cdr.i"\ - "..\..\..\..\tao\client_factory.h"\ - "..\..\..\..\tao\compat\initguid.h"\ - "..\..\..\..\tao\compat\objbase.h"\ - "..\..\..\..\tao\connect.h"\ - "..\..\..\..\tao\connect.i"\ - "..\..\..\..\tao\corba.h"\ - "..\..\..\..\tao\corbacom.h"\ - "..\..\..\..\tao\corbacom.i"\ - "..\..\..\..\tao\debug.h"\ - "..\..\..\..\tao\default_client.h"\ - "..\..\..\..\tao\default_client.i"\ - "..\..\..\..\tao\default_server.h"\ - "..\..\..\..\tao\default_server.i"\ - "..\..\..\..\tao\except.h"\ - "..\..\..\..\tao\giop.h"\ - "..\..\..\..\tao\giop.i"\ - "..\..\..\..\tao\iiopobj.h"\ - "..\..\..\..\tao\iiopobj.i"\ - "..\..\..\..\tao\iioporb.h"\ - "..\..\..\..\tao\iioporb.i"\ - "..\..\..\..\tao\marshal.h"\ - "..\..\..\..\tao\marshal.i"\ - "..\..\..\..\tao\nvlist.h"\ - "..\..\..\..\tao\nvlist.i"\ - "..\..\..\..\tao\object.h"\ - "..\..\..\..\tao\object.i"\ - "..\..\..\..\tao\objtable.h"\ - "..\..\..\..\tao\optable.h"\ - "..\..\..\..\tao\orb.h"\ - "..\..\..\..\tao\orb_core.h"\ - "..\..\..\..\tao\orb_core.i"\ - "..\..\..\..\tao\orbconf.h"\ - "..\..\..\..\tao\orbobj.h"\ - "..\..\..\..\tao\orbobj.i"\ - "..\..\..\..\tao\params.h"\ - "..\..\..\..\tao\params.i"\ - "..\..\..\..\tao\poa.h"\ - "..\..\..\..\tao\poa.i"\ - "..\..\..\..\tao\principa.h"\ - "..\..\..\..\tao\request.h"\ - "..\..\..\..\tao\sequence.h"\ - "..\..\..\..\tao\sequence.i"\ - "..\..\..\..\tao\sequence_T.cpp"\ - "..\..\..\..\tao\sequence_T.h"\ - "..\..\..\..\tao\sequence_T.i"\ - "..\..\..\..\tao\server_factory.h"\ - "..\..\..\..\tao\server_factory.i"\ - "..\..\..\..\tao\singletons.h"\ - "..\..\..\..\tao\stub.h"\ - "..\..\..\..\tao\stub.i"\ - "..\..\..\..\tao\svrrqst.h"\ - "..\..\..\..\tao\typecode.h"\ - "..\..\..\..\tao\typecode.i"\ - ".\cubit_i.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - -NODEP_CPP_CUBIT=\ - ".\cubitS.h"\ - - -"$(INTDIR)\cubit_i.obj" : $(SOURCE) $(DEP_CPP_CUBIT) "$(INTDIR)" ".\cubitS.h" - - -SOURCE=.\cubitC.cpp - -"$(INTDIR)\cubitC.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\cubitS.cpp - -"$(INTDIR)\cubitS.obj" : $(SOURCE) "$(INTDIR)" - - -SOURCE=.\svr.cpp - -"$(INTDIR)\svr.obj" : $(SOURCE) "$(INTDIR)" - - - -!ENDIF - diff --git a/TAO/tests/Cubit/TAO/VCAUTO.MAK b/TAO/tests/Cubit/TAO/VCAUTO.MAK deleted file mode 100644 index 5465bf9d044..00000000000 --- a/TAO/tests/Cubit/TAO/VCAUTO.MAK +++ /dev/null @@ -1,5 +0,0 @@ -# TAO/tests/Cubit/TAO/ - -DIR_LIST = IDL_Cubit.dir MT_Cubit.dir - -!INCLUDE <$(ACE_ROOT)\include\makeinclude\VC50_DIR.MAK> diff --git a/TAO/tests/Cubit/VCAUTO.MAK b/TAO/tests/Cubit/VCAUTO.MAK deleted file mode 100644 index 8f68612bfaa..00000000000 --- a/TAO/tests/Cubit/VCAUTO.MAK +++ /dev/null @@ -1,5 +0,0 @@ -# TAO/tests/Cubit/ - -DIR_LIST = TAO.dir - -!INCLUDE <$(ACE_ROOT)\include\makeinclude\VC50_DIR.MAK> diff --git a/TAO/tests/Param_Test/VCAUTO.MAK b/TAO/tests/Param_Test/VCAUTO.MAK deleted file mode 100644 index 98f0163f025..00000000000 --- a/TAO/tests/Param_Test/VCAUTO.MAK +++ /dev/null @@ -1,5 +0,0 @@ -# TAO/tests/Param_Test/ - -MAK_LIST = server client - -!INCLUDE <$(ACE_ROOT)\include\makeinclude\VC50_DIR.MAK> diff --git a/TAO/tests/Param_Test/client.MAK b/TAO/tests/Param_Test/client.MAK deleted file mode 100644 index 802ce52739a..00000000000 --- a/TAO/tests/Param_Test/client.MAK +++ /dev/null @@ -1,2155 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on client.dsp -!IF "$(CFG)" == "" -CFG=client - Win32 Debug -!MESSAGE No configuration specified. Defaulting to client - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "client - Win32 Release" && "$(CFG)" != "client - Win32 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "client.mak" CFG="client - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "client - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "client - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "client - Win32 Release" - -OUTDIR=. -INTDIR=.\Release -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "param_testS.i" "param_testS.h" "param_testS.cpp" "param_testC.i"\ - "param_testC.h" "param_testC.cpp" "$(OUTDIR)\client.exe" - -!ELSE - -ALL : "param_testS.i" "param_testS.h" "param_testS.cpp" "param_testC.i"\ - "param_testC.h" "param_testC.cpp" "$(OUTDIR)\client.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\client.obj" - -@erase "$(INTDIR)\driver.obj" - -@erase "$(INTDIR)\helper.obj" - -@erase "$(INTDIR)\options.obj" - -@erase "$(INTDIR)\param_testC.obj" - -@erase "$(INTDIR)\results.obj" - -@erase "$(INTDIR)\tests.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(OUTDIR)\client.exe" - -@erase "param_testC.cpp" - -@erase "param_testC.h" - -@erase "param_testC.i" - -@erase "param_testS.cpp" - -@erase "param_testS.h" - -@erase "param_testS.i" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "..\..\\" /I "..\..\..\\" /D "WIN32" /D\ - "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"$(INTDIR)\client.pch" /YX\ - /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\Release/ -CPP_SBRS=. -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\client.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=TAO.lib ace.lib /nologo /subsystem:console /incremental:no\ - /pdb:"$(OUTDIR)\client.pdb" /machine:I386 /out:"$(OUTDIR)\client.exe"\ - /libpath:"..\..\tao" /libpath:"..\..\..\ace" -LINK32_OBJS= \ - "$(INTDIR)\client.obj" \ - "$(INTDIR)\driver.obj" \ - "$(INTDIR)\helper.obj" \ - "$(INTDIR)\options.obj" \ - "$(INTDIR)\param_testC.obj" \ - "$(INTDIR)\results.obj" \ - "$(INTDIR)\tests.obj" - -"$(OUTDIR)\client.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "client - Win32 Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "param_testS.i" "param_testS.h" "param_testS.cpp" "param_testC.i"\ - "param_testC.h" "param_testC.cpp" "$(OUTDIR)\client.exe" - -!ELSE - -ALL : "param_testS.i" "param_testS.h" "param_testS.cpp" "param_testC.i"\ - "param_testC.h" "param_testC.cpp" "$(OUTDIR)\client.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\client.obj" - -@erase "$(INTDIR)\driver.obj" - -@erase "$(INTDIR)\helper.obj" - -@erase "$(INTDIR)\options.obj" - -@erase "$(INTDIR)\param_testC.obj" - -@erase "$(INTDIR)\results.obj" - -@erase "$(INTDIR)\tests.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\client.exe" - -@erase "$(OUTDIR)\client.ilk" - -@erase "$(OUTDIR)\client.pdb" - -@erase "param_testC.cpp" - -@erase "param_testC.h" - -@erase "param_testC.i" - -@erase "param_testS.cpp" - -@erase "param_testS.h" - -@erase "param_testS.i" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\\" /I "..\..\..\\" /D\ - "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"$(INTDIR)\client.pch" /YX\ - /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\client.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=TAO.lib aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\client.pdb" /debug /machine:I386 /out:"$(OUTDIR)\client.exe"\ - /pdbtype:sept /libpath:"..\..\tao" /libpath:"..\..\..\ace" -LINK32_OBJS= \ - "$(INTDIR)\client.obj" \ - "$(INTDIR)\driver.obj" \ - "$(INTDIR)\helper.obj" \ - "$(INTDIR)\options.obj" \ - "$(INTDIR)\param_testC.obj" \ - "$(INTDIR)\results.obj" \ - "$(INTDIR)\tests.obj" - -"$(OUTDIR)\client.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - - -!IF "$(CFG)" == "client - Win32 Release" || "$(CFG)" == "client - Win32 Debug" -SOURCE=.\client.cpp - -!IF "$(CFG)" == "client - Win32 Release" - -DEP_CPP_CLIEN=\ - "..\..\..\ace\Acceptor.cpp"\ - "..\..\..\ace\Acceptor.h"\ - "..\..\..\ace\Acceptor.i"\ - "..\..\..\ace\ACE.h"\ - "..\..\..\ace\ACE.i"\ - "..\..\..\ace\Addr.h"\ - "..\..\..\ace\Addr.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.h"\ - "..\..\..\ace\Connector.cpp"\ - "..\..\..\ace\Connector.h"\ - "..\..\..\ace\Connector.i"\ - "..\..\..\ace\Containers.cpp"\ - "..\..\..\ace\Containers.h"\ - "..\..\..\ace\Containers.i"\ - "..\..\..\ace\Dynamic.h"\ - "..\..\..\ace\Dynamic.i"\ - "..\..\..\ace\Dynamic_Service.cpp"\ - "..\..\..\ace\Dynamic_Service.h"\ - "..\..\..\ace\Event_Handler.h"\ - "..\..\..\ace\Event_Handler.i"\ - "..\..\..\ace\Free_List.cpp"\ - "..\..\..\ace\Free_List.h"\ - "..\..\..\ace\Free_List.i"\ - "..\..\..\ace\Get_Opt.h"\ - "..\..\..\ace\Get_Opt.i"\ - "..\..\..\ace\Handle_Set.h"\ - "..\..\..\ace\Handle_Set.i"\ - "..\..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\..\ace\Hash_Map_Manager.h"\ - "..\..\..\ace\High_Res_Timer.h"\ - "..\..\..\ace\High_Res_Timer.i"\ - "..\..\..\ace\inc_user_config.h"\ - "..\..\..\ace\INET_Addr.h"\ - "..\..\..\ace\INET_Addr.i"\ - "..\..\..\ace\IO_Cntl_Msg.h"\ - "..\..\..\ace\iosfwd.h"\ - "..\..\..\ace\IPC_SAP.h"\ - "..\..\..\ace\IPC_SAP.i"\ - "..\..\..\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\Map_Manager.cpp"\ - "..\..\..\ace\Map_Manager.h"\ - "..\..\..\ace\Map_Manager.i"\ - "..\..\..\ace\Mem_Map.h"\ - "..\..\..\ace\Mem_Map.i"\ - "..\..\..\ace\Memory_Pool.h"\ - "..\..\..\ace\Memory_Pool.i"\ - "..\..\..\ace\Message_Block.h"\ - "..\..\..\ace\Message_Block.i"\ - "..\..\..\ace\Message_Queue.cpp"\ - "..\..\..\ace\Message_Queue.h"\ - "..\..\..\ace\Message_Queue.i"\ - "..\..\..\ace\Module.cpp"\ - "..\..\..\ace\Module.h"\ - "..\..\..\ace\Module.i"\ - "..\..\..\ace\Object_Manager.h"\ - "..\..\..\ace\Object_Manager.i"\ - "..\..\..\ace\OS.h"\ - "..\..\..\ace\OS.i"\ - "..\..\..\ace\Profile_Timer.h"\ - "..\..\..\ace\Profile_Timer.i"\ - "..\..\..\ace\Reactor.h"\ - "..\..\..\ace\Reactor.i"\ - "..\..\..\ace\Reactor_Impl.h"\ - "..\..\..\ace\Service_Config.h"\ - "..\..\..\ace\Service_Config.i"\ - "..\..\..\ace\Service_Object.h"\ - "..\..\..\ace\Service_Object.i"\ - "..\..\..\ace\Service_Repository.h"\ - "..\..\..\ace\Service_Repository.i"\ - "..\..\..\ace\Service_Types.h"\ - "..\..\..\ace\Service_Types.i"\ - "..\..\..\ace\Shared_Object.h"\ - "..\..\..\ace\Shared_Object.i"\ - "..\..\..\ace\Signal.h"\ - "..\..\..\ace\Signal.i"\ - "..\..\..\ace\Singleton.cpp"\ - "..\..\..\ace\Singleton.h"\ - "..\..\..\ace\Singleton.i"\ - "..\..\..\ace\SOCK.h"\ - "..\..\..\ace\SOCK.i"\ - "..\..\..\ace\SOCK_Acceptor.h"\ - "..\..\..\ace\SOCK_Acceptor.i"\ - "..\..\..\ace\SOCK_Connector.h"\ - "..\..\..\ace\SOCK_Connector.i"\ - "..\..\..\ace\SOCK_IO.h"\ - "..\..\..\ace\SOCK_IO.i"\ - "..\..\..\ace\SOCK_Stream.h"\ - "..\..\..\ace\SOCK_Stream.i"\ - "..\..\..\ace\SString.h"\ - "..\..\..\ace\SString.i"\ - "..\..\..\ace\Strategies.h"\ - "..\..\..\ace\Strategies_T.cpp"\ - "..\..\..\ace\Strategies_T.h"\ - "..\..\..\ace\Stream_Modules.cpp"\ - "..\..\..\ace\Stream_Modules.h"\ - "..\..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\..\ace\Svc_Handler.cpp"\ - "..\..\..\ace\Svc_Handler.h"\ - "..\..\..\ace\Svc_Handler.i"\ - "..\..\..\ace\Synch.h"\ - "..\..\..\ace\Synch.i"\ - "..\..\..\ace\Synch_Options.h"\ - "..\..\..\ace\Synch_T.cpp"\ - "..\..\..\ace\Synch_T.h"\ - "..\..\..\ace\Synch_T.i"\ - "..\..\..\ace\sys_conf.h"\ - "..\..\..\ace\Task.h"\ - "..\..\..\ace\Task.i"\ - "..\..\..\ace\Task_T.cpp"\ - "..\..\..\ace\Task_T.h"\ - "..\..\..\ace\Task_T.i"\ - "..\..\..\ace\Thread.h"\ - "..\..\..\ace\Thread.i"\ - "..\..\..\ace\Thread_Manager.h"\ - "..\..\..\ace\Thread_Manager.i"\ - "..\..\..\ace\Time_Value.h"\ - "..\..\..\ace\Timer_Queue.h"\ - "..\..\..\ace\Timer_Queue_T.cpp"\ - "..\..\..\ace\Timer_Queue_T.h"\ - "..\..\..\ace\Timer_Queue_T.i"\ - "..\..\..\ace\Trace.h"\ - "..\..\..\ace\Version.h"\ - "..\..\..\ace\WFMO_Reactor.h"\ - "..\..\..\ace\WFMO_Reactor.i"\ - "..\..\..\ace\ws2tcpip.h"\ - "..\..\tao\align.h"\ - "..\..\tao\any.h"\ - "..\..\tao\any.i"\ - "..\..\tao\cdr.h"\ - "..\..\tao\cdr.i"\ - "..\..\tao\client_factory.h"\ - "..\..\tao\compat\initguid.h"\ - "..\..\tao\compat\objbase.h"\ - "..\..\tao\connect.h"\ - "..\..\tao\connect.i"\ - "..\..\tao\corba.h"\ - "..\..\tao\corbacom.h"\ - "..\..\tao\corbacom.i"\ - "..\..\tao\debug.h"\ - "..\..\tao\default_client.h"\ - "..\..\tao\default_client.i"\ - "..\..\tao\default_server.h"\ - "..\..\tao\default_server.i"\ - "..\..\tao\except.h"\ - "..\..\tao\giop.h"\ - "..\..\tao\giop.i"\ - "..\..\tao\iiopobj.h"\ - "..\..\tao\iiopobj.i"\ - "..\..\tao\iioporb.h"\ - "..\..\tao\iioporb.i"\ - "..\..\tao\marshal.h"\ - "..\..\tao\marshal.i"\ - "..\..\tao\nvlist.h"\ - "..\..\tao\nvlist.i"\ - "..\..\tao\object.h"\ - "..\..\tao\object.i"\ - "..\..\tao\objtable.h"\ - "..\..\tao\optable.h"\ - "..\..\tao\orb.h"\ - "..\..\tao\orb_core.h"\ - "..\..\tao\orb_core.i"\ - "..\..\tao\orbconf.h"\ - "..\..\tao\orbobj.h"\ - "..\..\tao\orbobj.i"\ - "..\..\tao\params.h"\ - "..\..\tao\params.i"\ - "..\..\tao\poa.h"\ - "..\..\tao\poa.i"\ - "..\..\tao\principa.h"\ - "..\..\tao\request.h"\ - "..\..\tao\sequence.h"\ - "..\..\tao\sequence.i"\ - "..\..\tao\sequence_T.cpp"\ - "..\..\tao\sequence_T.h"\ - "..\..\tao\sequence_T.i"\ - "..\..\tao\server_factory.h"\ - "..\..\tao\server_factory.i"\ - "..\..\tao\singletons.h"\ - "..\..\tao\stub.h"\ - "..\..\tao\stub.i"\ - "..\..\tao\svrrqst.h"\ - "..\..\tao\typecode.h"\ - "..\..\tao\typecode.i"\ - ".\client.h"\ - ".\options.h"\ - ".\param_testC.h"\ - ".\param_testC.i"\ - ".\results.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\client.obj" : $(SOURCE) $(DEP_CPP_CLIEN) "$(INTDIR)"\ - ".\param_testC.h" ".\param_testC.i" - - -!ELSEIF "$(CFG)" == "client - Win32 Debug" - - -"$(INTDIR)\client.obj" : $(SOURCE) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\driver.cpp - -!IF "$(CFG)" == "client - Win32 Release" - -DEP_CPP_DRIVE=\ - "..\..\..\ace\Acceptor.cpp"\ - "..\..\..\ace\Acceptor.h"\ - "..\..\..\ace\Acceptor.i"\ - "..\..\..\ace\ACE.h"\ - "..\..\..\ace\ACE.i"\ - "..\..\..\ace\Addr.h"\ - "..\..\..\ace\Addr.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.h"\ - "..\..\..\ace\Connector.cpp"\ - "..\..\..\ace\Connector.h"\ - "..\..\..\ace\Connector.i"\ - "..\..\..\ace\Containers.cpp"\ - "..\..\..\ace\Containers.h"\ - "..\..\..\ace\Containers.i"\ - "..\..\..\ace\Dynamic.h"\ - "..\..\..\ace\Dynamic.i"\ - "..\..\..\ace\Dynamic_Service.cpp"\ - "..\..\..\ace\Dynamic_Service.h"\ - "..\..\..\ace\Event_Handler.h"\ - "..\..\..\ace\Event_Handler.i"\ - "..\..\..\ace\Free_List.cpp"\ - "..\..\..\ace\Free_List.h"\ - "..\..\..\ace\Free_List.i"\ - "..\..\..\ace\Get_Opt.h"\ - "..\..\..\ace\Get_Opt.i"\ - "..\..\..\ace\Handle_Set.h"\ - "..\..\..\ace\Handle_Set.i"\ - "..\..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\..\ace\Hash_Map_Manager.h"\ - "..\..\..\ace\High_Res_Timer.h"\ - "..\..\..\ace\High_Res_Timer.i"\ - "..\..\..\ace\inc_user_config.h"\ - "..\..\..\ace\INET_Addr.h"\ - "..\..\..\ace\INET_Addr.i"\ - "..\..\..\ace\IO_Cntl_Msg.h"\ - "..\..\..\ace\iosfwd.h"\ - "..\..\..\ace\IPC_SAP.h"\ - "..\..\..\ace\IPC_SAP.i"\ - "..\..\..\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\Map_Manager.cpp"\ - "..\..\..\ace\Map_Manager.h"\ - "..\..\..\ace\Map_Manager.i"\ - "..\..\..\ace\Mem_Map.h"\ - "..\..\..\ace\Mem_Map.i"\ - "..\..\..\ace\Memory_Pool.h"\ - "..\..\..\ace\Memory_Pool.i"\ - "..\..\..\ace\Message_Block.h"\ - "..\..\..\ace\Message_Block.i"\ - "..\..\..\ace\Message_Queue.cpp"\ - "..\..\..\ace\Message_Queue.h"\ - "..\..\..\ace\Message_Queue.i"\ - "..\..\..\ace\Module.cpp"\ - "..\..\..\ace\Module.h"\ - "..\..\..\ace\Module.i"\ - "..\..\..\ace\Object_Manager.h"\ - "..\..\..\ace\Object_Manager.i"\ - "..\..\..\ace\OS.h"\ - "..\..\..\ace\OS.i"\ - "..\..\..\ace\Profile_Timer.h"\ - "..\..\..\ace\Profile_Timer.i"\ - "..\..\..\ace\Reactor.h"\ - "..\..\..\ace\Reactor.i"\ - "..\..\..\ace\Reactor_Impl.h"\ - "..\..\..\ace\Service_Config.h"\ - "..\..\..\ace\Service_Config.i"\ - "..\..\..\ace\Service_Object.h"\ - "..\..\..\ace\Service_Object.i"\ - "..\..\..\ace\Service_Repository.h"\ - "..\..\..\ace\Service_Repository.i"\ - "..\..\..\ace\Service_Types.h"\ - "..\..\..\ace\Service_Types.i"\ - "..\..\..\ace\Shared_Object.h"\ - "..\..\..\ace\Shared_Object.i"\ - "..\..\..\ace\Signal.h"\ - "..\..\..\ace\Signal.i"\ - "..\..\..\ace\Singleton.cpp"\ - "..\..\..\ace\Singleton.h"\ - "..\..\..\ace\Singleton.i"\ - "..\..\..\ace\SOCK.h"\ - "..\..\..\ace\SOCK.i"\ - "..\..\..\ace\SOCK_Acceptor.h"\ - "..\..\..\ace\SOCK_Acceptor.i"\ - "..\..\..\ace\SOCK_Connector.h"\ - "..\..\..\ace\SOCK_Connector.i"\ - "..\..\..\ace\SOCK_IO.h"\ - "..\..\..\ace\SOCK_IO.i"\ - "..\..\..\ace\SOCK_Stream.h"\ - "..\..\..\ace\SOCK_Stream.i"\ - "..\..\..\ace\SString.h"\ - "..\..\..\ace\SString.i"\ - "..\..\..\ace\Strategies.h"\ - "..\..\..\ace\Strategies_T.cpp"\ - "..\..\..\ace\Strategies_T.h"\ - "..\..\..\ace\Stream_Modules.cpp"\ - "..\..\..\ace\Stream_Modules.h"\ - "..\..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\..\ace\Svc_Handler.cpp"\ - "..\..\..\ace\Svc_Handler.h"\ - "..\..\..\ace\Svc_Handler.i"\ - "..\..\..\ace\Synch.h"\ - "..\..\..\ace\Synch.i"\ - "..\..\..\ace\Synch_Options.h"\ - "..\..\..\ace\Synch_T.cpp"\ - "..\..\..\ace\Synch_T.h"\ - "..\..\..\ace\Synch_T.i"\ - "..\..\..\ace\sys_conf.h"\ - "..\..\..\ace\Task.h"\ - "..\..\..\ace\Task.i"\ - "..\..\..\ace\Task_T.cpp"\ - "..\..\..\ace\Task_T.h"\ - "..\..\..\ace\Task_T.i"\ - "..\..\..\ace\Thread.h"\ - "..\..\..\ace\Thread.i"\ - "..\..\..\ace\Thread_Manager.h"\ - "..\..\..\ace\Thread_Manager.i"\ - "..\..\..\ace\Time_Value.h"\ - "..\..\..\ace\Timer_Queue.h"\ - "..\..\..\ace\Timer_Queue_T.cpp"\ - "..\..\..\ace\Timer_Queue_T.h"\ - "..\..\..\ace\Timer_Queue_T.i"\ - "..\..\..\ace\Trace.h"\ - "..\..\..\ace\Version.h"\ - "..\..\..\ace\WFMO_Reactor.h"\ - "..\..\..\ace\WFMO_Reactor.i"\ - "..\..\..\ace\ws2tcpip.h"\ - "..\..\tao\align.h"\ - "..\..\tao\any.h"\ - "..\..\tao\any.i"\ - "..\..\tao\cdr.h"\ - "..\..\tao\cdr.i"\ - "..\..\tao\client_factory.h"\ - "..\..\tao\compat\initguid.h"\ - "..\..\tao\compat\objbase.h"\ - "..\..\tao\connect.h"\ - "..\..\tao\connect.i"\ - "..\..\tao\corba.h"\ - "..\..\tao\corbacom.h"\ - "..\..\tao\corbacom.i"\ - "..\..\tao\debug.h"\ - "..\..\tao\default_client.h"\ - "..\..\tao\default_client.i"\ - "..\..\tao\default_server.h"\ - "..\..\tao\default_server.i"\ - "..\..\tao\except.h"\ - "..\..\tao\giop.h"\ - "..\..\tao\giop.i"\ - "..\..\tao\iiopobj.h"\ - "..\..\tao\iiopobj.i"\ - "..\..\tao\iioporb.h"\ - "..\..\tao\iioporb.i"\ - "..\..\tao\marshal.h"\ - "..\..\tao\marshal.i"\ - "..\..\tao\nvlist.h"\ - "..\..\tao\nvlist.i"\ - "..\..\tao\object.h"\ - "..\..\tao\object.i"\ - "..\..\tao\objtable.h"\ - "..\..\tao\optable.h"\ - "..\..\tao\orb.h"\ - "..\..\tao\orb_core.h"\ - "..\..\tao\orb_core.i"\ - "..\..\tao\orbconf.h"\ - "..\..\tao\orbobj.h"\ - "..\..\tao\orbobj.i"\ - "..\..\tao\params.h"\ - "..\..\tao\params.i"\ - "..\..\tao\poa.h"\ - "..\..\tao\poa.i"\ - "..\..\tao\principa.h"\ - "..\..\tao\request.h"\ - "..\..\tao\sequence.h"\ - "..\..\tao\sequence.i"\ - "..\..\tao\sequence_T.cpp"\ - "..\..\tao\sequence_T.h"\ - "..\..\tao\sequence_T.i"\ - "..\..\tao\server_factory.h"\ - "..\..\tao\server_factory.i"\ - "..\..\tao\singletons.h"\ - "..\..\tao\stub.h"\ - "..\..\tao\stub.i"\ - "..\..\tao\svrrqst.h"\ - "..\..\tao\typecode.h"\ - "..\..\tao\typecode.i"\ - ".\client.cpp"\ - ".\client.h"\ - ".\driver.h"\ - ".\options.h"\ - ".\param_testC.h"\ - ".\param_testC.i"\ - ".\results.h"\ - ".\tests.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\driver.obj" : $(SOURCE) $(DEP_CPP_DRIVE) "$(INTDIR)"\ - ".\param_testC.h" ".\client.cpp" ".\param_testC.i" - - -!ELSEIF "$(CFG)" == "client - Win32 Debug" - - -"$(INTDIR)\driver.obj" : $(SOURCE) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\helper.cpp - -!IF "$(CFG)" == "client - Win32 Release" - -DEP_CPP_HELPE=\ - "..\..\..\ace\Acceptor.cpp"\ - "..\..\..\ace\Acceptor.h"\ - "..\..\..\ace\Acceptor.i"\ - "..\..\..\ace\ACE.h"\ - "..\..\..\ace\ACE.i"\ - "..\..\..\ace\Addr.h"\ - "..\..\..\ace\Addr.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.h"\ - "..\..\..\ace\Connector.cpp"\ - "..\..\..\ace\Connector.h"\ - "..\..\..\ace\Connector.i"\ - "..\..\..\ace\Containers.cpp"\ - "..\..\..\ace\Containers.h"\ - "..\..\..\ace\Containers.i"\ - "..\..\..\ace\Dynamic.h"\ - "..\..\..\ace\Dynamic.i"\ - "..\..\..\ace\Dynamic_Service.cpp"\ - "..\..\..\ace\Dynamic_Service.h"\ - "..\..\..\ace\Event_Handler.h"\ - "..\..\..\ace\Event_Handler.i"\ - "..\..\..\ace\Free_List.cpp"\ - "..\..\..\ace\Free_List.h"\ - "..\..\..\ace\Free_List.i"\ - "..\..\..\ace\Get_Opt.h"\ - "..\..\..\ace\Get_Opt.i"\ - "..\..\..\ace\Handle_Set.h"\ - "..\..\..\ace\Handle_Set.i"\ - "..\..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\..\ace\Hash_Map_Manager.h"\ - "..\..\..\ace\inc_user_config.h"\ - "..\..\..\ace\INET_Addr.h"\ - "..\..\..\ace\INET_Addr.i"\ - "..\..\..\ace\IO_Cntl_Msg.h"\ - "..\..\..\ace\iosfwd.h"\ - "..\..\..\ace\IPC_SAP.h"\ - "..\..\..\ace\IPC_SAP.i"\ - "..\..\..\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\Map_Manager.cpp"\ - "..\..\..\ace\Map_Manager.h"\ - "..\..\..\ace\Map_Manager.i"\ - "..\..\..\ace\Mem_Map.h"\ - "..\..\..\ace\Mem_Map.i"\ - "..\..\..\ace\Memory_Pool.h"\ - "..\..\..\ace\Memory_Pool.i"\ - "..\..\..\ace\Message_Block.h"\ - "..\..\..\ace\Message_Block.i"\ - "..\..\..\ace\Message_Queue.cpp"\ - "..\..\..\ace\Message_Queue.h"\ - "..\..\..\ace\Message_Queue.i"\ - "..\..\..\ace\Module.cpp"\ - "..\..\..\ace\Module.h"\ - "..\..\..\ace\Module.i"\ - "..\..\..\ace\Object_Manager.h"\ - "..\..\..\ace\Object_Manager.i"\ - "..\..\..\ace\OS.h"\ - "..\..\..\ace\OS.i"\ - "..\..\..\ace\Reactor.h"\ - "..\..\..\ace\Reactor.i"\ - "..\..\..\ace\Reactor_Impl.h"\ - "..\..\..\ace\Service_Config.h"\ - "..\..\..\ace\Service_Config.i"\ - "..\..\..\ace\Service_Object.h"\ - "..\..\..\ace\Service_Object.i"\ - "..\..\..\ace\Service_Repository.h"\ - "..\..\..\ace\Service_Repository.i"\ - "..\..\..\ace\Service_Types.h"\ - "..\..\..\ace\Service_Types.i"\ - "..\..\..\ace\Shared_Object.h"\ - "..\..\..\ace\Shared_Object.i"\ - "..\..\..\ace\Signal.h"\ - "..\..\..\ace\Signal.i"\ - "..\..\..\ace\Singleton.cpp"\ - "..\..\..\ace\Singleton.h"\ - "..\..\..\ace\Singleton.i"\ - "..\..\..\ace\SOCK.h"\ - "..\..\..\ace\SOCK.i"\ - "..\..\..\ace\SOCK_Acceptor.h"\ - "..\..\..\ace\SOCK_Acceptor.i"\ - "..\..\..\ace\SOCK_Connector.h"\ - "..\..\..\ace\SOCK_Connector.i"\ - "..\..\..\ace\SOCK_IO.h"\ - "..\..\..\ace\SOCK_IO.i"\ - "..\..\..\ace\SOCK_Stream.h"\ - "..\..\..\ace\SOCK_Stream.i"\ - "..\..\..\ace\SString.h"\ - "..\..\..\ace\SString.i"\ - "..\..\..\ace\Strategies.h"\ - "..\..\..\ace\Strategies_T.cpp"\ - "..\..\..\ace\Strategies_T.h"\ - "..\..\..\ace\Stream_Modules.cpp"\ - "..\..\..\ace\Stream_Modules.h"\ - "..\..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\..\ace\Svc_Handler.cpp"\ - "..\..\..\ace\Svc_Handler.h"\ - "..\..\..\ace\Svc_Handler.i"\ - "..\..\..\ace\Synch.h"\ - "..\..\..\ace\Synch.i"\ - "..\..\..\ace\Synch_Options.h"\ - "..\..\..\ace\Synch_T.cpp"\ - "..\..\..\ace\Synch_T.h"\ - "..\..\..\ace\Synch_T.i"\ - "..\..\..\ace\sys_conf.h"\ - "..\..\..\ace\Task.h"\ - "..\..\..\ace\Task.i"\ - "..\..\..\ace\Task_T.cpp"\ - "..\..\..\ace\Task_T.h"\ - "..\..\..\ace\Task_T.i"\ - "..\..\..\ace\Thread.h"\ - "..\..\..\ace\Thread.i"\ - "..\..\..\ace\Thread_Manager.h"\ - "..\..\..\ace\Thread_Manager.i"\ - "..\..\..\ace\Time_Value.h"\ - "..\..\..\ace\Timer_Queue.h"\ - "..\..\..\ace\Timer_Queue_T.cpp"\ - "..\..\..\ace\Timer_Queue_T.h"\ - "..\..\..\ace\Timer_Queue_T.i"\ - "..\..\..\ace\Trace.h"\ - "..\..\..\ace\Version.h"\ - "..\..\..\ace\WFMO_Reactor.h"\ - "..\..\..\ace\WFMO_Reactor.i"\ - "..\..\..\ace\ws2tcpip.h"\ - "..\..\tao\align.h"\ - "..\..\tao\any.h"\ - "..\..\tao\any.i"\ - "..\..\tao\cdr.h"\ - "..\..\tao\cdr.i"\ - "..\..\tao\client_factory.h"\ - "..\..\tao\compat\initguid.h"\ - "..\..\tao\compat\objbase.h"\ - "..\..\tao\connect.h"\ - "..\..\tao\connect.i"\ - "..\..\tao\corba.h"\ - "..\..\tao\corbacom.h"\ - "..\..\tao\corbacom.i"\ - "..\..\tao\debug.h"\ - "..\..\tao\default_client.h"\ - "..\..\tao\default_client.i"\ - "..\..\tao\default_server.h"\ - "..\..\tao\default_server.i"\ - "..\..\tao\except.h"\ - "..\..\tao\giop.h"\ - "..\..\tao\giop.i"\ - "..\..\tao\iiopobj.h"\ - "..\..\tao\iiopobj.i"\ - "..\..\tao\iioporb.h"\ - "..\..\tao\iioporb.i"\ - "..\..\tao\marshal.h"\ - "..\..\tao\marshal.i"\ - "..\..\tao\nvlist.h"\ - "..\..\tao\nvlist.i"\ - "..\..\tao\object.h"\ - "..\..\tao\object.i"\ - "..\..\tao\objtable.h"\ - "..\..\tao\optable.h"\ - "..\..\tao\orb.h"\ - "..\..\tao\orb_core.h"\ - "..\..\tao\orb_core.i"\ - "..\..\tao\orbconf.h"\ - "..\..\tao\orbobj.h"\ - "..\..\tao\orbobj.i"\ - "..\..\tao\params.h"\ - "..\..\tao\params.i"\ - "..\..\tao\poa.h"\ - "..\..\tao\poa.i"\ - "..\..\tao\principa.h"\ - "..\..\tao\request.h"\ - "..\..\tao\sequence.h"\ - "..\..\tao\sequence.i"\ - "..\..\tao\sequence_T.cpp"\ - "..\..\tao\sequence_T.h"\ - "..\..\tao\sequence_T.i"\ - "..\..\tao\server_factory.h"\ - "..\..\tao\server_factory.i"\ - "..\..\tao\singletons.h"\ - "..\..\tao\stub.h"\ - "..\..\tao\stub.i"\ - "..\..\tao\svrrqst.h"\ - "..\..\tao\typecode.h"\ - "..\..\tao\typecode.i"\ - ".\helper.h"\ - ".\param_testC.h"\ - ".\param_testC.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\helper.obj" : $(SOURCE) $(DEP_CPP_HELPE) "$(INTDIR)"\ - ".\param_testC.h" ".\param_testC.i" - - -!ELSEIF "$(CFG)" == "client - Win32 Debug" - - -"$(INTDIR)\helper.obj" : $(SOURCE) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\options.cpp - -!IF "$(CFG)" == "client - Win32 Release" - -DEP_CPP_OPTIO=\ - "..\..\..\ace\Acceptor.cpp"\ - "..\..\..\ace\Acceptor.h"\ - "..\..\..\ace\Acceptor.i"\ - "..\..\..\ace\ACE.h"\ - "..\..\..\ace\ACE.i"\ - "..\..\..\ace\Addr.h"\ - "..\..\..\ace\Addr.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.h"\ - "..\..\..\ace\Connector.cpp"\ - "..\..\..\ace\Connector.h"\ - "..\..\..\ace\Connector.i"\ - "..\..\..\ace\Containers.cpp"\ - "..\..\..\ace\Containers.h"\ - "..\..\..\ace\Containers.i"\ - "..\..\..\ace\Dynamic.h"\ - "..\..\..\ace\Dynamic.i"\ - "..\..\..\ace\Dynamic_Service.cpp"\ - "..\..\..\ace\Dynamic_Service.h"\ - "..\..\..\ace\Event_Handler.h"\ - "..\..\..\ace\Event_Handler.i"\ - "..\..\..\ace\Free_List.cpp"\ - "..\..\..\ace\Free_List.h"\ - "..\..\..\ace\Free_List.i"\ - "..\..\..\ace\Get_Opt.h"\ - "..\..\..\ace\Get_Opt.i"\ - "..\..\..\ace\Handle_Set.h"\ - "..\..\..\ace\Handle_Set.i"\ - "..\..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\..\ace\Hash_Map_Manager.h"\ - "..\..\..\ace\inc_user_config.h"\ - "..\..\..\ace\INET_Addr.h"\ - "..\..\..\ace\INET_Addr.i"\ - "..\..\..\ace\IO_Cntl_Msg.h"\ - "..\..\..\ace\iosfwd.h"\ - "..\..\..\ace\IPC_SAP.h"\ - "..\..\..\ace\IPC_SAP.i"\ - "..\..\..\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\Map_Manager.cpp"\ - "..\..\..\ace\Map_Manager.h"\ - "..\..\..\ace\Map_Manager.i"\ - "..\..\..\ace\Mem_Map.h"\ - "..\..\..\ace\Mem_Map.i"\ - "..\..\..\ace\Memory_Pool.h"\ - "..\..\..\ace\Memory_Pool.i"\ - "..\..\..\ace\Message_Block.h"\ - "..\..\..\ace\Message_Block.i"\ - "..\..\..\ace\Message_Queue.cpp"\ - "..\..\..\ace\Message_Queue.h"\ - "..\..\..\ace\Message_Queue.i"\ - "..\..\..\ace\Module.cpp"\ - "..\..\..\ace\Module.h"\ - "..\..\..\ace\Module.i"\ - "..\..\..\ace\Object_Manager.h"\ - "..\..\..\ace\Object_Manager.i"\ - "..\..\..\ace\OS.h"\ - "..\..\..\ace\OS.i"\ - "..\..\..\ace\Reactor.h"\ - "..\..\..\ace\Reactor.i"\ - "..\..\..\ace\Reactor_Impl.h"\ - "..\..\..\ace\Service_Config.h"\ - "..\..\..\ace\Service_Config.i"\ - "..\..\..\ace\Service_Object.h"\ - "..\..\..\ace\Service_Object.i"\ - "..\..\..\ace\Service_Repository.h"\ - "..\..\..\ace\Service_Repository.i"\ - "..\..\..\ace\Service_Types.h"\ - "..\..\..\ace\Service_Types.i"\ - "..\..\..\ace\Shared_Object.h"\ - "..\..\..\ace\Shared_Object.i"\ - "..\..\..\ace\Signal.h"\ - "..\..\..\ace\Signal.i"\ - "..\..\..\ace\Singleton.cpp"\ - "..\..\..\ace\Singleton.h"\ - "..\..\..\ace\Singleton.i"\ - "..\..\..\ace\SOCK.h"\ - "..\..\..\ace\SOCK.i"\ - "..\..\..\ace\SOCK_Acceptor.h"\ - "..\..\..\ace\SOCK_Acceptor.i"\ - "..\..\..\ace\SOCK_Connector.h"\ - "..\..\..\ace\SOCK_Connector.i"\ - "..\..\..\ace\SOCK_IO.h"\ - "..\..\..\ace\SOCK_IO.i"\ - "..\..\..\ace\SOCK_Stream.h"\ - "..\..\..\ace\SOCK_Stream.i"\ - "..\..\..\ace\SString.h"\ - "..\..\..\ace\SString.i"\ - "..\..\..\ace\Strategies.h"\ - "..\..\..\ace\Strategies_T.cpp"\ - "..\..\..\ace\Strategies_T.h"\ - "..\..\..\ace\Stream_Modules.cpp"\ - "..\..\..\ace\Stream_Modules.h"\ - "..\..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\..\ace\Svc_Handler.cpp"\ - "..\..\..\ace\Svc_Handler.h"\ - "..\..\..\ace\Svc_Handler.i"\ - "..\..\..\ace\Synch.h"\ - "..\..\..\ace\Synch.i"\ - "..\..\..\ace\Synch_Options.h"\ - "..\..\..\ace\Synch_T.cpp"\ - "..\..\..\ace\Synch_T.h"\ - "..\..\..\ace\Synch_T.i"\ - "..\..\..\ace\sys_conf.h"\ - "..\..\..\ace\Task.h"\ - "..\..\..\ace\Task.i"\ - "..\..\..\ace\Task_T.cpp"\ - "..\..\..\ace\Task_T.h"\ - "..\..\..\ace\Task_T.i"\ - "..\..\..\ace\Thread.h"\ - "..\..\..\ace\Thread.i"\ - "..\..\..\ace\Thread_Manager.h"\ - "..\..\..\ace\Thread_Manager.i"\ - "..\..\..\ace\Time_Value.h"\ - "..\..\..\ace\Timer_Queue.h"\ - "..\..\..\ace\Timer_Queue_T.cpp"\ - "..\..\..\ace\Timer_Queue_T.h"\ - "..\..\..\ace\Timer_Queue_T.i"\ - "..\..\..\ace\Trace.h"\ - "..\..\..\ace\Version.h"\ - "..\..\..\ace\WFMO_Reactor.h"\ - "..\..\..\ace\WFMO_Reactor.i"\ - "..\..\..\ace\ws2tcpip.h"\ - "..\..\tao\align.h"\ - "..\..\tao\any.h"\ - "..\..\tao\any.i"\ - "..\..\tao\cdr.h"\ - "..\..\tao\cdr.i"\ - "..\..\tao\client_factory.h"\ - "..\..\tao\compat\initguid.h"\ - "..\..\tao\compat\objbase.h"\ - "..\..\tao\connect.h"\ - "..\..\tao\connect.i"\ - "..\..\tao\corba.h"\ - "..\..\tao\corbacom.h"\ - "..\..\tao\corbacom.i"\ - "..\..\tao\debug.h"\ - "..\..\tao\default_client.h"\ - "..\..\tao\default_client.i"\ - "..\..\tao\default_server.h"\ - "..\..\tao\default_server.i"\ - "..\..\tao\except.h"\ - "..\..\tao\giop.h"\ - "..\..\tao\giop.i"\ - "..\..\tao\iiopobj.h"\ - "..\..\tao\iiopobj.i"\ - "..\..\tao\iioporb.h"\ - "..\..\tao\iioporb.i"\ - "..\..\tao\marshal.h"\ - "..\..\tao\marshal.i"\ - "..\..\tao\nvlist.h"\ - "..\..\tao\nvlist.i"\ - "..\..\tao\object.h"\ - "..\..\tao\object.i"\ - "..\..\tao\objtable.h"\ - "..\..\tao\optable.h"\ - "..\..\tao\orb.h"\ - "..\..\tao\orb_core.h"\ - "..\..\tao\orb_core.i"\ - "..\..\tao\orbconf.h"\ - "..\..\tao\orbobj.h"\ - "..\..\tao\orbobj.i"\ - "..\..\tao\params.h"\ - "..\..\tao\params.i"\ - "..\..\tao\poa.h"\ - "..\..\tao\poa.i"\ - "..\..\tao\principa.h"\ - "..\..\tao\request.h"\ - "..\..\tao\sequence.h"\ - "..\..\tao\sequence.i"\ - "..\..\tao\sequence_T.cpp"\ - "..\..\tao\sequence_T.h"\ - "..\..\tao\sequence_T.i"\ - "..\..\tao\server_factory.h"\ - "..\..\tao\server_factory.i"\ - "..\..\tao\singletons.h"\ - "..\..\tao\stub.h"\ - "..\..\tao\stub.i"\ - "..\..\tao\svrrqst.h"\ - "..\..\tao\typecode.h"\ - "..\..\tao\typecode.i"\ - ".\options.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\options.obj" : $(SOURCE) $(DEP_CPP_OPTIO) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "client - Win32 Debug" - -DEP_CPP_OPTIO=\ - "..\..\..\ace\Acceptor.cpp"\ - "..\..\..\ace\Acceptor.h"\ - "..\..\..\ace\Acceptor.i"\ - "..\..\..\ace\ACE.h"\ - "..\..\..\ace\ACE.i"\ - "..\..\..\ace\Addr.h"\ - "..\..\..\ace\Atomic_Op.i"\ - "..\..\..\ace\Basic_Types.h"\ - "..\..\..\ace\config-win32-common.h"\ - "..\..\..\ace\config-win32.h"\ - "..\..\..\ace\config.h"\ - "..\..\..\ace\Connector.cpp"\ - "..\..\..\ace\Connector.h"\ - "..\..\..\ace\Connector.i"\ - "..\..\..\ace\Containers.cpp"\ - "..\..\..\ace\Containers.h"\ - "..\..\..\ace\Containers.i"\ - "..\..\..\ace\Dynamic.h"\ - "..\..\..\ace\Dynamic_Service.cpp"\ - "..\..\..\ace\Dynamic_Service.h"\ - "..\..\..\ace\Event_Handler.h"\ - "..\..\..\ace\Free_List.cpp"\ - "..\..\..\ace\Free_List.h"\ - "..\..\..\ace\Free_List.i"\ - "..\..\..\ace\Get_Opt.h"\ - "..\..\..\ace\Handle_Set.h"\ - "..\..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\..\ace\Hash_Map_Manager.h"\ - "..\..\..\ace\inc_user_config.h"\ - "..\..\..\ace\INET_Addr.h"\ - "..\..\..\ace\IO_Cntl_Msg.h"\ - "..\..\..\ace\IPC_SAP.h"\ - "..\..\..\ace\IPC_SAP.i"\ - "..\..\..\ace\Log_Msg.h"\ - "..\..\..\ace\Log_Priority.h"\ - "..\..\..\ace\Log_Record.h"\ - "..\..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\..\ace\Map_Manager.h"\ - "..\..\..\ace\Map_Manager.i"\ - "..\..\..\ace\Mem_Map.h"\ - "..\..\..\ace\Memory_Pool.h"\ - "..\..\..\ace\Message_Block.h"\ - "..\..\..\ace\Message_Queue.cpp"\ - "..\..\..\ace\Message_Queue.h"\ - "..\..\..\ace\Message_Queue.i"\ - "..\..\..\ace\Module.cpp"\ - "..\..\..\ace\Module.h"\ - "..\..\..\ace\Module.i"\ - "..\..\..\ace\Object_Manager.h"\ - "..\..\..\ace\OS.h"\ - "..\..\..\ace\Reactor.h"\ - "..\..\..\ace\Reactor_Impl.h"\ - "..\..\..\ace\Service_Config.h"\ - "..\..\..\ace\Service_Object.h"\ - "..\..\..\ace\Service_Repository.h"\ - "..\..\..\ace\Service_Types.h"\ - "..\..\..\ace\Shared_Object.h"\ - "..\..\..\ace\Singleton.cpp"\ - "..\..\..\ace\Singleton.h"\ - "..\..\..\ace\Singleton.i"\ - "..\..\..\ace\SOCK.h"\ - "..\..\..\ace\SOCK.i"\ - "..\..\..\ace\SOCK_Acceptor.h"\ - "..\..\..\ace\SOCK_Connector.h"\ - "..\..\..\ace\SOCK_Connector.i"\ - "..\..\..\ace\SOCK_IO.h"\ - "..\..\..\ace\SOCK_IO.i"\ - "..\..\..\ace\SOCK_Stream.h"\ - "..\..\..\ace\SOCK_Stream.i"\ - "..\..\..\ace\SString.h"\ - "..\..\..\ace\Strategies.h"\ - "..\..\..\ace\Strategies_T.cpp"\ - "..\..\..\ace\Strategies_T.h"\ - "..\..\..\ace\Stream_Modules.cpp"\ - "..\..\..\ace\Stream_Modules.h"\ - "..\..\..\ace\Stream_Modules.i"\ - "..\..\..\ace\streams.h"\ - "..\..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\..\ace\Svc_Handler.cpp"\ - "..\..\..\ace\Svc_Handler.h"\ - "..\..\..\ace\Svc_Handler.i"\ - "..\..\..\ace\Synch.h"\ - "..\..\..\ace\Synch_Options.h"\ - "..\..\..\ace\Synch_T.cpp"\ - "..\..\..\ace\Synch_T.h"\ - "..\..\..\ace\Synch_T.i"\ - "..\..\..\ace\Task.h"\ - "..\..\..\ace\Task_T.cpp"\ - "..\..\..\ace\Task_T.h"\ - "..\..\..\ace\Task_T.i"\ - "..\..\..\ace\Thread.h"\ - "..\..\..\ace\Thread_Manager.h"\ - "..\..\..\ace\Time_Value.h"\ - "..\..\..\ace\Timer_Queue.h"\ - "..\..\..\ace\Timer_Queue_T.cpp"\ - "..\..\..\ace\Timer_Queue_T.h"\ - "..\..\..\ace\Timer_Queue_T.i"\ - "..\..\..\ace\Trace.h"\ - "..\..\..\ace\Version.h"\ - "..\..\..\ace\WFMO_Reactor.h"\ - "..\..\tao\align.h"\ - "..\..\tao\any.h"\ - "..\..\tao\any.i"\ - "..\..\tao\cdr.h"\ - "..\..\tao\cdr.i"\ - "..\..\tao\client_factory.h"\ - "..\..\tao\connect.h"\ - "..\..\tao\corba.h"\ - "..\..\tao\corbacom.h"\ - "..\..\tao\corbacom.i"\ - "..\..\tao\debug.h"\ - "..\..\tao\default_client.h"\ - "..\..\tao\default_server.h"\ - "..\..\tao\except.h"\ - "..\..\tao\giop.h"\ - "..\..\tao\giop.i"\ - "..\..\tao\iiopobj.h"\ - "..\..\tao\iiopobj.i"\ - "..\..\tao\iioporb.h"\ - "..\..\tao\iioporb.i"\ - "..\..\tao\marshal.h"\ - "..\..\tao\marshal.i"\ - "..\..\tao\nvlist.h"\ - "..\..\tao\nvlist.i"\ - "..\..\tao\object.h"\ - "..\..\tao\object.i"\ - "..\..\tao\objtable.h"\ - "..\..\tao\optable.h"\ - "..\..\tao\orb.h"\ - "..\..\tao\orb_core.h"\ - "..\..\tao\orb_core.i"\ - "..\..\tao\orbconf.h"\ - "..\..\tao\orbobj.h"\ - "..\..\tao\orbobj.i"\ - "..\..\tao\params.h"\ - "..\..\tao\poa.h"\ - "..\..\tao\poa.i"\ - "..\..\tao\principa.h"\ - "..\..\tao\request.h"\ - "..\..\tao\sequence.h"\ - "..\..\tao\sequence_T.cpp"\ - "..\..\tao\sequence_T.h"\ - "..\..\tao\sequence_T.i"\ - "..\..\tao\server_factory.h"\ - "..\..\tao\singletons.h"\ - "..\..\tao\stub.h"\ - "..\..\tao\stub.i"\ - "..\..\tao\svrrqst.h"\ - "..\..\tao\typecode.h"\ - "..\..\tao\typecode.i"\ - ".\options.h"\ - - -"$(INTDIR)\options.obj" : $(SOURCE) $(DEP_CPP_OPTIO) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\param_test.idl - -!IF "$(CFG)" == "client - Win32 Release" - -InputPath=.\param_test.idl - -"param_testS.h" "param_testS.i" "param_testS.cpp" "param_testC.h"\ - "param_testC.i" "param_testC.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - ..\..\tao_idl\tao_idl param_test.idl - -!ELSEIF "$(CFG)" == "client - Win32 Debug" - -InputPath=.\param_test.idl - -"param_testS.h" "param_testS.i" "param_testS.cpp" "param_testC.h"\ - "param_testC.i" "param_testC.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - ..\..\tao_idl\tao_idl param_test.idl - -!ENDIF - -SOURCE=.\param_testC.cpp - -!IF "$(CFG)" == "client - Win32 Release" - -DEP_CPP_PARAM=\ - "..\..\..\ace\Acceptor.cpp"\ - "..\..\..\ace\Acceptor.h"\ - "..\..\..\ace\Acceptor.i"\ - "..\..\..\ace\ACE.h"\ - "..\..\..\ace\ACE.i"\ - "..\..\..\ace\Addr.h"\ - "..\..\..\ace\Addr.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.h"\ - "..\..\..\ace\Connector.cpp"\ - "..\..\..\ace\Connector.h"\ - "..\..\..\ace\Connector.i"\ - "..\..\..\ace\Containers.cpp"\ - "..\..\..\ace\Containers.h"\ - "..\..\..\ace\Containers.i"\ - "..\..\..\ace\Dynamic.h"\ - "..\..\..\ace\Dynamic.i"\ - "..\..\..\ace\Dynamic_Service.cpp"\ - "..\..\..\ace\Dynamic_Service.h"\ - "..\..\..\ace\Event_Handler.h"\ - "..\..\..\ace\Event_Handler.i"\ - "..\..\..\ace\Free_List.cpp"\ - "..\..\..\ace\Free_List.h"\ - "..\..\..\ace\Free_List.i"\ - "..\..\..\ace\Get_Opt.h"\ - "..\..\..\ace\Get_Opt.i"\ - "..\..\..\ace\Handle_Set.h"\ - "..\..\..\ace\Handle_Set.i"\ - "..\..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\..\ace\Hash_Map_Manager.h"\ - "..\..\..\ace\inc_user_config.h"\ - "..\..\..\ace\INET_Addr.h"\ - "..\..\..\ace\INET_Addr.i"\ - "..\..\..\ace\IO_Cntl_Msg.h"\ - "..\..\..\ace\iosfwd.h"\ - "..\..\..\ace\IPC_SAP.h"\ - "..\..\..\ace\IPC_SAP.i"\ - "..\..\..\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\Map_Manager.cpp"\ - "..\..\..\ace\Map_Manager.h"\ - "..\..\..\ace\Map_Manager.i"\ - "..\..\..\ace\Mem_Map.h"\ - "..\..\..\ace\Mem_Map.i"\ - "..\..\..\ace\Memory_Pool.h"\ - "..\..\..\ace\Memory_Pool.i"\ - "..\..\..\ace\Message_Block.h"\ - "..\..\..\ace\Message_Block.i"\ - "..\..\..\ace\Message_Queue.cpp"\ - "..\..\..\ace\Message_Queue.h"\ - "..\..\..\ace\Message_Queue.i"\ - "..\..\..\ace\Module.cpp"\ - "..\..\..\ace\Module.h"\ - "..\..\..\ace\Module.i"\ - "..\..\..\ace\Object_Manager.h"\ - "..\..\..\ace\Object_Manager.i"\ - "..\..\..\ace\OS.h"\ - "..\..\..\ace\OS.i"\ - "..\..\..\ace\Reactor.h"\ - "..\..\..\ace\Reactor.i"\ - "..\..\..\ace\Reactor_Impl.h"\ - "..\..\..\ace\Service_Config.h"\ - "..\..\..\ace\Service_Config.i"\ - "..\..\..\ace\Service_Object.h"\ - "..\..\..\ace\Service_Object.i"\ - "..\..\..\ace\Service_Repository.h"\ - "..\..\..\ace\Service_Repository.i"\ - "..\..\..\ace\Service_Types.h"\ - "..\..\..\ace\Service_Types.i"\ - "..\..\..\ace\Shared_Object.h"\ - "..\..\..\ace\Shared_Object.i"\ - "..\..\..\ace\Signal.h"\ - "..\..\..\ace\Signal.i"\ - "..\..\..\ace\Singleton.cpp"\ - "..\..\..\ace\Singleton.h"\ - "..\..\..\ace\Singleton.i"\ - "..\..\..\ace\SOCK.h"\ - "..\..\..\ace\SOCK.i"\ - "..\..\..\ace\SOCK_Acceptor.h"\ - "..\..\..\ace\SOCK_Acceptor.i"\ - "..\..\..\ace\SOCK_Connector.h"\ - "..\..\..\ace\SOCK_Connector.i"\ - "..\..\..\ace\SOCK_IO.h"\ - "..\..\..\ace\SOCK_IO.i"\ - "..\..\..\ace\SOCK_Stream.h"\ - "..\..\..\ace\SOCK_Stream.i"\ - "..\..\..\ace\SString.h"\ - "..\..\..\ace\SString.i"\ - "..\..\..\ace\Strategies.h"\ - "..\..\..\ace\Strategies_T.cpp"\ - "..\..\..\ace\Strategies_T.h"\ - "..\..\..\ace\Stream_Modules.cpp"\ - "..\..\..\ace\Stream_Modules.h"\ - "..\..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\..\ace\Svc_Handler.cpp"\ - "..\..\..\ace\Svc_Handler.h"\ - "..\..\..\ace\Svc_Handler.i"\ - "..\..\..\ace\Synch.h"\ - "..\..\..\ace\Synch.i"\ - "..\..\..\ace\Synch_Options.h"\ - "..\..\..\ace\Synch_T.cpp"\ - "..\..\..\ace\Synch_T.h"\ - "..\..\..\ace\Synch_T.i"\ - "..\..\..\ace\sys_conf.h"\ - "..\..\..\ace\Task.h"\ - "..\..\..\ace\Task.i"\ - "..\..\..\ace\Task_T.cpp"\ - "..\..\..\ace\Task_T.h"\ - "..\..\..\ace\Task_T.i"\ - "..\..\..\ace\Thread.h"\ - "..\..\..\ace\Thread.i"\ - "..\..\..\ace\Thread_Manager.h"\ - "..\..\..\ace\Thread_Manager.i"\ - "..\..\..\ace\Time_Value.h"\ - "..\..\..\ace\Timer_Queue.h"\ - "..\..\..\ace\Timer_Queue_T.cpp"\ - "..\..\..\ace\Timer_Queue_T.h"\ - "..\..\..\ace\Timer_Queue_T.i"\ - "..\..\..\ace\Trace.h"\ - "..\..\..\ace\Version.h"\ - "..\..\..\ace\WFMO_Reactor.h"\ - "..\..\..\ace\WFMO_Reactor.i"\ - "..\..\..\ace\ws2tcpip.h"\ - "..\..\tao\align.h"\ - "..\..\tao\any.h"\ - "..\..\tao\any.i"\ - "..\..\tao\cdr.h"\ - "..\..\tao\cdr.i"\ - "..\..\tao\client_factory.h"\ - "..\..\tao\compat\initguid.h"\ - "..\..\tao\compat\objbase.h"\ - "..\..\tao\connect.h"\ - "..\..\tao\connect.i"\ - "..\..\tao\corba.h"\ - "..\..\tao\corbacom.h"\ - "..\..\tao\corbacom.i"\ - "..\..\tao\debug.h"\ - "..\..\tao\default_client.h"\ - "..\..\tao\default_client.i"\ - "..\..\tao\default_server.h"\ - "..\..\tao\default_server.i"\ - "..\..\tao\except.h"\ - "..\..\tao\giop.h"\ - "..\..\tao\giop.i"\ - "..\..\tao\iiopobj.h"\ - "..\..\tao\iiopobj.i"\ - "..\..\tao\iioporb.h"\ - "..\..\tao\iioporb.i"\ - "..\..\tao\marshal.h"\ - "..\..\tao\marshal.i"\ - "..\..\tao\nvlist.h"\ - "..\..\tao\nvlist.i"\ - "..\..\tao\object.h"\ - "..\..\tao\object.i"\ - "..\..\tao\objtable.h"\ - "..\..\tao\optable.h"\ - "..\..\tao\orb.h"\ - "..\..\tao\orb_core.h"\ - "..\..\tao\orb_core.i"\ - "..\..\tao\orbconf.h"\ - "..\..\tao\orbobj.h"\ - "..\..\tao\orbobj.i"\ - "..\..\tao\params.h"\ - "..\..\tao\params.i"\ - "..\..\tao\poa.h"\ - "..\..\tao\poa.i"\ - "..\..\tao\principa.h"\ - "..\..\tao\request.h"\ - "..\..\tao\sequence.h"\ - "..\..\tao\sequence.i"\ - "..\..\tao\sequence_T.cpp"\ - "..\..\tao\sequence_T.h"\ - "..\..\tao\sequence_T.i"\ - "..\..\tao\server_factory.h"\ - "..\..\tao\server_factory.i"\ - "..\..\tao\singletons.h"\ - "..\..\tao\stub.h"\ - "..\..\tao\stub.i"\ - "..\..\tao\svrrqst.h"\ - "..\..\tao\typecode.h"\ - "..\..\tao\typecode.i"\ - ".\param_testC.h"\ - ".\param_testC.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\param_testC.obj" : $(SOURCE) $(DEP_CPP_PARAM) "$(INTDIR)"\ - ".\param_testC.h" ".\param_testC.i" - - -!ELSEIF "$(CFG)" == "client - Win32 Debug" - - -"$(INTDIR)\param_testC.obj" : $(SOURCE) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\results.cpp - -!IF "$(CFG)" == "client - Win32 Release" - -DEP_CPP_RESUL=\ - "..\..\..\ace\Acceptor.cpp"\ - "..\..\..\ace\Acceptor.h"\ - "..\..\..\ace\Acceptor.i"\ - "..\..\..\ace\ACE.h"\ - "..\..\..\ace\ACE.i"\ - "..\..\..\ace\Addr.h"\ - "..\..\..\ace\Addr.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.h"\ - "..\..\..\ace\Connector.cpp"\ - "..\..\..\ace\Connector.h"\ - "..\..\..\ace\Connector.i"\ - "..\..\..\ace\Containers.cpp"\ - "..\..\..\ace\Containers.h"\ - "..\..\..\ace\Containers.i"\ - "..\..\..\ace\Dynamic.h"\ - "..\..\..\ace\Dynamic.i"\ - "..\..\..\ace\Dynamic_Service.cpp"\ - "..\..\..\ace\Dynamic_Service.h"\ - "..\..\..\ace\Event_Handler.h"\ - "..\..\..\ace\Event_Handler.i"\ - "..\..\..\ace\Free_List.cpp"\ - "..\..\..\ace\Free_List.h"\ - "..\..\..\ace\Free_List.i"\ - "..\..\..\ace\Get_Opt.h"\ - "..\..\..\ace\Get_Opt.i"\ - "..\..\..\ace\Handle_Set.h"\ - "..\..\..\ace\Handle_Set.i"\ - "..\..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\..\ace\Hash_Map_Manager.h"\ - "..\..\..\ace\High_Res_Timer.h"\ - "..\..\..\ace\High_Res_Timer.i"\ - "..\..\..\ace\inc_user_config.h"\ - "..\..\..\ace\INET_Addr.h"\ - "..\..\..\ace\INET_Addr.i"\ - "..\..\..\ace\IO_Cntl_Msg.h"\ - "..\..\..\ace\iosfwd.h"\ - "..\..\..\ace\IPC_SAP.h"\ - "..\..\..\ace\IPC_SAP.i"\ - "..\..\..\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\Map_Manager.cpp"\ - "..\..\..\ace\Map_Manager.h"\ - "..\..\..\ace\Map_Manager.i"\ - "..\..\..\ace\Mem_Map.h"\ - "..\..\..\ace\Mem_Map.i"\ - "..\..\..\ace\Memory_Pool.h"\ - "..\..\..\ace\Memory_Pool.i"\ - "..\..\..\ace\Message_Block.h"\ - "..\..\..\ace\Message_Block.i"\ - "..\..\..\ace\Message_Queue.cpp"\ - "..\..\..\ace\Message_Queue.h"\ - "..\..\..\ace\Message_Queue.i"\ - "..\..\..\ace\Module.cpp"\ - "..\..\..\ace\Module.h"\ - "..\..\..\ace\Module.i"\ - "..\..\..\ace\Object_Manager.h"\ - "..\..\..\ace\Object_Manager.i"\ - "..\..\..\ace\OS.h"\ - "..\..\..\ace\OS.i"\ - "..\..\..\ace\Profile_Timer.h"\ - "..\..\..\ace\Profile_Timer.i"\ - "..\..\..\ace\Reactor.h"\ - "..\..\..\ace\Reactor.i"\ - "..\..\..\ace\Reactor_Impl.h"\ - "..\..\..\ace\Service_Config.h"\ - "..\..\..\ace\Service_Config.i"\ - "..\..\..\ace\Service_Object.h"\ - "..\..\..\ace\Service_Object.i"\ - "..\..\..\ace\Service_Repository.h"\ - "..\..\..\ace\Service_Repository.i"\ - "..\..\..\ace\Service_Types.h"\ - "..\..\..\ace\Service_Types.i"\ - "..\..\..\ace\Shared_Object.h"\ - "..\..\..\ace\Shared_Object.i"\ - "..\..\..\ace\Signal.h"\ - "..\..\..\ace\Signal.i"\ - "..\..\..\ace\Singleton.cpp"\ - "..\..\..\ace\Singleton.h"\ - "..\..\..\ace\Singleton.i"\ - "..\..\..\ace\SOCK.h"\ - "..\..\..\ace\SOCK.i"\ - "..\..\..\ace\SOCK_Acceptor.h"\ - "..\..\..\ace\SOCK_Acceptor.i"\ - "..\..\..\ace\SOCK_Connector.h"\ - "..\..\..\ace\SOCK_Connector.i"\ - "..\..\..\ace\SOCK_IO.h"\ - "..\..\..\ace\SOCK_IO.i"\ - "..\..\..\ace\SOCK_Stream.h"\ - "..\..\..\ace\SOCK_Stream.i"\ - "..\..\..\ace\SString.h"\ - "..\..\..\ace\SString.i"\ - "..\..\..\ace\Strategies.h"\ - "..\..\..\ace\Strategies_T.cpp"\ - "..\..\..\ace\Strategies_T.h"\ - "..\..\..\ace\Stream_Modules.cpp"\ - "..\..\..\ace\Stream_Modules.h"\ - "..\..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\..\ace\Svc_Handler.cpp"\ - "..\..\..\ace\Svc_Handler.h"\ - "..\..\..\ace\Svc_Handler.i"\ - "..\..\..\ace\Synch.h"\ - "..\..\..\ace\Synch.i"\ - "..\..\..\ace\Synch_Options.h"\ - "..\..\..\ace\Synch_T.cpp"\ - "..\..\..\ace\Synch_T.h"\ - "..\..\..\ace\Synch_T.i"\ - "..\..\..\ace\sys_conf.h"\ - "..\..\..\ace\Task.h"\ - "..\..\..\ace\Task.i"\ - "..\..\..\ace\Task_T.cpp"\ - "..\..\..\ace\Task_T.h"\ - "..\..\..\ace\Task_T.i"\ - "..\..\..\ace\Thread.h"\ - "..\..\..\ace\Thread.i"\ - "..\..\..\ace\Thread_Manager.h"\ - "..\..\..\ace\Thread_Manager.i"\ - "..\..\..\ace\Time_Value.h"\ - "..\..\..\ace\Timer_Queue.h"\ - "..\..\..\ace\Timer_Queue_T.cpp"\ - "..\..\..\ace\Timer_Queue_T.h"\ - "..\..\..\ace\Timer_Queue_T.i"\ - "..\..\..\ace\Trace.h"\ - "..\..\..\ace\Version.h"\ - "..\..\..\ace\WFMO_Reactor.h"\ - "..\..\..\ace\WFMO_Reactor.i"\ - "..\..\..\ace\ws2tcpip.h"\ - "..\..\tao\align.h"\ - "..\..\tao\any.h"\ - "..\..\tao\any.i"\ - "..\..\tao\cdr.h"\ - "..\..\tao\cdr.i"\ - "..\..\tao\client_factory.h"\ - "..\..\tao\compat\initguid.h"\ - "..\..\tao\compat\objbase.h"\ - "..\..\tao\connect.h"\ - "..\..\tao\connect.i"\ - "..\..\tao\corba.h"\ - "..\..\tao\corbacom.h"\ - "..\..\tao\corbacom.i"\ - "..\..\tao\debug.h"\ - "..\..\tao\default_client.h"\ - "..\..\tao\default_client.i"\ - "..\..\tao\default_server.h"\ - "..\..\tao\default_server.i"\ - "..\..\tao\except.h"\ - "..\..\tao\giop.h"\ - "..\..\tao\giop.i"\ - "..\..\tao\iiopobj.h"\ - "..\..\tao\iiopobj.i"\ - "..\..\tao\iioporb.h"\ - "..\..\tao\iioporb.i"\ - "..\..\tao\marshal.h"\ - "..\..\tao\marshal.i"\ - "..\..\tao\nvlist.h"\ - "..\..\tao\nvlist.i"\ - "..\..\tao\object.h"\ - "..\..\tao\object.i"\ - "..\..\tao\objtable.h"\ - "..\..\tao\optable.h"\ - "..\..\tao\orb.h"\ - "..\..\tao\orb_core.h"\ - "..\..\tao\orb_core.i"\ - "..\..\tao\orbconf.h"\ - "..\..\tao\orbobj.h"\ - "..\..\tao\orbobj.i"\ - "..\..\tao\params.h"\ - "..\..\tao\params.i"\ - "..\..\tao\poa.h"\ - "..\..\tao\poa.i"\ - "..\..\tao\principa.h"\ - "..\..\tao\request.h"\ - "..\..\tao\sequence.h"\ - "..\..\tao\sequence.i"\ - "..\..\tao\sequence_T.cpp"\ - "..\..\tao\sequence_T.h"\ - "..\..\tao\sequence_T.i"\ - "..\..\tao\server_factory.h"\ - "..\..\tao\server_factory.i"\ - "..\..\tao\singletons.h"\ - "..\..\tao\stub.h"\ - "..\..\tao\stub.i"\ - "..\..\tao\svrrqst.h"\ - "..\..\tao\typecode.h"\ - "..\..\tao\typecode.i"\ - ".\results.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\results.obj" : $(SOURCE) $(DEP_CPP_RESUL) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "client - Win32 Debug" - -DEP_CPP_RESUL=\ - "..\..\..\ace\Acceptor.cpp"\ - "..\..\..\ace\Acceptor.h"\ - "..\..\..\ace\Acceptor.i"\ - "..\..\..\ace\ACE.h"\ - "..\..\..\ace\ACE.i"\ - "..\..\..\ace\Addr.h"\ - "..\..\..\ace\Atomic_Op.i"\ - "..\..\..\ace\Basic_Types.h"\ - "..\..\..\ace\config-win32-common.h"\ - "..\..\..\ace\config-win32.h"\ - "..\..\..\ace\config.h"\ - "..\..\..\ace\Connector.cpp"\ - "..\..\..\ace\Connector.h"\ - "..\..\..\ace\Connector.i"\ - "..\..\..\ace\Containers.cpp"\ - "..\..\..\ace\Containers.h"\ - "..\..\..\ace\Containers.i"\ - "..\..\..\ace\Dynamic.h"\ - "..\..\..\ace\Dynamic_Service.cpp"\ - "..\..\..\ace\Dynamic_Service.h"\ - "..\..\..\ace\Event_Handler.h"\ - "..\..\..\ace\Free_List.cpp"\ - "..\..\..\ace\Free_List.h"\ - "..\..\..\ace\Free_List.i"\ - "..\..\..\ace\Get_Opt.h"\ - "..\..\..\ace\Handle_Set.h"\ - "..\..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\..\ace\Hash_Map_Manager.h"\ - "..\..\..\ace\High_Res_Timer.h"\ - "..\..\..\ace\inc_user_config.h"\ - "..\..\..\ace\INET_Addr.h"\ - "..\..\..\ace\IO_Cntl_Msg.h"\ - "..\..\..\ace\IPC_SAP.h"\ - "..\..\..\ace\IPC_SAP.i"\ - "..\..\..\ace\Log_Msg.h"\ - "..\..\..\ace\Log_Priority.h"\ - "..\..\..\ace\Log_Record.h"\ - "..\..\..\ace\Log_Record.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\Map_Manager.cpp"\ - "..\..\..\ace\Map_Manager.h"\ - "..\..\..\ace\Map_Manager.i"\ - "..\..\..\ace\Mem_Map.h"\ - "..\..\..\ace\Memory_Pool.h"\ - "..\..\..\ace\Message_Block.h"\ - "..\..\..\ace\Message_Queue.cpp"\ - "..\..\..\ace\Message_Queue.h"\ - "..\..\..\ace\Message_Queue.i"\ - "..\..\..\ace\Module.cpp"\ - "..\..\..\ace\Module.h"\ - "..\..\..\ace\Module.i"\ - "..\..\..\ace\Object_Manager.h"\ - "..\..\..\ace\OS.h"\ - "..\..\..\ace\Profile_Timer.h"\ - "..\..\..\ace\Reactor.h"\ - "..\..\..\ace\Reactor_Impl.h"\ - "..\..\..\ace\Service_Config.h"\ - "..\..\..\ace\Service_Object.h"\ - "..\..\..\ace\Service_Repository.h"\ - "..\..\..\ace\Service_Types.h"\ - "..\..\..\ace\Shared_Object.h"\ - "..\..\..\ace\Singleton.cpp"\ - "..\..\..\ace\Singleton.h"\ - "..\..\..\ace\Singleton.i"\ - "..\..\..\ace\SOCK.h"\ - "..\..\..\ace\SOCK.i"\ - "..\..\..\ace\SOCK_Acceptor.h"\ - "..\..\..\ace\SOCK_Connector.h"\ - "..\..\..\ace\SOCK_Connector.i"\ - "..\..\..\ace\SOCK_IO.h"\ - "..\..\..\ace\SOCK_IO.i"\ - "..\..\..\ace\SOCK_Stream.h"\ - "..\..\..\ace\SOCK_Stream.i"\ - "..\..\..\ace\SString.h"\ - "..\..\..\ace\Strategies.h"\ - "..\..\..\ace\Strategies_T.cpp"\ - "..\..\..\ace\Strategies_T.h"\ - "..\..\..\ace\Stream_Modules.cpp"\ - "..\..\..\ace\Stream_Modules.h"\ - "..\..\..\ace\Stream_Modules.i"\ - "..\..\..\ace\streams.h"\ - "..\..\..\ace\Svc_Conf_Tokens.h"\ - "..\..\..\ace\Svc_Handler.cpp"\ - "..\..\..\ace\Svc_Handler.h"\ - "..\..\..\ace\Svc_Handler.i"\ - "..\..\..\ace\Synch.h"\ - "..\..\..\ace\Synch_Options.h"\ - "..\..\..\ace\Synch_T.cpp"\ - "..\..\..\ace\Synch_T.h"\ - "..\..\..\ace\Synch_T.i"\ - "..\..\..\ace\Task.h"\ - "..\..\..\ace\Task_T.cpp"\ - "..\..\..\ace\Task_T.h"\ - "..\..\..\ace\Task_T.i"\ - "..\..\..\ace\Thread.h"\ - "..\..\..\ace\Thread_Manager.h"\ - "..\..\..\ace\Time_Value.h"\ - "..\..\..\ace\Timer_Queue.h"\ - "..\..\..\ace\Timer_Queue_T.cpp"\ - "..\..\..\ace\Timer_Queue_T.h"\ - "..\..\..\ace\Timer_Queue_T.i"\ - "..\..\..\ace\Trace.h"\ - "..\..\..\ace\Version.h"\ - "..\..\..\ace\WFMO_Reactor.h"\ - "..\..\tao\align.h"\ - "..\..\tao\any.h"\ - "..\..\tao\any.i"\ - "..\..\tao\cdr.h"\ - "..\..\tao\cdr.i"\ - "..\..\tao\client_factory.h"\ - "..\..\tao\connect.h"\ - "..\..\tao\corba.h"\ - "..\..\tao\corbacom.h"\ - "..\..\tao\corbacom.i"\ - "..\..\tao\debug.h"\ - "..\..\tao\default_client.h"\ - "..\..\tao\default_server.h"\ - "..\..\tao\except.h"\ - "..\..\tao\giop.h"\ - "..\..\tao\giop.i"\ - "..\..\tao\iiopobj.h"\ - "..\..\tao\iiopobj.i"\ - "..\..\tao\iioporb.h"\ - "..\..\tao\iioporb.i"\ - "..\..\tao\marshal.h"\ - "..\..\tao\marshal.i"\ - "..\..\tao\nvlist.h"\ - "..\..\tao\nvlist.i"\ - "..\..\tao\object.h"\ - "..\..\tao\object.i"\ - "..\..\tao\objtable.h"\ - "..\..\tao\optable.h"\ - "..\..\tao\orb.h"\ - "..\..\tao\orb_core.h"\ - "..\..\tao\orb_core.i"\ - "..\..\tao\orbconf.h"\ - "..\..\tao\orbobj.h"\ - "..\..\tao\orbobj.i"\ - "..\..\tao\params.h"\ - "..\..\tao\poa.h"\ - "..\..\tao\poa.i"\ - "..\..\tao\principa.h"\ - "..\..\tao\request.h"\ - "..\..\tao\sequence.h"\ - "..\..\tao\sequence_T.cpp"\ - "..\..\tao\sequence_T.h"\ - "..\..\tao\sequence_T.i"\ - "..\..\tao\server_factory.h"\ - "..\..\tao\singletons.h"\ - "..\..\tao\stub.h"\ - "..\..\tao\stub.i"\ - "..\..\tao\svrrqst.h"\ - "..\..\tao\typecode.h"\ - "..\..\tao\typecode.i"\ - ".\results.h"\ - - -"$(INTDIR)\results.obj" : $(SOURCE) $(DEP_CPP_RESUL) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\tests.cpp - -!IF "$(CFG)" == "client - Win32 Release" - -DEP_CPP_TESTS=\ - "..\..\..\ace\Acceptor.cpp"\ - "..\..\..\ace\Acceptor.h"\ - "..\..\..\ace\Acceptor.i"\ - "..\..\..\ace\ACE.h"\ - "..\..\..\ace\ACE.i"\ - "..\..\..\ace\Addr.h"\ - "..\..\..\ace\Addr.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.h"\ - "..\..\..\ace\Connector.cpp"\ - "..\..\..\ace\Connector.h"\ - "..\..\..\ace\Connector.i"\ - "..\..\..\ace\Containers.cpp"\ - "..\..\..\ace\Containers.h"\ - "..\..\..\ace\Containers.i"\ - "..\..\..\ace\Dynamic.h"\ - "..\..\..\ace\Dynamic.i"\ - "..\..\..\ace\Dynamic_Service.cpp"\ - "..\..\..\ace\Dynamic_Service.h"\ - "..\..\..\ace\Event_Handler.h"\ - "..\..\..\ace\Event_Handler.i"\ - "..\..\..\ace\Free_List.cpp"\ - "..\..\..\ace\Free_List.h"\ - "..\..\..\ace\Free_List.i"\ - "..\..\..\ace\Get_Opt.h"\ - "..\..\..\ace\Get_Opt.i"\ - "..\..\..\ace\Handle_Set.h"\ - "..\..\..\ace\Handle_Set.i"\ - "..\..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\..\ace\Hash_Map_Manager.h"\ - "..\..\..\ace\inc_user_config.h"\ - "..\..\..\ace\INET_Addr.h"\ - "..\..\..\ace\INET_Addr.i"\ - "..\..\..\ace\IO_Cntl_Msg.h"\ - "..\..\..\ace\iosfwd.h"\ - "..\..\..\ace\IPC_SAP.h"\ - "..\..\..\ace\IPC_SAP.i"\ - "..\..\..\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\Map_Manager.cpp"\ - "..\..\..\ace\Map_Manager.h"\ - "..\..\..\ace\Map_Manager.i"\ - "..\..\..\ace\Mem_Map.h"\ - "..\..\..\ace\Mem_Map.i"\ - "..\..\..\ace\Memory_Pool.h"\ - "..\..\..\ace\Memory_Pool.i"\ - "..\..\..\ace\Message_Block.h"\ - "..\..\..\ace\Message_Block.i"\ - "..\..\..\ace\Message_Queue.cpp"\ - "..\..\..\ace\Message_Queue.h"\ - "..\..\..\ace\Message_Queue.i"\ - "..\..\..\ace\Module.cpp"\ - "..\..\..\ace\Module.h"\ - "..\..\..\ace\Module.i"\ - "..\..\..\ace\Object_Manager.h"\ - "..\..\..\ace\Object_Manager.i"\ - "..\..\..\ace\OS.h"\ - "..\..\..\ace\OS.i"\ - "..\..\..\ace\Reactor.h"\ - "..\..\..\ace\Reactor.i"\ - "..\..\..\ace\Reactor_Impl.h"\ - "..\..\..\ace\Service_Config.h"\ - "..\..\..\ace\Service_Config.i"\ - "..\..\..\ace\Service_Object.h"\ - "..\..\..\ace\Service_Object.i"\ - "..\..\..\ace\Service_Repository.h"\ - "..\..\..\ace\Service_Repository.i"\ - "..\..\..\ace\Service_Types.h"\ - "..\..\..\ace\Service_Types.i"\ - "..\..\..\ace\Shared_Object.h"\ - "..\..\..\ace\Shared_Object.i"\ - "..\..\..\ace\Signal.h"\ - "..\..\..\ace\Signal.i"\ - "..\..\..\ace\Singleton.cpp"\ - "..\..\..\ace\Singleton.h"\ - "..\..\..\ace\Singleton.i"\ - "..\..\..\ace\SOCK.h"\ - "..\..\..\ace\SOCK.i"\ - "..\..\..\ace\SOCK_Acceptor.h"\ - "..\..\..\ace\SOCK_Acceptor.i"\ - "..\..\..\ace\SOCK_Connector.h"\ - "..\..\..\ace\SOCK_Connector.i"\ - "..\..\..\ace\SOCK_IO.h"\ - "..\..\..\ace\SOCK_IO.i"\ - "..\..\..\ace\SOCK_Stream.h"\ - "..\..\..\ace\SOCK_Stream.i"\ - "..\..\..\ace\SString.h"\ - "..\..\..\ace\SString.i"\ - "..\..\..\ace\Strategies.h"\ - "..\..\..\ace\Strategies_T.cpp"\ - "..\..\..\ace\Strategies_T.h"\ - "..\..\..\ace\Stream_Modules.cpp"\ - "..\..\..\ace\Stream_Modules.h"\ - "..\..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\..\ace\Svc_Handler.cpp"\ - "..\..\..\ace\Svc_Handler.h"\ - "..\..\..\ace\Svc_Handler.i"\ - "..\..\..\ace\Synch.h"\ - "..\..\..\ace\Synch.i"\ - "..\..\..\ace\Synch_Options.h"\ - "..\..\..\ace\Synch_T.cpp"\ - "..\..\..\ace\Synch_T.h"\ - "..\..\..\ace\Synch_T.i"\ - "..\..\..\ace\sys_conf.h"\ - "..\..\..\ace\Task.h"\ - "..\..\..\ace\Task.i"\ - "..\..\..\ace\Task_T.cpp"\ - "..\..\..\ace\Task_T.h"\ - "..\..\..\ace\Task_T.i"\ - "..\..\..\ace\Thread.h"\ - "..\..\..\ace\Thread.i"\ - "..\..\..\ace\Thread_Manager.h"\ - "..\..\..\ace\Thread_Manager.i"\ - "..\..\..\ace\Time_Value.h"\ - "..\..\..\ace\Timer_Queue.h"\ - "..\..\..\ace\Timer_Queue_T.cpp"\ - "..\..\..\ace\Timer_Queue_T.h"\ - "..\..\..\ace\Timer_Queue_T.i"\ - "..\..\..\ace\Trace.h"\ - "..\..\..\ace\Version.h"\ - "..\..\..\ace\WFMO_Reactor.h"\ - "..\..\..\ace\WFMO_Reactor.i"\ - "..\..\..\ace\ws2tcpip.h"\ - "..\..\tao\align.h"\ - "..\..\tao\any.h"\ - "..\..\tao\any.i"\ - "..\..\tao\cdr.h"\ - "..\..\tao\cdr.i"\ - "..\..\tao\client_factory.h"\ - "..\..\tao\compat\initguid.h"\ - "..\..\tao\compat\objbase.h"\ - "..\..\tao\connect.h"\ - "..\..\tao\connect.i"\ - "..\..\tao\corba.h"\ - "..\..\tao\corbacom.h"\ - "..\..\tao\corbacom.i"\ - "..\..\tao\debug.h"\ - "..\..\tao\default_client.h"\ - "..\..\tao\default_client.i"\ - "..\..\tao\default_server.h"\ - "..\..\tao\default_server.i"\ - "..\..\tao\except.h"\ - "..\..\tao\giop.h"\ - "..\..\tao\giop.i"\ - "..\..\tao\iiopobj.h"\ - "..\..\tao\iiopobj.i"\ - "..\..\tao\iioporb.h"\ - "..\..\tao\iioporb.i"\ - "..\..\tao\marshal.h"\ - "..\..\tao\marshal.i"\ - "..\..\tao\nvlist.h"\ - "..\..\tao\nvlist.i"\ - "..\..\tao\object.h"\ - "..\..\tao\object.i"\ - "..\..\tao\objtable.h"\ - "..\..\tao\optable.h"\ - "..\..\tao\orb.h"\ - "..\..\tao\orb_core.h"\ - "..\..\tao\orb_core.i"\ - "..\..\tao\orbconf.h"\ - "..\..\tao\orbobj.h"\ - "..\..\tao\orbobj.i"\ - "..\..\tao\params.h"\ - "..\..\tao\params.i"\ - "..\..\tao\poa.h"\ - "..\..\tao\poa.i"\ - "..\..\tao\principa.h"\ - "..\..\tao\request.h"\ - "..\..\tao\sequence.h"\ - "..\..\tao\sequence.i"\ - "..\..\tao\sequence_T.cpp"\ - "..\..\tao\sequence_T.h"\ - "..\..\tao\sequence_T.i"\ - "..\..\tao\server_factory.h"\ - "..\..\tao\server_factory.i"\ - "..\..\tao\singletons.h"\ - "..\..\tao\stub.h"\ - "..\..\tao\stub.i"\ - "..\..\tao\svrrqst.h"\ - "..\..\tao\typecode.h"\ - "..\..\tao\typecode.i"\ - ".\helper.h"\ - ".\param_testC.h"\ - ".\param_testC.i"\ - ".\tests.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\tests.obj" : $(SOURCE) $(DEP_CPP_TESTS) "$(INTDIR)"\ - ".\param_testC.h" ".\param_testC.i" - - -!ELSEIF "$(CFG)" == "client - Win32 Debug" - - -"$(INTDIR)\tests.obj" : $(SOURCE) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/TAO/tests/Param_Test/server.MAK b/TAO/tests/Param_Test/server.MAK deleted file mode 100644 index c388f7d1321..00000000000 --- a/TAO/tests/Param_Test/server.MAK +++ /dev/null @@ -1,1120 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on server.dsp -!IF "$(CFG)" == "" -CFG=server - Win32 Debug -!MESSAGE No configuration specified. Defaulting to server - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "server - Win32 Release" && "$(CFG)" != "server - Win32 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "server.mak" CFG="server - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "server - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "server - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "server - Win32 Release" - -OUTDIR=. -INTDIR=.\Release -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\server.exe" - -!ELSE - -ALL : "$(OUTDIR)\server.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\param_test_i.obj" - -@erase "$(INTDIR)\param_testC.obj" - -@erase "$(INTDIR)\param_testS.obj" - -@erase "$(INTDIR)\server.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(OUTDIR)\server.exe" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "..\..\\" /I "..\..\..\\" /D "WIN32" /D\ - "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"$(INTDIR)\server.pch" /YX\ - /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\Release/ -CPP_SBRS=. -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\server.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=TAO.lib ace.lib /nologo /subsystem:console /incremental:no\ - /pdb:"$(OUTDIR)\server.pdb" /machine:I386 /out:"$(OUTDIR)\server.exe"\ - /libpath:"..\..\tao" /libpath:"..\..\..\ace" -LINK32_OBJS= \ - "$(INTDIR)\param_test_i.obj" \ - "$(INTDIR)\param_testC.obj" \ - "$(INTDIR)\param_testS.obj" \ - "$(INTDIR)\server.obj" - -"$(OUTDIR)\server.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "server - Win32 Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "param_testS.i" "param_testS.h" "param_testS.cpp" "param_testC.i"\ - "param_testC.h" "param_testC.cpp" "$(OUTDIR)\server.exe" - -!ELSE - -ALL : "param_testS.i" "param_testS.h" "param_testS.cpp" "param_testC.i"\ - "param_testC.h" "param_testC.cpp" "$(OUTDIR)\server.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\param_test_i.obj" - -@erase "$(INTDIR)\param_testC.obj" - -@erase "$(INTDIR)\param_testS.obj" - -@erase "$(INTDIR)\server.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\server.exe" - -@erase "$(OUTDIR)\server.ilk" - -@erase "$(OUTDIR)\server.pdb" - -@erase "param_testC.cpp" - -@erase "param_testC.h" - -@erase "param_testC.i" - -@erase "param_testS.cpp" - -@erase "param_testS.h" - -@erase "param_testS.i" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\\" /I "..\..\..\\" /D\ - "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"$(INTDIR)\server.pch" /YX\ - /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\server.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=TAO.lib aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\server.pdb" /debug /machine:I386 /out:"$(OUTDIR)\server.exe"\ - /pdbtype:sept /libpath:"..\..\tao" /libpath:"..\..\..\ace" -LINK32_OBJS= \ - "$(INTDIR)\param_test_i.obj" \ - "$(INTDIR)\param_testC.obj" \ - "$(INTDIR)\param_testS.obj" \ - "$(INTDIR)\server.obj" - -"$(OUTDIR)\server.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - - -!IF "$(CFG)" == "server - Win32 Release" || "$(CFG)" == "server - Win32 Debug" -SOURCE=.\param_test.idl - -!IF "$(CFG)" == "server - Win32 Release" - -InputPath=.\param_test.idl - -"param_testS.h" "param_testS.i" "param_testS.cpp" "param_testC.h"\ - "param_testC.i" "param_testC.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - ..\..\tao_idl\tao_idl param_test.idl - -!ELSEIF "$(CFG)" == "server - Win32 Debug" - -InputPath=.\param_test.idl - -"param_testS.h" "param_testS.i" "param_testS.cpp" "param_testC.h"\ - "param_testC.i" "param_testC.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - ..\..\tao_idl\tao_idl param_test.idl - -!ENDIF - -SOURCE=.\param_test_i.cpp - -!IF "$(CFG)" == "server - Win32 Release" - -DEP_CPP_PARAM=\ - "..\..\..\ace\Acceptor.cpp"\ - "..\..\..\ace\Acceptor.h"\ - "..\..\..\ace\Acceptor.i"\ - "..\..\..\ace\ACE.h"\ - "..\..\..\ace\ACE.i"\ - "..\..\..\ace\Addr.h"\ - "..\..\..\ace\Addr.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.h"\ - "..\..\..\ace\Connector.cpp"\ - "..\..\..\ace\Connector.h"\ - "..\..\..\ace\Connector.i"\ - "..\..\..\ace\Containers.cpp"\ - "..\..\..\ace\Containers.h"\ - "..\..\..\ace\Containers.i"\ - "..\..\..\ace\Dynamic.h"\ - "..\..\..\ace\Dynamic.i"\ - "..\..\..\ace\Dynamic_Service.cpp"\ - "..\..\..\ace\Dynamic_Service.h"\ - "..\..\..\ace\Event_Handler.h"\ - "..\..\..\ace\Event_Handler.i"\ - "..\..\..\ace\Free_List.cpp"\ - "..\..\..\ace\Free_List.h"\ - "..\..\..\ace\Free_List.i"\ - "..\..\..\ace\Get_Opt.h"\ - "..\..\..\ace\Get_Opt.i"\ - "..\..\..\ace\Handle_Set.h"\ - "..\..\..\ace\Handle_Set.i"\ - "..\..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\..\ace\Hash_Map_Manager.h"\ - "..\..\..\ace\inc_user_config.h"\ - "..\..\..\ace\INET_Addr.h"\ - "..\..\..\ace\INET_Addr.i"\ - "..\..\..\ace\IO_Cntl_Msg.h"\ - "..\..\..\ace\iosfwd.h"\ - "..\..\..\ace\IPC_SAP.h"\ - "..\..\..\ace\IPC_SAP.i"\ - "..\..\..\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\Map_Manager.cpp"\ - "..\..\..\ace\Map_Manager.h"\ - "..\..\..\ace\Map_Manager.i"\ - "..\..\..\ace\Mem_Map.h"\ - "..\..\..\ace\Mem_Map.i"\ - "..\..\..\ace\Memory_Pool.h"\ - "..\..\..\ace\Memory_Pool.i"\ - "..\..\..\ace\Message_Block.h"\ - "..\..\..\ace\Message_Block.i"\ - "..\..\..\ace\Message_Queue.cpp"\ - "..\..\..\ace\Message_Queue.h"\ - "..\..\..\ace\Message_Queue.i"\ - "..\..\..\ace\Module.cpp"\ - "..\..\..\ace\Module.h"\ - "..\..\..\ace\Module.i"\ - "..\..\..\ace\Object_Manager.h"\ - "..\..\..\ace\Object_Manager.i"\ - "..\..\..\ace\OS.h"\ - "..\..\..\ace\OS.i"\ - "..\..\..\ace\Reactor.h"\ - "..\..\..\ace\Reactor.i"\ - "..\..\..\ace\Reactor_Impl.h"\ - "..\..\..\ace\Service_Config.h"\ - "..\..\..\ace\Service_Config.i"\ - "..\..\..\ace\Service_Object.h"\ - "..\..\..\ace\Service_Object.i"\ - "..\..\..\ace\Service_Repository.h"\ - "..\..\..\ace\Service_Repository.i"\ - "..\..\..\ace\Service_Types.h"\ - "..\..\..\ace\Service_Types.i"\ - "..\..\..\ace\Shared_Object.h"\ - "..\..\..\ace\Shared_Object.i"\ - "..\..\..\ace\Signal.h"\ - "..\..\..\ace\Signal.i"\ - "..\..\..\ace\Singleton.cpp"\ - "..\..\..\ace\Singleton.h"\ - "..\..\..\ace\Singleton.i"\ - "..\..\..\ace\SOCK.h"\ - "..\..\..\ace\SOCK.i"\ - "..\..\..\ace\SOCK_Acceptor.h"\ - "..\..\..\ace\SOCK_Acceptor.i"\ - "..\..\..\ace\SOCK_Connector.h"\ - "..\..\..\ace\SOCK_Connector.i"\ - "..\..\..\ace\SOCK_IO.h"\ - "..\..\..\ace\SOCK_IO.i"\ - "..\..\..\ace\SOCK_Stream.h"\ - "..\..\..\ace\SOCK_Stream.i"\ - "..\..\..\ace\SString.h"\ - "..\..\..\ace\SString.i"\ - "..\..\..\ace\Strategies.h"\ - "..\..\..\ace\Strategies_T.cpp"\ - "..\..\..\ace\Strategies_T.h"\ - "..\..\..\ace\Stream_Modules.cpp"\ - "..\..\..\ace\Stream_Modules.h"\ - "..\..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\..\ace\Svc_Handler.cpp"\ - "..\..\..\ace\Svc_Handler.h"\ - "..\..\..\ace\Svc_Handler.i"\ - "..\..\..\ace\Synch.h"\ - "..\..\..\ace\Synch.i"\ - "..\..\..\ace\Synch_Options.h"\ - "..\..\..\ace\Synch_T.cpp"\ - "..\..\..\ace\Synch_T.h"\ - "..\..\..\ace\Synch_T.i"\ - "..\..\..\ace\sys_conf.h"\ - "..\..\..\ace\Task.h"\ - "..\..\..\ace\Task.i"\ - "..\..\..\ace\Task_T.cpp"\ - "..\..\..\ace\Task_T.h"\ - "..\..\..\ace\Task_T.i"\ - "..\..\..\ace\Thread.h"\ - "..\..\..\ace\Thread.i"\ - "..\..\..\ace\Thread_Manager.h"\ - "..\..\..\ace\Thread_Manager.i"\ - "..\..\..\ace\Time_Value.h"\ - "..\..\..\ace\Timer_Queue.h"\ - "..\..\..\ace\Timer_Queue_T.cpp"\ - "..\..\..\ace\Timer_Queue_T.h"\ - "..\..\..\ace\Timer_Queue_T.i"\ - "..\..\..\ace\Trace.h"\ - "..\..\..\ace\Version.h"\ - "..\..\..\ace\WFMO_Reactor.h"\ - "..\..\..\ace\WFMO_Reactor.i"\ - "..\..\..\ace\ws2tcpip.h"\ - "..\..\tao\align.h"\ - "..\..\tao\any.h"\ - "..\..\tao\any.i"\ - "..\..\tao\cdr.h"\ - "..\..\tao\cdr.i"\ - "..\..\tao\client_factory.h"\ - "..\..\tao\compat\initguid.h"\ - "..\..\tao\compat\objbase.h"\ - "..\..\tao\connect.h"\ - "..\..\tao\connect.i"\ - "..\..\tao\corba.h"\ - "..\..\tao\corbacom.h"\ - "..\..\tao\corbacom.i"\ - "..\..\tao\debug.h"\ - "..\..\tao\default_client.h"\ - "..\..\tao\default_client.i"\ - "..\..\tao\default_server.h"\ - "..\..\tao\default_server.i"\ - "..\..\tao\except.h"\ - "..\..\tao\giop.h"\ - "..\..\tao\giop.i"\ - "..\..\tao\iiopobj.h"\ - "..\..\tao\iiopobj.i"\ - "..\..\tao\iioporb.h"\ - "..\..\tao\iioporb.i"\ - "..\..\tao\marshal.h"\ - "..\..\tao\marshal.i"\ - "..\..\tao\nvlist.h"\ - "..\..\tao\nvlist.i"\ - "..\..\tao\object.h"\ - "..\..\tao\object.i"\ - "..\..\tao\objtable.h"\ - "..\..\tao\optable.h"\ - "..\..\tao\orb.h"\ - "..\..\tao\orb_core.h"\ - "..\..\tao\orb_core.i"\ - "..\..\tao\orbconf.h"\ - "..\..\tao\orbobj.h"\ - "..\..\tao\orbobj.i"\ - "..\..\tao\params.h"\ - "..\..\tao\params.i"\ - "..\..\tao\poa.h"\ - "..\..\tao\poa.i"\ - "..\..\tao\principa.h"\ - "..\..\tao\request.h"\ - "..\..\tao\sequence.h"\ - "..\..\tao\sequence.i"\ - "..\..\tao\sequence_T.cpp"\ - "..\..\tao\sequence_T.h"\ - "..\..\tao\sequence_T.i"\ - "..\..\tao\server_factory.h"\ - "..\..\tao\server_factory.i"\ - "..\..\tao\singletons.h"\ - "..\..\tao\stub.h"\ - "..\..\tao\stub.i"\ - "..\..\tao\svrrqst.h"\ - "..\..\tao\typecode.h"\ - "..\..\tao\typecode.i"\ - ".\param_test_i.h"\ - ".\param_testC.h"\ - ".\param_testC.i"\ - ".\param_testS.h"\ - ".\param_testS.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\param_test_i.obj" : $(SOURCE) $(DEP_CPP_PARAM) "$(INTDIR)"\ - ".\param_testS.h" ".\param_testC.h" ".\param_testS.i" ".\param_testC.i" - - -!ELSEIF "$(CFG)" == "server - Win32 Debug" - - -"$(INTDIR)\param_test_i.obj" : $(SOURCE) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\param_testC.cpp - -!IF "$(CFG)" == "server - Win32 Release" - -DEP_CPP_PARAM_=\ - "..\..\..\ace\Acceptor.cpp"\ - "..\..\..\ace\Acceptor.h"\ - "..\..\..\ace\Acceptor.i"\ - "..\..\..\ace\ACE.h"\ - "..\..\..\ace\ACE.i"\ - "..\..\..\ace\Addr.h"\ - "..\..\..\ace\Addr.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.h"\ - "..\..\..\ace\Connector.cpp"\ - "..\..\..\ace\Connector.h"\ - "..\..\..\ace\Connector.i"\ - "..\..\..\ace\Containers.cpp"\ - "..\..\..\ace\Containers.h"\ - "..\..\..\ace\Containers.i"\ - "..\..\..\ace\Dynamic.h"\ - "..\..\..\ace\Dynamic.i"\ - "..\..\..\ace\Dynamic_Service.cpp"\ - "..\..\..\ace\Dynamic_Service.h"\ - "..\..\..\ace\Event_Handler.h"\ - "..\..\..\ace\Event_Handler.i"\ - "..\..\..\ace\Free_List.cpp"\ - "..\..\..\ace\Free_List.h"\ - "..\..\..\ace\Free_List.i"\ - "..\..\..\ace\Get_Opt.h"\ - "..\..\..\ace\Get_Opt.i"\ - "..\..\..\ace\Handle_Set.h"\ - "..\..\..\ace\Handle_Set.i"\ - "..\..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\..\ace\Hash_Map_Manager.h"\ - "..\..\..\ace\inc_user_config.h"\ - "..\..\..\ace\INET_Addr.h"\ - "..\..\..\ace\INET_Addr.i"\ - "..\..\..\ace\IO_Cntl_Msg.h"\ - "..\..\..\ace\iosfwd.h"\ - "..\..\..\ace\IPC_SAP.h"\ - "..\..\..\ace\IPC_SAP.i"\ - "..\..\..\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\Map_Manager.cpp"\ - "..\..\..\ace\Map_Manager.h"\ - "..\..\..\ace\Map_Manager.i"\ - "..\..\..\ace\Mem_Map.h"\ - "..\..\..\ace\Mem_Map.i"\ - "..\..\..\ace\Memory_Pool.h"\ - "..\..\..\ace\Memory_Pool.i"\ - "..\..\..\ace\Message_Block.h"\ - "..\..\..\ace\Message_Block.i"\ - "..\..\..\ace\Message_Queue.cpp"\ - "..\..\..\ace\Message_Queue.h"\ - "..\..\..\ace\Message_Queue.i"\ - "..\..\..\ace\Module.cpp"\ - "..\..\..\ace\Module.h"\ - "..\..\..\ace\Module.i"\ - "..\..\..\ace\Object_Manager.h"\ - "..\..\..\ace\Object_Manager.i"\ - "..\..\..\ace\OS.h"\ - "..\..\..\ace\OS.i"\ - "..\..\..\ace\Reactor.h"\ - "..\..\..\ace\Reactor.i"\ - "..\..\..\ace\Reactor_Impl.h"\ - "..\..\..\ace\Service_Config.h"\ - "..\..\..\ace\Service_Config.i"\ - "..\..\..\ace\Service_Object.h"\ - "..\..\..\ace\Service_Object.i"\ - "..\..\..\ace\Service_Repository.h"\ - "..\..\..\ace\Service_Repository.i"\ - "..\..\..\ace\Service_Types.h"\ - "..\..\..\ace\Service_Types.i"\ - "..\..\..\ace\Shared_Object.h"\ - "..\..\..\ace\Shared_Object.i"\ - "..\..\..\ace\Signal.h"\ - "..\..\..\ace\Signal.i"\ - "..\..\..\ace\Singleton.cpp"\ - "..\..\..\ace\Singleton.h"\ - "..\..\..\ace\Singleton.i"\ - "..\..\..\ace\SOCK.h"\ - "..\..\..\ace\SOCK.i"\ - "..\..\..\ace\SOCK_Acceptor.h"\ - "..\..\..\ace\SOCK_Acceptor.i"\ - "..\..\..\ace\SOCK_Connector.h"\ - "..\..\..\ace\SOCK_Connector.i"\ - "..\..\..\ace\SOCK_IO.h"\ - "..\..\..\ace\SOCK_IO.i"\ - "..\..\..\ace\SOCK_Stream.h"\ - "..\..\..\ace\SOCK_Stream.i"\ - "..\..\..\ace\SString.h"\ - "..\..\..\ace\SString.i"\ - "..\..\..\ace\Strategies.h"\ - "..\..\..\ace\Strategies_T.cpp"\ - "..\..\..\ace\Strategies_T.h"\ - "..\..\..\ace\Stream_Modules.cpp"\ - "..\..\..\ace\Stream_Modules.h"\ - "..\..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\..\ace\Svc_Handler.cpp"\ - "..\..\..\ace\Svc_Handler.h"\ - "..\..\..\ace\Svc_Handler.i"\ - "..\..\..\ace\Synch.h"\ - "..\..\..\ace\Synch.i"\ - "..\..\..\ace\Synch_Options.h"\ - "..\..\..\ace\Synch_T.cpp"\ - "..\..\..\ace\Synch_T.h"\ - "..\..\..\ace\Synch_T.i"\ - "..\..\..\ace\sys_conf.h"\ - "..\..\..\ace\Task.h"\ - "..\..\..\ace\Task.i"\ - "..\..\..\ace\Task_T.cpp"\ - "..\..\..\ace\Task_T.h"\ - "..\..\..\ace\Task_T.i"\ - "..\..\..\ace\Thread.h"\ - "..\..\..\ace\Thread.i"\ - "..\..\..\ace\Thread_Manager.h"\ - "..\..\..\ace\Thread_Manager.i"\ - "..\..\..\ace\Time_Value.h"\ - "..\..\..\ace\Timer_Queue.h"\ - "..\..\..\ace\Timer_Queue_T.cpp"\ - "..\..\..\ace\Timer_Queue_T.h"\ - "..\..\..\ace\Timer_Queue_T.i"\ - "..\..\..\ace\Trace.h"\ - "..\..\..\ace\Version.h"\ - "..\..\..\ace\WFMO_Reactor.h"\ - "..\..\..\ace\WFMO_Reactor.i"\ - "..\..\..\ace\ws2tcpip.h"\ - "..\..\tao\align.h"\ - "..\..\tao\any.h"\ - "..\..\tao\any.i"\ - "..\..\tao\cdr.h"\ - "..\..\tao\cdr.i"\ - "..\..\tao\client_factory.h"\ - "..\..\tao\compat\initguid.h"\ - "..\..\tao\compat\objbase.h"\ - "..\..\tao\connect.h"\ - "..\..\tao\connect.i"\ - "..\..\tao\corba.h"\ - "..\..\tao\corbacom.h"\ - "..\..\tao\corbacom.i"\ - "..\..\tao\debug.h"\ - "..\..\tao\default_client.h"\ - "..\..\tao\default_client.i"\ - "..\..\tao\default_server.h"\ - "..\..\tao\default_server.i"\ - "..\..\tao\except.h"\ - "..\..\tao\giop.h"\ - "..\..\tao\giop.i"\ - "..\..\tao\iiopobj.h"\ - "..\..\tao\iiopobj.i"\ - "..\..\tao\iioporb.h"\ - "..\..\tao\iioporb.i"\ - "..\..\tao\marshal.h"\ - "..\..\tao\marshal.i"\ - "..\..\tao\nvlist.h"\ - "..\..\tao\nvlist.i"\ - "..\..\tao\object.h"\ - "..\..\tao\object.i"\ - "..\..\tao\objtable.h"\ - "..\..\tao\optable.h"\ - "..\..\tao\orb.h"\ - "..\..\tao\orb_core.h"\ - "..\..\tao\orb_core.i"\ - "..\..\tao\orbconf.h"\ - "..\..\tao\orbobj.h"\ - "..\..\tao\orbobj.i"\ - "..\..\tao\params.h"\ - "..\..\tao\params.i"\ - "..\..\tao\poa.h"\ - "..\..\tao\poa.i"\ - "..\..\tao\principa.h"\ - "..\..\tao\request.h"\ - "..\..\tao\sequence.h"\ - "..\..\tao\sequence.i"\ - "..\..\tao\sequence_T.cpp"\ - "..\..\tao\sequence_T.h"\ - "..\..\tao\sequence_T.i"\ - "..\..\tao\server_factory.h"\ - "..\..\tao\server_factory.i"\ - "..\..\tao\singletons.h"\ - "..\..\tao\stub.h"\ - "..\..\tao\stub.i"\ - "..\..\tao\svrrqst.h"\ - "..\..\tao\typecode.h"\ - "..\..\tao\typecode.i"\ - ".\param_testC.h"\ - ".\param_testC.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\param_testC.obj" : $(SOURCE) $(DEP_CPP_PARAM_) "$(INTDIR)"\ - ".\param_testC.h" ".\param_testC.i" - - -!ELSEIF "$(CFG)" == "server - Win32 Debug" - - -"$(INTDIR)\param_testC.obj" : $(SOURCE) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\param_testS.cpp - -!IF "$(CFG)" == "server - Win32 Release" - -DEP_CPP_PARAM_T=\ - "..\..\..\ace\Acceptor.cpp"\ - "..\..\..\ace\Acceptor.h"\ - "..\..\..\ace\Acceptor.i"\ - "..\..\..\ace\ACE.h"\ - "..\..\..\ace\ACE.i"\ - "..\..\..\ace\Addr.h"\ - "..\..\..\ace\Addr.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.h"\ - "..\..\..\ace\Connector.cpp"\ - "..\..\..\ace\Connector.h"\ - "..\..\..\ace\Connector.i"\ - "..\..\..\ace\Containers.cpp"\ - "..\..\..\ace\Containers.h"\ - "..\..\..\ace\Containers.i"\ - "..\..\..\ace\Dynamic.h"\ - "..\..\..\ace\Dynamic.i"\ - "..\..\..\ace\Dynamic_Service.cpp"\ - "..\..\..\ace\Dynamic_Service.h"\ - "..\..\..\ace\Event_Handler.h"\ - "..\..\..\ace\Event_Handler.i"\ - "..\..\..\ace\Free_List.cpp"\ - "..\..\..\ace\Free_List.h"\ - "..\..\..\ace\Free_List.i"\ - "..\..\..\ace\Get_Opt.h"\ - "..\..\..\ace\Get_Opt.i"\ - "..\..\..\ace\Handle_Set.h"\ - "..\..\..\ace\Handle_Set.i"\ - "..\..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\..\ace\Hash_Map_Manager.h"\ - "..\..\..\ace\inc_user_config.h"\ - "..\..\..\ace\INET_Addr.h"\ - "..\..\..\ace\INET_Addr.i"\ - "..\..\..\ace\IO_Cntl_Msg.h"\ - "..\..\..\ace\iosfwd.h"\ - "..\..\..\ace\IPC_SAP.h"\ - "..\..\..\ace\IPC_SAP.i"\ - "..\..\..\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\Map_Manager.cpp"\ - "..\..\..\ace\Map_Manager.h"\ - "..\..\..\ace\Map_Manager.i"\ - "..\..\..\ace\Mem_Map.h"\ - "..\..\..\ace\Mem_Map.i"\ - "..\..\..\ace\Memory_Pool.h"\ - "..\..\..\ace\Memory_Pool.i"\ - "..\..\..\ace\Message_Block.h"\ - "..\..\..\ace\Message_Block.i"\ - "..\..\..\ace\Message_Queue.cpp"\ - "..\..\..\ace\Message_Queue.h"\ - "..\..\..\ace\Message_Queue.i"\ - "..\..\..\ace\Module.cpp"\ - "..\..\..\ace\Module.h"\ - "..\..\..\ace\Module.i"\ - "..\..\..\ace\Object_Manager.h"\ - "..\..\..\ace\Object_Manager.i"\ - "..\..\..\ace\OS.h"\ - "..\..\..\ace\OS.i"\ - "..\..\..\ace\Reactor.h"\ - "..\..\..\ace\Reactor.i"\ - "..\..\..\ace\Reactor_Impl.h"\ - "..\..\..\ace\Service_Config.h"\ - "..\..\..\ace\Service_Config.i"\ - "..\..\..\ace\Service_Object.h"\ - "..\..\..\ace\Service_Object.i"\ - "..\..\..\ace\Service_Repository.h"\ - "..\..\..\ace\Service_Repository.i"\ - "..\..\..\ace\Service_Types.h"\ - "..\..\..\ace\Service_Types.i"\ - "..\..\..\ace\Shared_Object.h"\ - "..\..\..\ace\Shared_Object.i"\ - "..\..\..\ace\Signal.h"\ - "..\..\..\ace\Signal.i"\ - "..\..\..\ace\Singleton.cpp"\ - "..\..\..\ace\Singleton.h"\ - "..\..\..\ace\Singleton.i"\ - "..\..\..\ace\SOCK.h"\ - "..\..\..\ace\SOCK.i"\ - "..\..\..\ace\SOCK_Acceptor.h"\ - "..\..\..\ace\SOCK_Acceptor.i"\ - "..\..\..\ace\SOCK_Connector.h"\ - "..\..\..\ace\SOCK_Connector.i"\ - "..\..\..\ace\SOCK_IO.h"\ - "..\..\..\ace\SOCK_IO.i"\ - "..\..\..\ace\SOCK_Stream.h"\ - "..\..\..\ace\SOCK_Stream.i"\ - "..\..\..\ace\SString.h"\ - "..\..\..\ace\SString.i"\ - "..\..\..\ace\Strategies.h"\ - "..\..\..\ace\Strategies_T.cpp"\ - "..\..\..\ace\Strategies_T.h"\ - "..\..\..\ace\Stream_Modules.cpp"\ - "..\..\..\ace\Stream_Modules.h"\ - "..\..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\..\ace\Svc_Handler.cpp"\ - "..\..\..\ace\Svc_Handler.h"\ - "..\..\..\ace\Svc_Handler.i"\ - "..\..\..\ace\Synch.h"\ - "..\..\..\ace\Synch.i"\ - "..\..\..\ace\Synch_Options.h"\ - "..\..\..\ace\Synch_T.cpp"\ - "..\..\..\ace\Synch_T.h"\ - "..\..\..\ace\Synch_T.i"\ - "..\..\..\ace\sys_conf.h"\ - "..\..\..\ace\Task.h"\ - "..\..\..\ace\Task.i"\ - "..\..\..\ace\Task_T.cpp"\ - "..\..\..\ace\Task_T.h"\ - "..\..\..\ace\Task_T.i"\ - "..\..\..\ace\Thread.h"\ - "..\..\..\ace\Thread.i"\ - "..\..\..\ace\Thread_Manager.h"\ - "..\..\..\ace\Thread_Manager.i"\ - "..\..\..\ace\Time_Value.h"\ - "..\..\..\ace\Timer_Queue.h"\ - "..\..\..\ace\Timer_Queue_T.cpp"\ - "..\..\..\ace\Timer_Queue_T.h"\ - "..\..\..\ace\Timer_Queue_T.i"\ - "..\..\..\ace\Trace.h"\ - "..\..\..\ace\Version.h"\ - "..\..\..\ace\WFMO_Reactor.h"\ - "..\..\..\ace\WFMO_Reactor.i"\ - "..\..\..\ace\ws2tcpip.h"\ - "..\..\tao\align.h"\ - "..\..\tao\any.h"\ - "..\..\tao\any.i"\ - "..\..\tao\cdr.h"\ - "..\..\tao\cdr.i"\ - "..\..\tao\client_factory.h"\ - "..\..\tao\compat\initguid.h"\ - "..\..\tao\compat\objbase.h"\ - "..\..\tao\connect.h"\ - "..\..\tao\connect.i"\ - "..\..\tao\corba.h"\ - "..\..\tao\corbacom.h"\ - "..\..\tao\corbacom.i"\ - "..\..\tao\debug.h"\ - "..\..\tao\default_client.h"\ - "..\..\tao\default_client.i"\ - "..\..\tao\default_server.h"\ - "..\..\tao\default_server.i"\ - "..\..\tao\except.h"\ - "..\..\tao\giop.h"\ - "..\..\tao\giop.i"\ - "..\..\tao\iiopobj.h"\ - "..\..\tao\iiopobj.i"\ - "..\..\tao\iioporb.h"\ - "..\..\tao\iioporb.i"\ - "..\..\tao\marshal.h"\ - "..\..\tao\marshal.i"\ - "..\..\tao\nvlist.h"\ - "..\..\tao\nvlist.i"\ - "..\..\tao\object.h"\ - "..\..\tao\object.i"\ - "..\..\tao\objtable.h"\ - "..\..\tao\optable.h"\ - "..\..\tao\orb.h"\ - "..\..\tao\orb_core.h"\ - "..\..\tao\orb_core.i"\ - "..\..\tao\orbconf.h"\ - "..\..\tao\orbobj.h"\ - "..\..\tao\orbobj.i"\ - "..\..\tao\params.h"\ - "..\..\tao\params.i"\ - "..\..\tao\poa.h"\ - "..\..\tao\poa.i"\ - "..\..\tao\principa.h"\ - "..\..\tao\request.h"\ - "..\..\tao\sequence.h"\ - "..\..\tao\sequence.i"\ - "..\..\tao\sequence_T.cpp"\ - "..\..\tao\sequence_T.h"\ - "..\..\tao\sequence_T.i"\ - "..\..\tao\server_factory.h"\ - "..\..\tao\server_factory.i"\ - "..\..\tao\singletons.h"\ - "..\..\tao\stub.h"\ - "..\..\tao\stub.i"\ - "..\..\tao\svrrqst.h"\ - "..\..\tao\typecode.h"\ - "..\..\tao\typecode.i"\ - ".\param_testC.h"\ - ".\param_testC.i"\ - ".\param_testS.h"\ - ".\param_testS.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\param_testS.obj" : $(SOURCE) $(DEP_CPP_PARAM_T) "$(INTDIR)"\ - ".\param_testS.h" ".\param_testS.i" ".\param_testC.h" ".\param_testC.i" - - -!ELSEIF "$(CFG)" == "server - Win32 Debug" - - -"$(INTDIR)\param_testS.obj" : $(SOURCE) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\server.cpp - -!IF "$(CFG)" == "server - Win32 Release" - -DEP_CPP_SERVE=\ - "..\..\..\ace\Acceptor.cpp"\ - "..\..\..\ace\Acceptor.h"\ - "..\..\..\ace\Acceptor.i"\ - "..\..\..\ace\ACE.h"\ - "..\..\..\ace\ACE.i"\ - "..\..\..\ace\Addr.h"\ - "..\..\..\ace\Addr.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.h"\ - "..\..\..\ace\Connector.cpp"\ - "..\..\..\ace\Connector.h"\ - "..\..\..\ace\Connector.i"\ - "..\..\..\ace\Containers.cpp"\ - "..\..\..\ace\Containers.h"\ - "..\..\..\ace\Containers.i"\ - "..\..\..\ace\Dynamic.h"\ - "..\..\..\ace\Dynamic.i"\ - "..\..\..\ace\Dynamic_Service.cpp"\ - "..\..\..\ace\Dynamic_Service.h"\ - "..\..\..\ace\Event_Handler.h"\ - "..\..\..\ace\Event_Handler.i"\ - "..\..\..\ace\Free_List.cpp"\ - "..\..\..\ace\Free_List.h"\ - "..\..\..\ace\Free_List.i"\ - "..\..\..\ace\Get_Opt.h"\ - "..\..\..\ace\Get_Opt.i"\ - "..\..\..\ace\Handle_Set.h"\ - "..\..\..\ace\Handle_Set.i"\ - "..\..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\..\ace\Hash_Map_Manager.h"\ - "..\..\..\ace\inc_user_config.h"\ - "..\..\..\ace\INET_Addr.h"\ - "..\..\..\ace\INET_Addr.i"\ - "..\..\..\ace\IO_Cntl_Msg.h"\ - "..\..\..\ace\iosfwd.h"\ - "..\..\..\ace\IPC_SAP.h"\ - "..\..\..\ace\IPC_SAP.i"\ - "..\..\..\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\Map_Manager.cpp"\ - "..\..\..\ace\Map_Manager.h"\ - "..\..\..\ace\Map_Manager.i"\ - "..\..\..\ace\Mem_Map.h"\ - "..\..\..\ace\Mem_Map.i"\ - "..\..\..\ace\Memory_Pool.h"\ - "..\..\..\ace\Memory_Pool.i"\ - "..\..\..\ace\Message_Block.h"\ - "..\..\..\ace\Message_Block.i"\ - "..\..\..\ace\Message_Queue.cpp"\ - "..\..\..\ace\Message_Queue.h"\ - "..\..\..\ace\Message_Queue.i"\ - "..\..\..\ace\Module.cpp"\ - "..\..\..\ace\Module.h"\ - "..\..\..\ace\Module.i"\ - "..\..\..\ace\Object_Manager.h"\ - "..\..\..\ace\Object_Manager.i"\ - "..\..\..\ace\OS.h"\ - "..\..\..\ace\OS.i"\ - "..\..\..\ace\Reactor.h"\ - "..\..\..\ace\Reactor.i"\ - "..\..\..\ace\Reactor_Impl.h"\ - "..\..\..\ace\Service_Config.h"\ - "..\..\..\ace\Service_Config.i"\ - "..\..\..\ace\Service_Object.h"\ - "..\..\..\ace\Service_Object.i"\ - "..\..\..\ace\Service_Repository.h"\ - "..\..\..\ace\Service_Repository.i"\ - "..\..\..\ace\Service_Types.h"\ - "..\..\..\ace\Service_Types.i"\ - "..\..\..\ace\Shared_Object.h"\ - "..\..\..\ace\Shared_Object.i"\ - "..\..\..\ace\Signal.h"\ - "..\..\..\ace\Signal.i"\ - "..\..\..\ace\Singleton.cpp"\ - "..\..\..\ace\Singleton.h"\ - "..\..\..\ace\Singleton.i"\ - "..\..\..\ace\SOCK.h"\ - "..\..\..\ace\SOCK.i"\ - "..\..\..\ace\SOCK_Acceptor.h"\ - "..\..\..\ace\SOCK_Acceptor.i"\ - "..\..\..\ace\SOCK_Connector.h"\ - "..\..\..\ace\SOCK_Connector.i"\ - "..\..\..\ace\SOCK_IO.h"\ - "..\..\..\ace\SOCK_IO.i"\ - "..\..\..\ace\SOCK_Stream.h"\ - "..\..\..\ace\SOCK_Stream.i"\ - "..\..\..\ace\SString.h"\ - "..\..\..\ace\SString.i"\ - "..\..\..\ace\Strategies.h"\ - "..\..\..\ace\Strategies_T.cpp"\ - "..\..\..\ace\Strategies_T.h"\ - "..\..\..\ace\Stream_Modules.cpp"\ - "..\..\..\ace\Stream_Modules.h"\ - "..\..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\..\ace\Svc_Handler.cpp"\ - "..\..\..\ace\Svc_Handler.h"\ - "..\..\..\ace\Svc_Handler.i"\ - "..\..\..\ace\Synch.h"\ - "..\..\..\ace\Synch.i"\ - "..\..\..\ace\Synch_Options.h"\ - "..\..\..\ace\Synch_T.cpp"\ - "..\..\..\ace\Synch_T.h"\ - "..\..\..\ace\Synch_T.i"\ - "..\..\..\ace\sys_conf.h"\ - "..\..\..\ace\Task.h"\ - "..\..\..\ace\Task.i"\ - "..\..\..\ace\Task_T.cpp"\ - "..\..\..\ace\Task_T.h"\ - "..\..\..\ace\Task_T.i"\ - "..\..\..\ace\Thread.h"\ - "..\..\..\ace\Thread.i"\ - "..\..\..\ace\Thread_Manager.h"\ - "..\..\..\ace\Thread_Manager.i"\ - "..\..\..\ace\Time_Value.h"\ - "..\..\..\ace\Timer_Queue.h"\ - "..\..\..\ace\Timer_Queue_T.cpp"\ - "..\..\..\ace\Timer_Queue_T.h"\ - "..\..\..\ace\Timer_Queue_T.i"\ - "..\..\..\ace\Trace.h"\ - "..\..\..\ace\Version.h"\ - "..\..\..\ace\WFMO_Reactor.h"\ - "..\..\..\ace\WFMO_Reactor.i"\ - "..\..\..\ace\ws2tcpip.h"\ - "..\..\tao\align.h"\ - "..\..\tao\any.h"\ - "..\..\tao\any.i"\ - "..\..\tao\cdr.h"\ - "..\..\tao\cdr.i"\ - "..\..\tao\client_factory.h"\ - "..\..\tao\compat\initguid.h"\ - "..\..\tao\compat\objbase.h"\ - "..\..\tao\connect.h"\ - "..\..\tao\connect.i"\ - "..\..\tao\corba.h"\ - "..\..\tao\corbacom.h"\ - "..\..\tao\corbacom.i"\ - "..\..\tao\debug.h"\ - "..\..\tao\default_client.h"\ - "..\..\tao\default_client.i"\ - "..\..\tao\default_server.h"\ - "..\..\tao\default_server.i"\ - "..\..\tao\except.h"\ - "..\..\tao\giop.h"\ - "..\..\tao\giop.i"\ - "..\..\tao\iiopobj.h"\ - "..\..\tao\iiopobj.i"\ - "..\..\tao\iioporb.h"\ - "..\..\tao\iioporb.i"\ - "..\..\tao\marshal.h"\ - "..\..\tao\marshal.i"\ - "..\..\tao\nvlist.h"\ - "..\..\tao\nvlist.i"\ - "..\..\tao\object.h"\ - "..\..\tao\object.i"\ - "..\..\tao\objtable.h"\ - "..\..\tao\optable.h"\ - "..\..\tao\orb.h"\ - "..\..\tao\orb_core.h"\ - "..\..\tao\orb_core.i"\ - "..\..\tao\orbconf.h"\ - "..\..\tao\orbobj.h"\ - "..\..\tao\orbobj.i"\ - "..\..\tao\params.h"\ - "..\..\tao\params.i"\ - "..\..\tao\poa.h"\ - "..\..\tao\poa.i"\ - "..\..\tao\principa.h"\ - "..\..\tao\request.h"\ - "..\..\tao\sequence.h"\ - "..\..\tao\sequence.i"\ - "..\..\tao\sequence_T.cpp"\ - "..\..\tao\sequence_T.h"\ - "..\..\tao\sequence_T.i"\ - "..\..\tao\server_factory.h"\ - "..\..\tao\server_factory.i"\ - "..\..\tao\singletons.h"\ - "..\..\tao\stub.h"\ - "..\..\tao\stub.i"\ - "..\..\tao\svrrqst.h"\ - "..\..\tao\typecode.h"\ - "..\..\tao\typecode.i"\ - ".\param_test_i.h"\ - ".\param_testC.h"\ - ".\param_testC.i"\ - ".\param_testS.h"\ - ".\param_testS.i"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\server.obj" : $(SOURCE) $(DEP_CPP_SERVE) "$(INTDIR)"\ - ".\param_testS.h" ".\param_testC.h" ".\param_testS.i" ".\param_testC.i" - - -!ELSEIF "$(CFG)" == "server - Win32 Debug" - - -"$(INTDIR)\server.obj" : $(SOURCE) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/TAO/tests/VCAUTO.MAK b/TAO/tests/VCAUTO.MAK deleted file mode 100644 index 35f2523a7e5..00000000000 --- a/TAO/tests/VCAUTO.MAK +++ /dev/null @@ -1,5 +0,0 @@ -# TAO/tests/ - -DIR_LIST = Cubit.dir Param_Test.dir - -!INCLUDE <$(ACE_ROOT)\include\makeinclude\VC50_DIR.MAK> diff --git a/include/makeinclude/VC50_DIR.MAK b/include/makeinclude/VC50_DIR.MAK deleted file mode 100644 index 7cc10582a8b..00000000000 --- a/include/makeinclude/VC50_DIR.MAK +++ /dev/null @@ -1,67 +0,0 @@ -# filename: VC50_DIR.MAK -# $Id$ -# -# Description: This file defines rules to recursively step into -# subdirectories and MAKE it's auto build file. -# The file will recurse into directories in DIR_LIST -# first then do the makefiles in MAK_LIST. -# -# Notice: Because of lack of features of Microsoft NMAKE, you must -# append directory names with an extension so that they -# can't be found in the directory structures. Also, you can't -# specify a makefile with its full name. Remove its extension -# name when put into MAK_LIST. -# For example, if we wants to recurse into a directory named -# "ace", you must put it in DIR_LIST as "ace.dir" where there -# is no file or directory named "ace.dir". -# -# @@ This file currently only supports VC 5.0. - - -!IF DEFINED (ACE_PLATFORM) && DEFINED (ACE_TARGET) - -ALL: $(DIR_LIST) $(MAK_LIST) - -MYMAKEFLAGS = /$(MAKEFLAGS) -total = "$(DIR_LIST)$(MAK_LIST)" - -!IFDEF DIR_LIST -$(DIR_LIST): - @cd $(@B) - @Echo -------------------------------------------------- - @Echo +++++ Entering directory: +++++ - @CD - @Echo -------------------------------------------------- -# @Echo NMake $(MYMAKEFLAGS) ACE_PLATFORM="$(ACE_PLATFORM)" ACE_TARGET="$(ACE_TARGET)" /F VCAUTO.MAK - @NMake $(MYMAKEFLAGS) ACE_PLATFORM="$(ACE_PLATFORM)" ACE_TARGET="$(ACE_TARGET)" ACE_ACTION="$(ACE_ACTION)" /NOLOGO /F VCAUTO.MAK - @Echo -------------------------------------------------- - @Echo ----- Leaving directory: ----- - @CD - @Echo -------------------------------------------------- - @cd .. - @Echo. -!ENDIF - -!IFDEF MAK_LIST -$(MAK_LIST) : -!IFDEF ACE_CHECK_DIR -!IF ! EXIST ($(ACE_CHECK_DIR)) - @mkdir $(ACE_CHECK_DIR) -!ENDIF -!ENDIF -!IF "$(MSVC_VER)" == "5.0" -# When using MSVC 5.0 - @Echo NMake $(MYMAKEFLAGS) CFG="$@ - $(ACE_PLATFORM) $(ACE_TARGET)" /f $@.MAK - @NMake $(MYMAKEFLAGS) CFG="$@ - $(ACE_PLATFORM) $(ACE_TARGET)" /NOLOGO /f $@.MAK $(ACE_ACTION) -!ELSE IF "$(MSVC_VER)" == "4.2" -# When using MSVC 4.2 - @Echo NMake $(MYMAKEFLAGS) CFG="$@ - $(ACE_PLATFORM) $(ACE_TARGET)" /f $(MAK_NAME).MAK - @NMake $(MYMAKEFLAGS) CFG="$@ - $(ACE_PLATFORM) $(ACE_TARGET)" /NOLOGO /f $(MAK_NAME).MAK $(ACE_ACTION) -!ELSE -!MESSAGE "You must define the version number of MSVC you are using." -!ENDIF -!ENDIF - -!ELSE -!MESSAGE "YOU MUST DEFINE ACE_CFG BEFORE I CAN BUILD ANYTHING!! -!ENDIF diff --git a/netsvcs/VCAUTO.MAK b/netsvcs/VCAUTO.MAK deleted file mode 100644 index 15ad86cff3a..00000000000 --- a/netsvcs/VCAUTO.MAK +++ /dev/null @@ -1,7 +0,0 @@ -# Dir: netsvcs/ -# Top level makefile for MSVC. -# $Id$ - -DIR_LIST = lib.dir servers.dir - -!INCLUDE <$(ACE_ROOT)\include\makeinclude\VC50_DIR.MAK> diff --git a/netsvcs/lib/VCAUTO.MAK b/netsvcs/lib/VCAUTO.MAK deleted file mode 100644 index 1bef42d9a7b..00000000000 --- a/netsvcs/lib/VCAUTO.MAK +++ /dev/null @@ -1,5 +0,0 @@ -# Dir: netsvcs/lib/ - -MAK_LIST = netsvcs - -!INCLUDE <$(ACE_ROOT)\include\makeinclude\VC50_DIR.MAK> diff --git a/netsvcs/lib/netsvcs.MAK b/netsvcs/lib/netsvcs.MAK deleted file mode 100644 index 14edefde6ae..00000000000 --- a/netsvcs/lib/netsvcs.MAK +++ /dev/null @@ -1,4301 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on netsvcs.dsp -!IF "$(CFG)" == "" -CFG=netsvcs - Win32 Alpha Debug -!MESSAGE No configuration specified. Defaulting to netsvcs - Win32 Alpha Debug. -!ENDIF - -!IF "$(CFG)" != "netsvcs - Win32 Release" && "$(CFG)" !=\ - "netsvcs - Win32 Debug" && "$(CFG)" != "netsvcs - Win32 Alpha Debug" &&\ - "$(CFG)" != "netsvcs - Win32 Alpha Release" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "netsvcs.mak" CFG="netsvcs - Win32 Alpha Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "netsvcs - Win32 Release" (based on\ - "Win32 (x86) Dynamic-Link Library") -!MESSAGE "netsvcs - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") -!MESSAGE "netsvcs - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Dynamic-Link Library") -!MESSAGE "netsvcs - Win32 Alpha Release" (based on\ - "Win32 (ALPHA) Dynamic-Link Library") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -MTL=midl.exe -RSC=rc.exe - -!IF "$(CFG)" == "netsvcs - Win32 Release" - -OUTDIR=.\. -INTDIR=.\Release -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\netsvcs.dll" - -!ELSE - -ALL : "$(OUTDIR)\netsvcs.dll" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Client_Logging_Handler.obj" - -@erase "$(INTDIR)\Logging_Strategy.obj" - -@erase "$(INTDIR)\Name_Handler.obj" - -@erase "$(INTDIR)\Server_Logging_Handler.obj" - -@erase "$(INTDIR)\Token_Handler.obj" - -@erase "$(INTDIR)\TS_Clerk_Handler.obj" - -@erase "$(INTDIR)\TS_Server_Handler.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(OUTDIR)\netsvcs.dll" - -@erase "$(OUTDIR)\netsvcs.exp" - -@erase "$(OUTDIR)\netsvcs.lib" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "..\..\\" /D "WIN32" /D "NDEBUG" /D\ - "_WINDOWS" /Fp"$(INTDIR)\netsvcs.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD\ - /c -CPP_OBJS=.\Release/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\netsvcs.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=ace.lib /nologo /subsystem:windows /dll /incremental:no\ - /pdb:"$(OUTDIR)\netsvcs.pdb" /machine:I386 /out:"$(OUTDIR)\netsvcs.dll"\ - /implib:"$(OUTDIR)\netsvcs.lib" /libpath:"..\..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Client_Logging_Handler.obj" \ - "$(INTDIR)\Logging_Strategy.obj" \ - "$(INTDIR)\Name_Handler.obj" \ - "$(INTDIR)\Server_Logging_Handler.obj" \ - "$(INTDIR)\Token_Handler.obj" \ - "$(INTDIR)\TS_Clerk_Handler.obj" \ - "$(INTDIR)\TS_Server_Handler.obj" - -"$(OUTDIR)\netsvcs.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "netsvcs - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\netsvcs.dll" - -!ELSE - -ALL : "$(OUTDIR)\netsvcs.dll" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Client_Logging_Handler.obj" - -@erase "$(INTDIR)\Logging_Strategy.obj" - -@erase "$(INTDIR)\Name_Handler.obj" - -@erase "$(INTDIR)\Server_Logging_Handler.obj" - -@erase "$(INTDIR)\Token_Handler.obj" - -@erase "$(INTDIR)\TS_Clerk_Handler.obj" - -@erase "$(INTDIR)\TS_Server_Handler.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\netsvcs.dll" - -@erase "$(OUTDIR)\netsvcs.exp" - -@erase "$(OUTDIR)\netsvcs.ilk" - -@erase "$(OUTDIR)\netsvcs.lib" - -@erase "$(OUTDIR)\netsvcs.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\\" /D "WIN32" /D "_DEBUG"\ - /D "_WINDOWS" /Fp"$(INTDIR)\netsvcs.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\"\ - /FD /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\netsvcs.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:windows /dll /incremental:yes\ - /pdb:"$(OUTDIR)\netsvcs.pdb" /debug /machine:I386 /out:"$(OUTDIR)\netsvcs.dll"\ - /implib:"$(OUTDIR)\netsvcs.lib" /libpath:"..\..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Client_Logging_Handler.obj" \ - "$(INTDIR)\Logging_Strategy.obj" \ - "$(INTDIR)\Name_Handler.obj" \ - "$(INTDIR)\Server_Logging_Handler.obj" \ - "$(INTDIR)\Token_Handler.obj" \ - "$(INTDIR)\TS_Clerk_Handler.obj" \ - "$(INTDIR)\TS_Server_Handler.obj" - -"$(OUTDIR)\netsvcs.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "netsvcs - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\netsvcs.dll" - -!ELSE - -ALL : "$(OUTDIR)\netsvcs.dll" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Client_Logging_Handler.obj" - -@erase "$(INTDIR)\Logging_Strategy.obj" - -@erase "$(INTDIR)\Name_Handler.obj" - -@erase "$(INTDIR)\Server_Logging_Handler.obj" - -@erase "$(INTDIR)\Token_Handler.obj" - -@erase "$(INTDIR)\TS_Clerk_Handler.obj" - -@erase "$(INTDIR)\TS_Server_Handler.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\netsvcs.dll" - -@erase "$(OUTDIR)\netsvcs.exp" - -@erase "$(OUTDIR)\netsvcs.lib" - -@erase "$(OUTDIR)\netsvcs.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32 -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\..\\" /D "WIN32" /D "_DEBUG" /D\ - "_WINDOWS" /Fp"$(INTDIR)\netsvcs.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD\ - /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\netsvcs.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:windows /dll\ - /pdb:"$(OUTDIR)\netsvcs.pdb" /debug /machine:ALPHA /out:"$(OUTDIR)\netsvcs.dll"\ - /implib:"$(OUTDIR)\netsvcs.lib" /libpath:"..\..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Client_Logging_Handler.obj" \ - "$(INTDIR)\Logging_Strategy.obj" \ - "$(INTDIR)\Name_Handler.obj" \ - "$(INTDIR)\Server_Logging_Handler.obj" \ - "$(INTDIR)\Token_Handler.obj" \ - "$(INTDIR)\TS_Clerk_Handler.obj" \ - "$(INTDIR)\TS_Server_Handler.obj" - -"$(OUTDIR)\netsvcs.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "netsvcs - Win32 Alpha Release" - -OUTDIR=. -INTDIR=.\Release -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\netsvcs.dll" - -!ELSE - -ALL : "$(OUTDIR)\netsvcs.dll" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Client_Logging_Handler.obj" - -@erase "$(INTDIR)\Logging_Strategy.obj" - -@erase "$(INTDIR)\Name_Handler.obj" - -@erase "$(INTDIR)\Server_Logging_Handler.obj" - -@erase "$(INTDIR)\Token_Handler.obj" - -@erase "$(INTDIR)\TS_Clerk_Handler.obj" - -@erase "$(INTDIR)\TS_Server_Handler.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(OUTDIR)\netsvcs.dll" - -@erase "$(OUTDIR)\netsvcs.exp" - -@erase "$(OUTDIR)\netsvcs.lib" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32 -CPP=cl.exe -CPP_PROJ=/nologo /MD /Gt0 /W3 /GX /O2 /I "..\..\\" /D "WIN32" /D "NDEBUG" /D\ - "_WINDOWS" /Fp"$(INTDIR)\netsvcs.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD\ - /c -CPP_OBJS=.\Release/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\netsvcs.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=ace.lib /nologo /subsystem:windows /dll\ - /pdb:"$(OUTDIR)\netsvcs.pdb" /machine:ALPHA /out:"$(OUTDIR)\netsvcs.dll"\ - /implib:"$(OUTDIR)\netsvcs.lib" /libpath:"..\..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Client_Logging_Handler.obj" \ - "$(INTDIR)\Logging_Strategy.obj" \ - "$(INTDIR)\Name_Handler.obj" \ - "$(INTDIR)\Server_Logging_Handler.obj" \ - "$(INTDIR)\Token_Handler.obj" \ - "$(INTDIR)\TS_Clerk_Handler.obj" \ - "$(INTDIR)\TS_Server_Handler.obj" - -"$(OUTDIR)\netsvcs.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "netsvcs - Win32 Release" || "$(CFG)" ==\ - "netsvcs - Win32 Debug" || "$(CFG)" == "netsvcs - Win32 Alpha Debug" ||\ - "$(CFG)" == "netsvcs - Win32 Alpha Release" -SOURCE=.\Client_Logging_Handler.cpp - -!IF "$(CFG)" == "netsvcs - Win32 Release" - -DEP_CPP_CLIEN=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SPIPE.h"\ - "..\..\ace\SPIPE.i"\ - "..\..\ace\SPIPE_Acceptor.h"\ - "..\..\ace\SPIPE_Addr.h"\ - "..\..\ace\SPIPE_Addr.i"\ - "..\..\ace\SPIPE_Stream.h"\ - "..\..\ace\SPIPE_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\Client_Logging_Handler.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Client_Logging_Handler.obj" : $(SOURCE) $(DEP_CPP_CLIEN) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "netsvcs - Win32 Debug" - -DEP_CPP_CLIEN=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SPIPE.h"\ - "..\..\ace\SPIPE.i"\ - "..\..\ace\SPIPE_Acceptor.h"\ - "..\..\ace\SPIPE_Addr.h"\ - "..\..\ace\SPIPE_Addr.i"\ - "..\..\ace\SPIPE_Stream.h"\ - "..\..\ace\SPIPE_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\Client_Logging_Handler.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Client_Logging_Handler.obj" : $(SOURCE) $(DEP_CPP_CLIEN) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "netsvcs - Win32 Alpha Debug" - -DEP_CPP_CLIEN=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SPIPE.h"\ - "..\..\ace\SPIPE.i"\ - "..\..\ace\SPIPE_Acceptor.h"\ - "..\..\ace\SPIPE_Addr.h"\ - "..\..\ace\SPIPE_Addr.i"\ - "..\..\ace\SPIPE_Stream.h"\ - "..\..\ace\SPIPE_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\Client_Logging_Handler.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Client_Logging_Handler.obj" : $(SOURCE) $(DEP_CPP_CLIEN) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "netsvcs - Win32 Alpha Release" - -DEP_CPP_CLIEN=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SPIPE.h"\ - "..\..\ace\SPIPE.i"\ - "..\..\ace\SPIPE_Acceptor.h"\ - "..\..\ace\SPIPE_Addr.h"\ - "..\..\ace\SPIPE_Addr.i"\ - "..\..\ace\SPIPE_Stream.h"\ - "..\..\ace\SPIPE_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\Client_Logging_Handler.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Client_Logging_Handler.obj" : $(SOURCE) $(DEP_CPP_CLIEN) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\Logging_Strategy.cpp - -!IF "$(CFG)" == "netsvcs - Win32 Release" - -DEP_CPP_LOGGI=\ - "..\..\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.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.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\Managed_Object.cpp"\ - "..\..\ace\Managed_Object.h"\ - "..\..\ace\Managed_Object.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\ws2tcpip.h"\ - ".\Logging_Strategy.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Logging_Strategy.obj" : $(SOURCE) $(DEP_CPP_LOGGI) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "netsvcs - Win32 Debug" - -DEP_CPP_LOGGI=\ - "..\..\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.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.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\Managed_Object.cpp"\ - "..\..\ace\Managed_Object.h"\ - "..\..\ace\Managed_Object.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\ws2tcpip.h"\ - ".\Logging_Strategy.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Logging_Strategy.obj" : $(SOURCE) $(DEP_CPP_LOGGI) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "netsvcs - Win32 Alpha Debug" - -DEP_CPP_LOGGI=\ - "..\..\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.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.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\Managed_Object.cpp"\ - "..\..\ace\Managed_Object.h"\ - "..\..\ace\Managed_Object.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\ws2tcpip.h"\ - ".\Logging_Strategy.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Logging_Strategy.obj" : $(SOURCE) $(DEP_CPP_LOGGI) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "netsvcs - Win32 Alpha Release" - -DEP_CPP_LOGGI=\ - "..\..\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.h"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.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\Managed_Object.cpp"\ - "..\..\ace\Managed_Object.h"\ - "..\..\ace\Managed_Object.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\streams.h"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\ws2tcpip.h"\ - ".\Logging_Strategy.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Logging_Strategy.obj" : $(SOURCE) $(DEP_CPP_LOGGI) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\Name_Handler.cpp - -!IF "$(CFG)" == "netsvcs - Win32 Release" - -DEP_CPP_NAME_=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Name_Proxy.h"\ - "..\..\ace\Name_Request_Reply.h"\ - "..\..\ace\Name_Space.h"\ - "..\..\ace\Naming_Context.h"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\Name_Handler.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Name_Handler.obj" : $(SOURCE) $(DEP_CPP_NAME_) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "netsvcs - Win32 Debug" - -DEP_CPP_NAME_=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Name_Proxy.h"\ - "..\..\ace\Name_Request_Reply.h"\ - "..\..\ace\Name_Space.h"\ - "..\..\ace\Naming_Context.h"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\Name_Handler.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Name_Handler.obj" : $(SOURCE) $(DEP_CPP_NAME_) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "netsvcs - Win32 Alpha Debug" - -DEP_CPP_NAME_=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Name_Proxy.h"\ - "..\..\ace\Name_Request_Reply.h"\ - "..\..\ace\Name_Space.h"\ - "..\..\ace\Naming_Context.h"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\Name_Handler.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Name_Handler.obj" : $(SOURCE) $(DEP_CPP_NAME_) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "netsvcs - Win32 Alpha Release" - -DEP_CPP_NAME_=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Name_Proxy.h"\ - "..\..\ace\Name_Request_Reply.h"\ - "..\..\ace\Name_Space.h"\ - "..\..\ace\Naming_Context.h"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\Name_Handler.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Name_Handler.obj" : $(SOURCE) $(DEP_CPP_NAME_) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\Server_Logging_Handler.cpp - -!IF "$(CFG)" == "netsvcs - Win32 Release" - -DEP_CPP_SERVE=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\TLI.h"\ - "..\..\ace\TLI.i"\ - "..\..\ace\TLI_Acceptor.h"\ - "..\..\ace\TLI_Acceptor.i"\ - "..\..\ace\TLI_Stream.h"\ - "..\..\ace\TLI_Stream.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\Base_Optimizer.cpp"\ - ".\Base_Optimizer.h"\ - ".\Log_Message_Receiver.cpp"\ - ".\Log_Message_Receiver.h"\ - ".\Server_Logging_Handler.h"\ - ".\Server_Logging_Handler_T.cpp"\ - ".\Server_Logging_Handler_T.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Server_Logging_Handler.obj" : $(SOURCE) $(DEP_CPP_SERVE) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "netsvcs - Win32 Debug" - -DEP_CPP_SERVE=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\TLI.h"\ - "..\..\ace\TLI.i"\ - "..\..\ace\TLI_Acceptor.h"\ - "..\..\ace\TLI_Acceptor.i"\ - "..\..\ace\TLI_Stream.h"\ - "..\..\ace\TLI_Stream.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\Base_Optimizer.cpp"\ - ".\Base_Optimizer.h"\ - ".\Log_Message_Receiver.cpp"\ - ".\Log_Message_Receiver.h"\ - ".\Server_Logging_Handler.h"\ - ".\Server_Logging_Handler_T.cpp"\ - ".\Server_Logging_Handler_T.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Server_Logging_Handler.obj" : $(SOURCE) $(DEP_CPP_SERVE) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "netsvcs - Win32 Alpha Debug" - -DEP_CPP_SERVE=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\TLI.h"\ - "..\..\ace\TLI.i"\ - "..\..\ace\TLI_Acceptor.h"\ - "..\..\ace\TLI_Acceptor.i"\ - "..\..\ace\TLI_Stream.h"\ - "..\..\ace\TLI_Stream.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\Base_Optimizer.cpp"\ - ".\Base_Optimizer.h"\ - ".\Log_Message_Receiver.cpp"\ - ".\Log_Message_Receiver.h"\ - ".\Server_Logging_Handler.h"\ - ".\Server_Logging_Handler_T.cpp"\ - ".\Server_Logging_Handler_T.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Server_Logging_Handler.obj" : $(SOURCE) $(DEP_CPP_SERVE) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "netsvcs - Win32 Alpha Release" - -DEP_CPP_SERVE=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\TLI.h"\ - "..\..\ace\TLI.i"\ - "..\..\ace\TLI_Acceptor.h"\ - "..\..\ace\TLI_Acceptor.i"\ - "..\..\ace\TLI_Stream.h"\ - "..\..\ace\TLI_Stream.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\Base_Optimizer.cpp"\ - ".\Base_Optimizer.h"\ - ".\Log_Message_Receiver.cpp"\ - ".\Log_Message_Receiver.h"\ - ".\Server_Logging_Handler.h"\ - ".\Server_Logging_Handler_T.cpp"\ - ".\Server_Logging_Handler_T.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Server_Logging_Handler.obj" : $(SOURCE) $(DEP_CPP_SERVE) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\Token_Handler.cpp - -!IF "$(CFG)" == "netsvcs - Win32 Release" - -DEP_CPP_TOKEN=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Local_Tokens.h"\ - "..\..\ace\Local_Tokens.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Token_Collection.h"\ - "..\..\ace\Token_Collection.i"\ - "..\..\ace\Token_Request_Reply.h"\ - "..\..\ace\Token_Request_Reply.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\Token_Handler.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Token_Handler.obj" : $(SOURCE) $(DEP_CPP_TOKEN) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "netsvcs - Win32 Debug" - -DEP_CPP_TOKEN=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Local_Tokens.h"\ - "..\..\ace\Local_Tokens.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Token_Collection.h"\ - "..\..\ace\Token_Collection.i"\ - "..\..\ace\Token_Request_Reply.h"\ - "..\..\ace\Token_Request_Reply.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\Token_Handler.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Token_Handler.obj" : $(SOURCE) $(DEP_CPP_TOKEN) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "netsvcs - Win32 Alpha Debug" - -DEP_CPP_TOKEN=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Local_Tokens.h"\ - "..\..\ace\Local_Tokens.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Token_Collection.h"\ - "..\..\ace\Token_Collection.i"\ - "..\..\ace\Token_Request_Reply.h"\ - "..\..\ace\Token_Request_Reply.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\Token_Handler.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Token_Handler.obj" : $(SOURCE) $(DEP_CPP_TOKEN) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "netsvcs - Win32 Alpha Release" - -DEP_CPP_TOKEN=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Local_Tokens.h"\ - "..\..\ace\Local_Tokens.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Token_Collection.h"\ - "..\..\ace\Token_Collection.i"\ - "..\..\ace\Token_Request_Reply.h"\ - "..\..\ace\Token_Request_Reply.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\Token_Handler.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Token_Handler.obj" : $(SOURCE) $(DEP_CPP_TOKEN) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\TS_Clerk_Handler.cpp - -!IF "$(CFG)" == "netsvcs - Win32 Release" - -DEP_CPP_TS_CL=\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Request_Reply.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\TS_Clerk_Handler.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\TS_Clerk_Handler.obj" : $(SOURCE) $(DEP_CPP_TS_CL) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "netsvcs - Win32 Debug" - -DEP_CPP_TS_CL=\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Request_Reply.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\TS_Clerk_Handler.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\TS_Clerk_Handler.obj" : $(SOURCE) $(DEP_CPP_TS_CL) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "netsvcs - Win32 Alpha Debug" - -DEP_CPP_TS_CL=\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Request_Reply.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\TS_Clerk_Handler.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\TS_Clerk_Handler.obj" : $(SOURCE) $(DEP_CPP_TS_CL) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "netsvcs - Win32 Alpha Release" - -DEP_CPP_TS_CL=\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Request_Reply.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\TS_Clerk_Handler.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\TS_Clerk_Handler.obj" : $(SOURCE) $(DEP_CPP_TS_CL) "$(INTDIR)" - - -!ENDIF - -SOURCE=.\TS_Server_Handler.cpp - -!IF "$(CFG)" == "netsvcs - Win32 Release" - -DEP_CPP_TS_SE=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Request_Reply.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\TS_Server_Handler.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\TS_Server_Handler.obj" : $(SOURCE) $(DEP_CPP_TS_SE) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "netsvcs - Win32 Debug" - -DEP_CPP_TS_SE=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Request_Reply.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\TS_Server_Handler.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\TS_Server_Handler.obj" : $(SOURCE) $(DEP_CPP_TS_SE) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "netsvcs - Win32 Alpha Debug" - -DEP_CPP_TS_SE=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Request_Reply.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\TS_Server_Handler.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\TS_Server_Handler.obj" : $(SOURCE) $(DEP_CPP_TS_SE) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "netsvcs - Win32 Alpha Release" - -DEP_CPP_TS_SE=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\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\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Request_Reply.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - ".\TS_Server_Handler.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\TS_Server_Handler.obj" : $(SOURCE) $(DEP_CPP_TS_SE) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/netsvcs/servers/VCAUTO.MAK b/netsvcs/servers/VCAUTO.MAK deleted file mode 100644 index 34fab7aab05..00000000000 --- a/netsvcs/servers/VCAUTO.MAK +++ /dev/null @@ -1,6 +0,0 @@ -# Directory: netsvcs/servers/ -# $Id$ - -MAK_LIST = servers - -!INCLUDE <$(ACE_ROOT)\include\makeinclude\VC50_DIR.MAK> diff --git a/netsvcs/servers/servers.MAK b/netsvcs/servers/servers.MAK deleted file mode 100644 index 79ce13ab2c5..00000000000 --- a/netsvcs/servers/servers.MAK +++ /dev/null @@ -1,1128 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on servers.dsp -!IF "$(CFG)" == "" -CFG=servers - Win32 Alpha Debug -!MESSAGE No configuration specified. Defaulting to servers - Win32 Alpha Debug. -!ENDIF - -!IF "$(CFG)" != "servers - Win32 Release" && "$(CFG)" !=\ - "servers - Win32 Debug" && "$(CFG)" != "servers - Win32 Alpha Debug" &&\ - "$(CFG)" != "servers - Win32 Alpha Release" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "servers.mak" CFG="servers - Win32 Alpha Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "servers - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "servers - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "servers - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE "servers - Win32 Alpha Release" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -!IF "$(CFG)" == "servers - Win32 Release" - -OUTDIR=. -INTDIR=.\Release -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\main.exe" - -!ELSE - -ALL : "$(OUTDIR)\main.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\main.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(OUTDIR)\main.exe" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "..\..\\" /I "..\lib" /D "WIN32" /D\ - "NDEBUG" /D "_CONSOLE" /Fp"$(INTDIR)\servers.pch" /YX /Fo"$(INTDIR)\\"\ - /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\Release/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\servers.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\ - advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib ace.lib netsvcs.lib\ - /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\main.pdb"\ - /machine:I386 /out:"$(OUTDIR)\main.exe" /libpath:"..\..\ace" /libpath:"..\lib" -LINK32_OBJS= \ - "$(INTDIR)\main.obj" - -"$(OUTDIR)\main.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "servers - Win32 Debug" - -OUTDIR=. -INTDIR=.\debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\main.exe" - -!ELSE - -ALL : "$(OUTDIR)\main.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\main.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\main.exe" - -@erase "$(OUTDIR)\main.ilk" - -@erase "$(OUTDIR)\main.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\lib" /I "..\..\\" /D "WIN32"\ - /D "_DEBUG" /D "_CONSOLE" /Fp"$(INTDIR)\servers.pch" /YX /Fo"$(INTDIR)\\"\ - /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\servers.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\ - advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib aced.lib netsvcs.lib\ - /nologo /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\main.pdb" /debug\ - /machine:I386 /out:"$(OUTDIR)\main.exe" /libpath:"..\..\ace" /libpath:"..\lib" -LINK32_OBJS= \ - "$(INTDIR)\main.obj" - -"$(OUTDIR)\main.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "servers - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\main.exe" - -!ELSE - -ALL : "$(OUTDIR)\main.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\main.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\main.exe" - -@erase "$(OUTDIR)\main.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\lib" /I "..\..\\" /D "WIN32" /D\ - "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"$(INTDIR)\servers.pch" /YX\ - /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\servers.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib netsvcs.lib kernel32.lib user32.lib gdi32.lib\ - winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib\ - uuid.lib /nologo /subsystem:console /pdb:"$(OUTDIR)\main.pdb" /debug\ - /machine:ALPHA /out:"$(OUTDIR)\main.exe" /libpath:"..\..\ace" /libpath:"..\lib"\ - -LINK32_OBJS= \ - "$(INTDIR)\main.obj" - -"$(OUTDIR)\main.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "servers - Win32 Alpha Release" - -OUTDIR=. -INTDIR=.\Release -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\main.exe" - -!ELSE - -ALL : "$(OUTDIR)\main.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\main.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(OUTDIR)\main.exe" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MD /Gt0 /W3 /GX /O2 /I "..\..\\" /I "..\lib" /D "WIN32" /D\ - "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"$(INTDIR)\servers.pch" /YX\ - /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\Release/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\servers.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=ace.lib netsvcs.lib kernel32.lib user32.lib gdi32.lib winspool.lib\ - comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\ - /subsystem:console /pdb:"$(OUTDIR)\main.pdb" /machine:ALPHA\ - /out:"$(OUTDIR)\main.exe" /libpath:"..\..\ace" /libpath:"..\lib" -LINK32_OBJS= \ - "$(INTDIR)\main.obj" - -"$(OUTDIR)\main.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "servers - Win32 Release" || "$(CFG)" ==\ - "servers - Win32 Debug" || "$(CFG)" == "servers - Win32 Alpha Debug" ||\ - "$(CFG)" == "servers - Win32 Alpha Release" -SOURCE=.\main.cpp - -!IF "$(CFG)" == "servers - Win32 Release" - -DEP_CPP_MAIN_=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Local_Tokens.h"\ - "..\..\ace\Local_Tokens.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Name_Proxy.h"\ - "..\..\ace\Name_Request_Reply.h"\ - "..\..\ace\Name_Space.h"\ - "..\..\ace\Naming_Context.h"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SPIPE.h"\ - "..\..\ace\SPIPE.i"\ - "..\..\ace\SPIPE_Addr.h"\ - "..\..\ace\SPIPE_Addr.i"\ - "..\..\ace\SPIPE_Stream.h"\ - "..\..\ace\SPIPE_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Request_Reply.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\TLI.h"\ - "..\..\ace\TLI.i"\ - "..\..\ace\TLI_Acceptor.h"\ - "..\..\ace\TLI_Acceptor.i"\ - "..\..\ace\TLI_Stream.h"\ - "..\..\ace\TLI_Stream.i"\ - "..\..\ace\Token_Collection.h"\ - "..\..\ace\Token_Collection.i"\ - "..\..\ace\Token_Request_Reply.h"\ - "..\..\ace\Token_Request_Reply.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - "..\lib\Base_Optimizer.cpp"\ - "..\lib\Base_Optimizer.h"\ - "..\lib\Client_Logging_Handler.h"\ - "..\lib\Log_Message_Receiver.cpp"\ - "..\lib\Log_Message_Receiver.h"\ - "..\lib\Logging_Strategy.h"\ - "..\lib\Name_Handler.h"\ - "..\lib\Server_Logging_Handler.h"\ - "..\lib\Server_Logging_Handler_T.cpp"\ - "..\lib\Server_Logging_Handler_T.h"\ - "..\lib\Token_Handler.h"\ - "..\lib\TS_Clerk_Handler.h"\ - "..\lib\TS_Server_Handler.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "servers - Win32 Debug" - -DEP_CPP_MAIN_=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Local_Tokens.h"\ - "..\..\ace\Local_Tokens.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Name_Proxy.h"\ - "..\..\ace\Name_Request_Reply.h"\ - "..\..\ace\Name_Space.h"\ - "..\..\ace\Naming_Context.h"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SPIPE.h"\ - "..\..\ace\SPIPE.i"\ - "..\..\ace\SPIPE_Addr.h"\ - "..\..\ace\SPIPE_Addr.i"\ - "..\..\ace\SPIPE_Stream.h"\ - "..\..\ace\SPIPE_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Request_Reply.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\TLI.h"\ - "..\..\ace\TLI.i"\ - "..\..\ace\TLI_Acceptor.h"\ - "..\..\ace\TLI_Acceptor.i"\ - "..\..\ace\TLI_Stream.h"\ - "..\..\ace\TLI_Stream.i"\ - "..\..\ace\Token_Collection.h"\ - "..\..\ace\Token_Collection.i"\ - "..\..\ace\Token_Request_Reply.h"\ - "..\..\ace\Token_Request_Reply.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - "..\lib\Base_Optimizer.cpp"\ - "..\lib\Base_Optimizer.h"\ - "..\lib\Client_Logging_Handler.h"\ - "..\lib\Log_Message_Receiver.cpp"\ - "..\lib\Log_Message_Receiver.h"\ - "..\lib\Logging_Strategy.h"\ - "..\lib\Name_Handler.h"\ - "..\lib\Server_Logging_Handler.h"\ - "..\lib\Server_Logging_Handler_T.cpp"\ - "..\lib\Server_Logging_Handler_T.h"\ - "..\lib\Token_Handler.h"\ - "..\lib\TS_Clerk_Handler.h"\ - "..\lib\TS_Server_Handler.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "servers - Win32 Alpha Debug" - -DEP_CPP_MAIN_=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Local_Tokens.h"\ - "..\..\ace\Local_Tokens.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Name_Proxy.h"\ - "..\..\ace\Name_Request_Reply.h"\ - "..\..\ace\Name_Space.h"\ - "..\..\ace\Naming_Context.h"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SPIPE.h"\ - "..\..\ace\SPIPE.i"\ - "..\..\ace\SPIPE_Addr.h"\ - "..\..\ace\SPIPE_Addr.i"\ - "..\..\ace\SPIPE_Stream.h"\ - "..\..\ace\SPIPE_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Request_Reply.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\TLI.h"\ - "..\..\ace\TLI.i"\ - "..\..\ace\TLI_Acceptor.h"\ - "..\..\ace\TLI_Acceptor.i"\ - "..\..\ace\TLI_Stream.h"\ - "..\..\ace\TLI_Stream.i"\ - "..\..\ace\Token_Collection.h"\ - "..\..\ace\Token_Collection.i"\ - "..\..\ace\Token_Request_Reply.h"\ - "..\..\ace\Token_Request_Reply.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - "..\lib\Base_Optimizer.cpp"\ - "..\lib\Base_Optimizer.h"\ - "..\lib\Client_Logging_Handler.h"\ - "..\lib\Log_Message_Receiver.cpp"\ - "..\lib\Log_Message_Receiver.h"\ - "..\lib\Logging_Strategy.h"\ - "..\lib\Name_Handler.h"\ - "..\lib\Server_Logging_Handler.h"\ - "..\lib\Server_Logging_Handler_T.cpp"\ - "..\lib\Server_Logging_Handler_T.h"\ - "..\lib\Token_Handler.h"\ - "..\lib\TS_Clerk_Handler.h"\ - "..\lib\TS_Server_Handler.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "servers - Win32 Alpha Release" - -DEP_CPP_MAIN_=\ - "..\..\ace\Acceptor.cpp"\ - "..\..\ace\Acceptor.h"\ - "..\..\ace\Acceptor.i"\ - "..\..\ace\ACE.h"\ - "..\..\ace\ACE.i"\ - "..\..\ace\Addr.h"\ - "..\..\ace\Addr.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.h"\ - "..\..\ace\Connector.cpp"\ - "..\..\ace\Connector.h"\ - "..\..\ace\Connector.i"\ - "..\..\ace\Containers.cpp"\ - "..\..\ace\Containers.h"\ - "..\..\ace\Containers.i"\ - "..\..\ace\Dynamic.h"\ - "..\..\ace\Dynamic.i"\ - "..\..\ace\Event_Handler.h"\ - "..\..\ace\Event_Handler.i"\ - "..\..\ace\Free_List.cpp"\ - "..\..\ace\Free_List.h"\ - "..\..\ace\Free_List.i"\ - "..\..\ace\Get_Opt.h"\ - "..\..\ace\Get_Opt.i"\ - "..\..\ace\Handle_Set.h"\ - "..\..\ace\Handle_Set.i"\ - "..\..\ace\Hash_Map_Manager.cpp"\ - "..\..\ace\Hash_Map_Manager.h"\ - "..\..\ace\inc_user_config.h"\ - "..\..\ace\INET_Addr.h"\ - "..\..\ace\INET_Addr.i"\ - "..\..\ace\IO_Cntl_Msg.h"\ - "..\..\ace\iosfwd.h"\ - "..\..\ace\IPC_SAP.h"\ - "..\..\ace\IPC_SAP.i"\ - "..\..\ace\Local_Tokens.h"\ - "..\..\ace\Local_Tokens.i"\ - "..\..\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\Map_Manager.cpp"\ - "..\..\ace\Map_Manager.h"\ - "..\..\ace\Map_Manager.i"\ - "..\..\ace\Mem_Map.h"\ - "..\..\ace\Mem_Map.i"\ - "..\..\ace\Memory_Pool.h"\ - "..\..\ace\Memory_Pool.i"\ - "..\..\ace\Message_Block.h"\ - "..\..\ace\Message_Block.i"\ - "..\..\ace\Message_Queue.cpp"\ - "..\..\ace\Message_Queue.h"\ - "..\..\ace\Message_Queue.i"\ - "..\..\ace\Module.cpp"\ - "..\..\ace\Module.h"\ - "..\..\ace\Module.i"\ - "..\..\ace\Name_Proxy.h"\ - "..\..\ace\Name_Request_Reply.h"\ - "..\..\ace\Name_Space.h"\ - "..\..\ace\Naming_Context.h"\ - "..\..\ace\Object_Manager.h"\ - "..\..\ace\Object_Manager.i"\ - "..\..\ace\OS.h"\ - "..\..\ace\OS.i"\ - "..\..\ace\Reactor.h"\ - "..\..\ace\Reactor.i"\ - "..\..\ace\Reactor_Impl.h"\ - "..\..\ace\Service_Config.h"\ - "..\..\ace\Service_Config.i"\ - "..\..\ace\Service_Object.h"\ - "..\..\ace\Service_Object.i"\ - "..\..\ace\Service_Types.h"\ - "..\..\ace\Service_Types.i"\ - "..\..\ace\Shared_Object.h"\ - "..\..\ace\Shared_Object.i"\ - "..\..\ace\Signal.h"\ - "..\..\ace\Signal.i"\ - "..\..\ace\Singleton.cpp"\ - "..\..\ace\Singleton.h"\ - "..\..\ace\Singleton.i"\ - "..\..\ace\SOCK.h"\ - "..\..\ace\SOCK.i"\ - "..\..\ace\SOCK_Acceptor.h"\ - "..\..\ace\SOCK_Acceptor.i"\ - "..\..\ace\SOCK_Connector.h"\ - "..\..\ace\SOCK_Connector.i"\ - "..\..\ace\SOCK_IO.h"\ - "..\..\ace\SOCK_IO.i"\ - "..\..\ace\SOCK_Stream.h"\ - "..\..\ace\SOCK_Stream.i"\ - "..\..\ace\SPIPE.h"\ - "..\..\ace\SPIPE.i"\ - "..\..\ace\SPIPE_Addr.h"\ - "..\..\ace\SPIPE_Addr.i"\ - "..\..\ace\SPIPE_Stream.h"\ - "..\..\ace\SPIPE_Stream.i"\ - "..\..\ace\SString.h"\ - "..\..\ace\SString.i"\ - "..\..\ace\Strategies.h"\ - "..\..\ace\Strategies_T.cpp"\ - "..\..\ace\Strategies_T.h"\ - "..\..\ace\Stream_Modules.cpp"\ - "..\..\ace\Stream_Modules.h"\ - "..\..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\..\ace\Svc_Handler.cpp"\ - "..\..\ace\Svc_Handler.h"\ - "..\..\ace\Svc_Handler.i"\ - "..\..\ace\Synch.h"\ - "..\..\ace\Synch.i"\ - "..\..\ace\Synch_Options.h"\ - "..\..\ace\Synch_T.cpp"\ - "..\..\ace\Synch_T.h"\ - "..\..\ace\Synch_T.i"\ - "..\..\ace\sys_conf.h"\ - "..\..\ace\Task.h"\ - "..\..\ace\Task.i"\ - "..\..\ace\Task_T.cpp"\ - "..\..\ace\Task_T.h"\ - "..\..\ace\Task_T.i"\ - "..\..\ace\Thread.h"\ - "..\..\ace\Thread.i"\ - "..\..\ace\Thread_Manager.h"\ - "..\..\ace\Thread_Manager.i"\ - "..\..\ace\Time_Request_Reply.h"\ - "..\..\ace\Time_Value.h"\ - "..\..\ace\Timer_Queue.h"\ - "..\..\ace\Timer_Queue_T.cpp"\ - "..\..\ace\Timer_Queue_T.h"\ - "..\..\ace\Timer_Queue_T.i"\ - "..\..\ace\TLI.h"\ - "..\..\ace\TLI.i"\ - "..\..\ace\TLI_Acceptor.h"\ - "..\..\ace\TLI_Acceptor.i"\ - "..\..\ace\TLI_Stream.h"\ - "..\..\ace\TLI_Stream.i"\ - "..\..\ace\Token_Collection.h"\ - "..\..\ace\Token_Collection.i"\ - "..\..\ace\Token_Request_Reply.h"\ - "..\..\ace\Token_Request_Reply.i"\ - "..\..\ace\Trace.h"\ - "..\..\ace\Version.h"\ - "..\..\ace\WFMO_Reactor.h"\ - "..\..\ace\WFMO_Reactor.i"\ - "..\..\ace\ws2tcpip.h"\ - "..\lib\Base_Optimizer.cpp"\ - "..\lib\Base_Optimizer.h"\ - "..\lib\Client_Logging_Handler.h"\ - "..\lib\Log_Message_Receiver.cpp"\ - "..\lib\Log_Message_Receiver.h"\ - "..\lib\Logging_Strategy.h"\ - "..\lib\Name_Handler.h"\ - "..\lib\Server_Logging_Handler.h"\ - "..\lib\Server_Logging_Handler_T.cpp"\ - "..\lib\Server_Logging_Handler_T.h"\ - "..\lib\Token_Handler.h"\ - "..\lib\TS_Clerk_Handler.h"\ - "..\lib\TS_Server_Handler.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Atomic_Op_Test.MAK b/tests/Atomic_Op_Test.MAK deleted file mode 100644 index c42af476594..00000000000 --- a/tests/Atomic_Op_Test.MAK +++ /dev/null @@ -1,319 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Atomic_Op_Test.dsp -!IF "$(CFG)" == "" -CFG=Atomic_Op_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Atomic_Op_Test - Win32\ - Debug. -!ENDIF - -!IF "$(CFG)" != "Atomic_Op_Test - Win32 Debug" && "$(CFG)" !=\ - "Atomic_Op_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Atomic_Op_Test.mak" CFG="Atomic_Op_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Atomic_Op_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Atomic_Op_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Atomic_Op_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Atomic_Op_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Atomic_Op_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Atomic_Op_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Atomic_Op_Test.exe" - -@erase "$(OUTDIR)\Atomic_Op_Test.ilk" - -@erase "$(OUTDIR)\Atomic_Op_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Atomic_Op_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Atomic_Op_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Atomic_Op_Test.exe" /pdbtype:sept /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Atomic_Op_Test.obj" - -"$(OUTDIR)\Atomic_Op_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Atomic_Op_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Atomic_Op_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Atomic_Op_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Atomic_Op_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Atomic_Op_Test.exe" - -@erase "$(OUTDIR)\Atomic_Op_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Atomic_Op_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Atomic_Op_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Atomic_Op_Test.exe" /pdbtype:sept /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Atomic_Op_Test.obj" - -"$(OUTDIR)\Atomic_Op_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Atomic_Op_Test - Win32 Debug" || "$(CFG)" ==\ - "Atomic_Op_Test - Win32 Alpha Debug" -SOURCE=.\Atomic_Op_Test.cpp - -!IF "$(CFG)" == "Atomic_Op_Test - Win32 Debug" - -DEP_CPP_ATOMI=\ - "..\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.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"\ - "..\ace\Log_Record.i"\ - "..\ace\Managed_Object.cpp"\ - "..\ace\Managed_Object.h"\ - "..\ace\Managed_Object.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.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"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Atomic_Op_Test.obj" : $(SOURCE) $(DEP_CPP_ATOMI) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Atomic_Op_Test - Win32 Alpha Debug" - -DEP_CPP_ATOMI=\ - "..\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.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"\ - "..\ace\Log_Record.i"\ - "..\ace\Managed_Object.cpp"\ - "..\ace\Managed_Object.h"\ - "..\ace\Managed_Object.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.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"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Atomic_Op_Test.obj" : $(SOURCE) $(DEP_CPP_ATOMI) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Barrier_Test.MAK b/tests/Barrier_Test.MAK deleted file mode 100644 index 137bc944bc0..00000000000 --- a/tests/Barrier_Test.MAK +++ /dev/null @@ -1,356 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Barrier_Test.dsp -!IF "$(CFG)" == "" -CFG=Barrier_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Barrier_Test - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "Barrier_Test - Win32 Debug" && "$(CFG)" !=\ - "Barrier_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Barrier_Test.mak" CFG="Barrier_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Barrier_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Barrier_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Barrier_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Barrier_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Barrier_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Barrier_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Barrier_Test.exe" - -@erase "$(OUTDIR)\Barrier_Test.ilk" - -@erase "$(OUTDIR)\Barrier_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Barrier_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Barrier_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Barrier_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Barrier_Test.obj" - -"$(OUTDIR)\Barrier_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Barrier_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Barrier_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Barrier_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Barrier_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Barrier_Test.exe" - -@erase "$(OUTDIR)\Barrier_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Barrier_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Barrier_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Barrier_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Barrier_Test.obj" - -"$(OUTDIR)\Barrier_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Barrier_Test - Win32 Debug" || "$(CFG)" ==\ - "Barrier_Test - Win32 Alpha Debug" -SOURCE=.\Barrier_Test.cpp - -!IF "$(CFG)" == "Barrier_Test - Win32 Debug" - -DEP_CPP_BARRI=\ - "..\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.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\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\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Barrier_Test.obj" : $(SOURCE) $(DEP_CPP_BARRI) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Barrier_Test - Win32 Alpha Debug" - -DEP_CPP_BARRI=\ - "..\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.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\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\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Barrier_Test.obj" : $(SOURCE) $(DEP_CPP_BARRI) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Basic_Types_Test.MAK b/tests/Basic_Types_Test.MAK deleted file mode 100644 index acd7d241f0e..00000000000 --- a/tests/Basic_Types_Test.MAK +++ /dev/null @@ -1,157 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Basic_Types_Test.dsp -!IF "$(CFG)" == "" -CFG=Basic_Types_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Basic_Types_Test - Win32\ - Debug. -!ENDIF - -!IF "$(CFG)" != "Basic_Types_Test - Win32 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Basic_Types_Test.mak" CFG="Basic_Types_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Basic_Types_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -CPP=cl.exe -RSC=rc.exe -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Basic_Types_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Basic_Types_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Basic_Types_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Basic_Types_Test.exe" - -@erase "$(OUTDIR)\Basic_Types_Test.ilk" - -@erase "$(OUTDIR)\Basic_Types_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Basic_Types_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Basic_Types_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Basic_Types_Test.exe" /pdbtype:sept /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Basic_Types_Test.obj" - -"$(OUTDIR)\Basic_Types_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fp"$(INTDIR)\Basic_Types_Test.pch" /YX /Fo"$(INTDIR)\\"\ - /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - - -!IF "$(CFG)" == "Basic_Types_Test - Win32 Debug" -SOURCE=.\Basic_Types_Test.cpp -DEP_CPP_BASIC=\ - "..\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.h"\ - "..\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\Managed_Object.cpp"\ - "..\ace\Managed_Object.h"\ - "..\ace\Managed_Object.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\streams.h"\ - "..\ace\sys_conf.h"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Basic_Types_Test.obj" : $(SOURCE) $(DEP_CPP_BASIC) "$(INTDIR)" - - - -!ENDIF - diff --git a/tests/Buffer_Stream_Test.MAK b/tests/Buffer_Stream_Test.MAK deleted file mode 100644 index eed055bec27..00000000000 --- a/tests/Buffer_Stream_Test.MAK +++ /dev/null @@ -1,452 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Buffer_Stream_Test.dsp -!IF "$(CFG)" == "" -CFG=Buffer_Stream_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Buffer_Stream_Test - Win32\ - Debug. -!ENDIF - -!IF "$(CFG)" != "Buffer_Stream_Test - Win32 Debug" && "$(CFG)" !=\ - "Buffer_Stream_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Buffer_Stream_Test.mak"\ - CFG="Buffer_Stream_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Buffer_Stream_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Buffer_Stream_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Buffer_Stream_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Buffer_Stream_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Buffer_Stream_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Buffer_Stream_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Buffer_Stream_Test.exe" - -@erase "$(OUTDIR)\Buffer_Stream_Test.ilk" - -@erase "$(OUTDIR)\Buffer_Stream_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Buffer_Stream_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Buffer_Stream_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Buffer_Stream_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Buffer_Stream_Test.obj" - -"$(OUTDIR)\Buffer_Stream_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Buffer_Stream_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Buffer_Stream_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Buffer_Stream_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Buffer_Stream_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Buffer_Stream_Test.exe" - -@erase "$(OUTDIR)\Buffer_Stream_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Buffer_Stream_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Buffer_Stream_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Buffer_Stream_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Buffer_Stream_Test.obj" - -"$(OUTDIR)\Buffer_Stream_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Buffer_Stream_Test - Win32 Debug" || "$(CFG)" ==\ - "Buffer_Stream_Test - Win32 Alpha Debug" -SOURCE=.\Buffer_Stream_Test.cpp - -!IF "$(CFG)" == "Buffer_Stream_Test - Win32 Debug" - -DEP_CPP_BUFFE=\ - "..\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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\IO_Cntl_Msg.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\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Module.cpp"\ - "..\ace\Module.h"\ - "..\ace\Module.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.h"\ - "..\ace\Stream.cpp"\ - "..\ace\Stream.h"\ - "..\ace\Stream.i"\ - "..\ace\Stream_Modules.cpp"\ - "..\ace\Stream_Modules.h"\ - "..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Task.h"\ - "..\ace\Task.i"\ - "..\ace\Task_T.cpp"\ - "..\ace\Task_T.h"\ - "..\ace\Task_T.i"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Time_Value.h"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Buffer_Stream_Test.obj" : $(SOURCE) $(DEP_CPP_BUFFE) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Buffer_Stream_Test - Win32 Alpha Debug" - -DEP_CPP_BUFFE=\ - "..\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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\IO_Cntl_Msg.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\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Module.cpp"\ - "..\ace\Module.h"\ - "..\ace\Module.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.h"\ - "..\ace\Stream.cpp"\ - "..\ace\Stream.h"\ - "..\ace\Stream.i"\ - "..\ace\Stream_Modules.cpp"\ - "..\ace\Stream_Modules.h"\ - "..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Task.h"\ - "..\ace\Task.i"\ - "..\ace\Task_T.cpp"\ - "..\ace\Task_T.h"\ - "..\ace\Task_T.i"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Time_Value.h"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Buffer_Stream_Test.obj" : $(SOURCE) $(DEP_CPP_BUFFE) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Conn_Test.MAK b/tests/Conn_Test.MAK deleted file mode 100644 index 003def55a57..00000000000 --- a/tests/Conn_Test.MAK +++ /dev/null @@ -1,518 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Conn_Test.dsp -!IF "$(CFG)" == "" -CFG=Conn_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Conn_Test - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "Conn_Test - Win32 Debug" && "$(CFG)" !=\ - "Conn_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Conn_Test.mak" CFG="Conn_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Conn_Test - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "Conn_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Conn_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Conn_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Conn_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Conn_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Conn_Test.exe" - -@erase "$(OUTDIR)\Conn_Test.ilk" - -@erase "$(OUTDIR)\Conn_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Conn_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Conn_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Conn_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Conn_Test.obj" - -"$(OUTDIR)\Conn_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Conn_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Conn_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Conn_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Conn_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Conn_Test.exe" - -@erase "$(OUTDIR)\Conn_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Conn_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /pdb:"$(OUTDIR)\Conn_Test.pdb"\ - /debug /machine:ALPHA /out:"$(OUTDIR)\Conn_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Conn_Test.obj" - -"$(OUTDIR)\Conn_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Conn_Test - Win32 Debug" || "$(CFG)" ==\ - "Conn_Test - Win32 Alpha Debug" -SOURCE=.\Conn_Test.cpp - -!IF "$(CFG)" == "Conn_Test - Win32 Debug" - -DEP_CPP_CONN_=\ - "..\ace\Acceptor.cpp"\ - "..\ace\Acceptor.h"\ - "..\ace\Acceptor.i"\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Addr.h"\ - "..\ace\Addr.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.h"\ - "..\ace\Connector.cpp"\ - "..\ace\Connector.h"\ - "..\ace\Connector.i"\ - "..\ace\Containers.cpp"\ - "..\ace\Containers.h"\ - "..\ace\Containers.i"\ - "..\ace\Dynamic.h"\ - "..\ace\Dynamic.i"\ - "..\ace\Event_Handler.h"\ - "..\ace\Event_Handler.i"\ - "..\ace\Free_List.cpp"\ - "..\ace\Free_List.h"\ - "..\ace\Free_List.i"\ - "..\ace\Get_Opt.h"\ - "..\ace\Get_Opt.i"\ - "..\ace\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\INET_Addr.h"\ - "..\ace\INET_Addr.i"\ - "..\ace\IO_Cntl_Msg.h"\ - "..\ace\iosfwd.h"\ - "..\ace\IPC_SAP.h"\ - "..\ace\IPC_SAP.i"\ - "..\ace\LOCK_SOCK_Acceptor.cpp"\ - "..\ace\LOCK_SOCK_Acceptor.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\Map_Manager.cpp"\ - "..\ace\Map_Manager.h"\ - "..\ace\Map_Manager.i"\ - "..\ace\Mem_Map.h"\ - "..\ace\Mem_Map.i"\ - "..\ace\Memory_Pool.h"\ - "..\ace\Memory_Pool.i"\ - "..\ace\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Module.cpp"\ - "..\ace\Module.h"\ - "..\ace\Module.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\Singleton.cpp"\ - "..\ace\Singleton.h"\ - "..\ace\Singleton.i"\ - "..\ace\SOCK.h"\ - "..\ace\SOCK.i"\ - "..\ace\SOCK_Acceptor.h"\ - "..\ace\SOCK_Acceptor.i"\ - "..\ace\SOCK_Connector.h"\ - "..\ace\SOCK_Connector.i"\ - "..\ace\SOCK_IO.h"\ - "..\ace\SOCK_IO.i"\ - "..\ace\SOCK_Stream.h"\ - "..\ace\SOCK_Stream.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.h"\ - "..\ace\Stream_Modules.cpp"\ - "..\ace\Stream_Modules.h"\ - "..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\ace\Svc_Handler.cpp"\ - "..\ace\Svc_Handler.h"\ - "..\ace\Svc_Handler.i"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Task.h"\ - "..\ace\Task.i"\ - "..\ace\Task_T.cpp"\ - "..\ace\Task_T.h"\ - "..\ace\Task_T.i"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Time_Value.h"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\Conn_Test.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Conn_Test.obj" : $(SOURCE) $(DEP_CPP_CONN_) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Conn_Test - Win32 Alpha Debug" - -DEP_CPP_CONN_=\ - "..\ace\Acceptor.cpp"\ - "..\ace\Acceptor.h"\ - "..\ace\Acceptor.i"\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Addr.h"\ - "..\ace\Addr.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.h"\ - "..\ace\Connector.cpp"\ - "..\ace\Connector.h"\ - "..\ace\Connector.i"\ - "..\ace\Containers.cpp"\ - "..\ace\Containers.h"\ - "..\ace\Containers.i"\ - "..\ace\Dynamic.h"\ - "..\ace\Dynamic.i"\ - "..\ace\Event_Handler.h"\ - "..\ace\Event_Handler.i"\ - "..\ace\Free_List.cpp"\ - "..\ace\Free_List.h"\ - "..\ace\Free_List.i"\ - "..\ace\Get_Opt.h"\ - "..\ace\Get_Opt.i"\ - "..\ace\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\INET_Addr.h"\ - "..\ace\INET_Addr.i"\ - "..\ace\IO_Cntl_Msg.h"\ - "..\ace\iosfwd.h"\ - "..\ace\IPC_SAP.h"\ - "..\ace\IPC_SAP.i"\ - "..\ace\LOCK_SOCK_Acceptor.cpp"\ - "..\ace\LOCK_SOCK_Acceptor.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\Map_Manager.cpp"\ - "..\ace\Map_Manager.h"\ - "..\ace\Map_Manager.i"\ - "..\ace\Mem_Map.h"\ - "..\ace\Mem_Map.i"\ - "..\ace\Memory_Pool.h"\ - "..\ace\Memory_Pool.i"\ - "..\ace\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Module.cpp"\ - "..\ace\Module.h"\ - "..\ace\Module.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\Singleton.cpp"\ - "..\ace\Singleton.h"\ - "..\ace\Singleton.i"\ - "..\ace\SOCK.h"\ - "..\ace\SOCK.i"\ - "..\ace\SOCK_Acceptor.h"\ - "..\ace\SOCK_Acceptor.i"\ - "..\ace\SOCK_Connector.h"\ - "..\ace\SOCK_Connector.i"\ - "..\ace\SOCK_IO.h"\ - "..\ace\SOCK_IO.i"\ - "..\ace\SOCK_Stream.h"\ - "..\ace\SOCK_Stream.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.h"\ - "..\ace\Stream_Modules.cpp"\ - "..\ace\Stream_Modules.h"\ - "..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\ace\Svc_Handler.cpp"\ - "..\ace\Svc_Handler.h"\ - "..\ace\Svc_Handler.i"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Task.h"\ - "..\ace\Task.i"\ - "..\ace\Task_T.cpp"\ - "..\ace\Task_T.h"\ - "..\ace\Task_T.i"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Time_Value.h"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\Conn_Test.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Conn_Test.obj" : $(SOURCE) $(DEP_CPP_CONN_) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Enum_Interfaces_Test.MAK b/tests/Enum_Interfaces_Test.MAK deleted file mode 100644 index f6885e19697..00000000000 --- a/tests/Enum_Interfaces_Test.MAK +++ /dev/null @@ -1,300 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Enum_Interfaces_Test.dsp -!IF "$(CFG)" == "" -CFG=Enum_Interfaces_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Enum_Interfaces_Test - Win32\ - Debug. -!ENDIF - -!IF "$(CFG)" != "Enum_Interfaces_Test - Win32 Debug" && "$(CFG)" !=\ - "Enum_Interfaces_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Enum_Interfaces_Test.mak"\ - CFG="Enum_Interfaces_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Enum_Interfaces_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Enum_Interfaces_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Enum_Interfaces_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Enum_Interfaces_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Enum_Interfaces_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Enum_Interfaces_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Enum_Interfaces_Test.exe" - -@erase "$(OUTDIR)\Enum_Interfaces_Test.ilk" - -@erase "$(OUTDIR)\Enum_Interfaces_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Enum_Interfaces_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Enum_Interfaces_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Enum_Interfaces_Test.exe" /pdbtype:sept /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Enum_Interfaces_Test.obj" - -"$(OUTDIR)\Enum_Interfaces_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Enum_Interfaces_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Enum_Interfaces_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Enum_Interfaces_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Enum_Interfaces_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Enum_Interfaces_Test.exe" - -@erase "$(OUTDIR)\Enum_Interfaces_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Enum_Interfaces_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Enum_Interfaces_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Enum_Interfaces_Test.exe" /pdbtype:sept /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Enum_Interfaces_Test.obj" - -"$(OUTDIR)\Enum_Interfaces_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Enum_Interfaces_Test - Win32 Debug" || "$(CFG)" ==\ - "Enum_Interfaces_Test - Win32 Alpha Debug" -SOURCE=.\Enum_Interfaces_Test.cpp - -!IF "$(CFG)" == "Enum_Interfaces_Test - Win32 Debug" - -DEP_CPP_ENUM_=\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Addr.h"\ - "..\ace\Addr.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.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\INET_Addr.h"\ - "..\ace\INET_Addr.i"\ - "..\ace\iosfwd.h"\ - "..\ace\Log_Msg.h"\ - "..\ace\Log_Priority.h"\ - "..\ace\Log_Record.h"\ - "..\ace\Log_Record.i"\ - "..\ace\Managed_Object.cpp"\ - "..\ace\Managed_Object.h"\ - "..\ace\Managed_Object.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\streams.h"\ - "..\ace\sys_conf.h"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Enum_Interfaces_Test.obj" : $(SOURCE) $(DEP_CPP_ENUM_) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Enum_Interfaces_Test - Win32 Alpha Debug" - -DEP_CPP_ENUM_=\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Addr.h"\ - "..\ace\Addr.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.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\INET_Addr.h"\ - "..\ace\INET_Addr.i"\ - "..\ace\iosfwd.h"\ - "..\ace\Log_Msg.h"\ - "..\ace\Log_Priority.h"\ - "..\ace\Log_Record.h"\ - "..\ace\Log_Record.i"\ - "..\ace\Managed_Object.cpp"\ - "..\ace\Managed_Object.h"\ - "..\ace\Managed_Object.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\streams.h"\ - "..\ace\sys_conf.h"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Enum_Interfaces_Test.obj" : $(SOURCE) $(DEP_CPP_ENUM_) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Env_Value_Test.MAK b/tests/Env_Value_Test.MAK deleted file mode 100644 index 89aa953122a..00000000000 --- a/tests/Env_Value_Test.MAK +++ /dev/null @@ -1,159 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Env_Value_Test.dsp -!IF "$(CFG)" == "" -CFG=Env_Value_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Env_Value_Test - Win32\ - Debug. -!ENDIF - -!IF "$(CFG)" != "Env_Value_Test - Win32 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Env_Value_Test.mak" CFG="Env_Value_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Env_Value_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -CPP=cl.exe -RSC=rc.exe -OUTDIR=. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Env_Value_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Env_Value_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Env_Value_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Env_Value_Test.exe" - -@erase "$(OUTDIR)\Env_Value_Test.ilk" - -@erase "$(OUTDIR)\Env_Value_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Env_Value_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Env_Value_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Env_Value_Test.exe" /pdbtype:sept /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Env_Value_Test.obj" - -"$(OUTDIR)\Env_Value_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fp"$(INTDIR)\Env_Value_Test.pch" /YX /Fo"$(INTDIR)\\"\ - /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - - -!IF "$(CFG)" == "Env_Value_Test - Win32 Debug" -SOURCE=.\Env_Value_Test.cpp -DEP_CPP_ENV_V=\ - "..\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.h"\ - "..\ace\Env_Value_T.cpp"\ - "..\ace\Env_Value_T.h"\ - "..\ace\Env_Value_T.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\Managed_Object.cpp"\ - "..\ace\Managed_Object.h"\ - "..\ace\Managed_Object.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Process.h"\ - "..\ace\Process.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\streams.h"\ - "..\ace\sys_conf.h"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Env_Value_Test.obj" : $(SOURCE) $(DEP_CPP_ENV_V) "$(INTDIR)" - - - -!ENDIF - diff --git a/tests/Future_Test.MAK b/tests/Future_Test.MAK deleted file mode 100644 index d37a5ace331..00000000000 --- a/tests/Future_Test.MAK +++ /dev/null @@ -1,450 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Future_Test.dsp -!IF "$(CFG)" == "" -CFG=Future_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Future_Test - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "Future_Test - Win32 Debug" && "$(CFG)" !=\ - "Future_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Future_Test.mak" CFG="Future_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Future_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Future_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Future_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Future_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Future_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Future_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Future_Test.exe" - -@erase "$(OUTDIR)\Future_Test.ilk" - -@erase "$(OUTDIR)\Future_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Future_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Future_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Future_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Future_Test.obj" - -"$(OUTDIR)\Future_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Future_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Future_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Future_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Future_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Future_Test.exe" - -@erase "$(OUTDIR)\Future_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Future_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Future_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Future_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Future_Test.obj" - -"$(OUTDIR)\Future_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Future_Test - Win32 Debug" || "$(CFG)" ==\ - "Future_Test - Win32 Alpha Debug" -SOURCE=.\Future_Test.cpp - -!IF "$(CFG)" == "Future_Test - Win32 Debug" - -DEP_CPP_FUTUR=\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Activation_Queue.h"\ - "..\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.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\Future.cpp"\ - "..\ace\Future.h"\ - "..\ace\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\IO_Cntl_Msg.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\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Method_Object.h"\ - "..\ace\Module.cpp"\ - "..\ace\Module.h"\ - "..\ace\Module.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.h"\ - "..\ace\Stream_Modules.cpp"\ - "..\ace\Stream_Modules.h"\ - "..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Task.h"\ - "..\ace\Task.i"\ - "..\ace\Task_T.cpp"\ - "..\ace\Task_T.h"\ - "..\ace\Task_T.i"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Future_Test.obj" : $(SOURCE) $(DEP_CPP_FUTUR) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Future_Test - Win32 Alpha Debug" - -DEP_CPP_FUTUR=\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Activation_Queue.h"\ - "..\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.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\Future.cpp"\ - "..\ace\Future.h"\ - "..\ace\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\IO_Cntl_Msg.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\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Method_Object.h"\ - "..\ace\Module.cpp"\ - "..\ace\Module.h"\ - "..\ace\Module.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.h"\ - "..\ace\Stream_Modules.cpp"\ - "..\ace\Stream_Modules.h"\ - "..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Task.h"\ - "..\ace\Task.i"\ - "..\ace\Task_T.cpp"\ - "..\ace\Task_T.h"\ - "..\ace\Task_T.i"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Future_Test.obj" : $(SOURCE) $(DEP_CPP_FUTUR) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Handle_Set_Test.MAK b/tests/Handle_Set_Test.MAK deleted file mode 100644 index e3d5abb3ff1..00000000000 --- a/tests/Handle_Set_Test.MAK +++ /dev/null @@ -1,367 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Handle_Set_Test.dsp -!IF "$(CFG)" == "" -CFG=Handle_Set_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Handle_Set_Test - Win32\ - Debug. -!ENDIF - -!IF "$(CFG)" != "Handle_Set_Test - Win32 Debug" && "$(CFG)" !=\ - "Handle_Set_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Handle_Set_Test.mak" CFG="Handle_Set_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Handle_Set_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Handle_Set_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Handle_Set_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Handle_Set_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Handle_Set_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Handle_Set_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Handle_Set_Test.exe" - -@erase "$(OUTDIR)\Handle_Set_Test.ilk" - -@erase "$(OUTDIR)\Handle_Set_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Handle_Set_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Handle_Set_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Handle_Set_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Handle_Set_Test.obj" - -"$(OUTDIR)\Handle_Set_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Handle_Set_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Handle_Set_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Handle_Set_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Handle_Set_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Handle_Set_Test.exe" - -@erase "$(OUTDIR)\Handle_Set_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Handle_Set_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Handle_Set_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Handle_Set_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Handle_Set_Test.obj" - -"$(OUTDIR)\Handle_Set_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Handle_Set_Test - Win32 Debug" || "$(CFG)" ==\ - "Handle_Set_Test - Win32 Alpha Debug" -SOURCE=.\Handle_Set_Test.cpp - -!IF "$(CFG)" == "Handle_Set_Test - Win32 Debug" - -DEP_CPP_HANDL=\ - "..\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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\High_Res_Timer.h"\ - "..\ace\High_Res_Timer.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\Profile_Timer.h"\ - "..\ace\Profile_Timer.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.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\Time_Value.h"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Handle_Set_Test.obj" : $(SOURCE) $(DEP_CPP_HANDL) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Handle_Set_Test - Win32 Alpha Debug" - -DEP_CPP_HANDL=\ - "..\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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\High_Res_Timer.h"\ - "..\ace\High_Res_Timer.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\Profile_Timer.h"\ - "..\ace\Profile_Timer.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.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\Time_Value.h"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Handle_Set_Test.obj" : $(SOURCE) $(DEP_CPP_HANDL) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Hash_Map_Manager_Test.MAK b/tests/Hash_Map_Manager_Test.MAK deleted file mode 100644 index 9546bda36b4..00000000000 --- a/tests/Hash_Map_Manager_Test.MAK +++ /dev/null @@ -1,392 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Hash_Map_Manager_Test.dsp -!IF "$(CFG)" == "" -CFG=Hash_Map_Manager_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Hash_Map_Manager_Test -\ - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "Hash_Map_Manager_Test - Win32 Debug" && "$(CFG)" !=\ - "Hash_Map_Manager_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Hash_Map_Manager_Test.mak"\ - CFG="Hash_Map_Manager_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Hash_Map_Manager_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Hash_Map_Manager_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Hash_Map_Manager_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Hash_Map_Manager_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Hash_Map_Manager_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Hash_Map_Manager_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Hash_Map_Manager_Test.exe" - -@erase "$(OUTDIR)\Hash_Map_Manager_Test.ilk" - -@erase "$(OUTDIR)\Hash_Map_Manager_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Hash_Map_Manager_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Hash_Map_Manager_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Hash_Map_Manager_Test.exe" /pdbtype:sept /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Hash_Map_Manager_Test.obj" - -"$(OUTDIR)\Hash_Map_Manager_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Hash_Map_Manager_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Hash_Map_Manager_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Hash_Map_Manager_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Hash_Map_Manager_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Hash_Map_Manager_Test.exe" - -@erase "$(OUTDIR)\Hash_Map_Manager_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Hash_Map_Manager_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Hash_Map_Manager_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Hash_Map_Manager_Test.exe" /pdbtype:sept /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Hash_Map_Manager_Test.obj" - -"$(OUTDIR)\Hash_Map_Manager_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Hash_Map_Manager_Test - Win32 Debug" || "$(CFG)" ==\ - "Hash_Map_Manager_Test - Win32 Alpha Debug" -SOURCE=.\Hash_Map_Manager_Test.cpp - -!IF "$(CFG)" == "Hash_Map_Manager_Test - Win32 Debug" - -DEP_CPP_HASH_=\ - "..\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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\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\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.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\Svc_Conf_Tokens.h"\ - "..\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\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\Hash_Map_Manager_Test.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Hash_Map_Manager_Test.obj" : $(SOURCE) $(DEP_CPP_HASH_) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Hash_Map_Manager_Test - Win32 Alpha Debug" - -DEP_CPP_HASH_=\ - "..\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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\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\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.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\Svc_Conf_Tokens.h"\ - "..\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\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\Hash_Map_Manager_Test.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Hash_Map_Manager_Test.obj" : $(SOURCE) $(DEP_CPP_HASH_) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/IOStream_Test.MAK b/tests/IOStream_Test.MAK deleted file mode 100644 index eaaf38f7a16..00000000000 --- a/tests/IOStream_Test.MAK +++ /dev/null @@ -1,506 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on IOStream_Test.dsp -!IF "$(CFG)" == "" -CFG=IOStream_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to IOStream_Test - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "IOStream_Test - Win32 Debug" && "$(CFG)" !=\ - "IOStream_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "IOStream_Test.mak" CFG="IOStream_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "IOStream_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "IOStream_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "IOStream_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\IOStream_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\IOStream_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\IOStream_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\IOStream_Test.exe" - -@erase "$(OUTDIR)\IOStream_Test.ilk" - -@erase "$(OUTDIR)\IOStream_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\IOStream_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\IOStream_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\IOStream_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\IOStream_Test.obj" - -"$(OUTDIR)\IOStream_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "IOStream_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\IOStream_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\IOStream_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\IOStream_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\IOStream_Test.exe" - -@erase "$(OUTDIR)\IOStream_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\IOStream_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\IOStream_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\IOStream_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\IOStream_Test.obj" - -"$(OUTDIR)\IOStream_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "IOStream_Test - Win32 Debug" || "$(CFG)" ==\ - "IOStream_Test - Win32 Alpha Debug" -SOURCE=.\IOStream_Test.cpp - -!IF "$(CFG)" == "IOStream_Test - Win32 Debug" - -DEP_CPP_IOSTR=\ - "..\ace\Acceptor.cpp"\ - "..\ace\Acceptor.h"\ - "..\ace\Acceptor.i"\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Addr.h"\ - "..\ace\Addr.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.h"\ - "..\ace\Containers.cpp"\ - "..\ace\Containers.h"\ - "..\ace\Containers.i"\ - "..\ace\Dynamic.h"\ - "..\ace\Dynamic.i"\ - "..\ace\Event_Handler.h"\ - "..\ace\Event_Handler.i"\ - "..\ace\Free_List.cpp"\ - "..\ace\Free_List.h"\ - "..\ace\Free_List.i"\ - "..\ace\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\INET_Addr.h"\ - "..\ace\INET_Addr.i"\ - "..\ace\IO_Cntl_Msg.h"\ - "..\ace\iosfwd.h"\ - "..\ace\IOStream.h"\ - "..\ace\IOStream_T.cpp"\ - "..\ace\IOStream_T.h"\ - "..\ace\IOStream_T.i"\ - "..\ace\IPC_SAP.h"\ - "..\ace\IPC_SAP.i"\ - "..\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\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Module.cpp"\ - "..\ace\Module.h"\ - "..\ace\Module.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\Singleton.cpp"\ - "..\ace\Singleton.h"\ - "..\ace\Singleton.i"\ - "..\ace\SOCK.h"\ - "..\ace\SOCK.i"\ - "..\ace\SOCK_Acceptor.h"\ - "..\ace\SOCK_Acceptor.i"\ - "..\ace\SOCK_Connector.h"\ - "..\ace\SOCK_Connector.i"\ - "..\ace\SOCK_IO.h"\ - "..\ace\SOCK_IO.i"\ - "..\ace\SOCK_Stream.h"\ - "..\ace\SOCK_Stream.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.h"\ - "..\ace\Stream_Modules.cpp"\ - "..\ace\Stream_Modules.h"\ - "..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\ace\Svc_Handler.cpp"\ - "..\ace\Svc_Handler.h"\ - "..\ace\Svc_Handler.i"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Task.h"\ - "..\ace\Task.i"\ - "..\ace\Task_T.cpp"\ - "..\ace\Task_T.h"\ - "..\ace\Task_T.i"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Time_Value.h"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\IOStream_Test.obj" : $(SOURCE) $(DEP_CPP_IOSTR) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "IOStream_Test - Win32 Alpha Debug" - -DEP_CPP_IOSTR=\ - "..\ace\Acceptor.cpp"\ - "..\ace\Acceptor.h"\ - "..\ace\Acceptor.i"\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Addr.h"\ - "..\ace\Addr.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.h"\ - "..\ace\Containers.cpp"\ - "..\ace\Containers.h"\ - "..\ace\Containers.i"\ - "..\ace\Dynamic.h"\ - "..\ace\Dynamic.i"\ - "..\ace\Event_Handler.h"\ - "..\ace\Event_Handler.i"\ - "..\ace\Free_List.cpp"\ - "..\ace\Free_List.h"\ - "..\ace\Free_List.i"\ - "..\ace\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\INET_Addr.h"\ - "..\ace\INET_Addr.i"\ - "..\ace\IO_Cntl_Msg.h"\ - "..\ace\iosfwd.h"\ - "..\ace\IOStream.h"\ - "..\ace\IOStream_T.cpp"\ - "..\ace\IOStream_T.h"\ - "..\ace\IOStream_T.i"\ - "..\ace\IPC_SAP.h"\ - "..\ace\IPC_SAP.i"\ - "..\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\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Module.cpp"\ - "..\ace\Module.h"\ - "..\ace\Module.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\Singleton.cpp"\ - "..\ace\Singleton.h"\ - "..\ace\Singleton.i"\ - "..\ace\SOCK.h"\ - "..\ace\SOCK.i"\ - "..\ace\SOCK_Acceptor.h"\ - "..\ace\SOCK_Acceptor.i"\ - "..\ace\SOCK_Connector.h"\ - "..\ace\SOCK_Connector.i"\ - "..\ace\SOCK_IO.h"\ - "..\ace\SOCK_IO.i"\ - "..\ace\SOCK_Stream.h"\ - "..\ace\SOCK_Stream.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.h"\ - "..\ace\Stream_Modules.cpp"\ - "..\ace\Stream_Modules.h"\ - "..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\ace\Svc_Handler.cpp"\ - "..\ace\Svc_Handler.h"\ - "..\ace\Svc_Handler.i"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Task.h"\ - "..\ace\Task.i"\ - "..\ace\Task_T.cpp"\ - "..\ace\Task_T.h"\ - "..\ace\Task_T.i"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Time_Value.h"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\IOStream_Test.obj" : $(SOURCE) $(DEP_CPP_IOSTR) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/MM_Shared_Memory_Test.MAK b/tests/MM_Shared_Memory_Test.MAK deleted file mode 100644 index 624778c9fa2..00000000000 --- a/tests/MM_Shared_Memory_Test.MAK +++ /dev/null @@ -1,364 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on MM_Shared_Memory_Test.dsp -!IF "$(CFG)" == "" -CFG=MM_Shared_Memory_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to MM_Shared_Memory_Test -\ - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "MM_Shared_Memory_Test - Win32 Debug" && "$(CFG)" !=\ - "MM_Shared_Memory_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "MM_Shared_Memory_Test.mak"\ - CFG="MM_Shared_Memory_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "MM_Shared_Memory_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "MM_Shared_Memory_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "MM_Shared_Memory_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\MM_Shared_Memory_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\MM_Shared_Memory_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\MM_Shared_Memory_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\MM_Shared_Memory_Test.exe" - -@erase "$(OUTDIR)\MM_Shared_Memory_Test.ilk" - -@erase "$(OUTDIR)\MM_Shared_Memory_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\MM_Shared_Memory_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\MM_Shared_Memory_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\MM_Shared_Memory_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\MM_Shared_Memory_Test.obj" - -"$(OUTDIR)\MM_Shared_Memory_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "MM_Shared_Memory_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\MM_Shared_Memory_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\MM_Shared_Memory_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\MM_Shared_Memory_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\MM_Shared_Memory_Test.exe" - -@erase "$(OUTDIR)\MM_Shared_Memory_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\MM_Shared_Memory_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\MM_Shared_Memory_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\MM_Shared_Memory_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\MM_Shared_Memory_Test.obj" - -"$(OUTDIR)\MM_Shared_Memory_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "MM_Shared_Memory_Test - Win32 Debug" || "$(CFG)" ==\ - "MM_Shared_Memory_Test - Win32 Alpha Debug" -SOURCE=.\MM_Shared_Memory_Test.cpp - -!IF "$(CFG)" == "MM_Shared_Memory_Test - Win32 Debug" - -DEP_CPP_MM_SH=\ - "..\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.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\Shared_Memory.h"\ - "..\ace\Shared_Memory_MM.h"\ - "..\ace\Shared_Memory_MM.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.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\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\MM_Shared_Memory_Test.obj" : $(SOURCE) $(DEP_CPP_MM_SH) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "MM_Shared_Memory_Test - Win32 Alpha Debug" - -DEP_CPP_MM_SH=\ - "..\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.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\Shared_Memory.h"\ - "..\ace\Shared_Memory_MM.h"\ - "..\ace\Shared_Memory_MM.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.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\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\MM_Shared_Memory_Test.obj" : $(SOURCE) $(DEP_CPP_MM_SH) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/MT_SOCK_Test.MAK b/tests/MT_SOCK_Test.MAK deleted file mode 100644 index b365306188c..00000000000 --- a/tests/MT_SOCK_Test.MAK +++ /dev/null @@ -1,391 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on MT_SOCK_Test.dsp -!IF "$(CFG)" == "" -CFG=MT_SOCK_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to MT_SOCK_Test - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "MT_SOCK_Test - Win32 Debug" && "$(CFG)" !=\ - "MT_SOCK_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "MT_SOCK_Test.mak" CFG="MT_SOCK_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "MT_SOCK_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "MT_SOCK_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "MT_SOCK_Test - Win32 Debug" - -OUTDIR=. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\MT_SOCK_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\MT_SOCK_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\MT_SOCK_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\MT_SOCK_Test.exe" - -@erase "$(OUTDIR)\MT_SOCK_Test.ilk" - -@erase "$(OUTDIR)\MT_SOCK_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I ".." /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\MT_SOCK_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\MT_SOCK_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\MT_SOCK_Test.exe" /pdbtype:sept /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\MT_SOCK_Test.obj" - -"$(OUTDIR)\MT_SOCK_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "MT_SOCK_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\MT_SOCK_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\MT_SOCK_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\MT_SOCK_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\MT_SOCK_Test.exe" - -@erase "$(OUTDIR)\MT_SOCK_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I ".." /I "..\\" /D "WIN32" /D "_DEBUG"\ - /D "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\MT_SOCK_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\MT_SOCK_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\MT_SOCK_Test.exe" /pdbtype:sept /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\MT_SOCK_Test.obj" - -"$(OUTDIR)\MT_SOCK_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "MT_SOCK_Test - Win32 Debug" || "$(CFG)" ==\ - "MT_SOCK_Test - Win32 Alpha Debug" -SOURCE=.\MT_SOCK_Test.cpp - -!IF "$(CFG)" == "MT_SOCK_Test - Win32 Debug" - -DEP_CPP_MT_SO=\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Addr.h"\ - "..\ace\Addr.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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\inc_user_config.h"\ - "..\ace\INET_Addr.h"\ - "..\ace\INET_Addr.i"\ - "..\ace\iosfwd.h"\ - "..\ace\IPC_SAP.h"\ - "..\ace\IPC_SAP.i"\ - "..\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\SOCK.h"\ - "..\ace\SOCK.i"\ - "..\ace\SOCK_Acceptor.h"\ - "..\ace\SOCK_Acceptor.i"\ - "..\ace\SOCK_Connector.h"\ - "..\ace\SOCK_Connector.i"\ - "..\ace\SOCK_IO.h"\ - "..\ace\SOCK_IO.i"\ - "..\ace\SOCK_Stream.h"\ - "..\ace\SOCK_Stream.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\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Time_Value.h"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\MT_SOCK_Test.obj" : $(SOURCE) $(DEP_CPP_MT_SO) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "MT_SOCK_Test - Win32 Alpha Debug" - -DEP_CPP_MT_SO=\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Addr.h"\ - "..\ace\Addr.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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\inc_user_config.h"\ - "..\ace\INET_Addr.h"\ - "..\ace\INET_Addr.i"\ - "..\ace\iosfwd.h"\ - "..\ace\IPC_SAP.h"\ - "..\ace\IPC_SAP.i"\ - "..\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\SOCK.h"\ - "..\ace\SOCK.i"\ - "..\ace\SOCK_Acceptor.h"\ - "..\ace\SOCK_Acceptor.i"\ - "..\ace\SOCK_Connector.h"\ - "..\ace\SOCK_Connector.i"\ - "..\ace\SOCK_IO.h"\ - "..\ace\SOCK_IO.i"\ - "..\ace\SOCK_Stream.h"\ - "..\ace\SOCK_Stream.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\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Time_Value.h"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\MT_SOCK_Test.obj" : $(SOURCE) $(DEP_CPP_MT_SO) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Map_Manager_Test.MAK b/tests/Map_Manager_Test.MAK deleted file mode 100644 index f1ae0c018da..00000000000 --- a/tests/Map_Manager_Test.MAK +++ /dev/null @@ -1,405 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Map_Manager_Test.dsp -!IF "$(CFG)" == "" -CFG=Map_Manager_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Map_Manager_Test - Win32\ - Debug. -!ENDIF - -!IF "$(CFG)" != "Map_Manager_Test - Win32 Debug" && "$(CFG)" !=\ - "Map_Manager_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Map_Manager_Test.mak" CFG="Map_Manager_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Map_Manager_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Map_Manager_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Map_Manager_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Map_Manager_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Map_Manager_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Map_Manager_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Map_Manager_Test.exe" - -@erase "$(OUTDIR)\Map_Manager_Test.ilk" - -@erase "$(OUTDIR)\Map_Manager_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Map_Manager_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Map_Manager_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Map_Manager_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Map_Manager_Test.obj" - -"$(OUTDIR)\Map_Manager_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Map_Manager_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Map_Manager_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Map_Manager_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Map_Manager_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Map_Manager_Test.exe" - -@erase "$(OUTDIR)\Map_Manager_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Map_Manager_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Map_Manager_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Map_Manager_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Map_Manager_Test.obj" - -"$(OUTDIR)\Map_Manager_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Map_Manager_Test - Win32 Debug" || "$(CFG)" ==\ - "Map_Manager_Test - Win32 Alpha Debug" -SOURCE=.\Map_Manager_Test.cpp - -!IF "$(CFG)" == "Map_Manager_Test - Win32 Debug" - -DEP_CPP_MAP_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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\High_Res_Timer.h"\ - "..\ace\High_Res_Timer.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\Map_Manager.cpp"\ - "..\ace\Map_Manager.h"\ - "..\ace\Map_Manager.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\Profile_Timer.h"\ - "..\ace\Profile_Timer.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.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\Svc_Conf_Tokens.h"\ - "..\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\Time_Value.h"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Map_Manager_Test.obj" : $(SOURCE) $(DEP_CPP_MAP_M) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Map_Manager_Test - Win32 Alpha Debug" - -DEP_CPP_MAP_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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\High_Res_Timer.h"\ - "..\ace\High_Res_Timer.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\Map_Manager.cpp"\ - "..\ace\Map_Manager.h"\ - "..\ace\Map_Manager.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\Profile_Timer.h"\ - "..\ace\Profile_Timer.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.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\Svc_Conf_Tokens.h"\ - "..\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\Time_Value.h"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Map_Manager_Test.obj" : $(SOURCE) $(DEP_CPP_MAP_M) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Mem_Map_Test.MAK b/tests/Mem_Map_Test.MAK deleted file mode 100644 index 80293e65c80..00000000000 --- a/tests/Mem_Map_Test.MAK +++ /dev/null @@ -1,294 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Mem_Map_Test.dsp -!IF "$(CFG)" == "" -CFG=Mem_Map_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Mem_Map_Test - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "Mem_Map_Test - Win32 Debug" && "$(CFG)" !=\ - "Mem_Map_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Mem_Map_Test.mak" CFG="Mem_Map_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Mem_Map_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Mem_Map_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Mem_Map_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Mem_Map_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Mem_Map_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Mem_Map_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Mem_Map_Test.exe" - -@erase "$(OUTDIR)\Mem_Map_Test.ilk" - -@erase "$(OUTDIR)\Mem_Map_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Mem_Map_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Mem_Map_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Mem_Map_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Mem_Map_Test.obj" - -"$(OUTDIR)\Mem_Map_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Mem_Map_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Mem_Map_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Mem_Map_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Mem_Map_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Mem_Map_Test.exe" - -@erase "$(OUTDIR)\Mem_Map_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Mem_Map_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Mem_Map_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Mem_Map_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Mem_Map_Test.obj" - -"$(OUTDIR)\Mem_Map_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Mem_Map_Test - Win32 Debug" || "$(CFG)" ==\ - "Mem_Map_Test - Win32 Alpha Debug" -SOURCE=.\Mem_Map_Test.cpp - -!IF "$(CFG)" == "Mem_Map_Test - Win32 Debug" - -DEP_CPP_MEM_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.h"\ - "..\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\Managed_Object.cpp"\ - "..\ace\Managed_Object.h"\ - "..\ace\Managed_Object.i"\ - "..\ace\Mem_Map.h"\ - "..\ace\Mem_Map.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\streams.h"\ - "..\ace\sys_conf.h"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Mem_Map_Test.obj" : $(SOURCE) $(DEP_CPP_MEM_M) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Mem_Map_Test - Win32 Alpha Debug" - -DEP_CPP_MEM_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.h"\ - "..\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\Managed_Object.cpp"\ - "..\ace\Managed_Object.h"\ - "..\ace\Managed_Object.i"\ - "..\ace\Mem_Map.h"\ - "..\ace\Mem_Map.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\streams.h"\ - "..\ace\sys_conf.h"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Mem_Map_Test.obj" : $(SOURCE) $(DEP_CPP_MEM_M) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Message_Block_Test.MAK b/tests/Message_Block_Test.MAK deleted file mode 100644 index 672d7703de0..00000000000 --- a/tests/Message_Block_Test.MAK +++ /dev/null @@ -1,454 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Message_Block_Test.dsp -!IF "$(CFG)" == "" -CFG=Message_Block_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Message_Block_Test - Win32\ - Debug. -!ENDIF - -!IF "$(CFG)" != "Message_Block_Test - Win32 Debug" && "$(CFG)" !=\ - "Message_Block_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Message_Block_Test.mak"\ - CFG="Message_Block_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Message_Block_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Message_Block_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Message_Block_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Message_Block_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Message_Block_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Message_Block_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Message_Block_Test.exe" - -@erase "$(OUTDIR)\Message_Block_Test.ilk" - -@erase "$(OUTDIR)\Message_Block_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Message_Block_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Message_Block_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Message_Block_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Message_Block_Test.obj" - -"$(OUTDIR)\Message_Block_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Message_Block_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Message_Block_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Message_Block_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Message_Block_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Message_Block_Test.exe" - -@erase "$(OUTDIR)\Message_Block_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Message_Block_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Message_Block_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Message_Block_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Message_Block_Test.obj" - -"$(OUTDIR)\Message_Block_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Message_Block_Test - Win32 Debug" || "$(CFG)" ==\ - "Message_Block_Test - Win32 Alpha Debug" -SOURCE=.\Message_Block_Test.cpp - -!IF "$(CFG)" == "Message_Block_Test - Win32 Debug" - -DEP_CPP_MESSA=\ - "..\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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\High_Res_Timer.h"\ - "..\ace\High_Res_Timer.i"\ - "..\ace\inc_user_config.h"\ - "..\ace\IO_Cntl_Msg.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\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Module.cpp"\ - "..\ace\Module.h"\ - "..\ace\Module.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Profile_Timer.h"\ - "..\ace\Profile_Timer.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.h"\ - "..\ace\Stream_Modules.cpp"\ - "..\ace\Stream_Modules.h"\ - "..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Task.h"\ - "..\ace\Task.i"\ - "..\ace\Task_T.cpp"\ - "..\ace\Task_T.h"\ - "..\ace\Task_T.i"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Time_Value.h"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Message_Block_Test.obj" : $(SOURCE) $(DEP_CPP_MESSA) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Message_Block_Test - Win32 Alpha Debug" - -DEP_CPP_MESSA=\ - "..\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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\High_Res_Timer.h"\ - "..\ace\High_Res_Timer.i"\ - "..\ace\inc_user_config.h"\ - "..\ace\IO_Cntl_Msg.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\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Module.cpp"\ - "..\ace\Module.h"\ - "..\ace\Module.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Profile_Timer.h"\ - "..\ace\Profile_Timer.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.h"\ - "..\ace\Stream_Modules.cpp"\ - "..\ace\Stream_Modules.h"\ - "..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Task.h"\ - "..\ace\Task.i"\ - "..\ace\Task_T.cpp"\ - "..\ace\Task_T.h"\ - "..\ace\Task_T.i"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Time_Value.h"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Message_Block_Test.obj" : $(SOURCE) $(DEP_CPP_MESSA) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Message_Queue_Notifications_Test.MAK b/tests/Message_Queue_Notifications_Test.MAK deleted file mode 100644 index 25027e79e1a..00000000000 --- a/tests/Message_Queue_Notifications_Test.MAK +++ /dev/null @@ -1,450 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Message_Queue_Notifications_Test.dsp -!IF "$(CFG)" == "" -CFG=Message_Queue_Notifications_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to\ - Message_Queue_Notifications_Test - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "Message_Queue_Notifications_Test - Win32 Debug" && "$(CFG)" !=\ - "Message_Queue_Notifications_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Message_Queue_Notifications_Test.mak"\ - CFG="Message_Queue_Notifications_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Message_Queue_Notifications_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Message_Queue_Notifications_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Message_Queue_Notifications_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Message_Queue_Notifications_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Message_Queue_Notifications_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Message_Queue_Notifications_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Message_Queue_Notifications_Test.exe" - -@erase "$(OUTDIR)\Message_Queue_Notifications_Test.ilk" - -@erase "$(OUTDIR)\Message_Queue_Notifications_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Message_Queue_Notifications_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Message_Queue_Notifications_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Message_Queue_Notifications_Test.exe" /pdbtype:sept\ - /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Message_Queue_Notifications_Test.obj" - -"$(OUTDIR)\Message_Queue_Notifications_Test.exe" : "$(OUTDIR)" $(DEF_FILE)\ - $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Message_Queue_Notifications_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Message_Queue_Notifications_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Message_Queue_Notifications_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Message_Queue_Notifications_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Message_Queue_Notifications_Test.exe" - -@erase "$(OUTDIR)\Message_Queue_Notifications_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Message_Queue_Notifications_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Message_Queue_Notifications_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Message_Queue_Notifications_Test.exe" /pdbtype:sept\ - /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Message_Queue_Notifications_Test.obj" - -"$(OUTDIR)\Message_Queue_Notifications_Test.exe" : "$(OUTDIR)" $(DEF_FILE)\ - $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Message_Queue_Notifications_Test - Win32 Debug" || "$(CFG)" ==\ - "Message_Queue_Notifications_Test - Win32 Alpha Debug" -SOURCE=.\Message_Queue_Notifications_Test.cpp - -!IF "$(CFG)" == "Message_Queue_Notifications_Test - Win32 Debug" - -DEP_CPP_MESSA=\ - "..\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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\IO_Cntl_Msg.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\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Module.cpp"\ - "..\ace\Module.h"\ - "..\ace\Module.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.h"\ - "..\ace\Stream_Modules.cpp"\ - "..\ace\Stream_Modules.h"\ - "..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Task.h"\ - "..\ace\Task.i"\ - "..\ace\Task_T.cpp"\ - "..\ace\Task_T.h"\ - "..\ace\Task_T.i"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Message_Queue_Notifications_Test.obj" : $(SOURCE) $(DEP_CPP_MESSA)\ - "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Message_Queue_Notifications_Test - Win32 Alpha Debug" - -DEP_CPP_MESSA=\ - "..\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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\IO_Cntl_Msg.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\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Module.cpp"\ - "..\ace\Module.h"\ - "..\ace\Module.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.h"\ - "..\ace\Stream_Modules.cpp"\ - "..\ace\Stream_Modules.h"\ - "..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Task.h"\ - "..\ace\Task.i"\ - "..\ace\Task_T.cpp"\ - "..\ace\Task_T.h"\ - "..\ace\Task_T.i"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Message_Queue_Notifications_Test.obj" : $(SOURCE) $(DEP_CPP_MESSA)\ - "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Message_Queue_Test.MAK b/tests/Message_Queue_Test.MAK deleted file mode 100644 index 614381854ab..00000000000 --- a/tests/Message_Queue_Test.MAK +++ /dev/null @@ -1,422 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Message_Queue_Test.dsp -!IF "$(CFG)" == "" -CFG=Message_Queue_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Message_Queue_Test - Win32\ - Debug. -!ENDIF - -!IF "$(CFG)" != "Message_Queue_Test - Win32 Debug" && "$(CFG)" !=\ - "Message_Queue_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Message_Queue_Test.mak"\ - CFG="Message_Queue_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Message_Queue_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Message_Queue_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Message_Queue_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Message_Queue_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Message_Queue_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Message_Queue_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Message_Queue_Test.exe" - -@erase "$(OUTDIR)\Message_Queue_Test.ilk" - -@erase "$(OUTDIR)\Message_Queue_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Message_Queue_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Message_Queue_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Message_Queue_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Message_Queue_Test.obj" - -"$(OUTDIR)\Message_Queue_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Message_Queue_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Message_Queue_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Message_Queue_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Message_Queue_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Message_Queue_Test.exe" - -@erase "$(OUTDIR)\Message_Queue_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Message_Queue_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Message_Queue_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Message_Queue_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Message_Queue_Test.obj" - -"$(OUTDIR)\Message_Queue_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Message_Queue_Test - Win32 Debug" || "$(CFG)" ==\ - "Message_Queue_Test - Win32 Alpha Debug" -SOURCE=.\Message_Queue_Test.cpp - -!IF "$(CFG)" == "Message_Queue_Test - Win32 Debug" - -DEP_CPP_MESSA=\ - "..\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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\IO_Cntl_Msg.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\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.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\Svc_Conf_Tokens.h"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Message_Queue_Test.obj" : $(SOURCE) $(DEP_CPP_MESSA) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Message_Queue_Test - Win32 Alpha Debug" - -DEP_CPP_MESSA=\ - "..\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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\IO_Cntl_Msg.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\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.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\Svc_Conf_Tokens.h"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Message_Queue_Test.obj" : $(SOURCE) $(DEP_CPP_MESSA) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Naming_Test.MAK b/tests/Naming_Test.MAK deleted file mode 100644 index bb4933bacc4..00000000000 --- a/tests/Naming_Test.MAK +++ /dev/null @@ -1,432 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Naming_Test.dsp -!IF "$(CFG)" == "" -CFG=Naming_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Naming_Test - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "Naming_Test - Win32 Debug" && "$(CFG)" !=\ - "Naming_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Naming_Test.mak" CFG="Naming_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Naming_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Naming_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Naming_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Naming_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Naming_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Naming_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Naming_Test.exe" - -@erase "$(OUTDIR)\Naming_Test.ilk" - -@erase "$(OUTDIR)\Naming_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Naming_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Naming_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Naming_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Naming_Test.obj" - -"$(OUTDIR)\Naming_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Naming_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Naming_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Naming_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Naming_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Naming_Test.exe" - -@erase "$(OUTDIR)\Naming_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Naming_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Naming_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Naming_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Naming_Test.obj" - -"$(OUTDIR)\Naming_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Naming_Test - Win32 Debug" || "$(CFG)" ==\ - "Naming_Test - Win32 Alpha Debug" -SOURCE=.\Naming_Test.cpp - -!IF "$(CFG)" == "Naming_Test - Win32 Debug" - -DEP_CPP_NAMIN=\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Addr.h"\ - "..\ace\Addr.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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\High_Res_Timer.h"\ - "..\ace\High_Res_Timer.i"\ - "..\ace\inc_user_config.h"\ - "..\ace\INET_Addr.h"\ - "..\ace\INET_Addr.i"\ - "..\ace\iosfwd.h"\ - "..\ace\IPC_SAP.h"\ - "..\ace\IPC_SAP.i"\ - "..\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\Name_Proxy.h"\ - "..\ace\Name_Request_Reply.h"\ - "..\ace\Name_Space.h"\ - "..\ace\Naming_Context.h"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Profile_Timer.h"\ - "..\ace\Profile_Timer.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\SOCK.h"\ - "..\ace\SOCK.i"\ - "..\ace\SOCK_Connector.h"\ - "..\ace\SOCK_Connector.i"\ - "..\ace\SOCK_IO.h"\ - "..\ace\SOCK_IO.i"\ - "..\ace\SOCK_Stream.h"\ - "..\ace\SOCK_Stream.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\Svc_Conf_Tokens.h"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Time_Value.h"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Naming_Test.obj" : $(SOURCE) $(DEP_CPP_NAMIN) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Naming_Test - Win32 Alpha Debug" - -DEP_CPP_NAMIN=\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Addr.h"\ - "..\ace\Addr.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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\High_Res_Timer.h"\ - "..\ace\High_Res_Timer.i"\ - "..\ace\inc_user_config.h"\ - "..\ace\INET_Addr.h"\ - "..\ace\INET_Addr.i"\ - "..\ace\iosfwd.h"\ - "..\ace\IPC_SAP.h"\ - "..\ace\IPC_SAP.i"\ - "..\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\Name_Proxy.h"\ - "..\ace\Name_Request_Reply.h"\ - "..\ace\Name_Space.h"\ - "..\ace\Naming_Context.h"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Profile_Timer.h"\ - "..\ace\Profile_Timer.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\SOCK.h"\ - "..\ace\SOCK.i"\ - "..\ace\SOCK_Connector.h"\ - "..\ace\SOCK_Connector.i"\ - "..\ace\SOCK_IO.h"\ - "..\ace\SOCK_IO.i"\ - "..\ace\SOCK_Stream.h"\ - "..\ace\SOCK_Stream.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\Svc_Conf_Tokens.h"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Time_Value.h"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Naming_Test.obj" : $(SOURCE) $(DEP_CPP_NAMIN) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Notify_Performance_Test.MAK b/tests/Notify_Performance_Test.MAK deleted file mode 100644 index 3bc7413f90c..00000000000 --- a/tests/Notify_Performance_Test.MAK +++ /dev/null @@ -1,459 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Notify_Performance_Test.dsp -!IF "$(CFG)" == "" -CFG=Notify_Performance_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Notify_Performance_Test -\ - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "Notify_Performance_Test - Win32 Debug" && "$(CFG)" !=\ - "Notify_Performance_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Notify_Performance_Test.mak"\ - CFG="Notify_Performance_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Notify_Performance_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Notify_Performance_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Notify_Performance_Test - Win32 Debug" - -OUTDIR=. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Notify_Performance_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Notify_Performance_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Notify_Performance_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Notify_Performance_Test.exe" - -@erase "$(OUTDIR)\Notify_Performance_Test.ilk" - -@erase "$(OUTDIR)\Notify_Performance_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I ".." /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Notify_Performance_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Notify_Performance_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Notify_Performance_Test.exe" /pdbtype:sept /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Notify_Performance_Test.obj" - -"$(OUTDIR)\Notify_Performance_Test.exe" : "$(OUTDIR)" $(DEF_FILE)\ - $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Notify_Performance_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Notify_Performance_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Notify_Performance_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Notify_Performance_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Notify_Performance_Test.exe" - -@erase "$(OUTDIR)\Notify_Performance_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I ".." /I "..\\" /D "WIN32" /D "_DEBUG"\ - /D "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Notify_Performance_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Notify_Performance_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Notify_Performance_Test.exe" /pdbtype:sept /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Notify_Performance_Test.obj" - -"$(OUTDIR)\Notify_Performance_Test.exe" : "$(OUTDIR)" $(DEF_FILE)\ - $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Notify_Performance_Test - Win32 Debug" || "$(CFG)" ==\ - "Notify_Performance_Test - Win32 Alpha Debug" -SOURCE=.\Notify_Performance_Test.cpp - -!IF "$(CFG)" == "Notify_Performance_Test - Win32 Debug" - -DEP_CPP_NOTIF=\ - "..\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.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\Get_Opt.h"\ - "..\ace\Get_Opt.i"\ - "..\ace\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\High_Res_Timer.h"\ - "..\ace\High_Res_Timer.i"\ - "..\ace\inc_user_config.h"\ - "..\ace\IO_Cntl_Msg.h"\ - "..\ace\iosfwd.h"\ - "..\ace\Local_Tokens.h"\ - "..\ace\Local_Tokens.i"\ - "..\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\Map_Manager.cpp"\ - "..\ace\Map_Manager.h"\ - "..\ace\Map_Manager.i"\ - "..\ace\Mem_Map.h"\ - "..\ace\Mem_Map.i"\ - "..\ace\Memory_Pool.h"\ - "..\ace\Memory_Pool.i"\ - "..\ace\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Pipe.h"\ - "..\ace\Pipe.i"\ - "..\ace\Profile_Timer.h"\ - "..\ace\Profile_Timer.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Select_Reactor.h"\ - "..\ace\Select_Reactor.i"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.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\Svc_Conf_Tokens.h"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Time_Value.h"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Token.h"\ - "..\ace\Token.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Notify_Performance_Test.obj" : $(SOURCE) $(DEP_CPP_NOTIF)\ - "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Notify_Performance_Test - Win32 Alpha Debug" - -DEP_CPP_NOTIF=\ - "..\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.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\Get_Opt.h"\ - "..\ace\Get_Opt.i"\ - "..\ace\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\High_Res_Timer.h"\ - "..\ace\High_Res_Timer.i"\ - "..\ace\inc_user_config.h"\ - "..\ace\IO_Cntl_Msg.h"\ - "..\ace\iosfwd.h"\ - "..\ace\Local_Tokens.h"\ - "..\ace\Local_Tokens.i"\ - "..\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\Map_Manager.cpp"\ - "..\ace\Map_Manager.h"\ - "..\ace\Map_Manager.i"\ - "..\ace\Mem_Map.h"\ - "..\ace\Mem_Map.i"\ - "..\ace\Memory_Pool.h"\ - "..\ace\Memory_Pool.i"\ - "..\ace\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Pipe.h"\ - "..\ace\Pipe.i"\ - "..\ace\Profile_Timer.h"\ - "..\ace\Profile_Timer.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Select_Reactor.h"\ - "..\ace\Select_Reactor.i"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.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\Svc_Conf_Tokens.h"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Time_Value.h"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Token.h"\ - "..\ace\Token.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Notify_Performance_Test.obj" : $(SOURCE) $(DEP_CPP_NOTIF)\ - "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Pipe_Test.MAK b/tests/Pipe_Test.MAK deleted file mode 100644 index f5c998a3222..00000000000 --- a/tests/Pipe_Test.MAK +++ /dev/null @@ -1,300 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Pipe_Test.dsp -!IF "$(CFG)" == "" -CFG=Pipe_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Pipe_Test - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "Pipe_Test - Win32 Debug" && "$(CFG)" !=\ - "Pipe_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Pipe_Test.mak" CFG="Pipe_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Pipe_Test - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "Pipe_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Pipe_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Pipe_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Pipe_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Pipe_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Pipe_Test.exe" - -@erase "$(OUTDIR)\Pipe_Test.ilk" - -@erase "$(OUTDIR)\Pipe_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Pipe_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Pipe_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Pipe_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Pipe_Test.obj" - -"$(OUTDIR)\Pipe_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Pipe_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Pipe_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Pipe_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Pipe_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Pipe_Test.exe" - -@erase "$(OUTDIR)\Pipe_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Pipe_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /pdb:"$(OUTDIR)\Pipe_Test.pdb"\ - /debug /machine:ALPHA /out:"$(OUTDIR)\Pipe_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Pipe_Test.obj" - -"$(OUTDIR)\Pipe_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Pipe_Test - Win32 Debug" || "$(CFG)" ==\ - "Pipe_Test - Win32 Alpha Debug" -SOURCE=.\Pipe_Test.cpp - -!IF "$(CFG)" == "Pipe_Test - Win32 Debug" - -DEP_CPP_PIPE_=\ - "..\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.h"\ - "..\ace\Get_Opt.h"\ - "..\ace\Get_Opt.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\Managed_Object.cpp"\ - "..\ace\Managed_Object.h"\ - "..\ace\Managed_Object.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Pipe.h"\ - "..\ace\Pipe.i"\ - "..\ace\Process.h"\ - "..\ace\Process.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\streams.h"\ - "..\ace\sys_conf.h"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Pipe_Test.obj" : $(SOURCE) $(DEP_CPP_PIPE_) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Pipe_Test - Win32 Alpha Debug" - -DEP_CPP_PIPE_=\ - "..\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.h"\ - "..\ace\Get_Opt.h"\ - "..\ace\Get_Opt.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\Managed_Object.cpp"\ - "..\ace\Managed_Object.h"\ - "..\ace\Managed_Object.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Pipe.h"\ - "..\ace\Pipe.i"\ - "..\ace\Process.h"\ - "..\ace\Process.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\streams.h"\ - "..\ace\sys_conf.h"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Pipe_Test.obj" : $(SOURCE) $(DEP_CPP_PIPE_) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Priority_Buffer_Test.MAK b/tests/Priority_Buffer_Test.MAK deleted file mode 100644 index 244a3bed5f7..00000000000 --- a/tests/Priority_Buffer_Test.MAK +++ /dev/null @@ -1,422 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Priority_Buffer_Test.dsp -!IF "$(CFG)" == "" -CFG=Priority_Buffer_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Priority_Buffer_Test - Win32\ - Debug. -!ENDIF - -!IF "$(CFG)" != "Priority_Buffer_Test - Win32 Debug" && "$(CFG)" !=\ - "Priority_Buffer_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Priority_Buffer_Test.mak"\ - CFG="Priority_Buffer_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Priority_Buffer_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Priority_Buffer_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Priority_Buffer_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Priority_Buffer_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Priority_Buffer_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Priority_Buffer_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Priority_Buffer_Test.exe" - -@erase "$(OUTDIR)\Priority_Buffer_Test.ilk" - -@erase "$(OUTDIR)\Priority_Buffer_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Priority_Buffer_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Priority_Buffer_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Priority_Buffer_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Priority_Buffer_Test.obj" - -"$(OUTDIR)\Priority_Buffer_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Priority_Buffer_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Priority_Buffer_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Priority_Buffer_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Priority_Buffer_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Priority_Buffer_Test.exe" - -@erase "$(OUTDIR)\Priority_Buffer_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Priority_Buffer_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Priority_Buffer_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Priority_Buffer_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Priority_Buffer_Test.obj" - -"$(OUTDIR)\Priority_Buffer_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Priority_Buffer_Test - Win32 Debug" || "$(CFG)" ==\ - "Priority_Buffer_Test - Win32 Alpha Debug" -SOURCE=.\Priority_Buffer_Test.cpp - -!IF "$(CFG)" == "Priority_Buffer_Test - Win32 Debug" - -DEP_CPP_PRIOR=\ - "..\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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\IO_Cntl_Msg.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\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.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\Svc_Conf_Tokens.h"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Priority_Buffer_Test.obj" : $(SOURCE) $(DEP_CPP_PRIOR) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Priority_Buffer_Test - Win32 Alpha Debug" - -DEP_CPP_PRIOR=\ - "..\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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\IO_Cntl_Msg.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\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.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\Svc_Conf_Tokens.h"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Priority_Buffer_Test.obj" : $(SOURCE) $(DEP_CPP_PRIOR) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Priority_Reactor_Test.MAK b/tests/Priority_Reactor_Test.MAK deleted file mode 100644 index f8655a0cc73..00000000000 --- a/tests/Priority_Reactor_Test.MAK +++ /dev/null @@ -1,535 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Priority_Reactor_Test.dsp -!IF "$(CFG)" == "" -CFG=Priority_Reactor_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Priority_Reactor_Test -\ - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "Priority_Reactor_Test - Win32 Debug" && "$(CFG)" !=\ - "Priority_Reactor_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Priority_Reactor_Test.mak"\ - CFG="Priority_Reactor_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Priority_Reactor_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Priority_Reactor_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Priority_Reactor_Test - Win32 Debug" - -OUTDIR=. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Priority_Reactor_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Priority_Reactor_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Priority_Reactor_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Priority_Reactor_Test.exe" - -@erase "$(OUTDIR)\Priority_Reactor_Test.ilk" - -@erase "$(OUTDIR)\Priority_Reactor_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Priority_Reactor_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Priority_Reactor_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Priority_Reactor_Test.exe" /pdbtype:sept /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Priority_Reactor_Test.obj" - -"$(OUTDIR)\Priority_Reactor_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Priority_Reactor_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Priority_Reactor_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Priority_Reactor_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Priority_Reactor_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Priority_Reactor_Test.exe" - -@erase "$(OUTDIR)\Priority_Reactor_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Priority_Reactor_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Priority_Reactor_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Priority_Reactor_Test.exe" /pdbtype:sept /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Priority_Reactor_Test.obj" - -"$(OUTDIR)\Priority_Reactor_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Priority_Reactor_Test - Win32 Debug" || "$(CFG)" ==\ - "Priority_Reactor_Test - Win32 Alpha Debug" -SOURCE=.\Priority_Reactor_Test.cpp - -!IF "$(CFG)" == "Priority_Reactor_Test - Win32 Debug" - -DEP_CPP_PRIOR=\ - "..\ace\Acceptor.cpp"\ - "..\ace\Acceptor.h"\ - "..\ace\Acceptor.i"\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Addr.h"\ - "..\ace\Addr.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.h"\ - "..\ace\Connector.cpp"\ - "..\ace\Connector.h"\ - "..\ace\Connector.i"\ - "..\ace\Containers.cpp"\ - "..\ace\Containers.h"\ - "..\ace\Containers.i"\ - "..\ace\Dynamic.h"\ - "..\ace\Dynamic.i"\ - "..\ace\Event_Handler.h"\ - "..\ace\Event_Handler.i"\ - "..\ace\Free_List.cpp"\ - "..\ace\Free_List.h"\ - "..\ace\Free_List.i"\ - "..\ace\Get_Opt.h"\ - "..\ace\Get_Opt.i"\ - "..\ace\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\INET_Addr.h"\ - "..\ace\INET_Addr.i"\ - "..\ace\IO_Cntl_Msg.h"\ - "..\ace\iosfwd.h"\ - "..\ace\IPC_SAP.h"\ - "..\ace\IPC_SAP.i"\ - "..\ace\Local_Tokens.h"\ - "..\ace\Local_Tokens.i"\ - "..\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\Map_Manager.cpp"\ - "..\ace\Map_Manager.h"\ - "..\ace\Map_Manager.i"\ - "..\ace\Mem_Map.h"\ - "..\ace\Mem_Map.i"\ - "..\ace\Memory_Pool.h"\ - "..\ace\Memory_Pool.i"\ - "..\ace\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Module.cpp"\ - "..\ace\Module.h"\ - "..\ace\Module.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Pipe.h"\ - "..\ace\Pipe.i"\ - "..\ace\Priority_Reactor.h"\ - "..\ace\Priority_Reactor.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Select_Reactor.h"\ - "..\ace\Select_Reactor.i"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\Singleton.cpp"\ - "..\ace\Singleton.h"\ - "..\ace\Singleton.i"\ - "..\ace\SOCK.h"\ - "..\ace\SOCK.i"\ - "..\ace\SOCK_Acceptor.h"\ - "..\ace\SOCK_Acceptor.i"\ - "..\ace\SOCK_Connector.h"\ - "..\ace\SOCK_Connector.i"\ - "..\ace\SOCK_IO.h"\ - "..\ace\SOCK_IO.i"\ - "..\ace\SOCK_Stream.h"\ - "..\ace\SOCK_Stream.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.h"\ - "..\ace\Stream_Modules.cpp"\ - "..\ace\Stream_Modules.h"\ - "..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\ace\Svc_Handler.cpp"\ - "..\ace\Svc_Handler.h"\ - "..\ace\Svc_Handler.i"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Task.h"\ - "..\ace\Task.i"\ - "..\ace\Task_T.cpp"\ - "..\ace\Task_T.h"\ - "..\ace\Task_T.i"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Time_Value.h"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Token.h"\ - "..\ace\Token.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\Priority_Reactor_Test.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Priority_Reactor_Test.obj" : $(SOURCE) $(DEP_CPP_PRIOR) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Priority_Reactor_Test - Win32 Alpha Debug" - -DEP_CPP_PRIOR=\ - "..\ace\Acceptor.cpp"\ - "..\ace\Acceptor.h"\ - "..\ace\Acceptor.i"\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Addr.h"\ - "..\ace\Addr.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.h"\ - "..\ace\Connector.cpp"\ - "..\ace\Connector.h"\ - "..\ace\Connector.i"\ - "..\ace\Containers.cpp"\ - "..\ace\Containers.h"\ - "..\ace\Containers.i"\ - "..\ace\Dynamic.h"\ - "..\ace\Dynamic.i"\ - "..\ace\Event_Handler.h"\ - "..\ace\Event_Handler.i"\ - "..\ace\Free_List.cpp"\ - "..\ace\Free_List.h"\ - "..\ace\Free_List.i"\ - "..\ace\Get_Opt.h"\ - "..\ace\Get_Opt.i"\ - "..\ace\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\INET_Addr.h"\ - "..\ace\INET_Addr.i"\ - "..\ace\IO_Cntl_Msg.h"\ - "..\ace\iosfwd.h"\ - "..\ace\IPC_SAP.h"\ - "..\ace\IPC_SAP.i"\ - "..\ace\Local_Tokens.h"\ - "..\ace\Local_Tokens.i"\ - "..\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\Map_Manager.cpp"\ - "..\ace\Map_Manager.h"\ - "..\ace\Map_Manager.i"\ - "..\ace\Mem_Map.h"\ - "..\ace\Mem_Map.i"\ - "..\ace\Memory_Pool.h"\ - "..\ace\Memory_Pool.i"\ - "..\ace\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Module.cpp"\ - "..\ace\Module.h"\ - "..\ace\Module.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Pipe.h"\ - "..\ace\Pipe.i"\ - "..\ace\Priority_Reactor.h"\ - "..\ace\Priority_Reactor.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Select_Reactor.h"\ - "..\ace\Select_Reactor.i"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\Singleton.cpp"\ - "..\ace\Singleton.h"\ - "..\ace\Singleton.i"\ - "..\ace\SOCK.h"\ - "..\ace\SOCK.i"\ - "..\ace\SOCK_Acceptor.h"\ - "..\ace\SOCK_Acceptor.i"\ - "..\ace\SOCK_Connector.h"\ - "..\ace\SOCK_Connector.i"\ - "..\ace\SOCK_IO.h"\ - "..\ace\SOCK_IO.i"\ - "..\ace\SOCK_Stream.h"\ - "..\ace\SOCK_Stream.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.h"\ - "..\ace\Stream_Modules.cpp"\ - "..\ace\Stream_Modules.h"\ - "..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\ace\Svc_Handler.cpp"\ - "..\ace\Svc_Handler.h"\ - "..\ace\Svc_Handler.i"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Task.h"\ - "..\ace\Task.i"\ - "..\ace\Task_T.cpp"\ - "..\ace\Task_T.h"\ - "..\ace\Task_T.i"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Time_Value.h"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Token.h"\ - "..\ace\Token.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\Priority_Reactor_Test.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Priority_Reactor_Test.obj" : $(SOURCE) $(DEP_CPP_PRIOR) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Priority_Task_Test.MAK b/tests/Priority_Task_Test.MAK deleted file mode 100644 index 5cfc36b9ab7..00000000000 --- a/tests/Priority_Task_Test.MAK +++ /dev/null @@ -1,448 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Priority_Task_Test.dsp -!IF "$(CFG)" == "" -CFG=Priority_Task_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Priority_Task_Test - Win32\ - Debug. -!ENDIF - -!IF "$(CFG)" != "Priority_Task_Test - Win32 Debug" && "$(CFG)" !=\ - "Priority_Task_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Priority_Task_Test.mak"\ - CFG="Priority_Task_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Priority_Task_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Priority_Task_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Priority_Task_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Priority_Task_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Priority_Task_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Priority_Task_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Priority_Task_Test.exe" - -@erase "$(OUTDIR)\Priority_Task_Test.ilk" - -@erase "$(OUTDIR)\Priority_Task_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Priority_Task_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Priority_Task_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Priority_Task_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Priority_Task_Test.obj" - -"$(OUTDIR)\Priority_Task_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Priority_Task_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Priority_Task_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Priority_Task_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Priority_Task_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Priority_Task_Test.exe" - -@erase "$(OUTDIR)\Priority_Task_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Priority_Task_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Priority_Task_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Priority_Task_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Priority_Task_Test.obj" - -"$(OUTDIR)\Priority_Task_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Priority_Task_Test - Win32 Debug" || "$(CFG)" ==\ - "Priority_Task_Test - Win32 Alpha Debug" -SOURCE=.\Priority_Task_Test.cpp - -!IF "$(CFG)" == "Priority_Task_Test - Win32 Debug" - -DEP_CPP_PRIOR=\ - "..\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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\IO_Cntl_Msg.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\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Module.cpp"\ - "..\ace\Module.h"\ - "..\ace\Module.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Sched_Params.h"\ - "..\ace\Sched_Params.i"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.h"\ - "..\ace\Stream_Modules.cpp"\ - "..\ace\Stream_Modules.h"\ - "..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Task.h"\ - "..\ace\Task.i"\ - "..\ace\Task_T.cpp"\ - "..\ace\Task_T.h"\ - "..\ace\Task_T.i"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Priority_Task_Test.obj" : $(SOURCE) $(DEP_CPP_PRIOR) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Priority_Task_Test - Win32 Alpha Debug" - -DEP_CPP_PRIOR=\ - "..\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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\IO_Cntl_Msg.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\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Module.cpp"\ - "..\ace\Module.h"\ - "..\ace\Module.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Sched_Params.h"\ - "..\ace\Sched_Params.i"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.h"\ - "..\ace\Stream_Modules.cpp"\ - "..\ace\Stream_Modules.h"\ - "..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Task.h"\ - "..\ace\Task.i"\ - "..\ace\Task_T.cpp"\ - "..\ace\Task_T.h"\ - "..\ace\Task_T.i"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Priority_Task_Test.obj" : $(SOURCE) $(DEP_CPP_PRIOR) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Process_Mutex_Test.MAK b/tests/Process_Mutex_Test.MAK deleted file mode 100644 index 8db87e77c5f..00000000000 --- a/tests/Process_Mutex_Test.MAK +++ /dev/null @@ -1,328 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Process_Mutex_Test.dsp -!IF "$(CFG)" == "" -CFG=Process_Mutex_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Process_Mutex_Test - Win32\ - Debug. -!ENDIF - -!IF "$(CFG)" != "Process_Mutex_Test - Win32 Debug" && "$(CFG)" !=\ - "Process_Mutex_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Process_Mutex_Test.mak"\ - CFG="Process_Mutex_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Process_Mutex_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Process_Mutex_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Process_Mutex_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Process_Mutex_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Process_Mutex_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Process_Mutex_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Process_Mutex_Test.exe" - -@erase "$(OUTDIR)\Process_Mutex_Test.ilk" - -@erase "$(OUTDIR)\Process_Mutex_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Process_Mutex_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Process_Mutex_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Process_Mutex_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Process_Mutex_Test.obj" - -"$(OUTDIR)\Process_Mutex_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Process_Mutex_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Process_Mutex_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Process_Mutex_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Process_Mutex_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Process_Mutex_Test.exe" - -@erase "$(OUTDIR)\Process_Mutex_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Process_Mutex_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Process_Mutex_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Process_Mutex_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Process_Mutex_Test.obj" - -"$(OUTDIR)\Process_Mutex_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Process_Mutex_Test - Win32 Debug" || "$(CFG)" ==\ - "Process_Mutex_Test - Win32 Alpha Debug" -SOURCE=.\Process_Mutex_Test.cpp - -!IF "$(CFG)" == "Process_Mutex_Test - Win32 Debug" - -DEP_CPP_PROCE=\ - "..\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.h"\ - "..\ace\Event_Handler.h"\ - "..\ace\Event_Handler.i"\ - "..\ace\Get_Opt.h"\ - "..\ace\Get_Opt.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\Managed_Object.cpp"\ - "..\ace\Managed_Object.h"\ - "..\ace\Managed_Object.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Process.h"\ - "..\ace\Process.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"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Process_Mutex_Test.obj" : $(SOURCE) $(DEP_CPP_PROCE) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Process_Mutex_Test - Win32 Alpha Debug" - -DEP_CPP_PROCE=\ - "..\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.h"\ - "..\ace\Event_Handler.h"\ - "..\ace\Event_Handler.i"\ - "..\ace\Get_Opt.h"\ - "..\ace\Get_Opt.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\Managed_Object.cpp"\ - "..\ace\Managed_Object.h"\ - "..\ace\Managed_Object.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Process.h"\ - "..\ace\Process.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"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Process_Mutex_Test.obj" : $(SOURCE) $(DEP_CPP_PROCE) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Process_Strategy_Test.MAK b/tests/Process_Strategy_Test.MAK deleted file mode 100644 index 692f8118477..00000000000 --- a/tests/Process_Strategy_Test.MAK +++ /dev/null @@ -1,506 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Process_Strategy_Test.dsp -!IF "$(CFG)" == "" -CFG=Process_Strategy_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Process_Strategy_Test -\ - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "Process_Strategy_Test - Win32 Debug" && "$(CFG)" !=\ - "Process_Strategy_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Process_Strategy_Test.mak"\ - CFG="Process_Strategy_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Process_Strategy_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Process_Strategy_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Process_Strategy_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Process_Strategy_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Process_Strategy_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Process_Strategy_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Process_Strategy_Test.exe" - -@erase "$(OUTDIR)\Process_Strategy_Test.ilk" - -@erase "$(OUTDIR)\Process_Strategy_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Process_Strategy_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Process_Strategy_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Process_Strategy_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Process_Strategy_Test.obj" - -"$(OUTDIR)\Process_Strategy_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Process_Strategy_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Process_Strategy_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Process_Strategy_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Process_Strategy_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Process_Strategy_Test.exe" - -@erase "$(OUTDIR)\Process_Strategy_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Process_Strategy_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Process_Strategy_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Process_Strategy_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Process_Strategy_Test.obj" - -"$(OUTDIR)\Process_Strategy_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Process_Strategy_Test - Win32 Debug" || "$(CFG)" ==\ - "Process_Strategy_Test - Win32 Alpha Debug" -SOURCE=.\Process_Strategy_Test.cpp - -!IF "$(CFG)" == "Process_Strategy_Test - Win32 Debug" - -DEP_CPP_PROCE=\ - "..\ace\Acceptor.cpp"\ - "..\ace\Acceptor.h"\ - "..\ace\Acceptor.i"\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Addr.h"\ - "..\ace\Addr.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.h"\ - "..\ace\Containers.cpp"\ - "..\ace\Containers.h"\ - "..\ace\Containers.i"\ - "..\ace\Dynamic.h"\ - "..\ace\Dynamic.i"\ - "..\ace\Event_Handler.h"\ - "..\ace\Event_Handler.i"\ - "..\ace\Free_List.cpp"\ - "..\ace\Free_List.h"\ - "..\ace\Free_List.i"\ - "..\ace\Get_Opt.h"\ - "..\ace\Get_Opt.i"\ - "..\ace\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\INET_Addr.h"\ - "..\ace\INET_Addr.i"\ - "..\ace\IO_Cntl_Msg.h"\ - "..\ace\iosfwd.h"\ - "..\ace\IPC_SAP.h"\ - "..\ace\IPC_SAP.i"\ - "..\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\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Module.cpp"\ - "..\ace\Module.h"\ - "..\ace\Module.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\Singleton.cpp"\ - "..\ace\Singleton.h"\ - "..\ace\Singleton.i"\ - "..\ace\SOCK.h"\ - "..\ace\SOCK.i"\ - "..\ace\SOCK_Acceptor.h"\ - "..\ace\SOCK_Acceptor.i"\ - "..\ace\SOCK_Connector.h"\ - "..\ace\SOCK_Connector.i"\ - "..\ace\SOCK_IO.h"\ - "..\ace\SOCK_IO.i"\ - "..\ace\SOCK_Stream.h"\ - "..\ace\SOCK_Stream.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.h"\ - "..\ace\Stream_Modules.cpp"\ - "..\ace\Stream_Modules.h"\ - "..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\ace\Svc_Handler.cpp"\ - "..\ace\Svc_Handler.h"\ - "..\ace\Svc_Handler.i"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Task.h"\ - "..\ace\Task.i"\ - "..\ace\Task_T.cpp"\ - "..\ace\Task_T.h"\ - "..\ace\Task_T.i"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Time_Value.h"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\Process_Strategy_Test.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Process_Strategy_Test.obj" : $(SOURCE) $(DEP_CPP_PROCE) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Process_Strategy_Test - Win32 Alpha Debug" - -DEP_CPP_PROCE=\ - "..\ace\Acceptor.cpp"\ - "..\ace\Acceptor.h"\ - "..\ace\Acceptor.i"\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Addr.h"\ - "..\ace\Addr.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.h"\ - "..\ace\Containers.cpp"\ - "..\ace\Containers.h"\ - "..\ace\Containers.i"\ - "..\ace\Dynamic.h"\ - "..\ace\Dynamic.i"\ - "..\ace\Event_Handler.h"\ - "..\ace\Event_Handler.i"\ - "..\ace\Free_List.cpp"\ - "..\ace\Free_List.h"\ - "..\ace\Free_List.i"\ - "..\ace\Get_Opt.h"\ - "..\ace\Get_Opt.i"\ - "..\ace\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\INET_Addr.h"\ - "..\ace\INET_Addr.i"\ - "..\ace\IO_Cntl_Msg.h"\ - "..\ace\iosfwd.h"\ - "..\ace\IPC_SAP.h"\ - "..\ace\IPC_SAP.i"\ - "..\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\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Module.cpp"\ - "..\ace\Module.h"\ - "..\ace\Module.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\Singleton.cpp"\ - "..\ace\Singleton.h"\ - "..\ace\Singleton.i"\ - "..\ace\SOCK.h"\ - "..\ace\SOCK.i"\ - "..\ace\SOCK_Acceptor.h"\ - "..\ace\SOCK_Acceptor.i"\ - "..\ace\SOCK_Connector.h"\ - "..\ace\SOCK_Connector.i"\ - "..\ace\SOCK_IO.h"\ - "..\ace\SOCK_IO.i"\ - "..\ace\SOCK_Stream.h"\ - "..\ace\SOCK_Stream.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.h"\ - "..\ace\Stream_Modules.cpp"\ - "..\ace\Stream_Modules.h"\ - "..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\ace\Svc_Handler.cpp"\ - "..\ace\Svc_Handler.h"\ - "..\ace\Svc_Handler.i"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Task.h"\ - "..\ace\Task.i"\ - "..\ace\Task_T.cpp"\ - "..\ace\Task_T.h"\ - "..\ace\Task_T.i"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Time_Value.h"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\Process_Strategy_Test.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Process_Strategy_Test.obj" : $(SOURCE) $(DEP_CPP_PROCE) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Reactor_Exceptions_Test.MAK b/tests/Reactor_Exceptions_Test.MAK deleted file mode 100644 index 69a6786ed27..00000000000 --- a/tests/Reactor_Exceptions_Test.MAK +++ /dev/null @@ -1,400 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Reactor_Exceptions_Test.dsp -!IF "$(CFG)" == "" -CFG=Reactor_Exceptions_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Reactor_Exceptions_Test -\ - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "Reactor_Exceptions_Test - Win32 Debug" && "$(CFG)" !=\ - "Reactor_Exceptions_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Reactor_Exceptions_Test.mak"\ - CFG="Reactor_Exceptions_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Reactor_Exceptions_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Reactor_Exceptions_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Reactor_Exceptions_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Reactor_Exceptions_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Reactor_Exceptions_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Reactor_Exceptions_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Reactor_Exceptions_Test.exe" - -@erase "$(OUTDIR)\Reactor_Exceptions_Test.ilk" - -@erase "$(OUTDIR)\Reactor_Exceptions_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Reactor_Exceptions_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Reactor_Exceptions_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Reactor_Exceptions_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Reactor_Exceptions_Test.obj" - -"$(OUTDIR)\Reactor_Exceptions_Test.exe" : "$(OUTDIR)" $(DEF_FILE)\ - $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Reactor_Exceptions_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Reactor_Exceptions_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Reactor_Exceptions_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Reactor_Exceptions_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Reactor_Exceptions_Test.exe" - -@erase "$(OUTDIR)\Reactor_Exceptions_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Reactor_Exceptions_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Reactor_Exceptions_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Reactor_Exceptions_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Reactor_Exceptions_Test.obj" - -"$(OUTDIR)\Reactor_Exceptions_Test.exe" : "$(OUTDIR)" $(DEF_FILE)\ - $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Reactor_Exceptions_Test - Win32 Debug" || "$(CFG)" ==\ - "Reactor_Exceptions_Test - Win32 Alpha Debug" -SOURCE=.\Reactor_Exceptions_Test.cpp - -!IF "$(CFG)" == "Reactor_Exceptions_Test - Win32 Debug" - -DEP_CPP_REACT=\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Addr.h"\ - "..\ace\Addr.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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\inc_user_config.h"\ - "..\ace\INET_Addr.h"\ - "..\ace\INET_Addr.i"\ - "..\ace\iosfwd.h"\ - "..\ace\IPC_SAP.h"\ - "..\ace\IPC_SAP.i"\ - "..\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\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\SOCK.h"\ - "..\ace\SOCK.i"\ - "..\ace\SOCK_Dgram.h"\ - "..\ace\SOCK_Dgram.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\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Reactor_Exceptions_Test.obj" : $(SOURCE) $(DEP_CPP_REACT)\ - "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Reactor_Exceptions_Test - Win32 Alpha Debug" - -DEP_CPP_REACT=\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Addr.h"\ - "..\ace\Addr.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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\inc_user_config.h"\ - "..\ace\INET_Addr.h"\ - "..\ace\INET_Addr.i"\ - "..\ace\iosfwd.h"\ - "..\ace\IPC_SAP.h"\ - "..\ace\IPC_SAP.i"\ - "..\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\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\SOCK.h"\ - "..\ace\SOCK.i"\ - "..\ace\SOCK_Dgram.h"\ - "..\ace\SOCK_Dgram.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\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Reactor_Exceptions_Test.obj" : $(SOURCE) $(DEP_CPP_REACT)\ - "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Reactor_Notify_Test.MAK b/tests/Reactor_Notify_Test.MAK deleted file mode 100644 index a48cb57e710..00000000000 --- a/tests/Reactor_Notify_Test.MAK +++ /dev/null @@ -1,448 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Reactor_Notify_Test.dsp -!IF "$(CFG)" == "" -CFG=Reactor_Notify_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Reactor_Notify_Test - Win32\ - Debug. -!ENDIF - -!IF "$(CFG)" != "Reactor_Notify_Test - Win32 Debug" && "$(CFG)" !=\ - "Reactor_Notify_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Reactor_Notify_Test.mak"\ - CFG="Reactor_Notify_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Reactor_Notify_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Reactor_Notify_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Reactor_Notify_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Reactor_Notify_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Reactor_Notify_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Reactor_Notify_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Reactor_Notify_Test.exe" - -@erase "$(OUTDIR)\Reactor_Notify_Test.ilk" - -@erase "$(OUTDIR)\Reactor_Notify_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Reactor_Notify_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Reactor_Notify_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Reactor_Notify_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Reactor_Notify_Test.obj" - -"$(OUTDIR)\Reactor_Notify_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Reactor_Notify_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Reactor_Notify_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Reactor_Notify_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Reactor_Notify_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Reactor_Notify_Test.exe" - -@erase "$(OUTDIR)\Reactor_Notify_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Reactor_Notify_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Reactor_Notify_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Reactor_Notify_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Reactor_Notify_Test.obj" - -"$(OUTDIR)\Reactor_Notify_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Reactor_Notify_Test - Win32 Debug" || "$(CFG)" ==\ - "Reactor_Notify_Test - Win32 Alpha Debug" -SOURCE=.\Reactor_Notify_Test.cpp - -!IF "$(CFG)" == "Reactor_Notify_Test - Win32 Debug" - -DEP_CPP_REACT=\ - "..\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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\IO_Cntl_Msg.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\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Module.cpp"\ - "..\ace\Module.h"\ - "..\ace\Module.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Pipe.h"\ - "..\ace\Pipe.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.h"\ - "..\ace\Stream_Modules.cpp"\ - "..\ace\Stream_Modules.h"\ - "..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Task.h"\ - "..\ace\Task.i"\ - "..\ace\Task_T.cpp"\ - "..\ace\Task_T.h"\ - "..\ace\Task_T.i"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Reactor_Notify_Test.obj" : $(SOURCE) $(DEP_CPP_REACT) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Reactor_Notify_Test - Win32 Alpha Debug" - -DEP_CPP_REACT=\ - "..\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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\IO_Cntl_Msg.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\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Module.cpp"\ - "..\ace\Module.h"\ - "..\ace\Module.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Pipe.h"\ - "..\ace\Pipe.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.h"\ - "..\ace\Stream_Modules.cpp"\ - "..\ace\Stream_Modules.h"\ - "..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Task.h"\ - "..\ace\Task.i"\ - "..\ace\Task_T.cpp"\ - "..\ace\Task_T.h"\ - "..\ace\Task_T.i"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Reactor_Notify_Test.obj" : $(SOURCE) $(DEP_CPP_REACT) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Reactor_Performance_Test.MAK b/tests/Reactor_Performance_Test.MAK deleted file mode 100644 index a4b1e21ac87..00000000000 --- a/tests/Reactor_Performance_Test.MAK +++ /dev/null @@ -1,543 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Reactor_Performance_Test.dsp -!IF "$(CFG)" == "" -CFG=Reactor_Performance_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Reactor_Performance_Test -\ - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "Reactor_Performance_Test - Win32 Debug" && "$(CFG)" !=\ - "Reactor_Performance_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Reactor_Performance_Test.mak"\ - CFG="Reactor_Performance_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Reactor_Performance_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Reactor_Performance_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Reactor_Performance_Test - Win32 Debug" - -OUTDIR=. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Reactor_Performance_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Reactor_Performance_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Reactor_Performance_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Reactor_Performance_Test.exe" - -@erase "$(OUTDIR)\Reactor_Performance_Test.ilk" - -@erase "$(OUTDIR)\Reactor_Performance_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I ".." /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Reactor_Performance_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Reactor_Performance_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Reactor_Performance_Test.exe" /pdbtype:sept /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Reactor_Performance_Test.obj" - -"$(OUTDIR)\Reactor_Performance_Test.exe" : "$(OUTDIR)" $(DEF_FILE)\ - $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Reactor_Performance_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Reactor_Performance_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Reactor_Performance_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Reactor_Performance_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Reactor_Performance_Test.exe" - -@erase "$(OUTDIR)\Reactor_Performance_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I ".." /I "..\\" /D "WIN32" /D "_DEBUG"\ - /D "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Reactor_Performance_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Reactor_Performance_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Reactor_Performance_Test.exe" /pdbtype:sept /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Reactor_Performance_Test.obj" - -"$(OUTDIR)\Reactor_Performance_Test.exe" : "$(OUTDIR)" $(DEF_FILE)\ - $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Reactor_Performance_Test - Win32 Debug" || "$(CFG)" ==\ - "Reactor_Performance_Test - Win32 Alpha Debug" -SOURCE=.\Reactor_Performance_Test.cpp - -!IF "$(CFG)" == "Reactor_Performance_Test - Win32 Debug" - -DEP_CPP_REACT=\ - "..\ace\Acceptor.cpp"\ - "..\ace\Acceptor.h"\ - "..\ace\Acceptor.i"\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Addr.h"\ - "..\ace\Addr.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.h"\ - "..\ace\Connector.cpp"\ - "..\ace\Connector.h"\ - "..\ace\Connector.i"\ - "..\ace\Containers.cpp"\ - "..\ace\Containers.h"\ - "..\ace\Containers.i"\ - "..\ace\Dynamic.h"\ - "..\ace\Dynamic.i"\ - "..\ace\Event_Handler.h"\ - "..\ace\Event_Handler.i"\ - "..\ace\Free_List.cpp"\ - "..\ace\Free_List.h"\ - "..\ace\Free_List.i"\ - "..\ace\Get_Opt.h"\ - "..\ace\Get_Opt.i"\ - "..\ace\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\High_Res_Timer.h"\ - "..\ace\High_Res_Timer.i"\ - "..\ace\inc_user_config.h"\ - "..\ace\INET_Addr.h"\ - "..\ace\INET_Addr.i"\ - "..\ace\IO_Cntl_Msg.h"\ - "..\ace\iosfwd.h"\ - "..\ace\IPC_SAP.h"\ - "..\ace\IPC_SAP.i"\ - "..\ace\Local_Tokens.h"\ - "..\ace\Local_Tokens.i"\ - "..\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\Map_Manager.cpp"\ - "..\ace\Map_Manager.h"\ - "..\ace\Map_Manager.i"\ - "..\ace\Mem_Map.h"\ - "..\ace\Mem_Map.i"\ - "..\ace\Memory_Pool.h"\ - "..\ace\Memory_Pool.i"\ - "..\ace\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Module.cpp"\ - "..\ace\Module.h"\ - "..\ace\Module.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Pipe.h"\ - "..\ace\Pipe.i"\ - "..\ace\Profile_Timer.h"\ - "..\ace\Profile_Timer.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Select_Reactor.h"\ - "..\ace\Select_Reactor.i"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\Singleton.cpp"\ - "..\ace\Singleton.h"\ - "..\ace\Singleton.i"\ - "..\ace\SOCK.h"\ - "..\ace\SOCK.i"\ - "..\ace\SOCK_Acceptor.h"\ - "..\ace\SOCK_Acceptor.i"\ - "..\ace\SOCK_Connector.h"\ - "..\ace\SOCK_Connector.i"\ - "..\ace\SOCK_IO.h"\ - "..\ace\SOCK_IO.i"\ - "..\ace\SOCK_Stream.h"\ - "..\ace\SOCK_Stream.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.h"\ - "..\ace\Stream_Modules.cpp"\ - "..\ace\Stream_Modules.h"\ - "..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\ace\Svc_Handler.cpp"\ - "..\ace\Svc_Handler.h"\ - "..\ace\Svc_Handler.i"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Task.h"\ - "..\ace\Task.i"\ - "..\ace\Task_T.cpp"\ - "..\ace\Task_T.h"\ - "..\ace\Task_T.i"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Time_Value.h"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Token.h"\ - "..\ace\Token.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\Reactor_Performance_Test.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Reactor_Performance_Test.obj" : $(SOURCE) $(DEP_CPP_REACT)\ - "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Reactor_Performance_Test - Win32 Alpha Debug" - -DEP_CPP_REACT=\ - "..\ace\Acceptor.cpp"\ - "..\ace\Acceptor.h"\ - "..\ace\Acceptor.i"\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Addr.h"\ - "..\ace\Addr.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.h"\ - "..\ace\Connector.cpp"\ - "..\ace\Connector.h"\ - "..\ace\Connector.i"\ - "..\ace\Containers.cpp"\ - "..\ace\Containers.h"\ - "..\ace\Containers.i"\ - "..\ace\Dynamic.h"\ - "..\ace\Dynamic.i"\ - "..\ace\Event_Handler.h"\ - "..\ace\Event_Handler.i"\ - "..\ace\Free_List.cpp"\ - "..\ace\Free_List.h"\ - "..\ace\Free_List.i"\ - "..\ace\Get_Opt.h"\ - "..\ace\Get_Opt.i"\ - "..\ace\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\High_Res_Timer.h"\ - "..\ace\High_Res_Timer.i"\ - "..\ace\inc_user_config.h"\ - "..\ace\INET_Addr.h"\ - "..\ace\INET_Addr.i"\ - "..\ace\IO_Cntl_Msg.h"\ - "..\ace\iosfwd.h"\ - "..\ace\IPC_SAP.h"\ - "..\ace\IPC_SAP.i"\ - "..\ace\Local_Tokens.h"\ - "..\ace\Local_Tokens.i"\ - "..\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\Map_Manager.cpp"\ - "..\ace\Map_Manager.h"\ - "..\ace\Map_Manager.i"\ - "..\ace\Mem_Map.h"\ - "..\ace\Mem_Map.i"\ - "..\ace\Memory_Pool.h"\ - "..\ace\Memory_Pool.i"\ - "..\ace\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Module.cpp"\ - "..\ace\Module.h"\ - "..\ace\Module.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Pipe.h"\ - "..\ace\Pipe.i"\ - "..\ace\Profile_Timer.h"\ - "..\ace\Profile_Timer.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Select_Reactor.h"\ - "..\ace\Select_Reactor.i"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\Singleton.cpp"\ - "..\ace\Singleton.h"\ - "..\ace\Singleton.i"\ - "..\ace\SOCK.h"\ - "..\ace\SOCK.i"\ - "..\ace\SOCK_Acceptor.h"\ - "..\ace\SOCK_Acceptor.i"\ - "..\ace\SOCK_Connector.h"\ - "..\ace\SOCK_Connector.i"\ - "..\ace\SOCK_IO.h"\ - "..\ace\SOCK_IO.i"\ - "..\ace\SOCK_Stream.h"\ - "..\ace\SOCK_Stream.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.h"\ - "..\ace\Stream_Modules.cpp"\ - "..\ace\Stream_Modules.h"\ - "..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\ace\Svc_Handler.cpp"\ - "..\ace\Svc_Handler.h"\ - "..\ace\Svc_Handler.i"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Task.h"\ - "..\ace\Task.i"\ - "..\ace\Task_T.cpp"\ - "..\ace\Task_T.h"\ - "..\ace\Task_T.i"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Time_Value.h"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Token.h"\ - "..\ace\Token.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\Reactor_Performance_Test.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Reactor_Performance_Test.obj" : $(SOURCE) $(DEP_CPP_REACT)\ - "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Reactor_Timer_Test.MAK b/tests/Reactor_Timer_Test.MAK deleted file mode 100644 index 457ca3b3c92..00000000000 --- a/tests/Reactor_Timer_Test.MAK +++ /dev/null @@ -1,372 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Reactor_Timer_Test.dsp -!IF "$(CFG)" == "" -CFG=Reactor_Timer_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Reactor_Timer_Test - Win32\ - Debug. -!ENDIF - -!IF "$(CFG)" != "Reactor_Timer_Test - Win32 Debug" && "$(CFG)" !=\ - "Reactor_Timer_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Reactor_Timer_Test.mak"\ - CFG="Reactor_Timer_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Reactor_Timer_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Reactor_Timer_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Reactor_Timer_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Reactor_Timer_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Reactor_Timer_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Reactor_Timer_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Reactor_Timer_Test.exe" - -@erase "$(OUTDIR)\Reactor_Timer_Test.ilk" - -@erase "$(OUTDIR)\Reactor_Timer_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Reactor_Timer_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Reactor_Timer_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Reactor_Timer_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Reactor_Timer_Test.obj" - -"$(OUTDIR)\Reactor_Timer_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Reactor_Timer_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Reactor_Timer_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Reactor_Timer_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Reactor_Timer_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Reactor_Timer_Test.exe" - -@erase "$(OUTDIR)\Reactor_Timer_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Reactor_Timer_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Reactor_Timer_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Reactor_Timer_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Reactor_Timer_Test.obj" - -"$(OUTDIR)\Reactor_Timer_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Reactor_Timer_Test - Win32 Debug" || "$(CFG)" ==\ - "Reactor_Timer_Test - Win32 Alpha Debug" -SOURCE=.\Reactor_Timer_Test.cpp - -!IF "$(CFG)" == "Reactor_Timer_Test - Win32 Debug" - -DEP_CPP_REACT=\ - "..\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.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\Handle_Set.h"\ - "..\ace\Handle_Set.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\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Signal.h"\ - "..\ace\Signal.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\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Reactor_Timer_Test.obj" : $(SOURCE) $(DEP_CPP_REACT) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Reactor_Timer_Test - Win32 Alpha Debug" - -DEP_CPP_REACT=\ - "..\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.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\Handle_Set.h"\ - "..\ace\Handle_Set.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\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Signal.h"\ - "..\ace\Signal.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\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Reactor_Timer_Test.obj" : $(SOURCE) $(DEP_CPP_REACT) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Reactors_Test.MAK b/tests/Reactors_Test.MAK deleted file mode 100644 index 8f2e23ea8b3..00000000000 --- a/tests/Reactors_Test.MAK +++ /dev/null @@ -1,442 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Reactors_Test.dsp -!IF "$(CFG)" == "" -CFG=Reactors_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Reactors_Test - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "Reactors_Test - Win32 Debug" && "$(CFG)" !=\ - "Reactors_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Reactors_Test.mak" CFG="Reactors_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Reactors_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Reactors_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Reactors_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Reactors_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Reactors_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Reactors_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Reactors_Test.exe" - -@erase "$(OUTDIR)\Reactors_Test.ilk" - -@erase "$(OUTDIR)\Reactors_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Reactors_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Reactors_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Reactors_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Reactors_Test.obj" - -"$(OUTDIR)\Reactors_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Reactors_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Reactors_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Reactors_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Reactors_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Reactors_Test.exe" - -@erase "$(OUTDIR)\Reactors_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Reactors_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Reactors_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Reactors_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Reactors_Test.obj" - -"$(OUTDIR)\Reactors_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Reactors_Test - Win32 Debug" || "$(CFG)" ==\ - "Reactors_Test - Win32 Alpha Debug" -SOURCE=.\Reactors_Test.cpp - -!IF "$(CFG)" == "Reactors_Test - Win32 Debug" - -DEP_CPP_REACT=\ - "..\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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\IO_Cntl_Msg.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\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Module.cpp"\ - "..\ace\Module.h"\ - "..\ace\Module.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.h"\ - "..\ace\Stream_Modules.cpp"\ - "..\ace\Stream_Modules.h"\ - "..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Task.h"\ - "..\ace\Task.i"\ - "..\ace\Task_T.cpp"\ - "..\ace\Task_T.h"\ - "..\ace\Task_T.i"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Reactors_Test.obj" : $(SOURCE) $(DEP_CPP_REACT) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Reactors_Test - Win32 Alpha Debug" - -DEP_CPP_REACT=\ - "..\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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\Hash_Map_Manager.cpp"\ - "..\ace\Hash_Map_Manager.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\IO_Cntl_Msg.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\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Message_Queue.cpp"\ - "..\ace\Message_Queue.h"\ - "..\ace\Message_Queue.i"\ - "..\ace\Module.cpp"\ - "..\ace\Module.h"\ - "..\ace\Module.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Service_Types.h"\ - "..\ace\Service_Types.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\Strategies.h"\ - "..\ace\Strategies_T.cpp"\ - "..\ace\Strategies_T.h"\ - "..\ace\Stream_Modules.cpp"\ - "..\ace\Stream_Modules.h"\ - "..\ace\Stream_Modules.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\Svc_Conf_Tokens.h"\ - "..\ace\Synch.h"\ - "..\ace\Synch.i"\ - "..\ace\Synch_Options.h"\ - "..\ace\Synch_T.cpp"\ - "..\ace\Synch_T.h"\ - "..\ace\Synch_T.i"\ - "..\ace\sys_conf.h"\ - "..\ace\Task.h"\ - "..\ace\Task.i"\ - "..\ace\Task_T.cpp"\ - "..\ace\Task_T.h"\ - "..\ace\Task_T.i"\ - "..\ace\Thread.h"\ - "..\ace\Thread.i"\ - "..\ace\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\WFMO_Reactor.h"\ - "..\ace\WFMO_Reactor.i"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Reactors_Test.obj" : $(SOURCE) $(DEP_CPP_REACT) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Reader_Writer_Test.MAK b/tests/Reader_Writer_Test.MAK deleted file mode 100644 index 114158a68f8..00000000000 --- a/tests/Reader_Writer_Test.MAK +++ /dev/null @@ -1,362 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Reader_Writer_Test.dsp -!IF "$(CFG)" == "" -CFG=Reader_Writer_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Reader_Writer_Test - Win32\ - Debug. -!ENDIF - -!IF "$(CFG)" != "Reader_Writer_Test - Win32 Debug" && "$(CFG)" !=\ - "Reader_Writer_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Reader_Writer_Test.mak"\ - CFG="Reader_Writer_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Reader_Writer_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Reader_Writer_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Reader_Writer_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Reader_Writer_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Reader_Writer_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Reader_Writer_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Reader_Writer_Test.exe" - -@erase "$(OUTDIR)\Reader_Writer_Test.ilk" - -@erase "$(OUTDIR)\Reader_Writer_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Reader_Writer_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Reader_Writer_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Reader_Writer_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Reader_Writer_Test.obj" - -"$(OUTDIR)\Reader_Writer_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Reader_Writer_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Reader_Writer_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Reader_Writer_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Reader_Writer_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Reader_Writer_Test.exe" - -@erase "$(OUTDIR)\Reader_Writer_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Reader_Writer_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Reader_Writer_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Reader_Writer_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Reader_Writer_Test.obj" - -"$(OUTDIR)\Reader_Writer_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Reader_Writer_Test - Win32 Debug" || "$(CFG)" ==\ - "Reader_Writer_Test - Win32 Alpha Debug" -SOURCE=.\Reader_Writer_Test.cpp - -!IF "$(CFG)" == "Reader_Writer_Test - Win32 Debug" - -DEP_CPP_READE=\ - "..\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.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\Get_Opt.h"\ - "..\ace\Get_Opt.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\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\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Reader_Writer_Test.obj" : $(SOURCE) $(DEP_CPP_READE) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Reader_Writer_Test - Win32 Alpha Debug" - -DEP_CPP_READE=\ - "..\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.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\Get_Opt.h"\ - "..\ace\Get_Opt.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\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\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Reader_Writer_Test.obj" : $(SOURCE) $(DEP_CPP_READE) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Recursive_Mutex_Test.MAK b/tests/Recursive_Mutex_Test.MAK deleted file mode 100644 index bd24231cc73..00000000000 --- a/tests/Recursive_Mutex_Test.MAK +++ /dev/null @@ -1,362 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Recursive_Mutex_Test.dsp -!IF "$(CFG)" == "" -CFG=Recursive_Mutex_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Recursive_Mutex_Test - Win32\ - Debug. -!ENDIF - -!IF "$(CFG)" != "Recursive_Mutex_Test - Win32 Debug" && "$(CFG)" !=\ - "Recursive_Mutex_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Recursive_Mutex_Test.mak"\ - CFG="Recursive_Mutex_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Recursive_Mutex_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Recursive_Mutex_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Recursive_Mutex_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Recursive_Mutex_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Recursive_Mutex_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Recursive_Mutex_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Recursive_Mutex_Test.exe" - -@erase "$(OUTDIR)\Recursive_Mutex_Test.ilk" - -@erase "$(OUTDIR)\Recursive_Mutex_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Recursive_Mutex_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Recursive_Mutex_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Recursive_Mutex_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Recursive_Mutex_Test.obj" - -"$(OUTDIR)\Recursive_Mutex_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Recursive_Mutex_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Recursive_Mutex_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Recursive_Mutex_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Recursive_Mutex_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Recursive_Mutex_Test.exe" - -@erase "$(OUTDIR)\Recursive_Mutex_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Recursive_Mutex_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Recursive_Mutex_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Recursive_Mutex_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Recursive_Mutex_Test.obj" - -"$(OUTDIR)\Recursive_Mutex_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Recursive_Mutex_Test - Win32 Debug" || "$(CFG)" ==\ - "Recursive_Mutex_Test - Win32 Alpha Debug" -SOURCE=.\Recursive_Mutex_Test.cpp - -!IF "$(CFG)" == "Recursive_Mutex_Test - Win32 Debug" - -DEP_CPP_RECUR=\ - "..\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.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\Get_Opt.h"\ - "..\ace\Get_Opt.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\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\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Recursive_Mutex_Test.obj" : $(SOURCE) $(DEP_CPP_RECUR) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Recursive_Mutex_Test - Win32 Alpha Debug" - -DEP_CPP_RECUR=\ - "..\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.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\Get_Opt.h"\ - "..\ace\Get_Opt.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\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\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Recursive_Mutex_Test.obj" : $(SOURCE) $(DEP_CPP_RECUR) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/SOCK_Connector_Test.MAK b/tests/SOCK_Connector_Test.MAK deleted file mode 100644 index 04970c1caa2..00000000000 --- a/tests/SOCK_Connector_Test.MAK +++ /dev/null @@ -1,172 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on SOCK_Connector_Test.dsp -!IF "$(CFG)" == "" -CFG=SOCK_Connector_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to SOCK_Connector_Test - Win32\ - Debug. -!ENDIF - -!IF "$(CFG)" != "SOCK_Connector_Test - Win32 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "SOCK_Connector_Test.mak"\ - CFG="SOCK_Connector_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "SOCK_Connector_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -CPP=cl.exe -RSC=rc.exe -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\SOCK_Connector_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\SOCK_Connector_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\SOCK_Connector_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\SOCK_Connector_Test.exe" - -@erase "$(OUTDIR)\SOCK_Connector_Test.ilk" - -@erase "$(OUTDIR)\SOCK_Connector_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\SOCK_Connector_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\SOCK_Connector_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\SOCK_Connector_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\SOCK_Connector_Test.obj" - -"$(OUTDIR)\SOCK_Connector_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - - -!IF "$(CFG)" == "SOCK_Connector_Test - Win32 Debug" -SOURCE=.\SOCK_Connector_Test.cpp -DEP_CPP_SOCK_=\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Addr.h"\ - "..\ace\Addr.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.h"\ - "..\ace\inc_user_config.h"\ - "..\ace\INET_Addr.h"\ - "..\ace\INET_Addr.i"\ - "..\ace\iosfwd.h"\ - "..\ace\IPC_SAP.h"\ - "..\ace\IPC_SAP.i"\ - "..\ace\Log_Msg.h"\ - "..\ace\Log_Priority.h"\ - "..\ace\Log_Record.h"\ - "..\ace\Log_Record.i"\ - "..\ace\Managed_Object.cpp"\ - "..\ace\Managed_Object.h"\ - "..\ace\Managed_Object.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\SOCK.h"\ - "..\ace\SOCK.i"\ - "..\ace\SOCK_Connector.h"\ - "..\ace\SOCK_Connector.i"\ - "..\ace\SOCK_IO.h"\ - "..\ace\SOCK_IO.i"\ - "..\ace\SOCK_Stream.h"\ - "..\ace\SOCK_Stream.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\streams.h"\ - "..\ace\sys_conf.h"\ - "..\ace\Time_Value.h"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\SOCK_Connector_Test.obj" : $(SOURCE) $(DEP_CPP_SOCK_) "$(INTDIR)" - - - -!ENDIF - diff --git a/tests/SOCK_Test.MAK b/tests/SOCK_Test.MAK deleted file mode 100644 index 4b7f7fbef53..00000000000 --- a/tests/SOCK_Test.MAK +++ /dev/null @@ -1,392 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on SOCK_Test.dsp -!IF "$(CFG)" == "" -CFG=SOCK_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to SOCK_Test - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "SOCK_Test - Win32 Debug" && "$(CFG)" !=\ - "SOCK_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "SOCK_Test.mak" CFG="SOCK_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "SOCK_Test - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "SOCK_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "SOCK_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\SOCK_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\SOCK_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\SOCK_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\SOCK_Test.exe" - -@erase "$(OUTDIR)\SOCK_Test.ilk" - -@erase "$(OUTDIR)\SOCK_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\SOCK_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\SOCK_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\SOCK_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\SOCK_Test.obj" - -"$(OUTDIR)\SOCK_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "SOCK_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\SOCK_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\SOCK_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\SOCK_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\SOCK_Test.exe" - -@erase "$(OUTDIR)\SOCK_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\SOCK_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /pdb:"$(OUTDIR)\SOCK_Test.pdb"\ - /debug /machine:ALPHA /out:"$(OUTDIR)\SOCK_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\SOCK_Test.obj" - -"$(OUTDIR)\SOCK_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "SOCK_Test - Win32 Debug" || "$(CFG)" ==\ - "SOCK_Test - Win32 Alpha Debug" -SOURCE=.\SOCK_Test.cpp - -!IF "$(CFG)" == "SOCK_Test - Win32 Debug" - -DEP_CPP_SOCK_=\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Addr.h"\ - "..\ace\Addr.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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\inc_user_config.h"\ - "..\ace\INET_Addr.h"\ - "..\ace\INET_Addr.i"\ - "..\ace\iosfwd.h"\ - "..\ace\IPC_SAP.h"\ - "..\ace\IPC_SAP.i"\ - "..\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\SOCK.h"\ - "..\ace\SOCK.i"\ - "..\ace\SOCK_Acceptor.h"\ - "..\ace\SOCK_Acceptor.i"\ - "..\ace\SOCK_Connector.h"\ - "..\ace\SOCK_Connector.i"\ - "..\ace\SOCK_IO.h"\ - "..\ace\SOCK_IO.i"\ - "..\ace\SOCK_Stream.h"\ - "..\ace\SOCK_Stream.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\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Time_Value.h"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\SOCK_Test.obj" : $(SOURCE) $(DEP_CPP_SOCK_) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "SOCK_Test - Win32 Alpha Debug" - -DEP_CPP_SOCK_=\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Addr.h"\ - "..\ace\Addr.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.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\Handle_Set.h"\ - "..\ace\Handle_Set.i"\ - "..\ace\inc_user_config.h"\ - "..\ace\INET_Addr.h"\ - "..\ace\INET_Addr.i"\ - "..\ace\iosfwd.h"\ - "..\ace\IPC_SAP.h"\ - "..\ace\IPC_SAP.i"\ - "..\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\SOCK.h"\ - "..\ace\SOCK.i"\ - "..\ace\SOCK_Acceptor.h"\ - "..\ace\SOCK_Acceptor.i"\ - "..\ace\SOCK_Connector.h"\ - "..\ace\SOCK_Connector.i"\ - "..\ace\SOCK_IO.h"\ - "..\ace\SOCK_IO.i"\ - "..\ace\SOCK_Stream.h"\ - "..\ace\SOCK_Stream.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\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Time_Value.h"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\SOCK_Test.obj" : $(SOURCE) $(DEP_CPP_SOCK_) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/SPIPE_Test.MAK b/tests/SPIPE_Test.MAK deleted file mode 100644 index 1e32784546b..00000000000 --- a/tests/SPIPE_Test.MAK +++ /dev/null @@ -1,382 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on SPIPE_Test.dsp -!IF "$(CFG)" == "" -CFG=SPIPE_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to SPIPE_Test - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "SPIPE_Test - Win32 Debug" && "$(CFG)" !=\ - "SPIPE_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "SPIPE_Test.mak" CFG="SPIPE_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "SPIPE_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "SPIPE_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "SPIPE_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\SPIPE_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\SPIPE_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\SPIPE_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\SPIPE_Test.exe" - -@erase "$(OUTDIR)\SPIPE_Test.ilk" - -@erase "$(OUTDIR)\SPIPE_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\SPIPE_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\SPIPE_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\SPIPE_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\SPIPE_Test.obj" - -"$(OUTDIR)\SPIPE_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "SPIPE_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\SPIPE_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\SPIPE_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\SPIPE_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\SPIPE_Test.exe" - -@erase "$(OUTDIR)\SPIPE_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\SPIPE_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\SPIPE_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\SPIPE_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\SPIPE_Test.obj" - -"$(OUTDIR)\SPIPE_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "SPIPE_Test - Win32 Debug" || "$(CFG)" ==\ - "SPIPE_Test - Win32 Alpha Debug" -SOURCE=.\SPIPE_Test.cpp - -!IF "$(CFG)" == "SPIPE_Test - Win32 Debug" - -DEP_CPP_SPIPE=\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Addr.h"\ - "..\ace\Addr.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.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\IPC_SAP.h"\ - "..\ace\IPC_SAP.i"\ - "..\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\SPIPE.h"\ - "..\ace\SPIPE.i"\ - "..\ace\SPIPE_Acceptor.h"\ - "..\ace\SPIPE_Addr.h"\ - "..\ace\SPIPE_Addr.i"\ - "..\ace\SPIPE_Connector.h"\ - "..\ace\SPIPE_Connector.i"\ - "..\ace\SPIPE_Stream.h"\ - "..\ace\SPIPE_Stream.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\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\SPIPE_Test.obj" : $(SOURCE) $(DEP_CPP_SPIPE) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "SPIPE_Test - Win32 Alpha Debug" - -DEP_CPP_SPIPE=\ - "..\ace\ACE.h"\ - "..\ace\ACE.i"\ - "..\ace\Addr.h"\ - "..\ace\Addr.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.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\IPC_SAP.h"\ - "..\ace\IPC_SAP.i"\ - "..\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\SPIPE.h"\ - "..\ace\SPIPE.i"\ - "..\ace\SPIPE_Acceptor.h"\ - "..\ace\SPIPE_Addr.h"\ - "..\ace\SPIPE_Addr.i"\ - "..\ace\SPIPE_Connector.h"\ - "..\ace\SPIPE_Connector.i"\ - "..\ace\SPIPE_Stream.h"\ - "..\ace\SPIPE_Stream.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\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\SPIPE_Test.obj" : $(SOURCE) $(DEP_CPP_SPIPE) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/SString_Test.MAK b/tests/SString_Test.MAK deleted file mode 100644 index b7a78d636cc..00000000000 --- a/tests/SString_Test.MAK +++ /dev/null @@ -1,290 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on SString_Test.dsp -!IF "$(CFG)" == "" -CFG=SString_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to SString_Test - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "SString_Test - Win32 Debug" && "$(CFG)" !=\ - "SString_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "SString_Test.mak" CFG="SString_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "SString_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "SString_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "SString_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\SString_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\SString_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\SString_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\SString_Test.exe" - -@erase "$(OUTDIR)\SString_Test.ilk" - -@erase "$(OUTDIR)\SString_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\SString_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\SString_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\SString_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\SString_Test.obj" - -"$(OUTDIR)\SString_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "SString_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\SString_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\SString_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\SString_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\SString_Test.exe" - -@erase "$(OUTDIR)\SString_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\SString_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\SString_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\SString_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\SString_Test.obj" - -"$(OUTDIR)\SString_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "SString_Test - Win32 Debug" || "$(CFG)" ==\ - "SString_Test - Win32 Alpha Debug" -SOURCE=.\SString_Test.cpp - -!IF "$(CFG)" == "SString_Test - Win32 Debug" - -DEP_CPP_SSTRI=\ - "..\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.h"\ - "..\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\Managed_Object.cpp"\ - "..\ace\Managed_Object.h"\ - "..\ace\Managed_Object.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\streams.h"\ - "..\ace\sys_conf.h"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\SString_Test.obj" : $(SOURCE) $(DEP_CPP_SSTRI) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "SString_Test - Win32 Alpha Debug" - -DEP_CPP_SSTRI=\ - "..\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.h"\ - "..\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\Managed_Object.cpp"\ - "..\ace\Managed_Object.h"\ - "..\ace\Managed_Object.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\streams.h"\ - "..\ace\sys_conf.h"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\SString_Test.obj" : $(SOURCE) $(DEP_CPP_SSTRI) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/SV_Shared_Memory_Test.MAK b/tests/SV_Shared_Memory_Test.MAK deleted file mode 100644 index 7c7ad343636..00000000000 --- a/tests/SV_Shared_Memory_Test.MAK +++ /dev/null @@ -1,354 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on SV_Shared_Memory_Test.dsp -!IF "$(CFG)" == "" -CFG=SV_Shared_Memory_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to SV_Shared_Memory_Test -\ - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "SV_Shared_Memory_Test - Win32 Debug" && "$(CFG)" !=\ - "SV_Shared_Memory_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "SV_Shared_Memory_Test.mak"\ - CFG="SV_Shared_Memory_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "SV_Shared_Memory_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "SV_Shared_Memory_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "SV_Shared_Memory_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\SV_Shared_Memory_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\SV_Shared_Memory_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\SV_Shared_Memory_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\SV_Shared_Memory_Test.exe" - -@erase "$(OUTDIR)\SV_Shared_Memory_Test.ilk" - -@erase "$(OUTDIR)\SV_Shared_Memory_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\SV_Shared_Memory_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\SV_Shared_Memory_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\SV_Shared_Memory_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\SV_Shared_Memory_Test.obj" - -"$(OUTDIR)\SV_Shared_Memory_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "SV_Shared_Memory_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\SV_Shared_Memory_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\SV_Shared_Memory_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\SV_Shared_Memory_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\SV_Shared_Memory_Test.exe" - -@erase "$(OUTDIR)\SV_Shared_Memory_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\SV_Shared_Memory_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\SV_Shared_Memory_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\SV_Shared_Memory_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\SV_Shared_Memory_Test.obj" - -"$(OUTDIR)\SV_Shared_Memory_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "SV_Shared_Memory_Test - Win32 Debug" || "$(CFG)" ==\ - "SV_Shared_Memory_Test - Win32 Alpha Debug" -SOURCE=.\SV_Shared_Memory_Test.cpp - -!IF "$(CFG)" == "SV_Shared_Memory_Test - Win32 Debug" - -DEP_CPP_SV_SH=\ - "..\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.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\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"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\SV_Shared_Memory_Test.obj" : $(SOURCE) $(DEP_CPP_SV_SH) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "SV_Shared_Memory_Test - Win32 Alpha Debug" - -DEP_CPP_SV_SH=\ - "..\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.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\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"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\SV_Shared_Memory_Test.obj" : $(SOURCE) $(DEP_CPP_SV_SH) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Semaphore_Test.MAK b/tests/Semaphore_Test.MAK deleted file mode 100644 index 188c1f4eb67..00000000000 --- a/tests/Semaphore_Test.MAK +++ /dev/null @@ -1,358 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Semaphore_Test.dsp -!IF "$(CFG)" == "" -CFG=Semaphore_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Semaphore_Test - Win32\ - Debug. -!ENDIF - -!IF "$(CFG)" != "Semaphore_Test - Win32 Debug" && "$(CFG)" !=\ - "Semaphore_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Semaphore_Test.mak" CFG="Semaphore_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Semaphore_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Semaphore_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Semaphore_Test - Win32 Debug" - -OUTDIR=. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Semaphore_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Semaphore_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Semaphore_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Semaphore_Test.exe" - -@erase "$(OUTDIR)\Semaphore_Test.ilk" - -@erase "$(OUTDIR)\Semaphore_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Semaphore_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Semaphore_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Semaphore_Test.exe" /pdbtype:sept /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Semaphore_Test.obj" - -"$(OUTDIR)\Semaphore_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Semaphore_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Semaphore_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Semaphore_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Semaphore_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Semaphore_Test.exe" - -@erase "$(OUTDIR)\Semaphore_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Semaphore_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Semaphore_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Semaphore_Test.exe" /pdbtype:sept /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Semaphore_Test.obj" - -"$(OUTDIR)\Semaphore_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Semaphore_Test - Win32 Debug" || "$(CFG)" ==\ - "Semaphore_Test - Win32 Alpha Debug" -SOURCE=.\Semaphore_Test.cpp - -!IF "$(CFG)" == "Semaphore_Test - Win32 Debug" - -DEP_CPP_SEMAP=\ - "..\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.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\Get_Opt.h"\ - "..\ace\Get_Opt.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\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\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Semaphore_Test.obj" : $(SOURCE) $(DEP_CPP_SEMAP) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Semaphore_Test - Win32 Alpha Debug" - -DEP_CPP_SEMAP=\ - "..\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.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\Get_Opt.h"\ - "..\ace\Get_Opt.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\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\Thread_Manager.h"\ - "..\ace\Thread_Manager.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Semaphore_Test.obj" : $(SOURCE) $(DEP_CPP_SEMAP) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Service_Config_Test.MAK b/tests/Service_Config_Test.MAK deleted file mode 100644 index 27e48334cde..00000000000 --- a/tests/Service_Config_Test.MAK +++ /dev/null @@ -1,386 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Service_Config_Test.dsp -!IF "$(CFG)" == "" -CFG=Service_Config_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Service_Config_Test - Win32\ - Debug. -!ENDIF - -!IF "$(CFG)" != "Service_Config_Test - Win32 Debug" && "$(CFG)" !=\ - "Service_Config_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Service_Config_Test.mak"\ - CFG="Service_Config_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Service_Config_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Service_Config_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Service_Config_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Service_Config_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Service_Config_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Service_Config_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Service_Config_Test.exe" - -@erase "$(OUTDIR)\Service_Config_Test.ilk" - -@erase "$(OUTDIR)\Service_Config_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Service_Config_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Service_Config_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Service_Config_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Service_Config_Test.obj" - -"$(OUTDIR)\Service_Config_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Service_Config_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Service_Config_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Service_Config_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Service_Config_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Service_Config_Test.exe" - -@erase "$(OUTDIR)\Service_Config_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Service_Config_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Service_Config_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Service_Config_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Service_Config_Test.obj" - -"$(OUTDIR)\Service_Config_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Service_Config_Test - Win32 Debug" || "$(CFG)" ==\ - "Service_Config_Test - Win32 Alpha Debug" -SOURCE=.\Service_Config_Test.cpp - -!IF "$(CFG)" == "Service_Config_Test - Win32 Debug" - -DEP_CPP_SERVI=\ - "..\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.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\Handle_Set.h"\ - "..\ace\Handle_Set.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\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.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\Svc_Conf_Tokens.h"\ - "..\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\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Service_Config_Test.obj" : $(SOURCE) $(DEP_CPP_SERVI) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Service_Config_Test - Win32 Alpha Debug" - -DEP_CPP_SERVI=\ - "..\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.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\Handle_Set.h"\ - "..\ace\Handle_Set.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\Reactor.h"\ - "..\ace\Reactor.i"\ - "..\ace\Reactor_Impl.h"\ - "..\ace\Service_Config.h"\ - "..\ace\Service_Config.i"\ - "..\ace\Service_Object.h"\ - "..\ace\Service_Object.i"\ - "..\ace\Shared_Object.h"\ - "..\ace\Shared_Object.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.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\Svc_Conf_Tokens.h"\ - "..\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\Timer_Queue.h"\ - "..\ace\Timer_Queue_T.cpp"\ - "..\ace\Timer_Queue_T.h"\ - "..\ace\Timer_Queue_T.i"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Service_Config_Test.obj" : $(SOURCE) $(DEP_CPP_SERVI) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Sigset_Ops_Test.MAK b/tests/Sigset_Ops_Test.MAK deleted file mode 100644 index 351dbd6066b..00000000000 --- a/tests/Sigset_Ops_Test.MAK +++ /dev/null @@ -1,291 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Sigset_Ops_Test.dsp -!IF "$(CFG)" == "" -CFG=Sigset_Ops_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Sigset_Ops_Test - Win32\ - Debug. -!ENDIF - -!IF "$(CFG)" != "Sigset_Ops_Test - Win32 Debug" && "$(CFG)" !=\ - "Sigset_Ops_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Sigset_Ops_Test.mak" CFG="Sigset_Ops_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Sigset_Ops_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Sigset_Ops_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Sigset_Ops_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Sigset_Ops_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Sigset_Ops_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Sigset_Ops_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Sigset_Ops_Test.exe" - -@erase "$(OUTDIR)\Sigset_Ops_Test.ilk" - -@erase "$(OUTDIR)\Sigset_Ops_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Sigset_Ops_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Sigset_Ops_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Sigset_Ops_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Sigset_Ops_Test.obj" - -"$(OUTDIR)\Sigset_Ops_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Sigset_Ops_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Sigset_Ops_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Sigset_Ops_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Sigset_Ops_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Sigset_Ops_Test.exe" - -@erase "$(OUTDIR)\Sigset_Ops_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Sigset_Ops_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Sigset_Ops_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Sigset_Ops_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Sigset_Ops_Test.obj" - -"$(OUTDIR)\Sigset_Ops_Test.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Sigset_Ops_Test - Win32 Debug" || "$(CFG)" ==\ - "Sigset_Ops_Test - Win32 Alpha Debug" -SOURCE=.\Sigset_Ops_Test.cpp - -!IF "$(CFG)" == "Sigset_Ops_Test - Win32 Debug" - -DEP_CPP_SIGSE=\ - "..\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.h"\ - "..\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\Managed_Object.cpp"\ - "..\ace\Managed_Object.h"\ - "..\ace\Managed_Object.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\streams.h"\ - "..\ace\sys_conf.h"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Sigset_Ops_Test.obj" : $(SOURCE) $(DEP_CPP_SIGSE) "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Sigset_Ops_Test - Win32 Alpha Debug" - -DEP_CPP_SIGSE=\ - "..\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.h"\ - "..\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\Managed_Object.cpp"\ - "..\ace\Managed_Object.h"\ - "..\ace\Managed_Object.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\SString.h"\ - "..\ace\SString.i"\ - "..\ace\streams.h"\ - "..\ace\sys_conf.h"\ - "..\ace\Trace.h"\ - "..\ace\Version.h"\ - "..\ace\ws2tcpip.h"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Sigset_Ops_Test.obj" : $(SOURCE) $(DEP_CPP_SIGSE) "$(INTDIR)" - - -!ENDIF - - -!ENDIF - diff --git a/tests/Simple_Message_Block_Test.MAK b/tests/Simple_Message_Block_Test.MAK deleted file mode 100644 index 658e47bb54a..00000000000 --- a/tests/Simple_Message_Block_Test.MAK +++ /dev/null @@ -1,362 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Simple_Message_Block_Test.dsp -!IF "$(CFG)" == "" -CFG=Simple_Message_Block_Test - Win32 Debug -!MESSAGE No configuration specified. Defaulting to Simple_Message_Block_Test -\ - Win32 Debug. -!ENDIF - -!IF "$(CFG)" != "Simple_Message_Block_Test - Win32 Debug" && "$(CFG)" !=\ - "Simple_Message_Block_Test - Win32 Alpha Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "Simple_Message_Block_Test.mak"\ - CFG="Simple_Message_Block_Test - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Simple_Message_Block_Test - Win32 Debug" (based on\ - "Win32 (x86) Console Application") -!MESSAGE "Simple_Message_Block_Test - Win32 Alpha Debug" (based on\ - "Win32 (ALPHA) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -RSC=rc.exe - -!IF "$(CFG)" == "Simple_Message_Block_Test - Win32 Debug" - -OUTDIR=.\. -INTDIR=.\DLL\Debug -# Begin Custom Macros -OutDir=.\. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Simple_Message_Block_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Simple_Message_Block_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Simple_Message_Block_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Simple_Message_Block_Test.exe" - -@erase "$(OUTDIR)\Simple_Message_Block_Test.ilk" - -@erase "$(OUTDIR)\Simple_Message_Block_Test.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c -CPP_OBJS=.\DLL\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Simple_Message_Block_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console /incremental:yes\ - /pdb:"$(OUTDIR)\Simple_Message_Block_Test.pdb" /debug /machine:I386\ - /out:"$(OUTDIR)\Simple_Message_Block_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Simple_Message_Block_Test.obj" - -"$(OUTDIR)\Simple_Message_Block_Test.exe" : "$(OUTDIR)" $(DEF_FILE)\ - $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Simple_Message_Block_Test - Win32 Alpha Debug" - -OUTDIR=. -INTDIR=.\Debug -# Begin Custom Macros -OutDir=. -# End Custom Macros - -!IF "$(RECURSE)" == "0" - -ALL : "$(OUTDIR)\Simple_Message_Block_Test.exe" - -!ELSE - -ALL : "$(OUTDIR)\Simple_Message_Block_Test.exe" - -!ENDIF - -CLEAN : - -@erase "$(INTDIR)\Simple_Message_Block_Test.obj" - -@erase "$(INTDIR)\vc50.idb" - -@erase "$(INTDIR)\vc50.pdb" - -@erase "$(OUTDIR)\Simple_Message_Block_Test.exe" - -@erase "$(OUTDIR)\Simple_Message_Block_Test.pdb" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=cl.exe -CPP_PROJ=/nologo /Gt0 /W3 /GX /Zi /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D\ - "_CONSOLE" /D "_MBCS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /MDd /c -CPP_OBJS=.\Debug/ -CPP_SBRS=. - -.c{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_OBJS)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(CPP_SBRS)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Simple_Message_Block_Test.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=aced.lib /nologo /subsystem:console\ - /pdb:"$(OUTDIR)\Simple_Message_Block_Test.pdb" /debug /machine:ALPHA\ - /out:"$(OUTDIR)\Simple_Message_Block_Test.exe" /libpath:"..\ace" -LINK32_OBJS= \ - "$(INTDIR)\Simple_Message_Block_Test.obj" - -"$(OUTDIR)\Simple_Message_Block_Test.exe" : "$(OUTDIR)" $(DEF_FILE)\ - $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(CFG)" == "Simple_Message_Block_Test - Win32 Debug" || "$(CFG)" ==\ - "Simple_Message_Block_Test - Win32 Alpha Debug" -SOURCE=.\Simple_Message_Block_Test.cpp - -!IF "$(CFG)" == "Simple_Message_Block_Test - Win32 Debug" - -DEP_CPP_SIMPL=\ - "..\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.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\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.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"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Simple_Message_Block_Test.obj" : $(SOURCE) $(DEP_CPP_SIMPL)\ - "$(INTDIR)" - - -!ELSEIF "$(CFG)" == "Simple_Message_Block_Test - Win32 Alpha Debug" - -DEP_CPP_SIMPL=\ - "..\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.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\Message_Block.h"\ - "..\ace\Message_Block.i"\ - "..\ace\Object_Manager.h"\ - "..\ace\Object_Manager.i"\ - "..\ace\OS.h"\ - "..\ace\OS.i"\ - "..\ace\Signal.h"\ - "..\ace\Signal.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"\ - ".\test_config.h"\ - {$(INCLUDE)}"sys\stat.h"\ - {$(INCLUDE)}"sys\types.h"\ - - -"$(INTDIR)\Simple_Message_Block_Test.obj" : $(SOURCE) $(DEP_CPP_SIMPL)\ - "$(INTDIR)" - - -!ENDIF - - -!ENDIF - |