summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/idl/dds/opendds_lem_stub.mpc
blob: fe1e8e9fb73aa10c9e5ee18f96e4a0182c6f64a5 (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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
// $Id$

project(CIAO_OpenDDS_Dcps_idl_gen): gen_ostream, ccm_lem_stub, ciaoidldefaults, \
                               taobaseidldefaults, ccm_lw, ccm_noevent, ccm_direct_collocation {
  requires   += dds4ccm_opendds
  custom_only = 1
  idlflags += -SS -Sci -Scc -Sch -Ssh -Ssc \
              -I$(DDS_ROOT) -I.. \
              -Glem -Gsv -Ssvntt -Ssvntc

  IDL_Files {
    gendir = .
    idlflags += -Wb,stripped_filename=dds/DdsDcpsInfrastructure.idl
    $(DDS_ROOT)/dds/DdsDcpsInfrastructure.idl >> DdsDcpsInfrastructureE.idl DdsDcpsInfrastructure_svnt.h
  }

  IDL_Files {
    gendir = .
    idlflags += -Wb,stripped_filename=dds/DdsDcpsDomain.idl
    $(DDS_ROOT)/dds/DdsDcpsDomain.idl >> DdsDcpsDomainE.idl DdsDcpsDomain_svnt.h
  }
  IDL_Files {
    gendir = .
    idlflags += -Wb,stripped_filename=dds/DdsDcpsPublication.idl
    $(DDS_ROOT)/dds/DdsDcpsPublication.idl >> DdsDcpsPublicationE.idl DdsDcpsPublication_svnt.h
  }
  IDL_Files {
    gendir = .
    idlflags += -Wb,stripped_filename=dds/DdsDcpsSubscription.idl
    $(DDS_ROOT)/dds/DdsDcpsSubscription.idl >> DdsDcpsSubscriptionE.idl DdsDcpsSubscription_svnt.h
  }
  IDL_Files {
    gendir = .
    idlflags += -Wb,stripped_filename=dds/DdsDcpsTopic.idl
    $(DDS_ROOT)/dds/DdsDcpsTopic.idl >> DdsDcpsTopicE.idl DdsDcpsTopic_svnt.h
  }

  specific {
     install_dir = connectors/dds4ccm/idl/dds
  }
}

project (CIAO_OpenDDS_Dcps_lem_gen) : taoidldefaults, install, \
    ciaoidldefaults, taobaseidldefaults, ccm_lw, ccm_noevent, ccm_direct_collocation{
  custom_only = 1
  requires   += dds4ccm_opendds
  after      += CIAO_OpenDDS_Dcps_idl_gen
  idlflags   += -I$(CIAO_ROOT)/connectors\
                -Wb,stub_export_macro=DDSDCPS_LEM_STUB_Export \
                -Wb,stub_export_include=DdsDcps_lem_stub_export.h \
                -SS -I$(DDS_ROOT) -Ssvntt -Ssvntc -Sci -I..

  IDL_Files {
     idlflags += -Gxhst
     DdsDcpsDomainE.idl
  }

  IDL_Files {
    // DDS specification defined
    DdsDcpsInfrastructureE.idl
    DdsDcpsPublicationE.idl
    DdsDcpsSubscriptionE.idl
    DdsDcpsTopicE.idl
  }

  Source_Files {
  }

  Header_Files {
  }

  Inline_Files {
  }

  specific {
     install_dir = connectors/dds4ccm/idl/dds
  }
}

project (CIAO_OpenDDS_Dcps_lem_stub) : taolib, valuetype, dds4ccm, \
                                  gen_ostream, install, ciao_output, \
                                  ccm_lem_stub, ciaoidldefaults, taobaseidldefaults, \
                                  ccm_lw, ccm_noevent, ccm_direct_collocation {
  requires += dds4ccm_opendds
  after += CCM_stub_idl CCM_session_idl
  sharedname = CIAO_OpenDDS_Dcps_lem_stub
  dynamicflags += DDSDCPS_LEM_STUB_BUILD_DLL

  IDL_Files {
  }

  Source_Files {
    DdsDcpsDomainEC.cpp
    DdsDcpsInfrastructureEC.cpp
    DdsDcpsPublicationEC.cpp
    DdsDcpsSubscriptionEC.cpp
    DdsDcpsTopicEC.cpp
  }

  Header_Files {
    DdsDcpsDomainEC.h
    DdsDcpsInfrastructureEC.h
    DdsDcpsPublicationEC.h
    DdsDcpsSubscriptionEC.h
    DdsDcpsTopicEC.h
    DdsDcps_lem_stub_export.h
    DdsDcpsDomain_svnt.h
    DdsDcpsPublication_svnt.h
    DdsDcpsSubscription_svnt.h
    DdsDcpsTopic_svnt.h
    DdsDcpsInfrastructure_svnt.h
  }

  Inline_Files {
  }

  specific {
     install_dir = connectors/dds4ccm/idl/dds
  }
}