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.mpc82
1 files changed, 82 insertions, 0 deletions
diff --git a/CIAO/performance-tests/Protocols/Sender/Sender.mpc b/CIAO/performance-tests/Protocols/Sender/Sender.mpc
new file mode 100644
index 00000000000..2f65f552b5b
--- /dev/null
+++ b/CIAO/performance-tests/Protocols/Sender/Sender.mpc
@@ -0,0 +1,82 @@
+// $Id$
+// This file is generated with "generate_component_mpc.pl -p Protocols Sender"
+
+project(Protocols_Sender_stub): ciao_client_dnc {
+ avoids += ace_for_tao
+ libs += Protocols_stub
+ after += Protocols_stub
+ sharedname = Protocols_Sender_stub
+ idlflags -= -GT
+ idlflags += -St \
+ -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
+ dynamicflags = SENDER_STUB_BUILD_DLL
+
+ IDL_Files {
+ Sender.idl
+ }
+
+ Source_Files {
+ SenderC.cpp
+ }
+
+ Header_Files {
+ Sender_stub_export.h
+ }
+}
+
+project(Protocols_Sender_svnt) : ciao_servant_dnc {
+ avoids += ace_for_tao
+ after += Protocols_skel Protocols_Sender_stub
+ sharedname = Protocols_Sender_svnt
+ libs += Protocols_Sender_stub Protocols_stub Protocols_skel
+ idlflags -= -GT
+ idlflags += -SS -St \
+ -Wb,export_macro=SENDER_SVNT_Export \
+ -Wb,export_include=Sender_svnt_export.h
+ dynamicflags = SENDER_SVNT_BUILD_DLL
+
+ CIDL_Files {
+ Sender.cidl
+ }
+
+ IDL_Files {
+ SenderE.idl
+ }
+
+ Source_Files {
+ SenderEC.cpp
+ SenderS.cpp
+ Sender_svnt.cpp
+ }
+
+ Header_Files {
+ Sender_svnt_export.h
+ }
+}
+
+
+project(Protocols_Sender_exec) : ciao_component_dnc, rtcorba {
+ avoids += ace_for_tao
+ after += Protocols_Sender_svnt
+ sharedname = Protocols_Sender_exec
+ libs += Protocols_Sender_stub Protocols_Sender_svnt Protocols_stub Protocols_skel
+ includes += $(TAO_ROOT)/tests/RTCORBA/Diffserv
+ dynamicflags = SENDER_EXEC_BUILD_DLL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ Sender_exec.cpp
+ }
+
+ Header_Files {
+ Sender_exec_export.h
+ }
+}
+
+
+