summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/POA/Implicit_Activation/Implicit_Activation.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/POA/Implicit_Activation/Implicit_Activation.mpc')
-rw-r--r--TAO/performance-tests/POA/Implicit_Activation/Implicit_Activation.mpc56
1 files changed, 56 insertions, 0 deletions
diff --git a/TAO/performance-tests/POA/Implicit_Activation/Implicit_Activation.mpc b/TAO/performance-tests/POA/Implicit_Activation/Implicit_Activation.mpc
new file mode 100644
index 00000000000..7e6e57c1719
--- /dev/null
+++ b/TAO/performance-tests/POA/Implicit_Activation/Implicit_Activation.mpc
@@ -0,0 +1,56 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+ idlflags += -Sa -St
+
+ IDL_Files {
+ Test.idl
+ }
+
+ custom_only = 1
+}
+
+project(*server): taoserver {
+ after += *idl
+
+ Source_Files {
+ TestC.cpp
+ TestS.cpp
+ Factory.cpp
+ Simple.cpp
+ server.cpp
+ }
+
+ IDL_Files {
+ }
+}
+
+project(*client): taoclient {
+ avoids += ace_for_tao
+ after += *idl
+
+ Source_Files {
+ TestC.cpp
+ client.cpp
+ }
+
+ IDL_Files {
+ }
+}
+
+project(*collocated): taoserver {
+ avoids += ace_for_tao
+ after += *idl
+ exename = collocated
+ Source_Files {
+ TestC.cpp
+ TestS.cpp
+ Simple.cpp
+ collocated.cpp
+ }
+
+ IDL_Files {
+ }
+}
+