// -*- MPC -*- // // $Id$ project(*Server): taoexe, portableserver { requires += interceptors idlflags += -I$(TAO_ROOT) Source_Files { test_i.cpp Server_ORBInitializer.cpp Server_Request_Interceptor.cpp server.cpp } } project(*Client): taoexe { idlflags += -I$(TAO_ROOT) Source_Files { testC.cpp client.cpp } }