// -*- MPC -*- // $Id: IDL_Cubit.mpc 80933 2008-03-13 19:36:16Z johnnyw $ project(*IDL): taoidldefaults, strategies { idlflags += -Gd IDL_Files { cubit.idl } custom_only = 1 } project(IDL_Cubit_Server): taoserver, utils, strategies, avoids_corba_e_micro, avoids_ace_for_tao { after += *IDL Source_Files { cubitC.cpp cubitS.cpp RTI_IO.cpp Cubit_i.cpp Cubit_Client.cpp Cubit_Server.cpp server.cpp } IDL_Files { } } project(*client): taoclient, strategies { exename = client after += *IDL avoids += ace_for_tao Source_Files { cubitC.cpp RTI_IO.cpp Cubit_Client.cpp client.cpp } IDL_Files { } } project(*collocation): taoserver, utils, strategies, avoids_corba_e_micro, avoids_ace_for_tao { 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 { cubitC.cpp cubitS.cpp RTI_IO.cpp collocation_test.cpp Cubit_i.cpp Cubit_Client.cpp Cubit_Server.cpp } IDL_Files { } }