summaryrefslogtreecommitdiff
path: root/modules/TAO/tests/AMI_CCM/ami_ccm.mpc
blob: 25fed969ce775faad900ded43d7bfccb59bf3bc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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 {
  }
}