summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FtRtEvent.mpc
blob: 5daddacf7deeb4f3a1936fdc6e4fa7385d70f97d (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
// -*- MPC -*-
// $Id$

project (FtRtEvent) : orbsvcslib, core, ftorbutils, rtevent, naming {
  sharedname   = TAO_FtRtEvent
  idlflags     += -Wb,export_macro=TAO_FtRtEvent_Export -Wb,export_include=FtRtEvent/Utils/ftrtevent_export.h
  dynamicflags = TAO_FTRTEVENT_BUILD_DLL
  tagchecks    = FtRtEvent
  includes    += $(TAO_ROOT)/orbsvcs/orbsvcs

  IDL_Files {
    idlflags += -GC
    FTRT.idl
    FtRtecEventComm.idl
  }

  IDL_Files  {
    FtRtecEventChannelAdmin.idl
    FTRT_GroupManager.idl
  }

  Source_Files (ORBSVCS_COMPONENTS) {
    FtRtEvent {
      FTRTC.cpp
      FTRTS.cpp
      FtRtecEventCommC.cpp
      FtRtecEventCommS.cpp
      FTRT_GroupManagerC.cpp
      FTRT_GroupManagerS.cpp
      FtRtecEventChannelAdminC.cpp
      FtRtecEventChannelAdminS.cpp
      FtRtEvent/Utils
    }
  }
}

project (FTRT_ClientORB) :  messaging, orbsvcslib, core {
  sharedname   = TAO_FTRT_ClientORB
  dynamicflags = TAO_FTRT_BUILD_DLL
  tagchecks    = FTRT_ClientORB
  includes    += $(TAO_ROOT)/orbsvcs/orbsvcs/FtRtEvent/ClientORB

  IDL_Files {
  }

  Source_Files  (ORBSVCS_COMPONENTS) {
    FTRT_ClientORB {
      FtRtEvent/ClientORB
    }
  }
}

project (FTRT_EventChannel) :  orbsvcslib, ftrtevent, utils {
  sharedname   = TAO_FTRT_EventChannel
  dynamicflags = TAO_FTRTEC_BUILD_DLL
  tagchecks    = FTRT_EventChannel
  includes    += $(TAO_ROOT)/orbsvcs/orbsvcs/FtRtEvent/EventChannel
  after       += FTORB_Utils

  IDL_Files {
  }

  Source_Files  (ORBSVCS_COMPONENTS) {
    FTRT_EventChannel {
      PortableGroup_Simple_DSC.cpp
      FtRtEvent/EventChannel
    }
  }
  Template_Files {
    FtRtEvent/EventChannel/ConnectionHandler_T.cpp
    FtRtEvent/EventChannel/Fault_Detector_T.cpp
    FtRtEvent/EventChannel/FT_ProxyAdmin_T.cpp
  }

  Header_Files {
    ftrtec_export.h
  }
}