summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
blob: 594a66b6bd0118e9c232aaeb8828a384385168c5 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
// -*- MPC -*-
// $Id$

project(Plan_Launcher_Base) : dance_lib, taolib, ciao_output, naming, ciao_executionmanager_stub {
  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 {
  sharedname = DAnCE_Plan_Launcher
  dynamicflags = PLAN_LAUNCHER_IMPL_BUILD_DLL DANCE_PLAN_LAUNCHER_MODULE_BUILD_DLL
  after += Plan_Launcher_Base
  libs  += DAnCE_Plan_Launcher_Base
  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 {
  after += Plan_Launcher
  libs += DAnCE_Plan_Launcher DAnCE_Plan_Launcher_Base
  exename = dance_plan_launcher

  Source_Files {
    Plan_Launcher_Exec.cpp
  }
}