summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Protocols/Sender/Sender.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/performance-tests/Protocols/Sender/Sender.mpc')
-rw-r--r--CIAO/performance-tests/Protocols/Sender/Sender.mpc114
1 files changed, 0 insertions, 114 deletions
diff --git a/CIAO/performance-tests/Protocols/Sender/Sender.mpc b/CIAO/performance-tests/Protocols/Sender/Sender.mpc
deleted file mode 100644
index 8ef297b7060..00000000000
--- a/CIAO/performance-tests/Protocols/Sender/Sender.mpc
+++ /dev/null
@@ -1,114 +0,0 @@
-// This file is generated with "generate_component_mpc.pl -p Protocols Sender"
-
-project(Protocols_Sender_idl_gen) : componentidldefaults {
- custom_only = 1
- idlflags += -Wb,stub_export_macro=SENDER_STUB_Export \
- -Wb,stub_export_include=Sender_stub_export.h \
- -Wb,skel_export_macro=SENDER_SVNT_Export \
- -Wb,skel_export_include=Sender_svnt_export.h \
- -Wb,exec_export_macro=SENDER_EXEC_Export \
- -Wb,exec_export_include=Sender_exec_export.h
-
- IDL_Files {
- Sender.idl
- }
-}
-
-project(Protocols_Sender_lem_gen) : ciaoidldefaults {
- custom_only = 1
- after += Protocols_Sender_idl_gen
- idlflags += -Wb,export_macro=SENDER_EXEC_Export \
- -Wb,export_include=Sender_exec_export.h \
- -SS
-
- IDL_Files {
- SenderE.idl
- }
-}
-
-project(Protocols_Sender_stub) : ccm_stub {
- after += Protocols_Sender_idl_gen Protocols_stub
- libs += Protocols_stub
- libpaths += ../common
-
- sharedname = Protocols_Sender_stub
- dynamicflags += SENDER_STUB_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- SenderC.cpp
- }
-
- Header_Files {
- SenderC.h
- Sender_stub_export.h
- }
-
- Inline_Files {
- SenderC.inl
- }
-}
-
-project(Protocols_Sender_exec) : ciao_executor, rtcorba, avoids_ace_for_tao {
- after += Protocols_Sender_lem_gen Protocols_Sender_stub
- sharedname = Protocols_Sender_exec
- libs += Protocols_Sender_stub \
- Protocols_stub
- libpaths += ../common
- includes += $(TAO_ROOT)/tests/RTCORBA/Diffserv
- dynamicflags += SENDER_EXEC_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- Custom_Network_Priority_Mapping.cpp
- SenderEC.cpp
- Sender_exec.cpp
- }
-
- Header_Files {
- Custom_Network_Priority_Mapping.h
- SenderEC.h
- Sender_exec.h
- Sender_exec_export.h
- }
-
- Inline_Files {
- SenderEC.inl
- }
-}
-
-
-project(Protocols_Sender_svnt) : ciao_servant, avoids_ace_for_tao {
- after += Protocols_skel Protocols_Sender_exec
- sharedname = Protocols_Sender_svnt
- libs += Protocols_Sender_exec \
- Protocols_Sender_stub \
- Protocols_skel \
- Protocols_stub
- libpaths += ../common
-
- dynamicflags += SENDER_SVNT_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- SenderS.cpp
- Sender_svnt.cpp
- }
-
- Header_Files {
- SenderS.h
- Sender_svnt.h
- Sender_svnt_export.h
- }
-
- Inline_Files {
- }
-}
-
-