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
Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git]
/
ACE
/
apps
/
JAWS3
/
jaws3
/
jaws3.mpc
blob
22083544a4ce809036acadf1e01e46f3c2ba6872
1
// -*- MPC -*-
2
project(JAWS3) : ace_output, acelib {
3
sharedname = JAWS3
4
dynamicflags += JAWS_BUILD_DLL
5
avoids += uses_wchar
6
avoids += ace_for_tao
7
includes += ..
8
9
Source_Files {
10
Asynch_IO.cpp
11
Concurrency.cpp
12
Config_File.cpp
13
Datagram.cpp
14
Event_Completer.cpp
15
Event_Dispatcher.cpp
16
FILE.cpp
17
Jaws_IO.cpp
18
Options.cpp
19
Protocol_Handler.cpp
20
Reactive_IO.cpp
21
Signal_Task.cpp
22
Symbol_Table.cpp
23
Synch_IO.cpp
24
THYBRID_Concurrency.cpp
25
TPOOL_Concurrency.cpp
26
TPR_Concurrency.cpp
27
Task_Timer.cpp
28
Templates.cpp
29
Timer.cpp
30
Timer_Helpers.cpp
31
}
32
33
Template_Files{
34
Cached_Allocator_T.cpp
35
Concurrency_T.cpp
36
}
37
38
Header_Files{
39
Asynch_IO.h
40
Asynch_IO_Helpers.h
41
Cached_Allocator_T.h
42
Concurrency.h
43
Concurrency_T.h
44
Config_File.h
45
Datagram.h
46
Event_Completer.h
47
Event_Dispatcher.h
48
Event_Result.h
49
Export.h
50
FILE.h
51
Jaws_IO.h
52
Options.h
53
Protocol_Handler.h
54
Reactive_IO.h
55
Reactive_IO_Helpers.h
56
Signal_Task.h
57
Symbol_Table.h
58
Synch_IO.h
59
Task_Timer.h
60
THYBRID_Concurrency.h
61
Timer.h
62
Timer_Helpers.h
63
TPOOL_Concurrency.h
64
TPR_Concurrency.h
65
}
66
67
Inline_Files{
68
}
69
}
70
71
project(JAWS3_server) : aceexe {
72
avoids += uses_wchar
73
avoids += ace_for_tao
74
includes += ..
75
76
exename = main
77
after += JAWS3
78
libs += JAWS3
79
Source_Files {
80
main.cpp
81
}
82
}