Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / examples / Persistent_Grid / Persistent_Grid.mpc
blobb6df6788444b5f4a69eaa4efedcc6c6666a71d90
1 // -*- MPC -*-
2 project(*IDL): taoidldefaults {
3   IDL_Files {
4     Grid.idl
5   }
6   custom_only = 1
9 project(*server): taoserver, utils, avoids_corba_e_micro, avoids_ace_for_tao {
10   after += *IDL
11   Source_Files {
12     Grid_i.cpp
13     Simple_util.cpp
14     server.cpp
15     GridS.cpp
16     GridC.cpp
17   }
18   IDL_Files {
19   }
22 project(*client): taoexe, utils, portableserver {
23   exename = client
24   after += *IDL
25   Source_Files {
26     GridC.cpp
27     Simple_util.cpp
28     Grid_Client_i.cpp
29     client.cpp
30   }
31   IDL_Files {
32   }
35 project(*persistent client): taoexe, utils, portableserver {
36   exename = persistent_client
37   after += *IDL
38   Source_Files {
39     GridC.cpp
40     Simple_util.cpp
41     Persistent_Client_i.cpp
42     persistent_client.cpp
43   }
44   IDL_Files {
45   }