summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/ListenOneByOne/Base/LOBO_Test_Base.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/ListenOneByOne/Base/LOBO_Test_Base.mpc')
-rwxr-xr-xCIAO/connectors/dds4ccm/tests/ListenOneByOne/Base/LOBO_Test_Base.mpc66
1 files changed, 58 insertions, 8 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/ListenOneByOne/Base/LOBO_Test_Base.mpc b/CIAO/connectors/dds4ccm/tests/ListenOneByOne/Base/LOBO_Test_Base.mpc
index 2308b46eef0..89f1db4f525 100755
--- a/CIAO/connectors/dds4ccm/tests/ListenOneByOne/Base/LOBO_Test_Base.mpc
+++ b/CIAO/connectors/dds4ccm/tests/ListenOneByOne/Base/LOBO_Test_Base.mpc
@@ -1,25 +1,75 @@
// $Id$
+// This file is generated with "generate_component_mpc.pl -o ../lib -u DDS -n LOBO_Test_Base"
-project (DDS_LOBO_Test_Base_stub) : taoidldefaults, anytypecode, dds4ccm_ts_default {
- sharedname = DDS_LOBO_Test_Base_stub
- dynamicflags += LISTEN_ONE_BY_ONE_TEST_BASE_STUB_BUILD_DLL
- libout = ../lib
-
- idlflags += -SS -Gxhst -Sci \
+project(DDS_LOBO_Test_Base_idl_gen) : taoidldefaults, anytypecode {
+ custom_only = 1
+ idlflags -= -St -Sa
+ idlflags += -SS -Gxhst \
-Wb,stub_export_macro=LISTEN_ONE_BY_ONE_TEST_BASE_STUB_Export \
-Wb,stub_export_include=LOBO_Test_Base_stub_export.h
IDL_Files {
LOBO_Test_Base.idl
}
+}
- opendds_ts_flags += --export=LISTEN_ONE_BY_ONE_TEST_BASE_STUB_Export
+project(DDS_LOBO_Test_Base_ndds_ts_gen) : ndds_ts_defaults {
+ custom_only = 1
+ after += DDS_LOBO_Test_Base_idl_gen
- DDSGenerator_Files {
+ NDDSTypeSupport_Files {
LOBO_Test_Base.idl
}
+}
+
+project(DDS_LOBO_Test_Base_NDDS_TS) : nddslib, taolib {
+ after += DDS_LOBO_Test_Base_ndds_ts_gen DDS_LOBO_Test_Base_stub
+ libs += DDS_LOBO_Test_Base_stub
+ libout = ../lib
+ libpaths += ../lib
+ sharedname = DDS_LOBO_Test_Base_NDDS_TS
+ dynamicflags = NDDS_USER_DLL_EXPORT
+
+ verbatim(gnuace, macros) {
+ override no_hidden_visibility = 1
+ }
Source_Files {
+ LOBO_Test_Base.cxx
+ LOBO_Test_BasePlugin.cxx
+ LOBO_Test_BaseSupport.cxx
+ }
+
+ Header_Files {
+ LOBO_Test_Base.h
+ LOBO_Test_BasePlugin.h
+ LOBO_Test_BaseSupport.h
+ }
+
+ Inline_Files {
}
}
+project(DDS_LOBO_Test_Base_stub) : ccm_stub {
+ after += DDS_LOBO_Test_Base_idl_gen
+ libout = ../lib
+ libpaths += ../lib
+ sharedname = DDS_LOBO_Test_Base_stub
+ dynamicflags = LISTEN_ONE_BY_ONE_TEST_BASE_STUB_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ LOBO_Test_BaseC.cpp
+ }
+
+ Header_Files {
+ LOBO_Test_BaseC.h
+ LOBO_Test_Base_stub_export.h
+ }
+
+ Inline_Files {
+ LOBO_Test_BaseC.inl
+ }
+}