summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/new_RepositoryManager/new_RepositoryManager.mpc
blob: de872f8b4cbfa9a51a64e031dbb430df08503a54 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
// $Id$


project (new_RepositoryManager) : ciao_server_dnc,ciao_deployment_svnt, ciao_deployment_stub, taoexe, xerces, exceptions {

  exename = RepositoryManagerDeamon
  after    += XSC_Config_Handlers
  libs     += XSC_Config_Handlers
  libs     += CIAO_DnC_Server

  includes += $(ZZIP_ROOT)/zziplib $(ZLIB_ROOT)
  libpaths += $(ZLIB_ROOT)/lib $(ZZIP_ROOT)/lib
  libs += zlib zziplib

  //requires += zlib
  //lit_libs += zlib			//stupid MPC does not add ZLIB by default, only its wrapper ZZIP ?!?!?!
  //requires += zzip	

  IDL_Files {
    new_RepositoryManager.idl
  }

  Source_Files {
    new_RepositoryManagerC.cpp
    new_RepositoryManagerS.cpp
    ZIP_Wrapper.cpp
    RepositoryManager.cpp
    new_RepositoryManager_Impl.cpp
  }
}


// -*- MPC -*-
// RMadmin.mpc v1.0 Stoyan

project (RMAdmin) : ciao_client_dnc, ciao_deployment_stub, exceptions {
  exename = RMadmin
  after    += new_RepositoryManager
  after    += XSC_Config_Handlers
  libs     += XSC_Config_Handlers
  libs     += CIAO_DnC_Client


  IDL_Files {
  }

  Source_Files {
    RMadmin.cpp
    new_RepositoryManagerC.cpp
    Options.cpp
  }
}