summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/examples/CosEC/RtEC_Based/tests/Basic/CosEC_RtEC_Based_tests_Basic.mpc
blob: 76c9233f7b14adb39bf0ab5785a4742c41c780b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- MPC -*-
// $Id$

project(*Client) : orbsvcsexe, event, event_skel, rtevent_serv, rtsched {
  after   += CosEC_RtEC_Based_lib
  exename  = Basic
  libs    += CosEC_RtEC_Based

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

  libpaths += ../../lib
}