summaryrefslogtreecommitdiff
path: root/ACE/ace/ace_xtreactor.mpc
blob: 8f9ba8fda73cdcb58f0a4646bafcc55817fcb2c2 (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_XtReactor) : acedefaults, core, acelib, ace_xt {

  sharedname   = ACE_XtReactor
  dynamicflags = ACE_XTREACTOR_BUILD_DLL

  Source_Files {
    XtReactor
  }

  Header_Files {
    XtReactor
  }

  Inline_Files {
    XtReactor
  }

  Template_Files {
    XtReactor
  }

  Resource_Files {
    XtReactor
  }

  Pkgconfig_Files {
    XtReactor/ACE_XtReactor.pc.in
  }
}