summaryrefslogtreecommitdiff
path: root/modules/CIAO/ccm/ComponentServer/CCM_ComponentServer.mpc
blob: f80f0905a91aefcc160a70a3a90780cad17ea2cf (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
// -*- MPC -*-
// $Id$

project(CCM_ComponentServer_IDL) : ciaoidldefaults, anytypecode {
  idlflags     += -Wb,stub_export_macro=DAnCE_ComponentServer_stub_Export
  idlflags     += -Wb,stub_export_include=DAnCE_ComponentServer_stub_export.h
  idlflags     += -Wb,skel_export_macro=DAnCE_ComponentServer_svnt_Export
  idlflags     += -Wb,skel_export_include=DAnCE_ComponentServer_svnt_export.h

  custom_only = 1

  IDL_Files {
    CCM_ComponentServer.idl
    CCM_ComponentServer_Base.idl
    CCM_ComponentServer_Client.idl
  }
}

project(CCM_ComponentServer_stub) : ciaolib_with_idl, ciao_output, messaging, ccm_stub, anytypecode, ciao_lib  {
  dynamicflags = DANCE_COMPONENTSERVER_STUB_BUILD_DLL
  after += CCM_ComponentServer_IDL

  Header_Files {
    DAnCE_ComponentServer_stub_export.h
    CCM_ComponentServerC.h
    CCM_ComponentServer_ClientC.h
    CCM_ComponentServer_BaseC.h
  }

  Source_Files {
    CCM_ComponentServerC.cpp
    CCM_ComponentServer_ClientC.cpp
    CCM_ComponentServer_BaseC.cpp
  }
  IDL_Files {
  }
}

project(CCM_ComponentServer_svnt) : ciaolib_with_idl, ciao_output, messaging, ccm_componentserver_stub,  anytypecode, ciao_lib  {
  dynamicflags = DANCE_COMPONENTSERVER_SVNT_BUILD_DLL

  Header_Files {
    DAnCE_ComponentServer_svnt_export.h
    CCM_ComponentServerS.h
    CCM_ComponentServer_ClientS.h
    CCM_ComponentServer_BaseS.h
  }

  Source_Files {
    CCM_ComponentServerS.cpp
    CCM_ComponentServer_ClientS.cpp
    CCM_ComponentServer_BaseS.cpp
  }
  IDL_Files {
  }
}