summaryrefslogtreecommitdiff
path: root/TAO/CIAO/performance-tests/Benchmark/Benchmark.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/performance-tests/Benchmark/Benchmark.mpc')
-rw-r--r--TAO/CIAO/performance-tests/Benchmark/Benchmark.mpc45
1 files changed, 0 insertions, 45 deletions
diff --git a/TAO/CIAO/performance-tests/Benchmark/Benchmark.mpc b/TAO/CIAO/performance-tests/Benchmark/Benchmark.mpc
deleted file mode 100644
index cd9f23e7f7c..00000000000
--- a/TAO/CIAO/performance-tests/Benchmark/Benchmark.mpc
+++ /dev/null
@@ -1,45 +0,0 @@
-// $Id$
-
-project(Benchmark_stub): ciao_client {
-
- 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_server {
- 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
-
- Source_Files {
- BenchmarkS.cpp
- }
-}
-
-project (*server) : taoserver, strategies {
- after += Benchmark_svnt
- libs += Benchmark_svnt Benchmark_stub
-
- Source_Files {
- server.cpp
- LatencyTest.cpp
- BenchmarkEC.cpp
- BenchmarkES.cpp
- }
-
- IDL_Files {
- BenchmarkE.idl
- }
-}