Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / TAO / examples / Content_Server / AMI_Iterator / AMI_Iterator.mpc
blobdda94ad27953ab5768e92297047aa87d1325e243
1 // -*- MPC -*-
2 project(*IDL): taoidldefaults, ami {
3   IDL_Files {
4     Web_Server.idl
5   }
6   custom_only = 1
9 project(*Server): messaging, taoserver, ami, namingexe {
10   exename = server
11   after += *IDL
12   avoids += ace_for_tao
13   Source_Files {
14     Web_ServerS.cpp
15     Web_ServerC.cpp
16     Content_Iterator_i.cpp
17     Iterator_Factory_i.cpp
18     server.cpp
19   }
20   IDL_Files {
21   }
24 project(*Client): messaging, taoserver, ami, namingexe {
25   exename = client
26   after += *IDL
27   avoids += ace_for_tao
28   Source_Files {
29     Web_ServerS.cpp
30     Web_ServerC.cpp
31     client.cpp
32     Iterator_Handler.cpp
33   }
34   IDL_Files {
35   }