summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/ResetTopic/UpdateListen/Receiver/UL_ResetTopic_Receiver.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/ResetTopic/UpdateListen/Receiver/UL_ResetTopic_Receiver.mpc')
-rw-r--r--CIAO/connectors/dds4ccm/tests/ResetTopic/UpdateListen/Receiver/UL_ResetTopic_Receiver.mpc160
1 files changed, 0 insertions, 160 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/ResetTopic/UpdateListen/Receiver/UL_ResetTopic_Receiver.mpc b/CIAO/connectors/dds4ccm/tests/ResetTopic/UpdateListen/Receiver/UL_ResetTopic_Receiver.mpc
deleted file mode 100644
index 355adcd4f08..00000000000
--- a/CIAO/connectors/dds4ccm/tests/ResetTopic/UpdateListen/Receiver/UL_ResetTopic_Receiver.mpc
+++ /dev/null
@@ -1,160 +0,0 @@
-project (UL_ResetTopicReceiver_idl_gen) : componentidldefaults, dds4ccm {
- custom_only = 1
- after += UL_ResetTopicConnector_idl_gen
- idlflags += -Wb,stub_export_macro=RECEIVER_STUB_Export \
- -Wb,stub_export_include=Receiver_stub_export.h \
- -Wb,skel_export_macro=RECEIVER_SVNT_Export \
- -Wb,skel_export_include=Receiver_svnt_export.h \
- -Wb,svnt_export_macro=RECEIVER_SVNT_Export \
- -Wb,svnt_export_include=Receiver_svnt_export.h \
- -Wb,exec_export_macro=RECEIVER_EXEC_Export \
- -Wb,exec_export_include=Receiver_exec_export.h \
- -I..
- IDL_Files {
- UL_ResetTopic_Receiver.idl
- }
-}
-
-project (UL_ResetTopicReceiver_lem_gen) : ciaoidldefaults, dds4ccm {
- after += UL_ResetTopicReceiver_idl_gen
- custom_only = 1
- idlflags += -Wb,stub_export_macro=RECEIVER_LEM_STUB_Export \
- -Wb,stub_export_include=Receiver_lem_stub_export.h \
- -SS -Gxhst -I..
-
- IDL_Files {
- UL_ResetTopic_ReceiverE.idl
- }
-}
-
-project (UL_ResetTopicReceiver_lem_stub) : ccm_svnt, dds4ccm_base {
- after += UL_ResetTopicReceiver_lem_gen UL_ResetTopicReceiver_stub UL_ResetTopicConnector_stub UL_ResetTopicBase_stub
- libs += Receiver_stub UL_ResetTopicConnector_stub UL_ResetTopicBase_stub
- libpaths += ../lib
- libout = ../lib
- includes += ..
- sharedname = Receiver_lem_stub
- dynamicflags += RECEIVER_LEM_STUB_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- UL_ResetTopic_ReceiverEC.cpp
- }
-
- Header_Files {
- UL_ResetTopic_ReceiverEC.h
- Receiver_lem_stub_export.h
- }
-
- Inline_Files {
- UL_ResetTopic_ReceiverEC.inl
- }
-}
-
-project (UL_ResetTopicReceiver_stub) : ccm_stub, dds4ccm_base {
- after += UL_ResetTopicReceiver_idl_gen UL_ResetTopicConnector_stub UL_ResetTopicBase_stub UL_ResetTopicConnector_lem_gen
- libs += UL_ResetTopicConnector_stub UL_ResetTopicBase_stub
- libpaths += ../lib
- libout = ../lib
- includes += ..
- sharedname = Receiver_stub
- dynamicflags += RECEIVER_STUB_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- UL_ResetTopic_ReceiverC.cpp
- }
-
- Header_Files {
- UL_ResetTopic_ReceiverC.h
- Receiver_stub_export.h
- }
-
- Inline_Files {
- UL_ResetTopic_ReceiverC.inl
- }
-}
-
-project (UL_ResetTopicReceiver_exec) : ciao_executor, dds4ccm_lem_stub {
- after += UL_ResetTopicReceiver_lem_stub UL_ResetTopicReceiver_stub \
- UL_ResetTopicBase_stub UL_ResetTopicConnector_stub \
- UL_ResetTopicConnector_lem_stub
- sharedname = Receiver_exec
- libs += Receiver_stub Receiver_lem_stub UL_ResetTopicBase_stub \
- UL_ResetTopicConnector_stub UL_ResetTopicConnector_lem_stub
- libpaths += ../lib
- libout = ../lib
- includes += ..
- dynamicflags += RECEIVER_EXEC_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- UL_ResetTopic_Receiver_exec.cpp
- }
-
- Header_Files {
- UL_ResetTopic_Receiver_exec.h
- Receiver_exec_export.h
- }
-
- Inline_Files {
- }
-}
-
-
-project (UL_ResetTopicReceiver_svnt) : ciao_servant, dds4ccm_lem_stub, dds4ccm_skel {
- after += UL_ResetTopicReceiver_lem_stub UL_ResetTopicBase_stub UL_ResetTopicConnector_stub UL_ResetTopicConnector_svnt UL_ResetTopicReceiver_exec UL_ResetTopicConnector_lem_stub
- sharedname = Receiver_svnt
- libs += Receiver_stub Receiver_lem_stub UL_ResetTopicBase_stub UL_ResetTopicConnector_stub UL_ResetTopicConnector_svnt Receiver_exec UL_ResetTopicConnector_lem_stub
- libpaths += ../lib
- libout = ../lib
- includes += ..
- dynamicflags += RECEIVER_SVNT_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- UL_ResetTopic_ReceiverS.cpp
- UL_ResetTopic_Receiver_svnt.cpp
- }
-
- Header_Files {
- UL_ResetTopic_ReceiverS.h
- UL_ResetTopic_Receiver_svnt.h
- Receiver_svnt_export.h
- }
-
- Inline_Files {
- }
-}
-
-project (UL_ResetTopicReceiver_Driver) : ccm_stub, valuetype, dds4ccm_lem_stub {
- exename = ReceiverDriver
- after += UL_ResetTopicReceiver_stub UL_ResetTopicConnector_stub
- libs += Receiver_stub UL_ResetTopicBase_stub UL_ResetTopicConnector_stub
-
- includes += ..
- libpaths += ../lib
-
- exeout = ../lib
- IDL_Files {
- }
-
- Source_Files {
- ReceiverDriver.cpp
- }
-
- Header_Files {
- }
-
- Inline_Files {
- }
-}
-