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

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

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