summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/DII/DII.mpc
blob: cc7c7fc9da03587a3ec28c4f2835af766462380f (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
33
// -*- MPC -*-
// $Id$

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

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

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