summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RTSched.mpc
blob: 27e3a5d0f27895db72919e00de9599456371b0a8 (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
// -*- MPC -*-
// $Id$

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