Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / RTScheduling / Scheduling_Interceptor / Scheduler_Interceptor.mpc
blobb1b70d96ce30d6a8dff7a49a42e2c0764535c740
1 project(*idl): taoidldefaults {
2   IDL_Files {
3     test.idl
4   }
5   custom_only = 1
8 project(*Server): rtscheduling_server {
9   after += *idl
10   Source_Files {
11     ../Scheduler.cpp
12     test_server.cpp
13   }
14   Source_Files {
15     testC.cpp
16     testS.cpp
17   }
18   IDL_Files {
19   }
21   exename = Scheduler_Interceptor_Server
24 project(*Client) : rtscheduling_client {
25   after += *idl
26   Source_Files {
27     ../Scheduler.cpp
28     test_client.cpp
29   }
30   Source_Files {
31     testC.cpp
32   }
33   IDL_Files {
34   }
36   exename = Scheduler_Interceptor_Client