summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/NodeManager/NodeManager.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/NodeManager/NodeManager.mpc')
-rw-r--r--TAO/CIAO/DAnCE/NodeManager/NodeManager.mpc37
1 files changed, 0 insertions, 37 deletions
diff --git a/TAO/CIAO/DAnCE/NodeManager/NodeManager.mpc b/TAO/CIAO/DAnCE/NodeManager/NodeManager.mpc
deleted file mode 100644
index ec5eabcca8a..00000000000
--- a/TAO/CIAO/DAnCE/NodeManager/NodeManager.mpc
+++ /dev/null
@@ -1,37 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-//For static D&C, the NodeManager should be available as a linkable library
-project(NodeManager_svnt): ciao_component_dnc, iortable, ifr_client, dance_extension_stub {
- sharedname = NodeManager
- after += NodeApplicationManager NodeManager_stub CIAO_TargetManager_stub NoOp_Configurator
- libs += NodeManager_stub NodeApplicationManager TargetManager_stub CIAO_NoOp_Configurator
- includes += $(CIAO_ROOT)/ciao $(CIAO_ROOT)/DAnCE/Interfaces $(CIAO_ROOT)/DAnCE/TargetManager
- dynamicflags = NODEMANAGER_SVNT_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- ../Interfaces/NodeManagerS.cpp
- NodeManager_Impl.cpp
- NAM_Map.cpp
- MonitorController.cpp
- MonitorCB.cpp
- }
-}
-
-project(NodeManager): ciao_component_dnc, iortable, ifr_client, dance_extension_stub {
- after += NodeApplicationManager NodeManager_stub CIAO_TargetManager_stub NodeManager_svnt
- libs += NodeManager_stub NodeManager NodeApplicationManager TargetManager_stub
- includes += $(CIAO_ROOT)/ciao $(CIAO_ROOT)/DAnCE/TargetManager
- exename = NodeManager
-
- IDL_Files {
- }
-
- Source_Files {
- Node_Manager.cpp
- }
-}
-