Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / orbsvcs / Notify_Service / Notify_Service.mpc
blob2e28b7b03d0ffbd3c0e38b26d59f02d7a3d346b4
1 // -*- MPC -*-
2 project(TAO_Notify_Service) : orbsvcslib, orbsvcs_output, install, valuetype, orbsvcsexe, install, notification_serv, naming, iortable, messaging_optional, svc_utils, notify_monitor_control {
3   sharedname   = TAO_Notify_Service
4   dynamicflags += TAO_NOTIFY_SERVICE_BUILD_DLL
5   specific {
6     install_dir = orbsvcs/Notify_Service
7   }
8   Source_Files {
9     Notify_Service.cpp
10   }
11   Header_Files {
12     Notify_Service.h
13     Notify_Service_Export.h
14   }
17 project(Notify_Service) : orbsvcsexe, install, tao_notify_service, notify_monitor_control {
18   exename  = tao_cosnotification
19   Source_Files {
20     Notify_Server.cpp
21   }
23   specific {
24     install_dir = tao/docs/notification
25   }
27   InstallData_Files {
28     README
29   }
31   Documentation_Files {
32   }
35 project(NT_Notify_Service) : orbsvcsexe, install, tao_notify_service, notify_monitor_control {
36   avoids += ace_for_tao
37   requires += winnt
38   exename  = tao_nt_cosnotification
39   Source_Files {
40     NT_Notify_Server.cpp
41     NT_Notify_Service.cpp
42   }
43   Header_Files {
44     NT_Notify_Service.h
45   }
46   InstallData_Files {
47     gendir = tao-notify
48     README
49   }
50   Documentation_Files {
51   }