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

project(*supplier): messaging, rteventexe, rtevent_serv, naming {
  after  += ECMcastTests_lib
  libs     += ECMcastTests

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

  exename   = supplier

  Source_Files {
    supplier.cpp
  }
}

project(*consumer): messaging, rteventexe, rtevent_serv, naming {
  after  += ECMcastTests_lib
  libs     += ECMcastTests

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

  exename   = consumer

  Source_Files {
    consumer.cpp
  }
}

project(*gateway-ec): messaging, rteventexe, rtevent_serv, naming {
  after  += ECMcastTests_lib
  libs     += ECMcastTests

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

  exename   = gateway-ec

  Source_Files {
    gateway-ec.cpp
  }
}