summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Assembly_Deployer/Assembly_Deployer.mpc
blob: 2a3701e6faed1e90a89670efdd9de1a1092fc6ae (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
// -*- MPC -*-
// $Id$

project(Assembly_Manager): ciao_server, acexml, iortable, rtcorba {

  libs += CIAO_XML_Helpers Segment_Timer
//  libpaths += ../XML_Helpers
//  libpaths += ../Segment_Timer
  after += XML_Helpers Segment_Timer

  Source_Files {
    Assembly_ServiceC.cpp
    Assembly_ServiceS.cpp
    Assembly_Impl.cpp
    Assembly_Visitors.cpp
    Deployment_Configuration.cpp
    Assembly_Manager.cpp                // Main
    Assembly_Service_Impl.cpp
  }
}

project(Assembly_Deployer) : ciao_server {
  Source_Files {
    Assembly_ServiceC.cpp
    Assembly_Deployer.cpp
  }
}