summaryrefslogtreecommitdiff
path: root/modules/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc')
-rw-r--r--modules/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc136
1 files changed, 136 insertions, 0 deletions
diff --git a/modules/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc b/modules/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc
new file mode 100644
index 00000000000..66a2c448a0b
--- /dev/null
+++ b/modules/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.mpc
@@ -0,0 +1,136 @@
+// $Id$
+// This file is generated with "generate_component_mpc.pl -p Benchmark -l .. -c client RoundTripClient"
+
+project(Benchmark_RoundTripClient_idl_gen) : componentidldefaults {
+ after += Benchmark_idl_gen
+ 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 \
+ -Wb,exec_export_macro=ROUNDTRIPCLIENT_EXEC_Export \
+ -Wb,exec_export_include=RoundTripClient_exec_export.h \
+
+ IDL_Files {
+ RoundTripClient.idl
+ }
+}
+
+project(Benchmark_RoundTripClient_lem_gen) : ciaoidldefaults {
+ custom_only = 1
+ after += Benchmark_RoundTripClient_idl_gen
+ idlflags += -Wb,export_macro=ROUNDTRIPCLIENT_EXEC_Export \
+ -Wb,export_include=RoundTripClient_exec_export.h \
+ -SS -I..
+
+ IDL_Files {
+ RoundTripClientE.idl
+ RoundTripClientEI.idl << RoundTripClientE.idl
+ }
+}
+
+project(Benchmark_RoundTripClient_stub) : ccm_stub {
+ 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_executor, avoids_ace_for_tao {
+ after += Benchmark_RoundTripClient_lem_gen Benchmark_RoundTripClient_stub
+ sharedname = RoundTripClient_exec
+ libs += RoundTripClient_stub Benchmark_stub
+ libpaths += ..
+ dynamicflags = ROUNDTRIPCLIENT_EXEC_BUILD_DLL
+ includes += ..
+
+ 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, 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
+ includes += ..
+
+ 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) : ccm_stub, 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 {
+ }
+}
+