summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosProperty.mpc
blob: cc73a0a5fc8fbda720dc45d0616825dc1a7f6eaa (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
// -*- MPC -*-
// $Id$

project(CosProperty_IDL) : orbsvcslib, core, tao_versioning_idl_defaults {
  custom_only = 1
  idlflags   += -Wb,stub_export_macro=TAO_Property_Export -Wb,stub_export_include=orbsvcs/Property/property_export.h -Wb,skel_export_macro=TAO_Property_Skel_Export -Wb,skel_export_include=orbsvcs/Property/property_skel_export.h

  IDL_Files {
    CosProperty.idl

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

project(CosProperty) : orbsvcslib, core {
  sharedname   = TAO_CosProperty
  dynamicflags = TAO_PROPERTY_BUILD_DLL
  tagchecks   += Property
  after       += CosProperty_IDL

  IDL_Files {
  }

  Source_Files {
    CosPropertyC.cpp
    CosPropertyServiceC.cpp
  }

  Header_Files {
    CosPropertyC.h
    CosPropertyServiceC.h
    Property/property_export.h
  }

  Inline_Files {
    CosPropertyC.inl
    CosPropertyServiceC.inl
  }

  Template_Files {
  }

  // explicit Resource_Files to avoid including _Skel and _Serv rc files.
  Resource_Files {
  }

  Pkgconfig_Files {
    TAO_CosProperty.pc.in
  }
}

project(CosProperty_Skel) : orbsvcslib, core, property, portableserver {
  sharedname   = TAO_CosProperty_Skel
  dynamicflags = TAO_PROPERTY_SKEL_BUILD_DLL
  tagchecks   += Property

  IDL_Files {
  }

  Source_Files {
    CosPropertyS.cpp
    CosPropertyServiceS.cpp
  }

  Header_Files {
    CosPropertyS.h
    CosPropertyS_T.h
    CosPropertyServiceS.h
    CosPropertyServiceS_T.h
    Property/property_skel_export.h
  }

  Inline_Files {
    CosPropertyS.inl
    CosPropertyS_T.inl
    CosPropertyServiceS.inl
    CosPropertyServiceS_T.inl
  }

  Template_Files {
    CosPropertyS_T.cpp
    CosPropertyServiceS_T.cpp
  }

  Pkgconfig_Files {
    TAO_CosProperty_Skel.pc.in
  }
}

project(CosProperty_Serv) : orbsvcslib, core, property_skel {
  sharedname   = TAO_CosProperty_Serv
  dynamicflags = TAO_PROPERTY_SERV_BUILD_DLL
  tagchecks   += Property

  IDL_Files {
  }

  Source_Files {
    Property
  }

  Header_Files {
    Property
    ^Property/property_export.h
    ^Property/property_skel_export.h
  }

  Inline_Files {
    Property
  }

  Template_Files {
    Property
  }

  Pkgconfig_Files {
    TAO_CosProperty_Serv.pc.in
  }
}