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

project(RT_Notification) : orbsvcslib, install, rtcorba, notification_serv, tao_versioning_idl_defaults {
  sharedname   = TAO_RT_Notification
  idlflags    += -Wb,export_macro=TAO_RT_Notify_Export -Wb,export_include=orbsvcs/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
    }
  }

  Template_Files {
  }
}