summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RTOLDEvent.mpc
blob: b834592a43eab21a04b633a9cef7a697214f5a8c (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
project(RTOLDEvent) : orbsvcslib {
  depends   += RTEvent RTSched CosNaming Svc_Utils PortableServer
  sharedname = TAO_RTOLDEvent
  libs      += TAO_RTEvent TAO_RTSched TAO_CosNaming TAO_Svc_Utils TAO_PortableServer TAO
  dllflags   = TAO_RTOLDEVENT_BUILD_DLL
  tagchecks  = RTOLDEvent

  IDL_Files {
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    RTOLDEvent {
      Event/BCU.cpp
      Event/Dispatching_Modules.cpp
      Event/Event_Channel.cpp
      Event/Event_Manip.cpp
      Event/Local_ESTypes.cpp
      Event/Memory_Pools.cpp
      Event/RT_Task.cpp
      Event/ReactorTask.cpp
      Event/Timer_Module.cpp
      Event/Module_Factory.cpp
    }
  }
}