summaryrefslogtreecommitdiff
path: root/TAO/tao/RTScheduler.mpc
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:21 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:21 +0000
commit3aff90f4a822fcf5d902bbfbcc9fa931d6191a8c (patch)
tree197c810e5f5bce17b1233a7cb8d7b50c0bcd25e2 /TAO/tao/RTScheduler.mpc
parent6b846cf03c0bcbd8c276cb0af61a181e5f98eaae (diff)
downloadATCD-3aff90f4a822fcf5d902bbfbcc9fa931d6191a8c.tar.gz
Repo restructuring
Diffstat (limited to 'TAO/tao/RTScheduler.mpc')
-rw-r--r--TAO/tao/RTScheduler.mpc43
1 files changed, 43 insertions, 0 deletions
diff --git a/TAO/tao/RTScheduler.mpc b/TAO/tao/RTScheduler.mpc
new file mode 100644
index 00000000000..742f8cba2f6
--- /dev/null
+++ b/TAO/tao/RTScheduler.mpc
@@ -0,0 +1,43 @@
+//$Id$
+project : taolib, rtcorba, pi, pi_server, portableserver, core, corba_messaging, tao_versioning_idl_defaults {
+ sharedname = TAO_RTScheduler
+ dynamicflags = TAO_RTSCHEDULER_BUILD_DLL
+
+ Source_Files {
+ RTScheduling
+ }
+
+ Header_Files {
+ RTScheduling
+ }
+
+ Inline_Files {
+ RTScheduling
+ }
+
+ Template_Files {
+ RTScheduling
+ }
+
+ Resource_Files {
+ RTScheduling
+ }
+
+ PIDL_Files {
+ RTScheduling
+ }
+
+ IDL_Files {
+ idlflags += -Gp -Gd -Ge 1 -Sci -SS -Sorb \
+ -Wb,export_macro=TAO_RTScheduler_Export \
+ -Wb,export_include=tao/RTScheduling/rtscheduler_export.h \
+ -Wb,include_guard=TAO_RTSCHEDULER_SAFE_INCLUDE \
+ -Wb,safe_include=tao/RTScheduling/RTScheduler.h \
+ -o RTScheduling
+ RTScheduling/RTScheduler.pidl
+ }
+
+ Pkgconfig_Files {
+ RTScheduling/TAO_RTScheduler.pc.in
+ }
+}