Add main page for Doxygen generated documentation.
[tairent.git] / src / main / Jamfile
blobc9d42487a57ced6692119cdea8b0a917470c4f53
1 SubDir TOP src main ;
3 HEADERS = $(TOP)/src ;
4 SHAREDLIBS = tairon-net-limit tairon-net-server tairon-util-regexp ;
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         ;
22 MakeLocate main.so : $(MODDIR) ;
24 # vim: syntax=jam ai sw=4 ts=4 noet fdm=marker