summaryrefslogtreecommitdiff
path: root/CIAO/MPC/config/dds4ccm.mpb
blob: a528d37fd972a291c3c7e756e45f50011c42b9b3 (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
// -*- MPC -*-
// $Id$

feature(dds4ccm_opendds) : taoidldefaults, dcps {
  macros += CIAO_DDS4CCM_OPENDDS=1
  idlflags += -DCIAO_DDS4CCM_OPENDDS=1 \
              -Wb,dds_impl=opendds \
              -Wb,opendds_sequence_suffix=DDSSeq \
              -I $(CIAO_ROOT)/connectors \
              -I $(CIAO_ROOT)/connectors/dds4ccm/idl
  includes += $(CIAO_ROOT)/connectors/dds4ccm/idl
}

feature(dds4ccm_splice) : taoidldefaults {
  macros += CIAO_DDS4CCM_SPLICE=1
  idlflags += -DCIAO_DDS4CCM_SPLICE=1 \
              -Wb,dds_impl=opensplice \
              -I $(CIAO_ROOT)/connectors \
              -I $(CIAO_ROOT)/connectors/dds4ccm/idl
  includes += $(CIAO_ROOT)/connectors/dds4ccm/idl
}

//feature(dds4ccm_coredx) : taoidldefaults, taolib {
//  macros += CIAO_DDS4CCM_COREDX=1
//  idlflags += -DCIAO_DDS4CCM_COREDX=1 \
//              -Wb,dds_impl=coredx \
//              -I $(CIAO_ROOT)/connectors \
//              -I $(CIAO_ROOT)/connectors/dds4ccm/idl
//  includes += $(CIAO_ROOT)/connectors/dds4ccm/idl
//}

feature(dds4ccm_ndds) : ndds_idltocpp_stub {
}

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