Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / examples / Callback_Quoter / Callback_Quoter.mpc
blob25e016ec2fe85b2e1627e8a70c22c7f8eb02c297
1 // -*- MPC -*-
2 project(*IDL): taoidldefaults {
3   IDL_Files {
4     Consumer.idl
5     Notifier.idl
6   }
7   custom_only = 1
10 project(Callback_Quoter notifier): namingexe, utils, avoids_corba_e_micro {
11   exename = notifier
12   after += *IDL
13   Source_Files {
14     NotifierC.cpp
15     NotifierS.cpp
16     ConsumerC.cpp
17     Notifier_i.cpp
18     Notifier_Input_Handler.cpp
19     notifier.cpp
20   }
21   IDL_Files {
22   }
25 project(Callback_Quoter consumer): namingexe, portableserver {
26   exename = consumer
27   after += *IDL
28   Source_Files {
29     ConsumerC.cpp
30     ConsumerS.cpp
31     NotifierC.cpp
32     Consumer_Input_Handler.cpp
33     Consumer_Signal_Handler.cpp
34     Consumer_Handler.cpp
35     consumer.cpp
36     Consumer_i.cpp
37   }
38   IDL_Files {
39   }
42 project(Callback_Quoter supplier): namingexe, portableserver {
43   exename = supplier
44   after += *IDL
45   Source_Files {
46     ConsumerC.cpp
47     ConsumerS.cpp
48     NotifierC.cpp
49     Supplier_i.cpp
50     Supplier_Timer_Handler.cpp
51     supplier.cpp
52     Consumer_i.cpp
53   }
54   IDL_Files {
55   }