summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_AMI/Big_AMI.mpc
blob: 106dd5900d871006edfcb58bae0b546d6e926fed (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
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 {
  }
}