// -*- MPC -*- // $Id$ project(*idl): taoidldefaults { IDL_Files { test.idl } custom_only = 1 } project(*client) : taoexe, portableserver, rtcorba, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro { after += *idl source_files { client.cpp Custom_Network_Priority_Mapping.cpp } source_files { testC.cpp } IDL_Files { } } project(*server) : taoexe, rtportableserver, rtcorba, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro { after += *idl after += *client source_files { server.cpp Custom_Network_Priority_Mapping.cpp } source_files { testC.cpp testS.cpp } IDL_Files { } }