summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI_Timeouts/AMI_Timeouts.mpc
blob: e064d725fd226e6053dd1baedd54e24d1892f499 (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
35
36
// -*- MPC -*-
// $Id$

project(*idl): taoidldefaults, ami {
  IDL_Files {
    timeout.idl
  }
  custom_only = 1
}

project(*Server): taoserver, ami {
  after += *idl
  Source_Files {
    timeout_i.cpp
    timeout_client.cpp
    server.cpp
    timeoutS.cpp
    timeoutC.cpp
  }
  IDL_Files {
  }
}

project(*Client): taoserver, ami {
  after += *idl
  exename = client
  Source_Files {
    timeout_i.cpp
    timeout_client.cpp
    client.cpp
    timeoutS.cpp
    timeoutC.cpp
  }
  IDL_Files {
  }
}