// -*- MPC -*- // $Id$ project(*IDL): taoidldefaults, ami { IDL_Files { test.idl } custom_only = 1 } project(*Server): messaging, taoserver, ami { exename = server after += *IDL Source_Files { test_i.cpp server.cpp testS.cpp testC.cpp } IDL_Files { } } project(*Client): messaging, taoserver, ami { exename = client after += *IDL Source_Files { client.cpp testS.cpp testC.cpp } IDL_Files { } }