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

project(CCM_ComponentServer_IDL) : taoidldefaults, 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 {
    ComponentServer.idl
    ComponentServer_Base.idl
    ComponentServer_Client.idl
  }
}

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

  Header_Files {
    DAnCE_ComponentServer_stub_export.h
    ComponentServerC.h
    ComponentServer_ClientC.h
    ComponentServer_BaseC.h
  }

  Source_Files {
    ComponentServerC.cpp
    ComponentServer_ClientC.cpp
    ComponentServer_BaseC.cpp
  }
}

project(CCM_ComponentServer_svnt) : taolib_with_idl, tao_output, messaging, ccm_componentserver_stub,  anytypecode, ciao_lib  {
  dynamicflags = DANCE_COMPONENTSERVER_SVNT_BUILD_DLL

  Header_Files {
    DAnCE_ComponentServer_svnt_export.h
    ComponentServerS.h
    ComponentServer_ClientS.h
    ComponentServer_BaseS.h
  }

  Source_Files {
    ComponentServerS.cpp
    ComponentServer_ClientS.cpp
    ComponentServer_BaseS.cpp
  }
}