summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Throughput/EC_Throughput.mpc
blob: ebbb7c450a8cc2b1ab62190e64b236f0ba091b34 (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
34
// -*- MPC -*-
// $Id$

project(ECT Supplier): rteventexe, rtevent, rtsched, naming, iortable, messaging {
  avoids += ace_for_tao
  exename = ECT_Supplier

  Source_Files {
    ECT_Driver.cpp
    ECT_Supplier_Driver.cpp
    ECT_Supplier.cpp
  }
}

project(ECT Consumer): rteventexe, rtevent, rtsched, naming, iortable, messaging {
  exename = ECT_Consumer

  Source_Files {
    ECT_Driver.cpp
    ECT_Consumer_Driver.cpp
    ECT_Consumer.cpp
  }
}

project(ECT Throughput): rteventexe, rtevent_serv, rtsched, naming, iortable, messaging {
  exename = ECT_Throughput

  Source_Files {
    ECT_Driver.cpp
    ECT_Consumer.cpp
    ECT_Supplier.cpp
    ECT_Throughput.cpp
  }
}