summaryrefslogtreecommitdiff
path: root/TAO/examples/Event_Comm/Event_Comm.mpc
blob: b1b1f5da373be21e0e94bbd8caafd41d31cf444e (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
project(notifier): namingexe {
  exename = notifier

  Source_Files {
    Event_Comm_i.cpp
    Notifier_Server.cpp
    notifier.cpp
  }
}

project(consumer): namingexe {
  exename = consumer

  Source_Files {
    Consumer_Input_Handler.cpp
    Consumer_Handler.cpp
    consumer.cpp
    Event_Comm_i.cpp
  }
}

project(supplier): namingexe {
  exename = supplier

  Source_Files {
    Event_Comm_i.cpp
    Supplier_Input_Handler.cpp
    supplier.cpp
    Notifier_Handler.cpp
  }
}