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

project(CIAO_Container_Base_idl) : install, taoidldefaults {
  custom_only = 1

  idlflags  += -Wb,export_include=Container_Base_export.h \
               -Wb,export_macro=CIAO_CONTAINER_BASE_Export \
               -SS -Sci -Gxhst

  IDL_Files {
    Container_Base.idl
  }
  specific {
    install_dir = ciao/Containers
  }
}
project(CIAO_Container_Base) : install, ciao_lib, ccm_svnt, ciao_servant_activator, ciao_port_activator_stub  {
  after += CIAO_Container_Base_idl
  dynamicflags += CIAO_CONTAINER_BASE_BUILD_DLL

  IDL_Files {
  }
  Source_Files {
    Container_Base.cpp
    Container_BaseC.cpp
  }
  Inline_Files {
    Container_Base.inl
  }
  Header_Files {
    Container_Base.h
    Container_Base_export.h
    Container_BaseC.h
    Container_BaseS.h
  }
  specific {
    install_dir = ciao/Containers
  }
}