summaryrefslogtreecommitdiff
path: root/TAO/tao/CSD_Framework.mpc
blob: 51aa8cd4736be01925f6f2f67c83b9a81797f431 (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
33
34
35
36
37
38
//$Id$
project : taolib, portableserver, core, pi {
  sharedname   = TAO_CSD_Framework
  dynamicflags = TAO_CSD_FW_BUILD_DLL
  includes    += $(TAO_ROOT)/tao

  Source_Files {
    CSD_Framework
  }

  Header_Files {
    CSD_Framework
  }

  Inline_Files {
    CSD_Framework
  }

  Template_Files {
    CSD_Framework
  }

  Resource_Files {
    CSD_Framework
  }

  IDL_Files {
    CSD_Framework
  }

  PIDL_Files {
    CSD_Framework
  }

  Pkgconfig_Files {
    CSD_Framework/TAO_CSD_Framework.pc.in
  }
}