summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RTSched.mpc
blob: 4e73ac166b54fffc329028c01833b0cad8103722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
project(RTSched) : orbsvcslib {
  depends   += CosNaming TAO_Svc_Utils PortableServer
  sharedname = TAO_RTSched
  libs      += TAO_CosNaming TAO_Svc_Utils TAO_PortableServer TAO
  idlflags  += -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_RTSched_Export -Wb,export_include=Sched/sched_export.h
  dllflags   = TAO_RTSCHED_BUILD_DLL
  tagchecks  = Sched

  IDL_Files {
    RtecScheduler.idl
  }

  Source_Files {
    Sched {
      RtecSchedulerC.cpp
      RtecSchedulerS.cpp
      Scheduler_Factory.cpp
      Runtime_Scheduler.cpp
      Scheduler_Utilities.cpp
      Sched
    }
  }
}