summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Benchmark/Benchmark.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/performance-tests/Benchmark/Benchmark.mpc')
-rw-r--r--CIAO/performance-tests/Benchmark/Benchmark.mpc49
1 files changed, 0 insertions, 49 deletions
diff --git a/CIAO/performance-tests/Benchmark/Benchmark.mpc b/CIAO/performance-tests/Benchmark/Benchmark.mpc
deleted file mode 100644
index 59cb34c414d..00000000000
--- a/CIAO/performance-tests/Benchmark/Benchmark.mpc
+++ /dev/null
@@ -1,49 +0,0 @@
-// $Id$
-
-project(Benchmark_stub): ciao_client_dnc {
- avoids += ace_for_tao
- sharedname = Benchmark_stub
- idlflags += -Wb,stub_export_macro=BENCHMARK_STUB_Export -Wb,stub_export_include=Benchmark_stub_export.h -Wb,skel_export_macro=BENCHMARK_SVNT_Export -Wb,skel_export_include=Benchmark_svnt_export.h
- dynamicflags = BENCHMARK_STUB_BUILD_DLL
-
- IDL_Files {
- Benchmark.idl
- }
-
- Source_Files {
- BenchmarkC.cpp
- }
-}
-
-project(Benchmark_svnt) : ciao_component_dnc {
- avoids += ace_for_tao
- after += Benchmark_stub
- sharedname = Benchmark_svnt
- libs += Benchmark_stub
-
- idlflags += -Wb,export_macro=BENCHMARK_SVNT_Export -Wb,export_include=Benchmark_svnt_export.h
- dynamicflags = BENCHMARK_SVNT_BUILD_DLL
- IDL_Files {
- }
-
- Source_Files {
- BenchmarkS.cpp
- }
-}
-
-project (*server) : taoserver, strategies,ciao_component_dnc {
- avoids += ace_for_tao
- after += Benchmark_svnt
- libs += Benchmark_svnt Benchmark_stub
-
- Source_Files {
- server.cpp
- LatencyTest.cpp
- BenchmarkEC.cpp
- BenchmarkES.cpp
- }
-
- IDL_Files {
- BenchmarkE.idl
- }
-}