repo.or.cz
/
tairent.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add main page for Doxygen generated documentation.
[tairent.git]
/
src
/
main
/
Jamfile
blob
c9d42487a57ced6692119cdea8b0a917470c4f53
1
SubDir TOP src main ;
2
3
HEADERS = $(TOP)/src ;
4
SHAREDLIBS = tairon-net-limit tairon-net-server tairon-util-regexp ;
5
6
Shared main.so :
7
connection.cpp
8
hashchecker.cpp
9
hashcheckerthread.cpp
10
mainmodule.cpp
11
mainthread.cpp
12
ratemeasurer.cpp
13
storage.cpp
14
torrentclient.cpp
15
torrentmanager.cpp
16
torrentserver.cpp
17
trackerclient.cpp
18
trackerclientfactory.cpp
19
trackermanager.cpp
20
;
21
22
MakeLocate main.so : $(MODDIR) ;
23
24
# vim: syntax=jam ai sw=4 ts=4 noet fdm=marker