summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/Servants/Servants.mpc
blob: 634878a9a85b8a28695cf0ded7bb71a2bf9f1444 (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
// $Id$
project(CIAO_Port_Activator_stub_idl) : install, ciaoidldefaults {
   custom_only = 1
   idlflags  += -Wb,stub_export_include=CIAO_Port_Activator_export.h \
                -Wb,stub_export_macro=CIAO_PORT_ACTIVATOR_Export \
                -SS -Sci -Gxhst
   IDL_Files {
     CIAO_Port_Activator.idl
   }

  specific {
    install_dir = ciao/Servants
  }
}

project(CIAO_Port_Activator_stub) : install, portableserver, ciao_lib {
   dynamicflags = CIAO_PORT_ACTIVATOR_BUILD_DLL
   after += CIAO_Port_Activator_stub_idl
   IDL_Files {
   }
   Source_Files {
     CIAO_Port_ActivatorC.cpp
   }
   Header_Files {
     CIAO_Port_ActivatorC.h
     CIAO_Port_ActivatorS.h
   }
  specific {
    install_dir = ciao/Servants
  }
}

project(CIAO_Servant_Impl) : install, ciao_servant_activator, ciao_port_activator_stub, ciao_container_base, ccm_svnt, ciao_output {
   dynamicflags = CIAO_SERVANT_IMPL_BUILD_DLL
   IDL_Files {
   }

   Source_Files {
     Connector_Servant_Impl_Base.cpp
     Home_Servant_Impl_Base.cpp
     Home_Servant_Impl_T.cpp
     Servant_Impl_Base.cpp
     Servant_Impl_T.cpp
     StandardConfigurator_Impl.cpp
     Port_Activator.cpp
   }
      
   Template_Files {
     Connector_Servant_Impl_Utils_T.cpp
     Servant_Impl_Utils_T.cpp
     Port_Activator_T.cpp
   }

   Header_Files {
     CIAO_Servant_Impl_export.h
     Connector_Servant_Impl_Base.h
     Home_Servant_Impl_Base.h
     Home_Servant_Impl_T.h
     Servant_Impl_Base.h
     Servant_Impl_T.h
     StandardConfigurator_Impl.h
     Port_Activator.h
     Port_Activator_T.h
     CIAO_Port_Activator_export.h
   }

  specific {
    install_dir = ciao/Servants
  }

}