Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / orbsvcs / Time_Service / Time_Service.mpc
blob111724109a199fcb61a663217c69bb49ef2d6226
1 // -*- MPC -*-
2 project(Time_Service_Server) : orbsvcsexe, install, time_serv, naming, utils, avoids_corba_e_micro {
3   exename  = tao_costime_server
4   Source_Files {
5     Server_i.cpp
6     Time_Service_Server.cpp
7   }
9   specific {
10     install_dir = tao/docs/timesvc
11   }
13   InstallData_Files {
14     README
15   }
17   Documentation_Files {
18   }
21 project(Time_Service_Clerk) : orbsvcsexe, install, time_serv, naming, utils, avoids_corba_e_micro {
22   exename  = tao_costime_clerk
23   Source_Files {
24     Clerk_i.cpp
25     Time_Service_Clerk.cpp
26   }