summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/CosEC_RtEC_Based_Mult.mpc
blob: 26e13fb8f74115b75433b0ad6ac341ae2320c5ad (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
// -*- MPC -*-
// $Id$

project(*Cons) : orbsvcsexe, event, event_skel, rtevent, rtsched, rtevent_serv {
  after    += CosEC_RtEC_Based_lib
  exename   = Consumer
  libs     += CosEC_RtEC_Based
  libpaths += ../../lib

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

  source_files {
    Consumer.cpp
    Multiple.cpp
  }
}

project(*Supp) : orbsvcsexe, event, event_skel, rtevent, rtsched, rtevent_serv {
  after    += CosEC_RtEC_Based_lib *Cons
  exename   = Supplier
  libs     += CosEC_RtEC_Based
  libpaths += ../../lib

  source_files {
    Supplier.cpp
    Multiple.cpp
  }
}