summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/AMH_Single_Threaded/Single_Threaded.mpc
blob: 55d3be2527c49d6880f6e99ac3fbbef100a7966f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// -*- MPC -*-
// $Id$

project(*AMH_latency_idl): taoidldefaults, amh {
  IDL_Files {
    Test.idl
  }
  custom_only = 1
}

project(*AMH latency server): taoserver, strategies, valuetype, amh {
  after += *AMH_latency_idl
  Source_Files {
    Roundtrip.cpp
    TestS.cpp
    TestC.cpp
    server.cpp
  }
  IDL_Files {
  }
}

project(*AMH latency client): taoclient, strategies, valuetype, amh {
  after += *AMH_latency_idl
  Source_Files {
    TestC.cpp
    client.cpp
  }
  IDL_Files {
  }
}