summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/Single_Threaded/Single_Threaded.mpc
blob: 993e2a46d4ba8840e3b586b330d7102cf700a3b2 (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
32
// -*- MPC -*-
// $Id$

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

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

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