summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc')
-rw-r--r--CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc95
1 files changed, 0 insertions, 95 deletions
diff --git a/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc b/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc
deleted file mode 100644
index 3a6e310d8ae..00000000000
--- a/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc
+++ /dev/null
@@ -1,95 +0,0 @@
-// $Id$
-// This file is generated with "generate_component_mpc.pl -l .. -p Benchmark -i -c RoundTrip"
-
-project(RoundTrip_stub): ciao_client_dnc {
- avoids += ace_for_tao
- after += Benchmark_stub
- sharedname = RoundTrip_stub
-
- libs += Benchmark_stub
-
- idlflags += -Wb,stub_export_macro=ROUNDTRIP_STUB_Export
- idlflags += -Wb,stub_export_include=RoundTrip_stub_export.h
- idlflags += -Wb,skel_export_macro=ROUNDTRIP_SVNT_Export
- idlflags += -Wb,skel_export_include=RoundTrip_svnt_export.h
-
- dynamicflags = ROUNDTRIP_STUB_BUILD_DLL
-
- IDL_Files {
- RoundTrip.idl
- }
-
- Source_Files {
- RoundTripC.cpp
- }
-}
-
-project(RoundTrip_svnt) : ciao_servant_dnc {
- avoids += ace_for_tao
- after += Benchmark_svnt RoundTrip_stub
- sharedname = RoundTrip_svnt
-
- libs += RoundTrip_stub Benchmark_stub Benchmark_svnt
-
- libpaths += ..
-
- idlflags += -Wb,export_macro=ROUNDTRIP_SVNT_Export
- idlflags += -Wb,export_include=RoundTrip_svnt_export.h
-
- dynamicflags = ROUNDTRIP_SVNT_BUILD_DLL
-
- CIDL_Files {
- RoundTrip.cidl
- }
-
- IDL_Files {
- RoundTripE.idl
- }
-
- Source_Files {
- RoundTripEC.cpp
- RoundTripS.cpp
- RoundTrip_svnt.cpp
- }
-}
-
-
-project(RoundTrip_exec) : ciao_component_dnc {
- avoids += ace_for_tao
- after += RoundTrip_svnt
- sharedname = RoundTrip_exec
-
- libs += RoundTrip_stub Benchmark_stub Benchmark_svnt RoundTrip_svnt
- libpaths += ..
-
- idlflags += -Wb,export_macro=ROUNDTRIP_EXEC_Export
- idlflags += -Wb,export_include=RoundTrip_exec_export.h
-
- dynamicflags = ROUNDTRIP_EXEC_BUILD_DLL
-
- IDL_Files {
- RoundTripEI.idl
- }
-
- Source_Files {
- RoundTripEIC.cpp
- RoundTrip_exec.cpp
- }
-}
-
-
-
-project (RoundTrip_client) : ciao_client_dnc, valuetype, strategies{
- avoids += ace_for_tao
- exename = client
- after += RoundTrip_stub
- libs += RoundTrip_stub Benchmark_stub
- libpaths += ..
-
- IDL_Files {
- }
-
- Source_Files {
- client.cpp
- }
-}