summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
blob: 7db69f8524a5a8b403f6ac3fafef239d9b28bf7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- MPC -*-
// $Id$

project(Plan_Launcher): naming, ciao_server_dnc, xerces, taoexe {
  exename = plan_launcher
  requires += exceptions
  after += XSC_Config_Handlers ExecutionManager_stub NodeDaemon_stub
  libs     += XSC_Config_Handlers
  libs     += ExecutionManager_stub
  after    += XSC_Config_Handlers

  Source_Files {
    Plan_Launcher.cpp
  }
}