summaryrefslogtreecommitdiff
path: root/ACE/TAO/CIAO/connectors/dds4ccm/tests/SetConnectorAttributes/Base/SetConnectorAttribute_Base.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/CIAO/connectors/dds4ccm/tests/SetConnectorAttributes/Base/SetConnectorAttribute_Base.mpc')
-rw-r--r--ACE/TAO/CIAO/connectors/dds4ccm/tests/SetConnectorAttributes/Base/SetConnectorAttribute_Base.mpc76
1 files changed, 76 insertions, 0 deletions
diff --git a/ACE/TAO/CIAO/connectors/dds4ccm/tests/SetConnectorAttributes/Base/SetConnectorAttribute_Base.mpc b/ACE/TAO/CIAO/connectors/dds4ccm/tests/SetConnectorAttributes/Base/SetConnectorAttribute_Base.mpc
new file mode 100644
index 00000000000..8376568d111
--- /dev/null
+++ b/ACE/TAO/CIAO/connectors/dds4ccm/tests/SetConnectorAttributes/Base/SetConnectorAttribute_Base.mpc
@@ -0,0 +1,76 @@
+// $Id$
+// This file is generated with "generate_component_mpc.pl -o ../lib -u DDS -n SetConnectorAttribute_Base"
+
+project(DDS_SCABase_idl_gen) : taoidldefaults, anytypecode {
+ custom_only = 1
+ idlflags -= -St -Sa
+ idlflags += -SS -Gxhst \
+ -Wb,stub_export_macro=SETCONNECTORATTRIBUTE_BASE_STUB_Export \
+ -Wb,stub_export_include=SetConnectorAttribute_Base_stub_export.h
+
+ IDL_Files {
+ SetConnectorAttribute_Base.idl
+ }
+}
+
+project(DDS_SCABase_ndds_ts_gen) : ndds_ts_defaults {
+ custom_only = 1
+ after += DDS_SCABase_idl_gen
+
+ NDDSTypeSupport_Files {
+ SetConnectorAttribute_Base.idl
+ }
+}
+
+project(DDS_SCABase_NDDS_TS) : nddslib, taolib {
+ after += DDS_SCABase_ndds_ts_gen DDS_SCABase_stub
+ libs += DDS_SCABase_stub
+ libout = ../lib
+ libpaths += ../lib
+ sharedname = DDS_SCABase_NDDS_TS
+ dynamicflags = NDDS_USER_DLL_EXPORT
+
+ verbatim(gnuace, macros) {
+ override no_hidden_visibility = 1
+ }
+
+ Source_Files {
+ SetConnectorAttribute_Base.cxx
+ SetConnectorAttribute_BasePlugin.cxx
+ SetConnectorAttribute_BaseSupport.cxx
+ }
+
+ Header_Files {
+ SetConnectorAttribute_Base.h
+ SetConnectorAttribute_BasePlugin.h
+ SetConnectorAttribute_BaseSupport.h
+ }
+
+ Inline_Files {
+ }
+}
+
+project(DDS_SCABase_stub) : ccm_stub {
+ after += DDS_SCABase_idl_gen
+ libout = ../lib
+ libpaths += ../lib
+ sharedname = DDS_SCABase_stub
+ dynamicflags = SETCONNECTORATTRIBUTE_BASE_STUB_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ SetConnectorAttribute_BaseC.cpp
+ }
+
+ Header_Files {
+ SetConnectorAttribute_BaseC.h
+ SetConnectorAttribute_Base_stub_export.h
+ }
+
+ Inline_Files {
+ SetConnectorAttribute_BaseC.inl
+ }
+}
+