summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FTORB.mpc
blob: 67ffb9aa245af34ff2e52bf2c40ccd1959651523 (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
// -*- MPC -*-
// $Id$

project(FTORB_Utils) : orbsvcslib, core, iormanip, portableserver, minimum_corba {
  sharedname   = TAO_FTORB_Utils
  idlflags    += -Wb,skel_export_include=tao/PortableServer/PolicyS.h
  dynamicflags = TAO_FT_ORB_UTILS_BUILD_DLL
  tagchecks   += FTORB_Utils

  IDL_Files {
    PortableGroup_Simple_DS.idl
  }

  IDL_Files {
    idlflags += -Wb,export_macro=TAO_FT_ORB_Utils_Export -Wb,export_include=FaultTolerance/FT_ORB_Utils_export.h
    FT_CORBA_ORB.idl
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    FTORB_Utils {
      PortableGroup_Simple_DSC.cpp
      FT_CORBA_ORBC.cpp
      FT_CORBA_ORBS.cpp
      FaultTolerance/FT_IOGR_Property.cpp
    }
  }
}

project(FT_ClientORB) : orbsvcslib, ftorbutils, core, messaging, portablegroup {
  sharedname   = TAO_FT_ClientORB
  dynamicflags = TAO_FT_CLIENTORB_BUILD_DLL
  tagchecks   += FT_ClientORB
  libs        += TAO_FTORB_Utils
  requires    += ace_uuid

  IDL_Files {
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    FT_ClientORB {
       FaultTolerance/FT_ClientRequest_Interceptor.cpp
       FaultTolerance/FT_ClientORBInitializer.cpp
       FaultTolerance/FT_ClientPolicyFactory.cpp
       FaultTolerance/FT_ClientPolicy_i.cpp
       FaultTolerance/FT_ClientService_Activate.cpp
       FaultTolerance/FT_Endpoint_Selector_Factory.cpp
       FaultTolerance/FT_Invocation_Endpoint_Selectors.cpp
       PortableGroup_Simple_DSC.cpp
       FaultTolerance/FT_Service_Callbacks.cpp
    }
  }
}

project(FT_ServerORB) : orbsvcslib, ftorbutils, core, messaging, portablegroup {
  sharedname   = TAO_FT_ServerORB
  dynamicflags = TAO_FT_SERVERORB_BUILD_DLL
  tagchecks   += FT_ServerORB
  libs        += TAO_FTORB_Utils

  IDL_Files {
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    FT_ServerORB {
       FaultTolerance/FT_ServerORBInitializer.cpp
       FaultTolerance/FT_ServerPolicyFactory.cpp
       FaultTolerance/FT_ServerPolicy_i.cpp
       FaultTolerance/FT_ServerRequest_Interceptor.cpp
       PortableGroup_Simple_DSC.cpp
       FaultTolerance/FT_ServerService_Activate.cpp
    }
  }
}