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

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

  custom_only = 1

  IDL_Files {
    idlflags += -SS -Sci -Gxhst -Gxhsk
    CCM_ComponentServer_Base.idl
  }

  IDL_Files {
    idlflags += -Ssi
    CCM_ComponentServer_Client.idl
  }

  IDL_Files {
    idlflags += -Ssi
    CCM_ComponentServer.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
  }
  IDL_Files {
  }
}