// -*- MPC -*- // $Id$ project(*IDL): taoidldefaults, strategies { idlflags += -Gd IDL_Files { cubit.idl } custom_only = 1 } project(*Server): taoexe, utils, portableserver, strategies { exename = server after += *IDL Source_Files { RTI_IO.cpp Cubit_i.cpp Cubit_Client.cpp Cubit_Server.cpp server.cpp cubitS.cpp cubitC.cpp } IDL_Files { } } project(*client): taoexe, portableserver, strategies { exename = client after += *IDL Source_Files { RTI_IO.cpp Cubit_Client.cpp client.cpp cubitC.cpp } IDL_Files { } } project(*collocation): taoexe, utils, portableserver, strategies { after += *IDL // Note : You can't just prepend collocation/ to the exename // to get it to ouput to that directory. It won't go // to the right place on some platforms. (Windows) exename = collocation_test Source_Files { RTI_IO.cpp collocation_test.cpp Cubit_i.cpp Cubit_Client.cpp Cubit_Server.cpp cubitS.cpp cubitC.cpp } IDL_Files { } }