summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_AMI/Big_AMI.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Big_AMI/Big_AMI.mpc')
-rw-r--r--TAO/tests/Big_AMI/Big_AMI.mpc34
1 files changed, 34 insertions, 0 deletions
diff --git a/TAO/tests/Big_AMI/Big_AMI.mpc b/TAO/tests/Big_AMI/Big_AMI.mpc
new file mode 100644
index 00000000000..106dd5900d8
--- /dev/null
+++ b/TAO/tests/Big_AMI/Big_AMI.mpc
@@ -0,0 +1,34 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults, ami {
+ IDL_Files {
+ ami_test.idl
+ }
+ custom_only = 1
+}
+
+project(*Server): taoserver, messaging, ami {
+ after += *idl
+ Source_Files {
+ ami_test_i.cpp
+ ami_testC.cpp
+ ami_testS.cpp
+ server.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): taoserver, messaging, ami {
+ exename = client
+ after += *idl
+ after += *Server
+ Source_Files {
+ ami_testC.cpp
+ ami_testS.cpp
+ client.cpp
+ }
+ IDL_Files {
+ }
+}