summaryrefslogtreecommitdiff
path: root/DAnCE/dance/Plan_Launcher/Plan_Launcher.mpc
blob: 747d3e5bf5f6773b1052b88fea8feb2d510cdca8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// -*- MPC -*-
// $Id$

project(DAnCE_Plan_Launcher_Impl) : install_lib, dance_lib, dance_logger, dance_convert_plan, \
                            dance_executionmanager_stub, \
                            dance_domainapplication_stub, \
                            dance_domainapplicationmanager_stub, \
                            dance_nodeapplication_stub, \
                            dance_nodeapplicationmanager_stub, \
                            dance_nodemanager_stub, dance_stub {

  dynamicflags += DANCE_PLAN_LAUNCHER_BUILD_DLL

  Source_Files {
    EM_Launcher.cpp
    NM_Launcher.cpp
    LM_Launcher.cpp
  }

  Template_Files {
    Plan_Launcher_Base_Impl_T.cpp
  }
}

project(Plan_Launcher_Exec) : install, dance_exe, dance_plan_launcher {
  exename = dance_plan_launcher
  Source_Files {
    Plan_Launcher.cpp
  }
}