summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/performance-tests/DDSThroughput/Base/Throughput_Base.mpc
blob: 0de9c2eb2908fda9f0e4b3756d6650c3690e0437 (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
// $Id$

project (DDS_Throughput_Base_stub_plain) : taoidldefaults, anytypecode,  dds4ccm_ts_default {
  sharedname = DDS_Throughput_Base_stub
  dynamicflags += THROUGHPUT_BASE_STUB_BUILD_DLL
  libout = ../lib

  idlflags += -SS -Sci \
              -Wb,stub_export_macro=THROUGHPUT_BASE_STUB_Export \
              -Wb,stub_export_include=THROUGHPUT_Base_stub_export.h

  IDL_Files {
    idlflags += -Gxhst
    Throughput_Base.idl
  }

  opendds_ts_flags += --export=THROUGHPUT_BASE_STUB_Export

  DDSGenerator_Files {
    Throughput_Base.idl
  }

  Source_Files {
  }
}