summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Seq_Multi_ETCL_Filter.mpc
blob: 8674104c77b9d8068434dd988ef3a1e03f91800a (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
// -*- MPC -*-
// $Id$

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

project(*Ntf Seq Supp): notifytest {
  exename = Sequence_Supplier

  after += *idl
  Source_Files {
    Sequence_Supplier.cpp
    goS.cpp
    goC.cpp
  }
  IDL_Files {
  }
}

project(*Ntf Seq Cons): notifytest {
  exename = Sequence_Consumer

  after += *idl
  Source_Files {
    goC.cpp
    Notify_Sequence_Push_Consumer.cpp
    Sequence_Consumer.cpp
  }
  IDL_Files {
  }
}