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 branch 'master' into jwi-bcc64xsingletonwarning
[ACE_TAO.git]
/
ACE
/
apps
/
JAWS2
/
JAWS
/
jaws2.mpc
blob
aaeb27bfc5daa1c0e880f3b7f6e9adcbc23163f8
1
// -*- MPC -*-
2
project(JAWS2) : ace_output, acelib {
3
sharedname = JAWS2
4
dynamicflags += JAWS_BUILD_DLL
5
avoids += uses_wchar ace_for_tao
6
includes += ..
7
8
Source_Files {
9
Assoc_Array.cpp
10
Cache_Manager.cpp
11
Cache_Object.cpp
12
Concurrency.cpp
13
Data_Block.cpp
14
FILE.cpp
15
Filecache.cpp
16
Headers.cpp
17
Jaws_IO.cpp
18
IO_Acceptor.cpp
19
IO_Handler.cpp
20
Parse_Headers.cpp
21
Pipeline.cpp
22
Pipeline_Tasks.cpp
23
Policy.cpp
24
Reaper.cpp
25
Server.cpp
26
Waiter.cpp
27
}
28
29
30
Template_Files{
31
Cache_Hash_T.cpp
32
Cache_Heap_T.cpp
33
Cache_List_T.cpp
34
Pipeline_Handler_T.cpp
35
Hash_Bucket_T.cpp
36
Cache_Manager_T.cpp
37
}
38
39
Header_Files{
40
*.h
41
}
42
43
Inline_Files{
44
}
45
}
46