// -*- MPC -*- // $Id$ project(*poa idl): taoidldefaults { IDL_Files { demux_test.idl } custom_only = 1 } project(*poa server): namingexe, portableserver, avoids_corba_e_micro { after += *poa_idl Source_Files { demux_test_server.cpp demux_test_i.cpp server.cpp demux_testS.cpp demux_testC.cpp } IDL_Files { } } project(*poa client): namingexe, portableserver { after += *poa_idl Source_Files { demux_test_client.cpp client.cpp demux_testS.cpp demux_testC.cpp } IDL_Files { } }