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 #2303 from jwillemsen/jwi-803
[ACE_TAO.git]
/
TAO
/
tests
/
AMI_Buffering
/
AMI_Buffering.mpc
blob
0ad6d72b136b7fd7f1c801ed1b639446ff3bbbf2
1
// -*- MPC -*-
2
project(*idl): taoidldefaults, ami {
3
IDL_Files {
4
Test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): taoserver, ami {
10
after += *idl
11
Source_Files {
12
AMI_Buffering.cpp
13
server.cpp
14
TestS.cpp
15
TestC.cpp
16
}
17
IDL_Files {
18
}
19
}
20
21
project(*Client): taoserver, ami {
22
after += *idl
23
exename = client
24
Source_Files {
25
Client_Task.cpp
26
Reply_Handler.cpp
27
client.cpp
28
TestS.cpp
29
TestC.cpp
30
}
31
IDL_Files {
32
}
33
}
34
35
project(*Admin): taoserver, ami {
36
after += *idl
37
exename = admin
38
Source_Files {
39
AMI_Buffering_Admin.cpp
40
admin.cpp
41
TestS.cpp
42
TestC.cpp
43
}
44
IDL_Files {
45
}
46
}