summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/RTEC_MCast_Federated.mpc
blob: 7ded0a1c4a6f745a5ee6c88f741f1408ba4068f9 (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
51
52
53
54
55
56
57
58
59
60
61
62
// -*- MPC -*-
// $Id$

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

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

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

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

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

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

  Source_Files {
    EchoEventConsumerMain.cpp
    EchoEventConsumer_i.cpp
  }
}

project(*AddrServer): namingexe, rtevent_serv {
  after += *idl
  exename = AddrServer

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

  Source_Files {
    BarrierC.cpp
    BarrierS.cpp
    AddrServerMain.cpp
    SimpleAddressServer.cpp
  }

}