summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/idl/ndds/ndds_idltocpp_lem_stub.mpc
blob: ff39d52a23f21c877247dea7fc4612c4a06fa094 (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
// $Id$

project (CIAO_NDDS_lem_gen) : install, ndds_idltocpp, ciaoidldefaults {
  custom_only = 1
  after += CIAO_NDDS_idl_gen
  idlflags += -I$(CIAO_ROOT)/connectors \
              -Wb,stub_export_macro=NDDS_LEM_STUB_Export \
              -Wb,stub_export_include=ndds_lem_stub_export.h -SS

  IDL_Files {
     idlflags += -Gxhst
     ndds_dcpsE.idl
  }

  IDL_Files {
     ndds_dcps_i_handleE.idl
  }

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

project (CIAO_NDDS_lem_stub) : install, ndds_idltocpp_stub, ccm_lem_stub, ccm_session_stub, ciaolib_with_idl, ciao_output, taolib, valuetype, ifr_client {
  after += CIAO_NDDS_lem_gen
  sharedname = CIAO_NDDS_lem_stub
  dynamicflags += NDDS_LEM_STUB_BUILD_DLL

  IDL_Files {
  }

  Source_Files {
   ndds_dcpsEC.cpp
   ndds_dcps_i_handleEC.cpp
  }

  Header_Files {
   ndds_dcpsEC.h
   ndds_lem_stub_export.h
   ndds_dcps_i_handleEC.h
  }

  Inline_Files {
   ndds_dcpsEC.inl
   ndds_dcps_i_handleEC.inl
  }

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