// -*- MPC -*- // $Id$ project(*idl): taoidldefaults { IDL_Files { test.idl } custom_only = 1 } project(*server): portableserver, orbsvcsexe, iormanip, messaging, minimum_corba { after += *idl Source_Files { test_i.cpp testS.cpp testC.cpp server.cpp } IDL_Files { } } project(*Manager): portableserver, orbsvcsexe, iormanip, ftorb, minimum_corba { after += *idl Source_Files { testC.cpp Manager.cpp } IDL_Files { } }