summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/StaticConfigurator/StaticDAnCEApp.mpc.tmpl
blob: c9790a28bc3dbb783dbd6129207ad4e3eb57d5c9 (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
// -*- MPC -*-
// $Id$

project(StaticDAnCEApp): ciao_component_dnc, iortable {
  exename   = StaticDAnCEApp
  requires += exceptions
  includes += ../NodeApplicationManager ../NodeManager
  libs     += NodeManager NodeManager_stub NodeApplicationManager  
  after    += NodeManager NodeManager_stub NodeApplicationManager 

  libs     += Hello_Base_DnC_stub
  libs     += Hello_Base_DnC_svnt
  libs     += Receiver_DnC_stub
  libs     += Receiver_DnC_svnt
  libs     += Receiver_DnC_exec
  libs     += Sender_DnC_stub
  libs     += Sender_DnC_svnt
  libs     += Sender_DnC_exec

  Source_Files {
    StaticDAnCEApp.cpp
  }
}