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

project(CCM_lem_stub_idl) : install, ciaolib_with_idl, valuetype {
  idlflags   += -Wb,stub_export_include=CCM_LEM_Stub_Export.h
  idlflags   += -Wb,stub_export_macro=CCM_LEM_STUB_Export
  custom_only = 1

  IDL_Files {
    idlflags += -SS -Sci \
                -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL \
                -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL
    idlflags   += -Gxhst
    Security.idl
  }

  IDL_Files {
    idlflags += -SS -Sci
    CCM_CCMException.idl
    CCM_Context.idl
  }

  IDL_Files {
    idlflags += -SS
    CCM_EnterpriseComponent.idl
    CCM_HomeExecutorBase.idl
    CCM_SessionContext.idl
    CCM_SessionComponent.idl
  }

}

project(CCM_lem_stub) : install, ciaolib_with_idl, ciao_output, valuetype, ifr_client {
  // This is necessary for MPC to pull in rules.ciao.GNU
  includes += $(CIAO_ROOT)
  dynamicflags = CCM_LEM_STUB_BUILD_DLL
  after += CCM_stub CCM_lem_stub_idl CCM_svnt_idl
  libs  += CCM_stub
  IDL_Files {
  }

  Header_Files {
    CCM_LEM_Stub_Export.h
  }

  Source_Files {
    CCM_CCMExceptionC.cpp
    CCM_ContextC.cpp
    CCM_EnterpriseComponentC.cpp
    CCM_HomeExecutorBaseC.cpp
    CCM_SessionContextC.cpp
    CCM_SessionComponentC.cpp
    SecurityC.cpp
  }
}