summaryrefslogtreecommitdiff
path: root/TAO/examples/Event_Comm/Event_Comm.mpc
blob: fd6298eee080bd33ef5abccdab610c358ba5bc40 (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
// -*- MPC -*-
// $Id$

project(*notifier): namingexe, naming_serv {
  Source_Files {
    Event_Comm_i.cpp
    Notifier_Server.cpp
    notifier.cpp
  }
}

project(*consumer): namingexe, portableserver {
  Source_Files {
    Consumer_Input_Handler.cpp
    Consumer_Handler.cpp
    consumer.cpp
    Event_Comm_i.cpp
  }
}

project(*supplier): namingexe, portableserver {
  Source_Files {
    Event_Comm_i.cpp
    Supplier_Input_Handler.cpp
    supplier.cpp
    Notifier_Handler.cpp
  }
}