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.mpc89
1 files changed, 0 insertions, 89 deletions
diff --git a/CIAO/performance-tests/Benchmark/Benchmark.mpc b/CIAO/performance-tests/Benchmark/Benchmark.mpc
deleted file mode 100644
index c22432eb05a..00000000000
--- a/CIAO/performance-tests/Benchmark/Benchmark.mpc
+++ /dev/null
@@ -1,89 +0,0 @@
-// $Id$
-// This file is generated with "generate_component_mpc.pl -n -c server Benchmark"
-
-project(Benchmark_idl_gen) : taoidldefaults, anytypecode {
- avoids += ace_for_tao
- custom_only = 1
- idlflags += -Wb,stub_export_macro=BENCHMARK_STUB_Export \
- -Wb,stub_export_include=Benchmark_stub_export.h \
- -Wb,skel_export_macro=BENCHMARK_SKEL_Export \
- -Wb,skel_export_include=Benchmark_skel_export.h
-
- IDL_Files {
- Benchmark.idl
- }
-}
-
-project(Benchmark_stub) : ciao_client_dnc {
- avoids += ace_for_tao
- after += Benchmark_idl_gen
- libs +=
-
- sharedname = Benchmark_stub
- dynamicflags = BENCHMARK_STUB_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- BenchmarkC.cpp
- }
-
- Header_Files {
- BenchmarkC.h
- Benchmark_stub_export.h
- }
-
- Inline_Files {
- BenchmarkC.inl
- }
-}
-
-
-project(Benchmark_skel) : ciao_component_dnc {
- avoids += ace_for_tao
- after += Benchmark_stub
- sharedname = Benchmark_skel
- libs += Benchmark_stub
-
-
- dynamicflags = BENCHMARK_SKEL_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- BenchmarkS.cpp
- }
-
- Header_Files {
- BenchmarkS.h
- Benchmark_skel_export.h
- }
-
- Inline_Files {
- BenchmarkS.inl
- }
-}
-
-project (Benchmark_server) : taoserver, strategies, ciao_component_dnc {
- exename = server
- after += Benchmark_skel
- libs += Benchmark_skel Benchmark_stub
-
- IDL_Files {
- }
-
- Source_Files {
- server.cpp
- LatencyTest.cpp
- }
-
- Header_Files {
- LatencyTest.h
- }
-
- Inline_Files {
- }
-}
-