summaryrefslogtreecommitdiff
path: root/TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-07-31 16:14:11 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-07-31 16:14:11 +0000
commit9c2ec3049a5634f1c916d792e81fc80edb669ea8 (patch)
tree0d634e179761581cadbffe852e7f9a9f049b5c6e /TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc
parent6540653cf736840d5aad719c73a8e43a549080be (diff)
downloadATCD-9c2ec3049a5634f1c916d792e81fc80edb669ea8.tar.gz
This commit was manufactured by cvs2svn to create tag 'TAO-1_4_2'.TAO-1_4_2
Diffstat (limited to 'TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc')
-rw-r--r--TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc75
1 files changed, 0 insertions, 75 deletions
diff --git a/TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc b/TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc
deleted file mode 100644
index 1cda8a59e02..00000000000
--- a/TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.mpc
+++ /dev/null
@@ -1,75 +0,0 @@
-// $Id$
-// This file is generated with "generate_component_mpc.pl -l .. -p Benchmark -i -c RoundTrip"
-
-project(RoundTrip_stub): ciao_client {
- after += Benchmark_stub
- sharedname = RoundTrip_stub
- idlflags += -Wb,stub_export_macro=ROUNDTRIP_STUB_Export -Wb,stub_export_include=RoundTrip_stub_export.h -Wb,skel_export_macro=ROUNDTRIP_SVNT_Export -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 {
- after += Benchmark_svnt RoundTrip_stub
- sharedname = RoundTrip_svnt
- libs += RoundTrip_stub Benchmark_stub Benchmark_svnt
- libpaths += ..
- idlflags += -Wb,export_macro=ROUNDTRIP_SVNT_Export -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 {
- after += RoundTrip_svnt
- sharedname = RoundTrip_exec
- libs += RoundTrip_stub Benchmark_stub RoundTrip_svnt
- libpaths += ..
- idlflags += -Wb,export_macro=ROUNDTRIP_EXEC_Export -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, valuetype, strategies{
- exename = client
- after += RoundTrip_stub
- libs += RoundTrip_stub Benchmark_stub
- libpaths += ..
-
- IDL_Files {
- }
-
- Source_Files {
- client.cpp
- }
-}