summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
blob: 20921a279e8b787bb1e9796e4cb4097a383490ed (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(Plan_Launcher_Impl) : ciao_component_dnc, ciao_config_handlers {
  sharedname = Plan_Launcher_Impl
  after +=  ExecutionManager_stub NodeDaemon_stub
  libs     += ExecutionManager_stub

  dynamicflags = PLAN_LAUNCHER_IMPL_BUILD_DLL

  Source_Files {
    Plan_Launcher_Impl.cpp
    DAM_Map.cpp
  }

  Header_Files {
    Plan_Launcher_Impl_Export.h
  }
}

project(Plan_Launcher) : ciao_component_dnc, taoexe, ciao_config_handlers  {
  exename = plan_launcher

  after += Plan_Launcher_Impl
  libs  += Plan_Launcher_Impl  ExecutionManager_stub

  Source_Files {
    Plan_Launcher.cpp
  }
}