summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Throughput/EC_Throughput.mpc
blob: 53993798a4d2dd99de4028339407883221628d1d (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 -*-
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
  }
}