Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / Notify / MC / MonitorControl.mpc
blob0fca0305dff842cf4f06286ccdd9583df9c8ad97
1 project(*idl): taoidldefaults {
2   custom_only = 1
5 project(*monitor): notification_mc_ext {
6   after  += *idl
7   exename = test_monitor
9   IDL_Files {
10   }
12   Source_Files {
13     MonitorTestInterfaceC.cpp
14     MonitorTestInterfaceS.cpp
15     test_monitor.cpp
16   }
19 project(*consumer): notifytest {
20   after  += *idl
21   exename = Structured_Consumer
23   IDL_Files {
24   }
26   Source_Files {
27     MonitorTestInterfaceC.cpp
28     Notify_Structured_Push_Consumer.cpp
29     Structured_Consumer.cpp
30   }
33 project(*supplier): notifytest {
34   after  += *idl
35   exename = Structured_Supplier
37   IDL_Files {
38   }
40   Source_Files {
41     MonitorTestInterfaceC.cpp
42     Structured_Supplier.cpp
43   }