summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosTrading.mpc
blob: ba24c9a035406fa2b62f9316f4bfd5fb450f556f (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
121
// -*- MPC -*-
// $Id$

project(CosTrading_IDL) : orbsvcslib, core, tao_versioning_idl_defaults {
  custom_only = 1
  idlflags   += -Wb,stub_export_macro=TAO_Trading_Export -Wb,stub_export_include=orbsvcs/Trader/trading_export.h -Wb,skel_export_macro=TAO_Trading_Skel_Export -Wb,skel_export_include=orbsvcs/Trader/trading_skel_export.h

  IDL_Files {
    CosTrading.idl
    CosTradingRepos.idl
    CosTradingDynamic.idl
  }
}


project(CosTrading) : orbsvcslib, core {
  sharedname   = TAO_CosTrading
  dynamicflags = TAO_TRADING_BUILD_DLL
  tagchecks   += Trader
  after       += CosTrading_IDL

  IDL_Files {
  }

  Source_Files {
    CosTradingC.cpp
    CosTradingReposC.cpp
    CosTradingDynamicC.cpp
  }

  Header_Files {
    CosTradingC.h
    CosTradingReposC.h
    CosTradingDynamicC.h
    Trader/trading_export.h
  }

  Inline_Files {
    CosTradingC.inl
    CosTradingReposC.inl
    CosTradingDynamicC.inl
  }

  Template_Files {
  }

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

  Pkgconfig_Files {
    TAO_CosTrading.pc.in
  }
}


project(CosTrading_Skel) : orbsvcslib, core, trading, portableserver {
  sharedname   = TAO_CosTrading_Skel
  dynamicflags = TAO_TRADING_SKEL_BUILD_DLL
  tagchecks   += Trader

  IDL_Files {
  }

  Source_Files {
    CosTradingS.cpp
    CosTradingReposS.cpp
    CosTradingDynamicS.cpp
  }

  Header_Files {
    CosTradingS.h
    CosTradingReposS.h
    CosTradingDynamicS.h
    Trader/trading_skel_export.h
  }

  Inline_Files {
    CosTradingS.inl
    CosTradingReposS.inl
    CosTradingDynamicS.inl
  }

  Template_Files {
  }

  Pkgconfig_Files {
    TAO_CosTrading_Skel.pc.in
  }
}


project(CosTrading_Serv) : orbsvcslib, core, trading_skel, dynamicany, svc_utils, utils, iortable {
  sharedname   = TAO_CosTrading_Serv
  dynamicflags = TAO_TRADING_SERV_BUILD_DLL
  tagchecks   += Trader
  pch_header   =
  pch_source   =

  IDL_Files {
  }

  Source_Files {
    Trader
  }

  Header_Files {
    Trader/trading_serv_export.h
  }

  Inline_Files {
  }

  Template_Files {
  }

  Pkgconfig_Files {
    TAO_CosTrading_Serv.pc.in
  }
}