Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / orbsvcs / examples / ORT / ORT.mpc
blob82ee26dc2f29497e439eaeaa40d8d641be6162e0
1 project(*idl): taoidldefaults, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
2   idl_files {
3     Gateway.idl
4     ObjectReferenceFactory.idl
5     sum_server.idl
6   }
7   custom_only = 1
10 project(*Gateway) : orbsvcsexe, dynamicinterface, ifr_client, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
11   after   += *idl
12   exename  = gateway_server
14   source_files {
15     GatewayC.cpp
16     GatewayS.cpp
17     gateway_server.cpp
18     Gateway_i.cpp
19     Object_Factory_i.cpp
20   }
21   idl_files {
22   }
25 project(*Server) : orbsvcsexe, dynamicinterface, ifr_client, avoids_minimum_corba, iorinterceptor, avoids_corba_e_compact, avoids_corba_e_micro {
26   exename   = server
27   after += *idl
28   source_files {
29     server.cpp
30     GatewayC.cpp
31     Gateway_ObjRef_Factory.cpp
32     sum_serverC.cpp
33     sum_serverS.cpp
34     sum_server_i.cpp
35     Server_IORInterceptor_ORBInitializer.cpp
36     Server_IORInterceptor.cpp
37     ObjectReferenceFactoryC.cpp
38   }
39   idl_files {
40   }
43 project(*Client) : orbsvcsexe, event, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
44   after   += *idl
45   exename  = client
46   source_files {
47     client.cpp
48     sum_serverC.cpp
49   }
50   idl_files {
51   }