summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosProperty.mpc
blob: e4aa9fbbfdea67cad62bdb0c3ed1be39721ff6e0 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
// -*- MPC -*-
// $Id$

project(CosProperty) : orbsvcslib, core, portableserver {
  sharedname   = TAO_CosProperty
  idlflags    += -Wb,export_macro=TAO_Property_Export -Wb,export_include=orbsvcs/Property/property_export.h
  dynamicflags = TAO_PROPERTY_BUILD_DLL
  tagchecks   += Property
  pch_header   =
  pch_source   =

  IDL_Files {
    CosProperty.idl

    // This is a wrappper for backwards compatibility
    CosPropertyService.idl
  }

  Source_Files {
    CosPropertyC.cpp
    CosPropertyS.cpp
    CosPropertyServiceC.cpp
    CosPropertyServiceS.cpp
    Property
  }

  Header_Files {
    CosPropertyC.h
    CosPropertyS.h
    CosPropertyServiceC.h
    CosPropertyServiceS.h
    Property
  }

  Inline_Files {
    CosPropertyC.inl
    CosPropertyS.inl
    CosPropertyServiceC.inl
    CosPropertyServiceS.inl
    Property
  }

  Template_Files {
    CosPropertyS_T.cpp
    CosPropertyServiceS_T.cpp
  }

  Pkgconfig_Files {
    TAO_CosProperty.pc.in
  }
}