1 lib_LTLIBRARIES = libtorrent-rasterbar.la
4 kademlia_sources = kademlia/closest_nodes.cpp \
5 kademlia/dht_tracker.cpp \
6 kademlia/find_data.cpp \
10 kademlia/routing_table.cpp \
11 kademlia/rpc_manager.cpp \
12 kademlia/traversal_algorithm.cpp
15 libtorrent_rasterbar_la_SOURCES = entry.cpp escape_string.cpp \
16 lazy_bdecode.cpp assert.cpp enum_net.cpp broadcast_socket.cpp \
17 peer_connection.cpp bt_peer_connection.cpp web_peer_connection.cpp \
18 natpmp.cpp piece_picker.cpp policy.cpp session.cpp session_impl.cpp sha1.cpp \
19 stat.cpp storage.cpp torrent.cpp torrent_handle.cpp pe_crypto.cpp \
20 torrent_info.cpp tracker_manager.cpp http_connection.cpp \
21 http_tracker_connection.cpp udp_tracker_connection.cpp \
22 alert.cpp identify_client.cpp ip_filter.cpp file.cpp metadata_transfer.cpp \
23 logger.cpp file_pool.cpp ut_pex.cpp lsd.cpp upnp.cpp instantiate_connection.cpp \
24 socks5_stream.cpp socks4_stream.cpp http_stream.cpp connection_queue.cpp \
25 disk_io_thread.cpp ut_metadata.cpp magnet_uri.cpp udp_socket.cpp smart_ban.cpp \
26 http_parser.cpp gzip.cpp disk_buffer_holder.cpp create_torrent.cpp GeoIP.c \
27 parse_url.cpp file_storage.cpp $(kademlia_sources)
31 $(top_srcdir)/include/libtorrent/alert.hpp \
32 $(top_srcdir)/include/libtorrent/alert_types.hpp \
33 $(top_srcdir)/include/libtorrent/assert.hpp \
34 $(top_srcdir)/include/libtorrent/aux_/session_impl.hpp \
35 $(top_srcdir)/include/libtorrent/bandwidth_manager.hpp \
36 $(top_srcdir)/include/libtorrent/bandwidth_limit.hpp \
37 $(top_srcdir)/include/libtorrent/bandwidth_queue_entry.hpp \
38 $(top_srcdir)/include/libtorrent/bencode.hpp \
39 $(top_srcdir)/include/libtorrent/bitfield.hpp \
40 $(top_srcdir)/include/libtorrent/broadcast_socket.hpp \
41 $(top_srcdir)/include/libtorrent/buffer.hpp \
42 $(top_srcdir)/include/libtorrent/connection_queue.hpp \
43 $(top_srcdir)/include/libtorrent/create_torrent.hpp \
44 $(top_srcdir)/include/libtorrent/debug.hpp \
45 $(top_srcdir)/include/libtorrent/disk_io_thread.hpp \
46 $(top_srcdir)/include/libtorrent/entry.hpp \
47 $(top_srcdir)/include/libtorrent/enum_net.hpp \
48 $(top_srcdir)/include/libtorrent/escape_string.hpp \
49 $(top_srcdir)/include/libtorrent/extensions.hpp \
50 $(top_srcdir)/include/libtorrent/extensions/metadata_transfer.hpp \
51 $(top_srcdir)/include/libtorrent/extensions/logger.hpp \
52 $(top_srcdir)/include/libtorrent/extensions/ut_pex.hpp \
53 $(top_srcdir)/include/libtorrent/file.hpp \
54 $(top_srcdir)/include/libtorrent/file_pool.hpp \
55 $(top_srcdir)/include/libtorrent/file_storage.hpp \
56 $(top_srcdir)/include/libtorrent/fingerprint.hpp \
57 $(top_srcdir)/include/libtorrent/gzip.hpp \
58 $(top_srcdir)/include/libtorrent/hasher.hpp \
59 $(top_srcdir)/include/libtorrent/http_connection.hpp \
60 $(top_srcdir)/include/libtorrent/http_stream.hpp \
61 $(top_srcdir)/include/libtorrent/http_parser.hpp \
62 $(top_srcdir)/include/libtorrent/session_settings.hpp \
63 $(top_srcdir)/include/libtorrent/http_tracker_connection.hpp \
64 $(top_srcdir)/include/libtorrent/identify_client.hpp \
65 $(top_srcdir)/include/libtorrent/instantiate_connection.hpp \
66 $(top_srcdir)/include/libtorrent/intrusive_ptr_base.hpp \
67 $(top_srcdir)/include/libtorrent/invariant_check.hpp \
68 $(top_srcdir)/include/libtorrent/io.hpp \
69 $(top_srcdir)/include/libtorrent/ip_filter.hpp \
70 $(top_srcdir)/include/libtorrent/chained_buffer.hpp \
71 $(top_srcdir)/include/libtorrent/lsd.hpp \
72 $(top_srcdir)/include/libtorrent/peer.hpp \
73 $(top_srcdir)/include/libtorrent/peer_connection.hpp \
74 $(top_srcdir)/include/libtorrent/bt_peer_connection.hpp \
75 $(top_srcdir)/include/libtorrent/web_peer_connection.hpp \
76 $(top_srcdir)/include/libtorrent/parse_url.hpp \
77 $(top_srcdir)/include/libtorrent/pe_crypto.hpp \
78 $(top_srcdir)/include/libtorrent/natpmp.hpp \
79 $(top_srcdir)/include/libtorrent/pch.hpp \
80 $(top_srcdir)/include/libtorrent/peer_id.hpp \
81 $(top_srcdir)/include/libtorrent/peer_info.hpp \
82 $(top_srcdir)/include/libtorrent/peer_request.hpp \
83 $(top_srcdir)/include/libtorrent/piece_block_progress.hpp \
84 $(top_srcdir)/include/libtorrent/piece_picker.hpp \
85 $(top_srcdir)/include/libtorrent/policy.hpp \
86 $(top_srcdir)/include/libtorrent/session.hpp \
87 $(top_srcdir)/include/libtorrent/size_type.hpp \
88 $(top_srcdir)/include/libtorrent/socket.hpp \
89 $(top_srcdir)/include/libtorrent/socket_type.hpp \
90 $(top_srcdir)/include/libtorrent/socks4_stream.hpp \
91 $(top_srcdir)/include/libtorrent/socks5_stream.hpp \
92 $(top_srcdir)/include/libtorrent/stat.hpp \
93 $(top_srcdir)/include/libtorrent/storage.hpp \
94 $(top_srcdir)/include/libtorrent/time.hpp \
95 $(top_srcdir)/include/libtorrent/torrent.hpp \
96 $(top_srcdir)/include/libtorrent/torrent_handle.hpp \
97 $(top_srcdir)/include/libtorrent/torrent_info.hpp \
98 $(top_srcdir)/include/libtorrent/tracker_manager.hpp \
99 $(top_srcdir)/include/libtorrent/udp_tracker_connection.hpp \
100 $(top_srcdir)/include/libtorrent/utf8.hpp \
101 $(top_srcdir)/include/libtorrent/xml_parse.hpp \
102 $(top_srcdir)/include/libtorrent/variant_stream.hpp \
103 $(top_srcdir)/include/libtorrent/version.hpp
106 libtorrent_rasterbar_la_LDFLAGS = $(LDFLAGS) -version-info $(INTERFACE_VERSION_INFO)
107 libtorrent_rasterbar_la_LIBADD = @ZLIB@ @BOOST_SYSTEM_LIB@ @BOOST_IOSTREAMS_LIB@ @BOOST_DATE_TIME_LIB@ @BOOST_FILESYSTEM_LIB@ @BOOST_THREAD_LIB@ @PTHREAD_LIBS@ @SSL_LIBS@
109 AM_CXXFLAGS= -ftemplate-depth-100 -I$(top_srcdir)/include -I$(top_srcdir)/include/libtorrent @ZLIBINCL@ @DEBUGFLAGS@ @PTHREAD_CFLAGS@ -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION @SSL_CXXFLAGS@
110 AM_CFLAGS= -I$(top_srcdir)/include -I$(top_srcdir)/include/libtorrent @ZLIBINCL@ @DEBUGFLAGS@ @PTHREAD_CFLAGS@
111 AM_LDFLAGS= $(LDFLAGS) @BOOST_IOSTREAMS_LIB@ @BOOST_DATE_TIME_LIB@ @BOOST_FILESYSTEM_LIB@ @BOOST_THREAD_LIB@ @PTHREAD_LIBS@ @SSL_LDFLAGS@ @SSL_LIBS@