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

project(CosTrading) : orbsvcslib, core {
  sharedname   = TAO_CosTrading
  dynamicflags = TAO_TRADING_BUILD_DLL

  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
  }

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

  Header_Files {
    CosTradingC.h
    CosTradingReposC.h
    CosTradingDynamicC.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
  }
}


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

  IDL_Files {
  }

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

  Header_Files {
    CosTradingS.h
    CosTradingReposS.h
    CosTradingDynamicS.h
  }

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

  Template_Files {
  }
}


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

  IDL_Files {
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    Trader {
      Trader
    }
  }

  Inline_Files {
  }

  Template_Files {
  }
}