summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/Containers/CIAO_Servant_Activator.mpc
blob: bf83ad232c455feb5c865ad7197a316b1e9540ea (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
// $Id$

project(CIAO_Servant_Activator_stub_idl) : install, ciaoidldefaults {
  custom_only = 1
  idlflags  += -Wb,stub_export_include=CIAO_Servant_Activator_export.h \
               -Wb,stub_export_macro=CIAO_SERVANT_ACTIVATOR_Export \
               -SS -Sci -Gxhst
  IDL_Files {
    CIAO_Servant_Activator.idl
  }
  specific {
    install_dir = ciao/Containers
  }
}

project(CIAO_Servant_Activator_stub) : install, ciao_lib, portableserver, ciao_port_activator_stub, avoids_minimum_corba, ciao_logger {
  after += CIAO_Servant_Activator_stub_idl
  dynamicflags = CIAO_SERVANT_ACTIVATOR_BUILD_DLL

  IDL_Files {
  }
  Source_Files {
    Servant_Activator.cpp
    CIAO_Servant_ActivatorC.cpp
  }
  Header_Files {
    CIAO_Servant_Activator_export.h
    CIAO_Servant_ActivatorC.h
    CIAO_Servant_ActivatorS.h
  }
  specific {
    install_dir = ciao/Containers
  }
}