summaryrefslogtreecommitdiff
path: root/CIAO/RACE/Planners/Base/Planner.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/RACE/Planners/Base/Planner.mpc')
-rw-r--r--CIAO/RACE/Planners/Base/Planner.mpc60
1 files changed, 0 insertions, 60 deletions
diff --git a/CIAO/RACE/Planners/Base/Planner.mpc b/CIAO/RACE/Planners/Base/Planner.mpc
deleted file mode 100644
index 698cb689cb5..00000000000
--- a/CIAO/RACE/Planners/Base/Planner.mpc
+++ /dev/null
@@ -1,60 +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"
-
-project(Planner_stub): ciao_deployment_stub {
-
- after += Planner_Interface_stub RACE_common_stub
- sharedname = Planner_stub
- idlflags += -Wb,stub_export_macro=PLANNER_STUB_Export \
- -Wb,stub_export_include=Planner_stub_export.h \
- -Wb,skel_export_macro=PLANNER_SVNT_Export \
- -Wb,skel_export_include=Planner_svnt_export.h
- dynamicflags = PLANNER_STUB_BUILD_DLL
- libs += Planner_Interface_stub RACE_common_stub
-
- IDL_Files {
- Planner.idl
- }
-
- Source_Files {
- PlannerC.cpp
- }
-
- Header_Files {
- PlannerC.h
- }
-
- Inline_Files {
- PlannerC.inl
- }
-}
-
-project(Planner_svnt) : ciao_servant_dnc {
-
- after += Planner_Interface_svnt Planner_stub
- sharedname = Planner_svnt
- libs += Planner_Interface_stub Planner_Interface_svnt Planner_stub RACE_common_stub
-
- idlflags += -Wb,stub_export_macro=PLANNER_STUB_Export \
- -Wb,stub_export_include=Planner_stub_export.h \
- -Wb,skel_export_macro=PLANNER_SVNT_Export \
- -Wb,skel_export_include=Planner_svnt_export.h
- dynamicflags = PLANNER_SVNT_BUILD_DLL
-
- IDL_Files {
- Planner.idl
- }
-
- Source_Files {
- PlannerS.cpp
- }
-
- Header_Files {
- PlannerS.h
- }
-
- Inline_Files {
- PlannerS.inl
- }
-}