// -*- MPC -*- // $Id$ project(*Server): taoserver, minimum_corba { IDL_Files { test.idl } Source_Files { testC.cpp testS.cpp test_i.cpp server.cpp } } project(*Middle): taoexe, portableserver, minimum_corba { after += *Server IDL_Files { test.idl } Source_Files { testC.cpp testS.cpp test_i.cpp middle.cpp } } project(*Client): taoexe, portableserver, minimum_corba { after += *Middle IDL_Files { test.idl } Source_Files { testC.cpp testS.cpp test_i.cpp client.cpp } } project(*Ping): taoexe, portableserver, minimum_corba { IDL_Files { ping.idl } Source_Files { pingC.cpp pingS.cpp ping_i.cpp ping.cpp } } project(*Pong): taoexe, portableserver, minimum_corba { after += *Ping IDL_Files { ping.idl } Source_Files { pingC.cpp pingS.cpp ping_i.cpp pong.cpp } }