summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/lib/Notify_lib.mpc
blob: 25649d45b7f1f0059aa9905b701d535562fd0262 (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
47
48
49
50
51
52
project(TAO_NotifyTests): orbsvcslib, notify {
  depends += CosNotification
  sharedname += TAO_NotifyTests

  libs += TAO_CosNotification

  libpaths += $(TAO_ROOT)/orbsvcs/orbsvcs/ETCL
  libpaths += $(TAO_ROOT)/tao/IORTable
  libpaths += $(TAO_ROOT)/tao/DynamicAny
  libpaths += $(TAO_ROOT)/tao/PortableServer

  dllflags    = TAO_NOTIFY_TEST_BUILD_DLL

  IDL_Files {  
    Activation_Manager.idl
  }

  Source_Files{
  Activation_Manager.cpp
  Activation_ManagerC.cpp
  Activation_ManagerS.cpp
  Application_Command.cpp
  Command.cpp
  Command_Builder.cpp
  Command_Factory.cpp
  Command_Factory_T.cpp
  ConsumerAdmin_Command.cpp
  Driver.cpp
  EventChannel_Command.cpp
  Factories_Define.cpp
  Filter_Command.cpp
  LookupManager.cpp
  Name.cpp
  Notify_PushConsumer.cpp
  Notify_PushSupplier.cpp
  Notify_SequencePushConsumer.cpp
  Notify_SequencePushSupplier.cpp
  Notify_StructuredPushConsumer.cpp
  Notify_StructuredPushSupplier.cpp
  Notify_Test_Client.cpp
  Options_Parser.cpp
  Periodic_Consumer_Command.cpp
  Periodic_Supplier_Command.cpp
  Periodic_Consumer.cpp
  Periodic_Supplier.cpp
  Priority_Mapping.cpp
  StructuredEvent.cpp
  SupplierAdmin_Command.cpp
  Task_Stats.cpp  
  }
}