summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FTORB.mpc
blob: 833bca1ad3b4b7ce936a59f9c9cfd72475559c4c (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
74
75
76
77
78
79
80
81
82
83
// -*- MPC -*-
// $Id$

project(FTORB_Utils) : orbsvcslib, core, iormanip, portableserver {
  sharedname   = TAO_FTORB_Utils
  idlflags    += -Wb,skel_export_include=tao/PortableServer/PolicyS.h
  dynamicflags = TAO_FT_ORB_UTILS_BUILD_DLL
  tagchecks   += FTORB_Utils
  // Add this include path for precompiled headers
  includes    += $(TAO_ROOT)/orbsvcs/orbsvcs
  avoids      += minimum_corba

  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 {
      FT_CORBA_ORBC.cpp
      FT_CORBA_ORBS.cpp
      PortableGroup_Simple_DSC.cpp
      FaultTolerance/FT_IOGR_Property.cpp
    }
  }
}

project(FT_ClientORB) : orbsvcslib, ftorbutils, core, iormanip, messaging, portablegroup{
  sharedname   = TAO_FT_ClientORB
  idlflags    += -Wb,export_macro=TAO_FT_ServerORB_Export -Wb,export_include=FaultTolerance/FT_ServerORB_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h
  dynamicflags = TAO_FT_CLIENTORB_BUILD_DLL
  tagchecks   += FT_ClientORB
  libs        += TAO_FTORB_Utils
  // Add this include path for precompiled headers
  includes    += $(TAO_ROOT)/orbsvcs/orbsvcs
  avoids      += minimum_corba

  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, iormanip, messaging, portablegroup{
  sharedname   = TAO_FT_ServerORB
  idlflags    += -Wb,export_macro=TAO_FT_ServerORB_Export -Wb,export_include=FaultTolerance/FT_ServerORB_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h
  dynamicflags = TAO_FT_SERVERORB_BUILD_DLL
  tagchecks   += FT_ServerORB
  libs        += TAO_FTORB_Utils
  // Add this include path for precompiled headers
  includes    += $(TAO_ROOT)/orbsvcs/orbsvcs
  avoids      += minimum_corba

  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
    }
  }
}