// -*- MPC -*- // $Id$ project(*Server): taoserver, messaging, minimum_corba, dynamicinterface { Source_Files { test_i.cpp server.cpp } } project(*Client): taoclient, messaging, minimum_corba, dynamicinterface { after += *Server Source_Files { testC.cpp client.cpp } } project(*Gateway): taoexe, portableserver, messaging, minimum_corba, dynamicinterface { after += *Client Source_Files { test_dsi.cpp gateway.cpp } }