summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/NodeManager/Monitor.mpc
blob: 911b8bc9ce86b36e27768c7bf8a3bdecd293728f (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
// $Id$


// MPC file for the Monitor 

project(*monitorlib): ciao_client_dnc{
  after += CIAO_TargetManager_stub
  includes += $(CIAO_ROOT)/DAnCE/TargetManager
  sharedname = ciaomonlib 

  libs += TargetManager_stub CIAO_Deployment_stub

  IDL_Files {
  }

  Header_Files {
  }
  
  Inline_Files {
  }

  Template_Files {
  }

  Source_Files {
    CIAO_Monitor.cpp
  }
}