summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/orbsvcs/RTEvent.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/orbsvcs/RTEvent.mpc')
-rw-r--r--ACE/TAO/orbsvcs/orbsvcs/RTEvent.mpc55
1 files changed, 55 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/orbsvcs/RTEvent.mpc b/ACE/TAO/orbsvcs/orbsvcs/RTEvent.mpc
new file mode 100644
index 00000000000..e3f7a1f764a
--- /dev/null
+++ b/ACE/TAO/orbsvcs/orbsvcs/RTEvent.mpc
@@ -0,0 +1,55 @@
+// -*- MPC -*-
+// $Id$
+
+project(RTEvent) : orbsvcslib, orbsvcs_output, install, svc_utils, tao_versioning_idl_defaults {
+ sharedname = TAO_RTEvent
+ idlflags += -GT -Wb,stub_export_macro=TAO_RTEvent_Export -Wb,stub_export_include=orbsvcs/Event/event_export.h -Wb,skel_export_macro=TAO_RTEvent_Skel_Export -Wb,skel_export_include=orbsvcs/Event/event_skel_export.h
+ dynamicflags = TAO_RTEVENT_BUILD_DLL
+ tagchecks += RTEvent
+
+ IDL_Files {
+ RtecDefaultEventData.idl
+ RtecEventComm.idl
+ RtecEventChannelAdmin.idl
+ RtecUDPAdmin.idl
+ }
+
+ // This could be simplified if the cpp files for RTEvent were
+ // in their own directory.
+ Source_Files {
+ Event_Utilities.cpp
+ RtecDefaultEventDataC.cpp
+ RtecEventCommC.cpp
+ RtecEventChannelAdminC.cpp
+ RtecUDPAdminC.cpp
+ }
+
+ Header_Files {
+ Event_Utilities.h
+ RtecDefaultEventDataC.h
+ RtecEventCommC.h
+ RtecEventChannelAdminC.h
+ RtecUDPAdminC.h
+ Event/event_export.h
+ Event/event_skel_export.h
+ }
+
+ Inline_Files {
+ Event_Utilities.inl
+ RtecDefaultEventDataC.inl
+ RtecEventCommC.inl
+ RtecEventChannelAdminC.inl
+ RtecUDPAdminC.inl
+ }
+
+ Resource_Files{
+ RTEvent.rc
+ }
+
+ Template_Files {
+ }
+
+ Pkgconfig_Files {
+ TAO_RTEvent.pc.in
+ }
+}