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