summaryrefslogtreecommitdiff
path: root/ACE/TAO/performance-tests/Latency/AMI/AMI.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/performance-tests/Latency/AMI/AMI.mpc')
-rw-r--r--ACE/TAO/performance-tests/Latency/AMI/AMI.mpc34
1 files changed, 34 insertions, 0 deletions
diff --git a/ACE/TAO/performance-tests/Latency/AMI/AMI.mpc b/ACE/TAO/performance-tests/Latency/AMI/AMI.mpc
new file mode 100644
index 00000000000..41a969e0147
--- /dev/null
+++ b/ACE/TAO/performance-tests/Latency/AMI/AMI.mpc
@@ -0,0 +1,34 @@
+// -*- MPC -*-
+// $Id$
+
+project(*latency_idl): taoidldefaults, ami {
+ IDL_Files {
+ Test.idl
+ }
+ custom_only = 1
+}
+
+project(*latency server): taoserver, strategies, ami {
+ after += *latency_idl
+ Source_Files {
+ Roundtrip.cpp
+ Server_Task.cpp
+ TestS.cpp
+ TestC.cpp
+ server.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*latency client): taoclient, strategies, ami {
+ after += *latency_idl
+ Source_Files {
+ Roundtrip_Handler.cpp
+ TestS.cpp
+ TestC.cpp
+ client.cpp
+ }
+ IDL_Files {
+ }
+}