repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
tests
/
RTScheduling
/
Scheduling_Interceptor
/
Scheduler_Interceptor.mpc
blob
b1b70d96ce30d6a8dff7a49a42e2c0764535c740
1
project(*idl): taoidldefaults {
2
IDL_Files {
3
test.idl
4
}
5
custom_only = 1
6
}
7
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
}
20
21
exename = Scheduler_Interceptor_Server
22
}
23
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
}
35
36
exename = Scheduler_Interceptor_Client
37
}