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

project(ECT Supplier): rteventexe, rtoldevent, rtsched, naming, iortable, messaging {
  exename  = ECT_Supplier
  comps   += Naming RTOLDEvent

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

project(ECT Consumer): rteventexe, rtoldevent, rtsched, naming, iortable, messaging {
  exename  = ECT_Consumer
  comps   += Naming RTOLDEvent

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

project(ECT Throughput): rteventexe, rtoldevent, rtsched, naming, iortable, messaging {
  exename  = ECT_Throughput
  comps   += Naming RTOLDEvent

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