summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Daemon/Daemon.mpc
blob: 318d88a0eaeb483ad8fb4bceba4a57a83e0dd521 (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
31
32
33
34
// -*- MPC -*-
// $Id$

project(CIAO_Daemon): ciao_server, iortable {
  IDL_Files {
    Daemon.idl
  }

  Source_Files {
    DaemonC.cpp
    DaemonS.cpp
    Daemon_Impl.cpp
    CIAO_Daemon.cpp
  }
}

project(DaemonController) : ciao_server, acexml, rtcorba {

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

  IDL_Files {
    Daemon.idl
  }

  Source_Files {
    DaemonC.cpp
    DaemonController.cpp
    controller_i.cpp
    Daemon_Commands.cpp
    Softpkg_Commands.cpp
  }
}