summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/RTEC_MCast_Federated.mpc
blob: a255da568435b0ef80e24825b18493d003f98fcc (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
// -*- MPC -*-
// $Id$

project(*Supplier): namingexe, rteventexe, rtevent_serv {
  exename   = EchoEventSupplier

  specific(automake) {
    includes += $(srcdir)/../Common
  } else {
    includes += ../Common
  }

  Source_Files {
    EchoEventSupplierMain.cpp
    EchoEventSupplier_i.cpp
    SimpleAddressServer.cpp
  }
}

project(*Consumer): namingexe, rteventexe,  {
  exename   = EchoEventConsumer

  specific(automake) {
    includes += $(srcdir)/../Common
  } else {
    includes += ../Common
  }

  Source_Files {
    EchoEventConsumerMain.cpp
    EchoEventConsumer_i.cpp
  }
}