summaryrefslogtreecommitdiff
path: root/CIAO/MPC/config/dds4ccm_impl.mpb
blob: e33a8fcec200e32fa995890997f4cd26c424922d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// -*- MPC -*-
// $Id$

feature(dds4ccm_opendds) : dds4ccm_skel, dds4ccm_lem_stub, dds4ccm_logger, dcps {
  after += CIAO_DDS4CCM_DDS_Impl
  libs += CIAO_DDS4CCM_DDS_Impl
}

feature(dds4ccm_splice) : dds4ccm_skel, dds4ccm_lem_stub, dds4ccm_logger {
  after += CIAO_DDS4CCM_DDS_Impl
  libs += CIAO_DDS4CCM_DDS_Impl
}

feature(dds4ccm_ndds) : dds4ccm_skel, dds4ccm_lem_stub, ndds_idltocpp_impl {
  after += CIAO_DDS4CCM_DDS_Impl
  libs += CIAO_DDS4CCM_DDS_Impl
}

feature(!dds4ccm_opendds, !dds4ccm_ndds, !dds4ccm_splice) {
  requires += dummy_label
}