summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/RtEC/IIOPGateway/RtEC_IIOPGateway.mpc
blob: 2671b2a5ed72fea9f49a642b750017bea24189ef (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
37
38
39
40
41
42
43
44
45
46
47
// -*- MPC -*-
// $Id$

project(*Consumer): messaging, rteventexe, naming {

  exename = Consumer

  requires  += corba_messaging

  Source_Files {
    Consumer.cpp
  }
}

project(*Supplier): messaging, rteventexe, naming {

  exename = Supplier

  requires  += corba_messaging

  Source_Files {
    Supplier.cpp
  }
}

project(*): messaging, rteventexe, rtevent_serv, naming {

  exename = Gateway

  requires  += corba_messaging

  Source_Files {
    Gateway.cpp
  }
}

project(*EC): messaging, rteventexe, rtevent_serv, naming {

  exename = EC

  requires  += corba_messaging

  Source_Files {
    EC.cpp
  }
}