summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Segment_Timer/Segment_Timer.mpc
blob: a89cfbf69568ca40873399f517a1df3dcdb3ed2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// -*- MPC -*-
// $Id$

project(Segment_Timer): acelib {
  sharedname    = Segment_Timer
  dynamicflags += SEGMENT_TIMER_BUILD_DLL

  // This is necessary for MPC to pull in rules.ciao.GNU
  includes += $(CIAO_ROOT)

  Source_Files {
    Segment_Timer.cpp
  }

  Header_Files {
    Segment_Timer_Export.h
  }
}