summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
blob: 00f939a754156c2255466ce96ae6b7f67c8c92dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// -*- MPC -*-
// $Id$

project(DAnCE_Plan_Launcher_Impl) : dance_lib, dance_logger, dance_convert_plan, \
                            dance_executionmanager_stub, \
                            dance_nodemanager_stub {
  Source_Files {
    EM_Launcher.cpp
    NM_Launcher.cpp
  }
  
  Template_Files {
    Plan_Launcher_Base_Impl_T.cpp
  }
}
        
project(Plan_Launcher_Exec) : dance_exe, dance_plan_launcher {
  exename = dance_plan_launcher
  Source_Files {
    Plan_Launcher.cpp
  }
}