ACE+TAO-6_5_17
[ACE_TAO.git] / TAO / tests / Portable_Interceptors / AMI / PI_AMI.mpc
blob6cb3839bf8dcd86ccfb66b8380b3a75a113d03a7
1 // -*- MPC -*-
2 project(*idl): taoidldefaults, ami {
3   IDL_Files {
4     Test.idl
5   }
6   custom_only = 1
9 project(*Client) : taoserver, ami, pi, interceptors {
10   exename = client
11   after += *idl
12   source_files {
13     TestC.cpp
14     TestS.cpp
15     client.cpp
16     Client_Interceptor.cpp
17     Client_ORBInitializer.cpp
18     Echo_Handler.cpp
19   }
20   IDL_Files {
21   }
24 project(*server) : taoserver, ami, pi_server, interceptors {
25   exename = server
26   after += *idl
27   after += *Client
28   source_files {
29     TestC.cpp
30     TestS.cpp
31     server.cpp
32     Server_Interceptor.cpp
33     Server_ORBInitializer.cpp
34     Echo.cpp
35   }
36   IDL_Files {
37   }