// -*- MPC -*- // $Id$ project(*Perf_IDL): taoidldefaults, strategies { IDL_Files { callback.idl } custom_only = 1 } project(*server): taoserver, messaging, strategies { after += *Perf_IDL avoids += ace_for_tao Source_Files { Server_i.cpp server.cpp callbackS.cpp callbackC.cpp } IDL_Files { } } project(*client): taoexe, messaging, portableserver, strategies { after += *Perf_IDL avoids += ace_for_tao Source_Files { Callback_i.cpp client.cpp callbackS.cpp callbackC.cpp } IDL_Files { } }