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

project(*IDL): taoidldefaults {
  IDL_Files {
    Event_Comm.idl
  }
  custom_only = 1
}

project(*notifier): namingexe, utils {
  after += *IDL
  Source_Files {
    Event_Comm_i.cpp
    Notifier_Server.cpp
    notifier.cpp
    Event_CommS.cpp
    Event_CommC.cpp
  }
  IDL_Files {
  }
}

project(*consumer): namingexe, portableserver {
  after += *IDL
  Source_Files {
    Consumer_Input_Handler.cpp
    Consumer_Handler.cpp
    consumer.cpp
    Event_Comm_i.cpp
    Event_CommS.cpp
    Event_CommC.cpp
  }
  IDL_Files {
  }
}

project(*supplier): namingexe, portableserver {
  after += *IDL
  Source_Files {
    Event_Comm_i.cpp
    Supplier_Input_Handler.cpp
    supplier.cpp
    Notifier_Handler.cpp
    Event_CommS.cpp
    Event_CommC.cpp
  }
  IDL_Files {
  }
}