summaryrefslogtreecommitdiff
path: root/modules/TAO/tests/AMI_CCM/ami_ccm.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/TAO/tests/AMI_CCM/ami_ccm.mpc')
-rw-r--r--modules/TAO/tests/AMI_CCM/ami_ccm.mpc33
1 files changed, 33 insertions, 0 deletions
diff --git a/modules/TAO/tests/AMI_CCM/ami_ccm.mpc b/modules/TAO/tests/AMI_CCM/ami_ccm.mpc
new file mode 100644
index 00000000000..25fed969ce7
--- /dev/null
+++ b/modules/TAO/tests/AMI_CCM/ami_ccm.mpc
@@ -0,0 +1,33 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults, ami {
+ IDL_Files {
+ ami_msm.idl
+ }
+ custom_only = 1
+}
+
+project(*Server): taoserver, messaging, ami {
+ after += *idl
+ Source_Files {
+ ami_msm_i.cpp
+ ami_msmC.cpp
+ ami_msmS.cpp
+ server.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): messaging, taoserver, ami {
+ exename = client
+ after += *idl
+ Source_Files {
+ client.cpp
+ ami_msmS.cpp
+ ami_msmC.cpp
+ }
+ IDL_Files {
+ }
+}