summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RTSched.mpc
blob: 077f15ffe9bf586d3148412f9284d2398abb2ad3 (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
project(RTSched) : orbsvcslib, core, naming, svc_utils, portableserver {
  sharedname   = TAO_RTSched
  idlflags    += -Wb,export_macro=TAO_RTSched_Export -Wb,export_include=Sched/sched_export.h
  dynamicflags = TAO_RTSCHED_BUILD_DLL
  tagchecks    = Sched
  // Add this include path for precompiled headers
  includes    += $(TAO_ROOT)/orbsvcs/orbsvcs

  IDL_Files {
    RtecScheduler.idl
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    Sched {
      RtecSchedulerC.cpp
      RtecSchedulerS.cpp
      Scheduler_Factory.cpp
      Runtime_Scheduler.cpp
      Scheduler_Utilities.cpp
      Sched
    }
  }

  // To avoid picking up RTSchedEvent.rc as well, explicitly list the files.
  Resource_Files {
    RTSched.rc
  }
}