// -*- MPC -*- // $Id$ project(*idl): taoidldefaults { idlflags -= -Sa -St IDL_Files { test.idl } custom_only = 1 } project(*Server): taoserver, pi_server, interceptors { after += *idl Source_Files { test_i.cpp server_interceptor.cpp Echo_Server_ORBInitializer.cpp server.cpp } Source_Files { testC.cpp testS.cpp } IDL_Files { } } project(*Client): taoclient, pi, interceptors { after += *idl after += *Server Source_Files { client_interceptor.cpp Echo_Client_ORBInitializer.cpp client.cpp } Source_Files { testC.cpp } IDL_Files { } }