// $Id$ // This file is generated with "generate_component_mpc.pl -p Benchmark -l .. -c client RoundTripClient" project(Benchmark_RoundTripClient_idl_gen) : taoidldefaults, anytypecode { avoids += ace_for_tao custom_only = 1 idlflags += -Wb,stub_export_macro=ROUNDTRIPCLIENT_STUB_Export \ -Wb,stub_export_include=RoundTripClient_stub_export.h \ -Wb,skel_export_macro=ROUNDTRIPCLIENT_SVNT_Export \ -Wb,skel_export_include=RoundTripClient_svnt_export.h IDL_Files { RoundTripClient.idl } } project(Benchmark_RoundTripClient_cidl_gen) : ciaocidldefaults, taoidldefaults { avoids += ace_for_tao custom_only = 1 cidlflags += --svnt-export-macro ROUNDTRIPCLIENT_SVNT_Export \ --svnt-export-include RoundTripClient_svnt_export.h idlflags += -Wb,export_macro=ROUNDTRIPCLIENT_EXEC_Export \ -Wb,export_include=RoundTripClient_exec_export.h \ -SS CIDL_Files { RoundTripClient.cidl } IDL_Files { RoundTripClientE.idl RoundTripClientEI.idl << RoundTripClientE.idl } } project(Benchmark_RoundTripClient_stub) : ciao_client_dnc { avoids += ace_for_tao after += Benchmark_RoundTripClient_idl_gen Benchmark_stub libs += Benchmark_stub libpaths += .. sharedname = RoundTripClient_stub dynamicflags = ROUNDTRIPCLIENT_STUB_BUILD_DLL IDL_Files { } Source_Files { RoundTripClientC.cpp } Header_Files { RoundTripClientC.h RoundTripClient_stub_export.h } Inline_Files { RoundTripClientC.inl } } project(Benchmark_RoundTripClient_exec) : ciao_component_dnc { avoids += ace_for_tao after += Benchmark_RoundTripClient_cidl_gen Benchmark_RoundTripClient_stub sharedname = RoundTripClient_exec libs += RoundTripClient_stub Benchmark_stub libpaths += .. dynamicflags = ROUNDTRIPCLIENT_EXEC_BUILD_DLL IDL_Files { } Source_Files { RoundTripClientEC.cpp RoundTripClientEIC.cpp RoundTripClient_exec.cpp } Header_Files { RoundTripClientEC.h RoundTripClientEIC.h RoundTripClient_exec.h RoundTripClient_exec_export.h } Inline_Files { RoundTripClientEC.inl RoundTripClientEIC.inl } } project(Benchmark_RoundTripClient_svnt) : ciao_servant_dnc { avoids += ace_for_tao after += Benchmark_skel Benchmark_RoundTripClient_exec sharedname = RoundTripClient_svnt libs += RoundTripClient_exec \ RoundTripClient_stub \ Benchmark_skel \ Benchmark_stub libpaths += .. dynamicflags = ROUNDTRIPCLIENT_SVNT_BUILD_DLL CIDL_Files { } IDL_Files { } Source_Files { RoundTripClientS.cpp RoundTripClient_svnt.cpp } Header_Files { RoundTripClientS.h RoundTripClient_svnt.h RoundTripClient_svnt_export.h } Inline_Files { RoundTripClientS.inl } } project (RoundTripClient_client) : ciao_client_dnc, valuetype { avoids += ace_for_tao exename = client after += Benchmark_RoundTripClient_stub libs += RoundTripClient_stub Benchmark_stub libpaths += .. IDL_Files { } Source_Files { client.cpp } Header_Files { } Inline_Files { } }