summaryrefslogtreecommitdiff
path: root/ACE/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc')
-rw-r--r--ACE/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc43
1 files changed, 43 insertions, 0 deletions
diff --git a/ACE/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc b/ACE/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
new file mode 100644
index 00000000000..c397dc20ef1
--- /dev/null
+++ b/ACE/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
@@ -0,0 +1,43 @@
+// -*- MPC -*-
+// $Id$
+
+project(Plan_Launcher_Base) : dance_lib, taolib, ciao_output, naming, ciao_executionmanager_stub, dance_logger {
+ sharedname = DAnCE_Plan_Launcher_Base
+ dynamicflags = PLAN_LAUNCHER_BASE_IMPL_BUILD_DLL DANCE_PLAN_LAUNCHER_BASE_MODULE_BUILD_DLL
+
+ Source_Files {
+ Plan_Launcher_Base_Impl.cpp
+ Plan_Launcher_Base_Module.cpp
+ }
+
+ Header_Files {
+ Plan_Launcher_Base_Impl.h
+ Plan_Launcher_Base_Module.h
+ Plan_Launcher_Base_Impl_Export.h
+ Plan_Launcher_Base_Module_Export.h
+ }
+}
+
+project(Plan_Launcher) : dance_lib, taolib, ciao_output, xerces, naming, dance_domainapplicationmanager_stub, ciao_config_handlers, ciao_executionmanager_stub, dance_logger, dance_plan_launcher_base {
+ sharedname = DAnCE_Plan_Launcher
+ dynamicflags = PLAN_LAUNCHER_IMPL_BUILD_DLL DANCE_PLAN_LAUNCHER_MODULE_BUILD_DLL
+ Source_Files {
+ Plan_Launcher_Impl.cpp
+ Plan_Launcher_Module.cpp
+ }
+
+ Header_Files {
+ Plan_Launcher_Impl.h
+ Plan_Launcher_Module.h
+ Plan_Launcher_Impl_Export.h
+ Plan_Launcher_Module_Export.h
+ }
+}
+
+project(Plan_Launcher_Exec) : dance_exe, dance_logger, xerces, naming, dance_executionmanager_stub, ciao_executionmanager_stub, ciao_config_handlers, dance_plan_launcher {
+ exename = dance_plan_launcher
+
+ Source_Files {
+ Plan_Launcher_Exec.cpp
+ }
+}