summaryrefslogtreecommitdiff
path: root/modules/CIAO/ccm/CCM_svnt.mpc
blob: e4162fe88dfcfa4ac433c32c84b1cc77531fc91a (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
// $Id$

project(CCM_svnt_idl) : install, ciaolib_with_idl, valuetype {
  idlflags   += -Wb,export_include=CCM_Svnt_Export.h
  idlflags   += -Wb,export_macro=CCM_Svnt_Export
  custom_only = 1
  IDL_Files {
    idlflags += -SS -Sci
    CCM_EntityComponent.idl
    CCM_EntityContext.idl
  }

  IDL_Files {
    idlflags += -SS
    CCM_CCM2Context.idl
    CCM_ProxyHomeRegistration.idl
    CCM_Session2Context.idl
    CCM_Transaction.idl
    CosPersistentState.idl
    CCM_StateIdFactory.idl
    CCM_Entity2Context.idl
    CCM_ComponentId.idl
    CCM_ExecutorLocator.idl
    CCM_SessionSynchronization.idl
    CCM_HomeRegistration.idl
  }

}

project(CCM_svnt) : install, orbsvcslib, orbsvcs_output \
                           , portableserver \
                           , valuetype \
                           , ifr_client \
                           , codecfactory \
                           , pi \
                           , ccm_lem_stub \
                           , avoids_corba_e_compact \
                           , avoids_corba_e_micro \
{
  dynamicflags = CCM_SVNT_BUILD_DLL
  after += CCM_svnt_idl
  IDL_Files {
  }

  Header_Files {
    CCM_Svnt_Export.h
    CCM_CCM2ContextC.h
    CCM_ComponentIdC.h
    CCM_Entity2ContextC.h
    CCM_EntityComponentC.h
    CCM_EntityContextC.h
    CCM_ExecutorLocatorC.h
    CCM_HomeRegistrationC.h
    CCM_TransactionC.h
    CCM_StateIdFactoryC.h
    CosPersistentStateC.h
    CCM_ProxyHomeRegistrationC.h
    CCM_Session2ContextC.h
    CCM_SessionSynchronizationC.h
    CCM_CCM2ContextS.h
    CCM_ComponentIdS.h
    CCM_Entity2ContextS.h
    CCM_EntityComponentS.h
    CCM_EntityContextS.h
    CCM_ExecutorLocatorS.h
    CCM_HomeRegistrationS.h
    CCM_ProxyHomeRegistrationS.h
    CCM_Session2ContextS.h
    CCM_SessionSynchronizationS.h
    CCM_StateIdFactoryS.h
    CCM_TransactionS.h
    CosPersistentStateS.h
  }

  Inline_Files {
    CCM_Session2ContextC.inl
    CCM_ProxyHomeRegistrationC.inl
    CCM_SessionSynchronizationC.inl
    CCM_StateIdFactoryC.inl
    CCM_TransactionC.inl
    CosPersistentStateC.inl
    CCM_ComponentIdC.inl
    CCM_Entity2ContextC.inl
    CCM_CCM2ContextC.inl
    CCM_ExecutorLocatorC.inl
    CCM_HomeRegistrationC.inl
  }

  Source_Files {
    CCM_TransactionC.cpp
    CosPersistentStateC.cpp
    CCM_SessionSynchronizationC.cpp
    CCM_StateIdFactoryC.cpp
    CCM_ComponentIdC.cpp
    CCM_Entity2ContextC.cpp
    CCM_ExecutorLocatorC.cpp
    CCM_ProxyHomeRegistrationC.cpp
    CCM_Session2ContextC.cpp
    CCM_CCM2ContextC.cpp
    CCM_HomeRegistrationC.cpp
    CCM_EntityContextC.cpp
    CCM_EntityComponentC.cpp
    CCM_EventsS.cpp
    CCM_EventConsumerBaseS.cpp
    CCM_EventBaseS.cpp
    CCM_ConfiguratorS.cpp
    CCM_HomeConfigurationS.cpp
    CCM_KeylessCCMHomeS.cpp
    CCM_StandardConfiguratorS.cpp
    CCM_HomeS.cpp
    CCM_HomesS.cpp
    CCM_ObjectS.cpp
    CCM_PrimaryKeyBaseS.cpp
    CCM_HomeFinderS.cpp
    CCM_NavigationS.cpp
    CCM_ReceptacleS.cpp
    ComponentsS.cpp
  }
}