premiere-libtorrent/include/libtorrent/Makefile.am

253 lines
8.4 KiB
Makefile
Raw Permalink Normal View History

2009-09-17 23:50:38 +02:00
includedir = @includedir@/libtorrent
nobase_include_HEADERS = \
2010-03-20 23:26:06 +01:00
address.hpp \
2009-11-26 06:45:43 +01:00
add_torrent_params.hpp \
alert.hpp \
alert_manager.hpp \
alert_types.hpp \
announce_entry.hpp \
assert.hpp \
bandwidth_limit.hpp \
bandwidth_manager.hpp \
bandwidth_socket.hpp \
bandwidth_queue_entry.hpp \
bencode.hpp \
bdecode.hpp \
bitfield.hpp \
2014-07-06 21:18:00 +02:00
block_cache.hpp \
bloom_filter.hpp \
broadcast_socket.hpp \
bt_peer_connection.hpp \
buffer.hpp \
chained_buffer.hpp \
choker.hpp \
close_reason.hpp \
config.hpp \
ConvertUTF.h \
copy_ptr.hpp \
2014-07-06 21:18:00 +02:00
crc32c.hpp \
create_torrent.hpp \
deadline_timer.hpp \
debug.hpp \
disk_buffer_holder.hpp \
2011-08-02 18:59:03 +02:00
disk_buffer_pool.hpp \
2014-07-06 21:18:00 +02:00
disk_interface.hpp \
disk_io_job.hpp \
disk_io_thread.hpp \
2016-06-16 02:49:28 +02:00
disk_io_thread_pool.hpp \
2014-07-06 21:18:00 +02:00
disk_observer.hpp \
disk_job_pool.hpp \
2014-07-19 09:12:20 +02:00
ed25519.hpp \
entry.hpp \
enum_net.hpp \
2009-11-25 07:55:34 +01:00
error.hpp \
error_code.hpp \
extensions.hpp \
file.hpp \
file_pool.hpp \
file_storage.hpp \
fingerprint.hpp \
flags.hpp \
fwd.hpp \
gzip.hpp \
hasher.hpp \
hasher512.hpp \
hex.hpp \
heterogeneous_queue.hpp \
http_connection.hpp \
http_parser.hpp \
http_seed_connection.hpp \
http_stream.hpp \
http_tracker_connection.hpp \
i2p_stream.hpp \
identify_client.hpp \
invariant_check.hpp \
io.hpp \
2010-03-20 23:26:06 +01:00
io_service.hpp \
io_service_fwd.hpp \
ip_filter.hpp \
ip_voter.hpp \
lazy_entry.hpp \
2014-07-06 21:18:00 +02:00
link.hpp \
linked_list.hpp \
lsd.hpp \
magnet_uri.hpp \
natpmp.hpp \
netlink.hpp \
operations.hpp \
optional.hpp \
2011-03-05 03:33:13 +01:00
packet_buffer.hpp \
packet_pool.hpp \
parse_url.hpp \
2014-07-06 21:18:00 +02:00
part_file.hpp \
pe_crypto.hpp \
2014-07-06 21:18:00 +02:00
performance_counters.hpp \
peer_connection.hpp \
2015-07-02 06:13:26 +02:00
peer_connection_handle.hpp \
2014-07-06 21:18:00 +02:00
peer_connection_interface.hpp \
peer.hpp \
2014-07-06 21:18:00 +02:00
peer_class.hpp \
peer_class_set.hpp \
peer_class_type_filter.hpp \
peer_id.hpp \
peer_info.hpp \
peer_request.hpp \
pex_flags.hpp \
piece_block.hpp \
piece_block_progress.hpp \
piece_picker.hpp \
2014-07-06 21:18:00 +02:00
platform_util.hpp \
2014-10-26 08:34:31 +01:00
peer_list.hpp \
portmap.hpp \
proxy_base.hpp \
2010-03-16 07:14:22 +01:00
puff.hpp \
random.hpp \
2016-03-30 07:46:33 +02:00
read_resume_data.hpp \
write_resume_data.hpp \
receive_buffer.hpp \
resolve_links.hpp \
2014-07-06 21:18:00 +02:00
resolver.hpp \
resolver_interface.hpp \
request_blocks.hpp \
session.hpp \
2015-07-08 06:20:56 +02:00
session_handle.hpp \
session_settings.hpp \
session_stats.hpp \
session_status.hpp \
2017-07-27 22:26:12 +02:00
session_types.hpp \
2014-07-06 21:18:00 +02:00
settings_pack.hpp \
2015-01-01 21:25:39 +01:00
sha1.hpp \
sha512.hpp \
2013-08-02 07:26:13 +02:00
sha1_hash.hpp \
sliding_average.hpp \
socket.hpp \
socket_io.hpp \
socks5_stream.hpp \
ssl_stream.hpp \
stack_allocator.hpp \
stat.hpp \
2014-07-06 21:18:00 +02:00
stat_cache.hpp \
storage.hpp \
2010-03-20 23:26:06 +01:00
storage_defs.hpp \
2014-07-06 21:18:00 +02:00
tailqueue.hpp \
string_view.hpp \
string_util.hpp \
time.hpp \
2010-11-29 02:33:05 +01:00
timestamp_history.hpp \
2017-07-22 00:34:58 +02:00
torrent_flags.hpp \
torrent_handle.hpp \
torrent.hpp \
torrent_info.hpp \
2014-07-06 21:18:00 +02:00
torrent_peer.hpp \
torrent_peer_allocator.hpp \
tracker_manager.hpp \
torrent_status.hpp \
udp_socket.hpp \
udp_tracker_connection.hpp \
union_endpoint.hpp \
units.hpp \
upnp.hpp \
2010-11-29 02:33:05 +01:00
utp_socket_manager.hpp \
utp_stream.hpp \
utf8.hpp \
2014-07-06 21:18:00 +02:00
vector_utils.hpp \
version.hpp \
2011-03-05 03:33:13 +01:00
web_connection_base.hpp \
web_peer_connection.hpp \
xml_parse.hpp \
span.hpp \
download_priority.hpp \
index_range.hpp \
\
aux_/allocating_handler.hpp \
aux_/aligned_storage.hpp \
aux_/aligned_union.hpp \
2016-02-18 02:12:47 +01:00
aux_/bind_to_device.hpp \
aux_/keepalive.hpp \
aux_/block_cache_reference.hpp \
2018-07-25 09:10:34 +02:00
aux_/container_wrapper.hpp \
aux_/cpuid.hpp \
aux_/disable_warnings_push.hpp \
aux_/disable_warnings_pop.hpp \
2017-01-22 00:36:51 +01:00
aux_/disk_job_fence.hpp \
aux_/deferred_handler.hpp \
aux_/deprecated.hpp \
aux_/dev_random.hpp \
aux_/deque.hpp \
aux_/escape_string.hpp \
aux_/export.hpp \
aux_/generate_peer_id.hpp \
aux_/io.hpp \
aux_/listen_socket_handle.hpp \
aux_/path.hpp \
aux_/merkle.hpp \
aux_/session_call.hpp \
aux_/session_impl.hpp \
aux_/session_settings.hpp \
aux_/session_udp_sockets.hpp \
aux_/set_socket_buffer.hpp \
aux_/proxy_settings.hpp \
aux_/session_interface.hpp \
aux_/suggest_piece.hpp \
2018-01-28 11:48:21 +01:00
aux_/socket_type.hpp \
aux_/storage_piece_set.hpp \
aux_/string_ptr.hpp \
aux_/time.hpp \
aux_/file_progress.hpp \
aux_/openssl.hpp \
aux_/byteswap.hpp \
2018-01-15 11:53:20 +01:00
aux_/route.h \
aux_/cppint_import_export.hpp \
aux_/ffs.hpp \
aux_/portmap.hpp \
aux_/lsd.hpp \
aux_/has_block.hpp \
aux_/scope_end.hpp \
aux_/vector.hpp \
aux_/win_crypto_provider.hpp \
aux_/win_util.hpp \
aux_/storage_utils.hpp \
aux_/numeric_cast.hpp \
aux_/unique_ptr.hpp \
aux_/alloca.hpp \
aux_/throw.hpp \
aux_/array.hpp \
2017-04-05 23:55:29 +02:00
aux_/ip_notifier.hpp \
aux_/noexcept_movable.hpp \
2017-12-25 12:36:12 +01:00
aux_/torrent_impl.hpp \
aux_/instantiate_connection.hpp \
aux_/range.hpp \
aux_/windows.hpp \
\
extensions/smart_ban.hpp \
extensions/ut_metadata.hpp \
extensions/ut_pex.hpp \
\
kademlia/announce_flags.hpp \
kademlia/dht_settings.hpp \
kademlia/dht_state.hpp \
kademlia/dht_storage.hpp \
kademlia/dht_tracker.hpp \
kademlia/dht_observer.hpp \
2015-08-06 06:00:18 +02:00
kademlia/direct_request.hpp \
2014-07-06 21:18:00 +02:00
kademlia/dos_blocker.hpp \
kademlia/find_data.hpp \
kademlia/io.hpp \
2015-09-22 20:10:57 +02:00
kademlia/put_data.hpp \
kademlia/msg.hpp \
kademlia/node.hpp \
kademlia/node_entry.hpp \
kademlia/node_id.hpp \
kademlia/observer.hpp \
kademlia/refresh.hpp \
kademlia/routing_table.hpp \
kademlia/rpc_manager.hpp \
kademlia/traversal_algorithm.hpp \
kademlia/types.hpp \
kademlia/ed25519.hpp \
kademlia/item.hpp \
kademlia/get_item.hpp \
2017-06-12 11:54:11 +02:00
kademlia/sample_infohashes.hpp \
kademlia/get_peers.hpp