// -*- MPC -*- // $Id$ project(*IDL): taoidldefaults { IDL_Files { test.idl } custom_only = 1 } project(*Receiver): taoserver { avoids += ace_for_tao after += *IDL exename = receiver Source_Files { receiver.cpp testS.cpp testC.cpp } IDL_Files { } } project(*Distributor): rt_server { after += *IDL exename = distributor Source_Files { distributor.cpp testS.cpp testC.cpp } IDL_Files { } } project(*Sender): rt_client { avoids += ace_for_tao after += *IDL specific (automake ) { includes += $(srcdir)/../../tests/RTCORBA/Diffserv } else { includes += ../../tests/RTCORBA/Diffserv } Source_Files { sender.cpp testC.cpp } IDL_Files { } }