summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/AMI/AMI.mpc
blob: 7b0f2656db14cb8d2fbabc677bfe90d18eee0749 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// -*- MPC -*-
// $Id$

project(*latency server): messaging, taoexe, portableserver, strategies, ami {
  Source_Files {
    Roundtrip.cpp
    Server_Task.cpp
    server.cpp
  }  
}
 
project(*latency client): messaging, taoexe, portableserver, strategies, ami {
  Source_Files {
    Roundtrip_Handler.cpp
    client.cpp
  }  
}