summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector3/Connector3.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector3/Connector3.mpc')
-rw-r--r--modules/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector3/Connector3.mpc144
1 files changed, 144 insertions, 0 deletions
diff --git a/modules/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector3/Connector3.mpc b/modules/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector3/Connector3.mpc
new file mode 100644
index 00000000000..2e7e85481aa
--- /dev/null
+++ b/modules/CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector3/Connector3.mpc
@@ -0,0 +1,144 @@
+// $Id$
+
+project(DDS_SharedDP_Connector3_idl_gen) : connectoridldefaults, dds4ccm {
+ after += DDS4CCM_idl_gen
+ custom_only = 1
+ idlflags += -Wb,stub_export_macro=SHAREDDP_CONNECTOR3_STUB_Export \
+ -Wb,stub_export_include=Connector3_stub_export.h \
+ -Wb,skel_export_macro=SHAREDDP_CONNECTOR3_SVNT_Export \
+ -Wb,skel_export_include=Connector3_svnt_export.h \
+ -Wb,svnt_export_macro=SHAREDDP_CONNECTOR3_SVNT_Export \
+ -Wb,svnt_export_include=Connector3_svnt_export.h \
+ -Wb,conn_export_macro=SHAREDDP_CONNECTOR3_CONN_Export \
+ -Wb,conn_export_include=Connector3_conn_export.h \
+ -I ..
+
+ IDL_Files {
+ Connector3.idl
+ }
+}
+
+project(DDS_SharedDP_Connector3_lem_gen) : ciaoidldefaults, dds4ccm {
+ custom_only = 1
+ after += DDS_SharedDP_Connector3_idl_gen
+ idlflags += -Wb,stub_export_macro=SHAREDDP_CONNECTOR3_LEM_STUB_Export \
+ -Wb,stub_export_include=Connector3_lem_stub_export.h \
+ -SS -Gxhst \
+ -I ..
+
+ IDL_Files {
+ Connector3E.idl
+ }
+}
+
+project(DDS_SharedDP_Connector3_lem_stub) : ccm_svnt, dds4ccm_base {
+ after += DDS_SharedDP_Connector3_lem_gen DDS_SharedDP_Connector3_stub DDS_SharedDP_DDBase_stub DDS4CCM_lem_stub
+ libs += DDS_SharedDP_DDBase_stub DDS_Connector3_stub DDS4CCM_lem_stub
+ libpaths += ../lib
+ libout = ../lib
+ includes += ..
+ sharedname = DDS_Connector3_lem_stub
+ dynamicflags = SHAREDDP_CONNECTOR3_LEM_STUB_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ Connector3EC.cpp
+ }
+
+ Header_Files {
+ Connector3EC.h
+ Connector3_lem_stub_export.h
+ }
+
+ Inline_Files {
+ Connector3EC.inl
+ }
+}
+
+project(DDS_SharedDP_Connector3_stub) : ccm_stub, dds4ccm_base {
+ after += DDS_SharedDP_Connector3_idl_gen DDS_SharedDP_DDBase_stub
+ libs += DDS_SharedDP_DDBase_stub
+ libpaths += ../lib
+ libout = ../lib
+ includes += ..
+ sharedname = DDS_Connector3_stub
+ dynamicflags = SHAREDDP_CONNECTOR3_STUB_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ Connector3C.cpp
+ }
+
+ Header_Files {
+ Connector3C.h
+ Connector3_stub_export.h
+ }
+
+ Inline_Files {
+ Connector3C.inl
+ }
+}
+
+project(DDS_SharedDP_Connector3_exec) : ciao_executor, dds4ccm_impl {
+ after += DDS_SharedDP_Connector3_lem_stub DDS_SharedDP_Connector3_stub DDS4CCM_lem_stub DDS_SharedDP_DDBase_stub
+ sharedname = DDS_Connector3_exec
+ libs += DDS_Connector3_stub DDS_Connector3_lem_stub DDS_SharedDP_DDBase_stub DDS4CCM_lem_stub DDS_SharedDP_DDBase_stub
+ libpaths += ../lib
+ libout = ../lib
+ includes += ..
+ dynamicflags = SHAREDDP_CONNECTOR3_CONN_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ Connector3_conn.cpp
+ }
+
+ Header_Files {
+ Connector3_conn.h
+ Connector3_conn_export.h
+ }
+
+ Inline_Files {
+ }
+}
+
+
+project(DDS_SharedDP_Connector3_svnt) : ciao_servant, dds4ccm_impl {
+ after += DDS_SharedDP_Connector3_lem_stub DDS_SharedDP_Connector3_exec DDS_SharedDP_Connector3_stub DDS4CCM_lem_stub
+ sharedname = DDS_Connector3_svnt
+ libs += DDS_Connector3_stub \
+ DDS_Connector3_lem_stub \
+ DDS_SharedDP_DDBase_stub \
+ DDS_Connector3_exec \
+ DDS4CCM_lem_stub
+ libpaths += ../lib
+ libout = ../lib
+ includes += ..
+ dynamicflags = SHAREDDP_CONNECTOR3_SVNT_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ Connector3S.cpp
+ Connector3_svnt.cpp
+ }
+
+ Header_Files {
+ Connector3S.h
+ Connector3_svnt.h
+ Connector3_svnt_export.h
+ }
+
+ Inline_Files {
+ Connector3S.inl
+ }
+}
+
+