summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/TargetManager/TM_Client.mpc
blob: 40904b1585d59c20aa55cd92e6ccc8eee8daf27d (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$

// Client.mpc,v 1.6 2005/02/18 09:07:06 jwillemsen Exp


project(TMClient): ciao_client_dnc,ciao_deployment_stub, ciao_config_handlers {
  after += CIAO_TargetManager_stub
  includes += $(CIAO_ROOT)/DAnCE $(TAO_ROOT)/orbsvcs 
  includes += $(CIAO_ROOT)/DAnCE/TargetManager
  libs += TargetManager_stub


  IDL_Files {
  }

  Source_Files {
    CmpClient.cpp 
  }
  
  Header_Files {
  }
  
  Inline_Files {
  }

  Template_Files {
  }
}