// -*- MPC -*- project(*idl): taoidldefaults, ami { IDL_Files { ami_test.idl } custom_only = 1 } project(*Server): taoserver, messaging, ami { after += *idl Source_Files { ami_test_i.cpp ami_testS.cpp ami_testC.cpp server.cpp } IDL_Files { } } project(*Client): messaging, taoserver, ami { exename = client after += *idl Source_Files { client.cpp ami_testS.cpp ami_testC.cpp } IDL_Files { } } project(*Simple Client): messaging, taoserver, ami { exename = simple_client after += *idl Source_Files { simple_client.cpp ami_testS.cpp ami_testC.cpp } IDL_Files { } }