summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RT_Notification.mpc
blob: fb309aff484603a88c415d475070a98c455752d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// -*- MPC -*-
// $Id$

project(RT_Notification) : orbsvcslib, core, svc_utils, dynamicany, rtcorba, notification {
  sharedname   = TAO_RT_Notification
  idlflags    += -Wb,export_macro=TAO_RT_Notify_Export -Wb,export_include=Notify/rt_notify_export.h
  dynamicflags = TAO_RT_NOTIFY_BUILD_DLL
  tagchecks   += RT_Notify

  IDL_Files {
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    RT_Notify {
      Notify/RT_Builder.cpp
      Notify/RT_Factory.cpp
      Notify/RT_Notify_Service.cpp
      Notify/RT_POA_Helper.cpp
      Notify/RT_Properties.cpp
      Notify/Structured/RT_StructuredProxyPushSupplier.cpp
    }
  }
}