summaryrefslogtreecommitdiff
path: root/ACE/performance-tests/Synch-Benchmarks/Perf_Test/Synch_Benchmarks_Perf_Test.mpc
blob: a76c10f94ee6a3750a8d84204a53d4afa68580c5 (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 += $(srcdir)/..
  } else {
    includes += ..
  }
}