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

feature(dds4ccm_opendds) : taoidldefaults, dcps {
  macros += CIAO_DDS4CCM_OPENDDS=1
  idlflags += -DCIAO_DDS4CCM_OPENDDS=1 \
              -Wb,dds_impl=opendds \
              -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_ndds) : taoidldefaults {
  macros += CIAO_DDS4CCM_NDDS=1
  idlflags += -DCIAO_DDS4CCM_NDDS=1 \
              -Wb,dds_impl=ndds \
              -I $(CIAO_ROOT)/connectors \
              -I $(CIAO_ROOT)/connectors/dds4ccm/idl
  includes += $(CIAO_ROOT)/connectors/dds4ccm/idl
}

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