summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_AMI/Big_AMI.mpc
blob: 54e3268e74e343f94518e467351aad7a7051067d (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_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
  Source_Files {
    ami_testC.cpp
    ami_testS.cpp
    client.cpp
  }
  IDL_Files {
  }
}