summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/RtEC/IIOPGateway/RtEC_IIOPGateway.mpc
blob: 2ece2c2a38dd3376fd28c51f7e4f7946193c916c (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
// -*- MPC -*-
// $Id$

project(*Consumer): messaging, rteventexe, naming {
  requires  += corba_messaging

  Source_Files {
    Consumer.cpp
  }
}

project(*Supplier): messaging, rteventexe, naming {
  requires  += corba_messaging

  Source_Files {
    Supplier.cpp
  }
}

project(*): messaging, rteventexe, rtevent_serv, naming {
  requires  += corba_messaging

  Source_Files {
    Gateway.cpp
  }
}

project(*EC): messaging, rteventexe, rtevent_serv, naming {
  requires  += corba_messaging

  Source_Files {
    EC.cpp
  }
}