Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / AMI_Timeouts / AMI_Timeouts.mpc
blob42e1f0383ca2282fff11256365fa3e1ab8564aa9
1 // -*- MPC -*-
2 project(*idl): taoidldefaults, ami {
3   IDL_Files {
4     timeout.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver, ami {
10   after += *idl
11   Source_Files {
12     timeout_i.cpp
13     timeout_client.cpp
14     server.cpp
15     timeoutS.cpp
16     timeoutC.cpp
17   }
18   IDL_Files {
19   }
22 project(*Client): taoserver, ami {
23   after += *idl
24   exename = client
25   Source_Files {
26     timeout_i.cpp
27     timeout_client.cpp
28     client.cpp
29     timeoutS.cpp
30     timeoutC.cpp
31   }
32   IDL_Files {
33   }