summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_AMI/Big_AMI.mpc
blob: 2493ddfb82547f5685cf990d840c7e7d97f130e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- MPC -*-
// $Id$

project(*Server): taoserver, messaging, ami {
  Source_Files {
    ami_test_i.cpp
    server.cpp
  }
}

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