summaryrefslogtreecommitdiff
path: root/modules/CIAO/connectors/dds4ccm/tests/PSAT/ccm_dds_psat.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/connectors/dds4ccm/tests/PSAT/ccm_dds_psat.mpc')
-rw-r--r--modules/CIAO/connectors/dds4ccm/tests/PSAT/ccm_dds_psat.mpc112
1 files changed, 112 insertions, 0 deletions
diff --git a/modules/CIAO/connectors/dds4ccm/tests/PSAT/ccm_dds_psat.mpc b/modules/CIAO/connectors/dds4ccm/tests/PSAT/ccm_dds_psat.mpc
new file mode 100644
index 00000000000..055dcef26ee
--- /dev/null
+++ b/modules/CIAO/connectors/dds4ccm/tests/PSAT/ccm_dds_psat.mpc
@@ -0,0 +1,112 @@
+// $Id$
+
+project (DDS_CCM_Example_PSAT_stub) : taoidldefaults, anytypecode, dds4ccm_ts_default, dds4ccm_impl, ccm_stub {
+ requires += dummy_label
+ sharedname = DDS_CCM_Example_PSAT_stub
+ dynamicflags += CCM_DDS_PSAT_STUB_BUILD_DLL
+ libout = lib
+
+ idlflags += -Wb,stub_export_macro=CCM_DDS_PSAT_STUB_Export \
+ -Wb,stub_export_include=ccm_dds_psat_stub_export.h
+
+ IDL_Files {
+ idlflags += -Gxhst
+ ccm_dds_psat.idl
+ }
+
+ opendds_ts_flags += --export=CCM_DDS_PSAT_STUB_Export
+ ndds_ts_flags += -I $(CIAO_ROOT)/connectors/dds4ccm/idl
+ DDSGenerator_Files {
+ ccm_dds_psat.idl
+ }
+ includes += -I $(CIAO_ROOT)/connectors/dds4ccm/idl
+
+ Source_Files {
+ }
+}
+
+project(DDS_PSAT_Connector_idl_gen) : connectoridldefaults, dds4ccm {
+ after += DDS4CCM_idl_gen
+ custom_only = 1
+ idlflags += -Wb,stub_export_macro=CSL_DEADLINETEST_CONNECTOR_STUB_Export \
+ -Wb,stub_export_include=ccm_dds_psat_stub_export.h \
+ -Wb,skel_export_macro=CSL_DEADLINETEST_CONNECTOR_SVNT_Export \
+ -Wb,skel_export_include=ccm_dds_psat_svnt_export.h \
+ -Wb,svnt_export_macro=CSL_DEADLINETEST_CONNECTOR_SVNT_Export \
+ -Wb,svnt_export_include=ccm_dds_psat_svnt_export.h \
+ -Wb,conn_export_macro=CSL_DEADLINETEST_CONNECTOR_CONN_Export \
+ -Wb,conn_export_include=ccm_dds_psat_conn_export.h \
+ -I ..
+
+ IDL_Files {
+ ccm_dds_psat.idl
+ }
+}
+
+project(DDS_PSAT_Connector_lem_gen) : ciaoidldefaults, dds4ccm {
+ custom_only = 1
+ after += DDS_PSAT_Connector_idl_gen
+ idlflags += -Wb,stub_export_macro=CSL_DEADLINETEST_CONNECTOR_LEM_STUB_Export \
+ -Wb,stub_export_include=ccm_dds_psat_lem_stub_export.h \
+ -SS -Gxhst \
+ -I ..
+
+ IDL_Files {
+ ccm_dds_psatE.idl
+ }
+}
+
+project(DDS_PSAT_Connector_lem_stub) : ccm_svnt, dds4ccm_base {
+ requires += dummy_label
+ after += DDS_PSAT_Connector_lem_gen DDS_CCM_PSAT_Test_stub DDS4CCM_lem_stub
+ libs += DDS_CCM_PSAT_Test_stub DDS4CCM_lem_stub
+ libpaths += lib
+ libout = lib
+ includes += ..
+ sharedname = DDS_PSAT_Connector_lem_stub
+ dynamicflags = CSL_DEADLINETEST_CONNECTOR_LEM_STUB_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ ccm_dds_psatEC.cpp
+ }
+
+ Header_Files {
+ ccm_dds_psatEC.h
+ ccm_dds_psat_lem_stub_export.h
+ }
+
+ Inline_Files {
+ ccm_dds_psatEC.inl
+ }
+}
+
+project(DDS_CCM_PSAT_Test_stub) : ccm_stub, dds4ccm_base {
+ requires += dummy_label
+ after += DDS_PSAT_Connector_idl_gen
+ libs +=
+ libpaths += lib
+ libout = lib
+ includes += -I $(CIAO_ROOT)/connectors/dds4ccm/idl
+ sharedname = DDS_CCM_PSAT_Test_stub
+ dynamicflags = CSL_DEADLINETEST_CONNECTOR_STUB_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ ccm_dds_psatC.cpp
+ }
+
+ Header_Files {
+ ccm_dds_psatC.h
+ ccm_dds_psat_stub_export.h
+ }
+
+ Inline_Files {
+ ccm_dds_psatC.inl
+ }
+}
+