summaryrefslogtreecommitdiff
path: root/modules/CIAO/RACE/Planners/Interface/Planner_Interface.mpc
diff options
context:
space:
mode:
authorjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-29 21:10:39 +0000
committerjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-29 21:10:39 +0000
commite7b830ab561638ed25822054be80ce12e8801d38 (patch)
treea5b9aa16924c541fcb424ee9460b1ac7f5a89352 /modules/CIAO/RACE/Planners/Interface/Planner_Interface.mpc
parent9b720f395833b3ce2f499463e5fed37a0da926f4 (diff)
downloadATCD-DiffServ-Merge.tar.gz
branching/taggingDiffServ-Merge
Diffstat (limited to 'modules/CIAO/RACE/Planners/Interface/Planner_Interface.mpc')
-rw-r--r--modules/CIAO/RACE/Planners/Interface/Planner_Interface.mpc58
1 files changed, 58 insertions, 0 deletions
diff --git a/modules/CIAO/RACE/Planners/Interface/Planner_Interface.mpc b/modules/CIAO/RACE/Planners/Interface/Planner_Interface.mpc
new file mode 100644
index 00000000000..3549de0fa64
--- /dev/null
+++ b/modules/CIAO/RACE/Planners/Interface/Planner_Interface.mpc
@@ -0,0 +1,58 @@
+// generate_component_mpc.pl,v 1.9 2003/12/22 21:56:27 boris Exp
+//$Id$
+// This file is generated with "generate_component_mpc.pl -n Planner_I"
+
+project(Planner_Interface_stub): ciao_deployment_stub {
+
+ sharedname = Planner_Interface_stub
+ idlflags += -Wb,stub_export_macro=PLANNER_INTERFACE_STUB_Export \
+ -Wb,stub_export_include=Planner_Interface_stub_export.h \
+ -Wb,skel_export_macro=PLANNER_INTERFACE_SVNT_Export \
+ -Wb,skel_export_include=Planner_Interface_svnt_export.h
+ dynamicflags = PLANNER_INTERFACE_STUB_BUILD_DLL
+
+ IDL_Files {
+ Planner_I.idl
+ }
+
+ Source_Files {
+ Planner_IC.cpp
+ }
+
+ Header_Files {
+ Planner_IC.h
+ }
+
+ Inline_Files {
+ Planner_IC.inl
+ }
+}
+
+project(Planner_Interface_svnt) : ciao_servant_dnc {
+
+ after += Planner_Interface_stub
+ sharedname = Planner_Interface_svnt
+ libs += Planner_Interface_stub
+
+ idlflags += -Wb,stub_export_macro=PLANNER_INTERFACE_STUB_Export \
+ -Wb,stub_export_include=Planner_Interface_stub_export.h \
+ -Wb,skel_export_macro=PLANNER_INTERFACE_SVNT_Export \
+ -Wb,skel_export_include=Planner_Interface_svnt_export.h
+ dynamicflags = PLANNER_INTERFACE_SVNT_BUILD_DLL
+
+ IDL_Files {
+ Planner_I.idl
+ }
+
+ Source_Files {
+ Planner_IS.cpp
+ }
+
+ Header_Files {
+ Planner_IS.h
+ }
+
+ Inline_Files {
+ Planner_IS.inl
+ }
+}