summaryrefslogtreecommitdiff
path: root/modules/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_Interface.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_Interface.mpc')
-rw-r--r--modules/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_Interface.mpc60
1 files changed, 60 insertions, 0 deletions
diff --git a/modules/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_Interface.mpc b/modules/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_Interface.mpc
new file mode 100644
index 00000000000..fb145b6fc6d
--- /dev/null
+++ b/modules/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_Interface.mpc
@@ -0,0 +1,60 @@
+// 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_Manager_Interface"
+
+project(Planner_Manager_Interface_stub): ciao_deployment_stub, anytypecode {
+
+ sharedname = Planner_Manager_Interface_stub
+ after += RACE_common_stub
+ idlflags += -Wb,stub_export_macro=PLANNER_MANAGER_INTERFACE_STUB_Export \
+ -Wb,stub_export_include=Planner_Manager_Interface_stub_export.h \
+ -Wb,skel_export_macro=PLANNER_MANAGER_INTERFACE_SVNT_Export \
+ -Wb,skel_export_include=Planner_Manager_Interface_svnt_export.h
+ dynamicflags = PLANNER_MANAGER_INTERFACE_STUB_BUILD_DLL
+ libs += RACE_common_stub
+
+ IDL_Files {
+ Planner_Manager_I.idl
+ }
+
+ Source_Files {
+ Planner_Manager_IC.cpp
+ }
+
+ Header_Files {
+ Planner_Manager_IC.h
+ }
+
+ Inline_Files {
+ Planner_Manager_IC.inl
+ }
+}
+
+project(Planner_Manager_Interface_svnt) : ciao_servant_dnc {
+
+ after += Planner_Manager_Interface_stub
+ sharedname = Planner_Manager_Interface_svnt
+ libs += Planner_Manager_Interface_stub RACE_common_stub
+
+ idlflags += -Wb,stub_export_macro=PLANNER_MANAGER_INTERFACE_STUB_Export \
+ -Wb,stub_export_include=Planner_Manager_Interface_stub_export.h \
+ -Wb,skel_export_macro=PLANNER_MANAGER_INTERFACE_SVNT_Export \
+ -Wb,skel_export_include=Planner_Manager_Interface_svnt_export.h
+ dynamicflags = PLANNER_MANAGER_INTERFACE_SVNT_BUILD_DLL
+
+ IDL_Files {
+ Planner_Manager_I.idl
+ }
+
+ Source_Files {
+ Planner_Manager_IS.cpp
+ }
+
+ Header_Files {
+ Planner_Manager_IS.h
+ }
+
+ Inline_Files {
+ Planner_Manager_IS.inl
+ }
+}