summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/MC/MonitorControl.mpc
blob: cdb229fc2bb2e70adc0d3ac57f26873c982b2aa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
// $Id$

project(*idl): taoidldefaults {
  custom_only = 1
}

project(*monitor): notification_mc_ext {
  after  += *idl
  exename = test_monitor

  IDL_Files {
  }

  Source_Files {
    MonitorTestInterfaceC.cpp
    MonitorTestInterfaceS.cpp
    test_monitor.cpp
  }
}

project(*consumer): notifytest {
  after  += *idl
  exename = Structured_Consumer

  IDL_Files {
  }

  Source_Files {
    MonitorTestInterfaceC.cpp
    Notify_Structured_Push_Consumer.cpp
    Structured_Consumer.cpp
  }
}

project(*supplier): notifytest {
  after  += *idl
  exename = Structured_Supplier

  IDL_Files {
  }

  Source_Files {
    MonitorTestInterfaceC.cpp
    Structured_Supplier.cpp
  }
}