summaryrefslogtreecommitdiff
path: root/ACE/ace/ace_tkreactor.mpc
blob: 544c9185c233927604c4fbe886711202214fc5bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//  -*- MPC -*- now wouldn't this be cool...
// $Id$

project(ACE_TkReactor) : acedefaults, install, acelib, ace_tk {

  sharedname   = ACE_TkReactor
  dynamicflags = ACE_TKREACTOR_BUILD_DLL

  Source_Files {
    TkReactor
  }

  Header_Files {
    TkReactor
  }

  Inline_Files {
    TkReactor
  }

  Template_Files {
    TkReactor
  }

  Resource_Files {
    TkReactor
  }

  Pkgconfig_Files {
    TkReactor/ACE_TkReactor.pc.in
  }
}