summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/NodeApplicationManager/NodeApplicationManager.mpc
blob: 4f4e2e6478a81d4d0b528c88f9ef96a588a3b822 (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(NodeApplicationManager): ciao_component_dnc, ciao_deployment_svnt, dance_extension_stub {

  sharedname   = NodeApplicationManager
  after       += NodeManager_stub CIAO_TargetManager_stub
  idlflags    += -Wb,export_include=CIAO_NAM_Export.h -Wb,export_macro=CIAO_NAM_Export
  dynamicflags = CIAO_NAM_BUILD_DLL
  dynamicflags += NOOP_CONFIGURATOR_BUILD_DLL

// @@TODO: This ../NodeApplication business need to go.  It would be better
// to factor that stuff into a separate lib, ie. NodeApplication_Impl
// and link it in.  For the time being, since the release is so close,
// i will leave it the way it is.
  Source_Files {
    NodeApplicationManager_Impl.cpp
    ImplementationInfo.cpp
    Containers_Info_Map.cpp
    ../NodeApplication/NodeApplication_Core.cpp
    ../NodeApplication/NodeApp_Configurator.cpp
    ../NodeApplication/NodeApplication_Impl.cpp
    ../NodeApplication/Container_Impl.cpp
    ../NodeApplication/Configurator_Factory.cpp
    ../NodeApplication/NoOp_Configurator.cpp
  }

  Header_Files {
    NodeApplicationManager_Impl.h
    ImplementationInfo.h
    Containers_Info_Map.h
    NodeApplicationManager_Export.h
  }
}