summaryrefslogtreecommitdiff
path: root/CIAO/RACE/Plan_Analyzer/Interface/Plan_Analyzer_Interface.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/RACE/Plan_Analyzer/Interface/Plan_Analyzer_Interface.mpc')
-rw-r--r--CIAO/RACE/Plan_Analyzer/Interface/Plan_Analyzer_Interface.mpc58
1 files changed, 0 insertions, 58 deletions
diff --git a/CIAO/RACE/Plan_Analyzer/Interface/Plan_Analyzer_Interface.mpc b/CIAO/RACE/Plan_Analyzer/Interface/Plan_Analyzer_Interface.mpc
deleted file mode 100644
index 0b7e6b2bfc9..00000000000
--- a/CIAO/RACE/Plan_Analyzer/Interface/Plan_Analyzer_Interface.mpc
+++ /dev/null
@@ -1,58 +0,0 @@
-// 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(Plan_Analyzer_Interface_stub): ciao_deployment_stub {
-
- sharedname = Plan_Analyzer_Interface_stub
- idlflags += -Wb,stub_export_macro=PLAN_ANALYZER_INTERFACE_STUB_Export \
- -Wb,stub_export_include=Plan_Analyzer_Interface_stub_export.h \
- -Wb,skel_export_macro=PLAN_ANALYZER_INTERFACE_SVNT_Export \
- -Wb,skel_export_include=Plan_Analyzer_Interface_svnt_export.h
- dynamicflags = PLAN_ANALYZER_INTERFACE_STUB_BUILD_DLL
-
- IDL_Files {
- PlanIngress.idl
- }
-
- Source_Files {
- PlanIngressC.cpp
- }
-
- Header_Files {
- PlanIngressC.h
- }
-
- Inline_Files {
- PlanIngressC.inl
- }
-}
-
-project(Plan_Analyzer_Interface_svnt) : ciao_servant_dnc {
-
- after += Plan_Analyzer_Interface_stub
- sharedname = Plan_Analyzer_Interface_svnt
- libs += Plan_Analyzer_Interface_stub
-
- idlflags += -Wb,stub_export_macro=PLAN_ANALYZER_INTERFACE_STUB_Export \
- -Wb,stub_export_include=Plan_Analyzer_Interface_stub_export.h \
- -Wb,skel_export_macro=PLAN_ANALYZER_INTERFACE_SVNT_Export \
- -Wb,skel_export_include=Plan_Analyzer_Interface_svnt_export.h
- dynamicflags = PLAN_ANALYZER_INTERFACE_SVNT_BUILD_DLL
-
- IDL_Files {
- PlanIngress.idl
- }
-
- Source_Files {
- PlanIngressS.cpp
- }
-
- Header_Files {
- PlanIngressS.h
- }
-
- Inline_Files {
- PlanIngressS.inl
- }
-}