summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Time_Service/Time_Service.mpc
blob: 0ac011e7c1b2efb6c0d0b855d95eaf2871cf88ea (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
// -*- MPC -*-
project(Time_Service_Server) : orbsvcsexe, install, time_serv, naming, utils, avoids_corba_e_micro {
  exename  = tao_costime_server
  Source_Files {
    Server_i.cpp
    Time_Service_Server.cpp
  }

  specific {
    install_dir = tao/docs/timesvc
  }

  InstallData_Files {
    README
  }
}

project(Time_Service_Clerk) : orbsvcsexe, install, time_serv, naming, utils, avoids_corba_e_micro {
  exename  = tao_costime_clerk
  Source_Files {
    Clerk_i.cpp
    Time_Service_Clerk.cpp
  }
}