summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/FTRT_Event_Service/Event_Service/FTRT_Event_Service.mpc
blob: f79eae47ee38fe02fbac52486d28a37ef7e5ac48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// -*- MPC -*-
// $Id$

project(FTRT_Event_Service) : orbsvcsexe,  rtschedevent, ftrtevent, ftorbutils {
  exename = ftrt_eventservice
  includes += $(TAO_ROOT)/orbsvcs $(TAO_ROOT)/orbsvcs/FtRtEvent/Utils $(TAO_ROOT)/orbsvcs/FtRtEvent/EventChannel
  after += FTRT_EventChannel
  libs += TAO_Utils TAO_FTRT_EventChannel
  specific(gnuace) {
   lit_libs += TAO_Strategies
  }
}