summaryrefslogtreecommitdiff
path: root/ACE/performance-tests/Synch-Benchmarks/Base_Test/Synch_Benchmarks_Base_Test.mpc
blob: 47d16a47bb39227b41f82369d49a00187067fcc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- MPC -*-
// $Id$

project : acelib {
  sharedname = Base_Test
  avoids   += ace_for_tao
  after    += Synch_Lib
  libs     += Synch_Lib
  libpaths += ../Synch_Lib

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