summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/MT_Cubit/MT_Cubit.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Cubit/TAO/MT_Cubit/MT_Cubit.mpc')
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/MT_Cubit.mpc49
1 files changed, 49 insertions, 0 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/MT_Cubit.mpc b/TAO/performance-tests/Cubit/TAO/MT_Cubit/MT_Cubit.mpc
new file mode 100644
index 00000000000..53a781ee070
--- /dev/null
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/MT_Cubit.mpc
@@ -0,0 +1,49 @@
+// -*- MPC -*-
+// $Id$
+
+project(*IDL): taoidldefaults, strategies {
+ IDL_Files {
+ cubit.idl
+ }
+ custom_only = 1
+}
+
+project(*server): taoexe, utils, portableserver, strategies, avoids_corba_e_micro {
+ after += *IDL
+
+ Source_Files {
+ Timer.cpp
+ Cubit_Task.cpp
+ Globals.cpp
+ cubit_i.cpp
+ server.cpp
+ cubitS.cpp
+ cubitC.cpp
+ }
+
+ IDL_Files {
+ }
+}
+
+project(*client): taoexe, utils, portableserver, strategies, avoids_corba_e_micro {
+ after += *IDL
+ avoids += ace_for_tao
+ Source_Files {
+ Timer.cpp
+ Globals.cpp
+ cubit_i.cpp
+ Cubit_Task.cpp
+ Util_Thread.cpp
+ Task_Client.cpp
+ client.cpp
+ cubitS.cpp
+ cubitC.cpp
+ }
+
+ IDL_Files {
+ }
+
+ verbatim(gnuace, local) {
+ LDLIBS += $(MATHLIB)
+ }
+}