summaryrefslogtreecommitdiff
path: root/modules/TAO/tests/AMI_CCM/ami_ccm.mpc
blob: 5dbdbdb37a7c731edf9d5079cdc1bbc5173348c1 (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_ccm.idl
  }
  custom_only = 1
}

project(*Server): taoserver, messaging, ami {
  after += *idl
  Source_Files {
    ami_ccm_i.cpp
    ami_ccmC.cpp
    ami_ccmS.cpp
    server.cpp
  }
  IDL_Files {
  }
}

project(*Client): messaging, taoserver, ami {
  exename = client
  after += *idl
  Source_Files {
    client.cpp
    ami_ccmS.cpp
    ami_ccmC.cpp
  }
  IDL_Files {
  }
}