diff options
Diffstat (limited to 'performance-tests')
11 files changed, 33 insertions, 0 deletions
diff --git a/performance-tests/Misc/Misc.mpc b/performance-tests/Misc/Misc.mpc index ff65abb992f..94a3bea51b4 100644 --- a/performance-tests/Misc/Misc.mpc +++ b/performance-tests/Misc/Misc.mpc @@ -1,3 +1,6 @@ +// -*- MPC -*- +// $Id$ + project(*basic_perf) : aceexe { Source_Files { basic_func.cpp diff --git a/performance-tests/RPC/RPC.mpc b/performance-tests/RPC/RPC.mpc index 3c0562ae928..feccec74ce5 100644 --- a/performance-tests/RPC/RPC.mpc +++ b/performance-tests/RPC/RPC.mpc @@ -1,3 +1,6 @@ +// -*- MPC -*- +// $Id$ + project(*client) : aceexe, rpc { source_files { client.cpp diff --git a/performance-tests/Server_Concurrency/Leader_Follower/Server_Concurrency_Leader_Follower.mpc b/performance-tests/Server_Concurrency/Leader_Follower/Server_Concurrency_Leader_Follower.mpc index 2b88981629f..18b9e28febf 100644 --- a/performance-tests/Server_Concurrency/Leader_Follower/Server_Concurrency_Leader_Follower.mpc +++ b/performance-tests/Server_Concurrency/Leader_Follower/Server_Concurrency_Leader_Follower.mpc @@ -1,3 +1,6 @@ +// -*- MPC -*- +// $Id$ + project : aceexe { source_files { leader_follower.cpp diff --git a/performance-tests/Server_Concurrency/Queue_Based_Workers/Server_Concurrency_Queue_Based_Workers.mpc b/performance-tests/Server_Concurrency/Queue_Based_Workers/Server_Concurrency_Queue_Based_Workers.mpc index c0e977d6631..4b4291e1f43 100644 --- a/performance-tests/Server_Concurrency/Queue_Based_Workers/Server_Concurrency_Queue_Based_Workers.mpc +++ b/performance-tests/Server_Concurrency/Queue_Based_Workers/Server_Concurrency_Queue_Based_Workers.mpc @@ -1,3 +1,6 @@ +// -*- MPC -*- +// $Id$ + project : aceexe { source_files { workers.cpp diff --git a/performance-tests/Synch-Benchmarks/Base_Test/Synch_Benchmarks_Base_Test.mpc b/performance-tests/Synch-Benchmarks/Base_Test/Synch_Benchmarks_Base_Test.mpc index de0a2119b12..e5e86e69dea 100644 --- a/performance-tests/Synch-Benchmarks/Base_Test/Synch_Benchmarks_Base_Test.mpc +++ b/performance-tests/Synch-Benchmarks/Base_Test/Synch_Benchmarks_Base_Test.mpc @@ -1,3 +1,6 @@ +// -*- MPC -*- +// $Id$ + project : aceexe { after += Synch_Lib libs += Synch_Lib diff --git a/performance-tests/Synch-Benchmarks/Perf_Test/Synch_Benchmarks_Perf_Test.mpc b/performance-tests/Synch-Benchmarks/Perf_Test/Synch_Benchmarks_Perf_Test.mpc index de0a2119b12..e5e86e69dea 100644 --- a/performance-tests/Synch-Benchmarks/Perf_Test/Synch_Benchmarks_Perf_Test.mpc +++ b/performance-tests/Synch-Benchmarks/Perf_Test/Synch_Benchmarks_Perf_Test.mpc @@ -1,3 +1,6 @@ +// -*- MPC -*- +// $Id$ + project : aceexe { after += Synch_Lib libs += Synch_Lib diff --git a/performance-tests/Synch-Benchmarks/Synch_Benchmarks.mpc b/performance-tests/Synch-Benchmarks/Synch_Benchmarks.mpc index 7755a02f4fa..5c1492dc75b 100644 --- a/performance-tests/Synch-Benchmarks/Synch_Benchmarks.mpc +++ b/performance-tests/Synch-Benchmarks/Synch_Benchmarks.mpc @@ -1,3 +1,6 @@ +// -*- MPC -*- +// $Id$ + project : aceexe { after += Synch_Lib libs += Synch_Lib diff --git a/performance-tests/Synch-Benchmarks/Synch_Lib/Synch_Benchmarks_Synch_Lib.mpc b/performance-tests/Synch-Benchmarks/Synch_Lib/Synch_Benchmarks_Synch_Lib.mpc index af64e837ba2..0cf7df2601e 100644 --- a/performance-tests/Synch-Benchmarks/Synch_Lib/Synch_Benchmarks_Synch_Lib.mpc +++ b/performance-tests/Synch-Benchmarks/Synch_Lib/Synch_Benchmarks_Synch_Lib.mpc @@ -1,3 +1,6 @@ +// -*- MPC -*- +// $Id$ + project(Synch_Lib) : aceexe { sharedname = Synch_Lib dynamicflags += SYNCHLIB_BUILD_DLL diff --git a/performance-tests/TCP/TCP.mpc b/performance-tests/TCP/TCP.mpc index 859bea8225a..ca6b8ee6622 100644 --- a/performance-tests/TCP/TCP.mpc +++ b/performance-tests/TCP/TCP.mpc @@ -1,2 +1,5 @@ +// -*- MPC -*- +// $Id$ + project : aceexe { }
\ No newline at end of file diff --git a/performance-tests/UDP/UDP.mpc b/performance-tests/UDP/UDP.mpc index 859bea8225a..ca6b8ee6622 100644 --- a/performance-tests/UDP/UDP.mpc +++ b/performance-tests/UDP/UDP.mpc @@ -1,2 +1,5 @@ +// -*- MPC -*- +// $Id$ + project : aceexe { }
\ No newline at end of file diff --git a/performance-tests/perf.mwc b/performance-tests/perf.mwc index d90104a2381..dd297256b34 100644 --- a/performance-tests/perf.mwc +++ b/performance-tests/perf.mwc @@ -1,2 +1,5 @@ +// -*- MPC -*- +// $Id$ + workspace { } |