summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/ciao/CCM_Core.mpc
blob: fb3846a7de90b742f2a9c079942b730366bdfa17 (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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
// -*- MPC -*-
// $Id$

project (CIAO_DnC_Client) : taolib_with_idl, valuetype, ifr_client {
  sharedname  = CIAO_DnC_Client
  idlflags  += -Wb,stub_export_include=CIAO_Client_Export.h
  idlflags  += -Wb,stub_export_macro=CIAO_CLIENT_Export
  idlflags  += -Wb,skel_export_include=CIAO_Container_Export.h
  idlflags  += -Wb,skel_export_macro=CIAO_CONTAINER_Export

  dynamicflags    = CIAO_CLIENT_BUILD_DLL

  IDL_Files {
    CCM_Base.idl
    CCM_Event.idl
    CCM_Component.idl
    CIAO_Value.idl
  }

  Source_Files {
    CCM_BaseC.cpp
    CCM_EventC.cpp
    CCM_ComponentC.cpp
    CIAO_ValueC.cpp
    Client_init.cpp
  }

  Header_Files {
    CIAO_Client_Export.h
    CIAO_common.h
  }
}

project (CIAO_DnC_Events) : orbsvcslib, portableserver, valuetype, ifr_client, security, rtevent, notification {

  after += CIAO_DnC_Client
  sharedname  = CIAO_DnC_Events
  idlflags  += -Wb,export_include=CIAO_Events_Export.h -Wb,export_macro=CIAO_EVENTS_Export
  dynamicflags = CIAO_EVENTS_BUILD_DLL

  IDL_Files {
    CIAO_Events.idl
    CIAO_RTEvent.idl
    CIAO_DirectEvent.idl
    CIAO_CosNotify.idl
  }

  Source_Files {
    CIAO_EventService_Factory.cpp
    CIAO_EventService_Factory_impl.cpp
    CIAO_EventsS.cpp
    CIAO_EventsC.cpp
    CIAO_DirectEventS.cpp
    CIAO_DirectEventC.cpp
    CIAO_DirectEvent.cpp
    CIAO_RTEventS.cpp
    CIAO_RTEventC.cpp
    CIAO_RTEvent.cpp
    CIAO_CosNotifyS.cpp
    CIAO_CosNotifyC.cpp
    CIAO_CosNotify.cpp
  }

  Header_Files {
    CIAO_EventServiceBase.h
  }
}

project (CIAO_DnC_Container) : orbsvcslib, portableserver, security, valuetype, ifr_client {
  after += CIAO_DnC_Client
  sharedname  = CIAO_DnC_Container
  libs       += CIAO_DnC_Client
  idlflags   += -Wb,export_include=CIAO_Container_Export.h
  idlflags   += -Wb,export_macro=CIAO_CONTAINER_Export
  dynamicflags = CIAO_CONTAINER_BUILD_DLL

  IDL_Files {
    CCM_Transaction.idl
    CosPersistentState.idl
    CCM_Container.idl
    CCM_Container_Ex.idl
  }

  Source_Files {
    CCM_TransactionC.cpp
    CosPersistentStateC.cpp
    CCM_ContainerC.cpp
    CCM_Container_ExC.cpp
    CCM_BaseS.cpp
    CCM_EventS.cpp
    CCM_ComponentS.cpp
    Cookies.cpp
  }

}

// Valuetype library must be linked for this project.
// Please don't remove.
project(Deployment_stub) : taolib_with_idl, valuetype, ifr_client {
  sharedname   =  CIAO_Deployment_stub
  after        += CIAO_DnC_Events

  idlflags     += -Wb,stub_export_macro=Deployment_stub_Export
  idlflags     += -Wb,stub_export_include=Deployment_stub_export.h
  idlflags     += -Wb,skel_export_macro=Deployment_svnt_Export
  idlflags     += -Wb,skel_export_include=Deployment_svnt_export.h

  dynamicflags =  DEPLOYMENT_STUB_BUILD_DLL
  libs         += CIAO_DnC_Events
  
  IDL_Files {
    NodeApplication_CallBack.idl
    Deployment_Core.idl
    Deployment_Base.idl
    Deployment_Data.idl
    Deployment.idl
  }

  Source_Files {
    Deployment_CoreC.cpp
    Deployment_BaseC.cpp
    Deployment_DataC.cpp
    DeploymentC.cpp
    NodeApplication_CallBackC.cpp
  }
}

// CIAO_DnC_Client library must be linked for this project.
// Please don't remove.
project(Deployment_svnt) : taolib_with_idl, portableserver, valuetype,ifr_client {
  after        += Deployment_stub
  sharedname   =  CIAO_Deployment_svnt
  dynamicflags =  DEPLOYMENT_SVNT_BUILD_DLL
  libs         += CIAO_Deployment_stub CIAO_DnC_Client CIAO_DnC_Events
  idlflags     += -Wb,stub_export_macro=Deployment_stub_Export
  idlflags     += -Wb,stub_export_include=Deployment_stub_export.h
  idlflags     += -Wb,skel_export_macro=Deployment_svnt_Export
  idlflags     += -Wb,skel_export_include=Deployment_svnt_export.h

  IDL_Files {
  }

  Source_Files {
    Deployment_CoreS.cpp
    Deployment_BaseS.cpp
    Deployment_DataS.cpp
    DeploymentS.cpp
    NodeApp_CB_Impl.cpp
    NodeApplication_CallBackS.cpp
  }

}

project (CIAO_DnC_Server) : orbsvcslib, portableserver, iorinterceptor, objreftemplate, valuetype, ifr_client, security {
  after        += CIAO_DnC_Container Deployment_svnt
  sharedname   =  CIAO_DnC_Server
  libs         += CIAO_DnC_Client CIAO_DnC_Container CIAO_DnC_Events CIAO_Deployment_svnt CIAO_Deployment_stub
  idlflags     += -Wb,export_include=CIAO_Server_Export.h -Wb,export_macro=CIAO_SERVER_Export
  dynamicflags =  CIAO_SERVER_BUILD_DLL

  IDL_Files {

  }

  Source_Files {
    Container_Base.cpp
    NodeApplication_Impl.cpp
    Server_init.cpp
    Servant_Impl_Base.cpp
    StandardConfigurator_Impl.cpp
  }

  Header_Files {
    CIAO_Server_Export.h
    CIAO_common.h
    StandardConfigurator_Impl.h
  }

  Template_Files {
    Servant_Impl_T.cpp
  }
}