Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tests / LongUpcalls / LongUpcalls.mpc
bloba94a613dd27c5043b3e2c7f27cf41f52c54eb878
1 // -*- MPC -*-
2 project(*idl): taoidldefaults, ami {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project(*Server): taoserver, messaging, ami {
10   exename = blocking_server
11   after += *idl
12   Source_Files {
13     Manager.cpp
14     blocking_server.cpp
15   }
16   Source_Files {
17     TestC.cpp
18     TestS.cpp
19   }
20   IDL_Files {
21   }
24 project(*Client): messaging, taoserver, ami {
25   exename = blocking_client
26   after += *idl
27   Source_Files {
28     Controller.cpp
29     blocking_client.cpp
30   }
31   Source_Files {
32     TestC.cpp
33     TestS.cpp
34   }
35   IDL_Files {
36   }
39 project(*AMI_Server): taoserver, messaging, ami {
40   exename = ami_server
41   after += *idl
42   Source_Files {
43     AMI_Manager.cpp
44     ami_server.cpp
45   }
46   Source_Files {
47     TestC.cpp
48     TestS.cpp
49   }
50   IDL_Files {
51   }
54 project(*AMI_Client): messaging, taoserver, ami {
55   exename = ami_client
56   after += *idl
57   Source_Files {
58     Controller.cpp
59     Manager_Handler.cpp
60     ami_client.cpp
61   }
62   Source_Files {
63     TestC.cpp
64     TestS.cpp
65   }
66   IDL_Files {
67   }