2007-02-25 11:18:14 +01:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2009-09-10 04:22:13 +02:00
|
|
|
|
2016-02-07 05:47:55 +01:00
|
|
|
AM_DISTCHECK_CONFIGURE_FLAGS = --enable-tests=yes
|
2009-09-10 04:22:13 +02:00
|
|
|
|
2012-03-26 05:57:15 +02:00
|
|
|
SUBDIRS = include/libtorrent src examples test bindings tools
|
2009-09-10 04:22:13 +02:00
|
|
|
|
|
|
|
DOCS_IMAGES = \
|
|
|
|
docs/client_test.png \
|
2011-03-07 17:28:07 +01:00
|
|
|
docs/cwnd.png \
|
|
|
|
docs/cwnd_thumb.png \
|
|
|
|
docs/delays.png \
|
|
|
|
docs/delays_thumb.png \
|
2013-01-21 20:06:28 +01:00
|
|
|
docs/hacking.html \
|
2009-09-10 04:22:13 +02:00
|
|
|
docs/merkle_tree.png \
|
2011-03-07 17:28:07 +01:00
|
|
|
docs/our_delay_base.png \
|
|
|
|
docs/our_delay_base_thumb.png \
|
2009-09-10 04:22:13 +02:00
|
|
|
docs/read_disk_buffers.png \
|
2014-09-01 09:16:31 +02:00
|
|
|
docs/read_disk_buffers.diagram \
|
2009-09-10 04:22:13 +02:00
|
|
|
docs/storage.png \
|
2013-01-21 20:07:19 +01:00
|
|
|
docs/todo.html \
|
2009-09-10 04:22:13 +02:00
|
|
|
docs/write_disk_buffers.png \
|
2014-09-01 09:16:31 +02:00
|
|
|
docs/write_disk_buffers.diagram \
|
2014-05-08 10:58:19 +02:00
|
|
|
docs/ip_id_v4.png \
|
|
|
|
docs/ip_id_v6.png \
|
2014-05-08 11:07:30 +02:00
|
|
|
docs/hash_distribution.png \
|
|
|
|
docs/complete_bit_prefixes.png \
|
2014-09-01 09:16:31 +02:00
|
|
|
docs/troubleshooting.dot \
|
2014-05-08 11:07:30 +02:00
|
|
|
docs/troubleshooting.png \
|
2014-08-26 05:14:32 +02:00
|
|
|
docs/troubleshooting_thumb.png \
|
2014-09-01 09:16:31 +02:00
|
|
|
docs/hacking.diagram \
|
|
|
|
docs/hacking.png \
|
2015-10-11 23:09:30 +02:00
|
|
|
docs/disk_cache.diagram \
|
|
|
|
docs/disk_cache.png \
|
2014-09-01 09:16:31 +02:00
|
|
|
docs/utp_stack.diagram \
|
|
|
|
docs/utp_stack.png \
|
2014-08-26 05:14:32 +02:00
|
|
|
docs/style.css \
|
|
|
|
docs/rst.css \
|
|
|
|
docs/img/bg.png \
|
|
|
|
docs/img/blue_bottom.png \
|
|
|
|
docs/img/blue_top.png \
|
|
|
|
docs/img/dotline.gif \
|
|
|
|
docs/img/minus.gif \
|
2015-11-19 13:32:53 +01:00
|
|
|
docs/img/orange.png
|
2009-09-10 04:22:13 +02:00
|
|
|
|
|
|
|
DOCS_PAGES = \
|
|
|
|
docs/building.html \
|
|
|
|
docs/client_test.html \
|
2011-03-07 17:28:07 +01:00
|
|
|
docs/contributing.html \
|
2009-09-10 04:22:13 +02:00
|
|
|
docs/dht_extensions.html \
|
2011-03-07 17:28:07 +01:00
|
|
|
docs/dht_rss.html \
|
|
|
|
docs/dht_sec.html \
|
2014-05-08 10:58:19 +02:00
|
|
|
docs/dht_store.html \
|
2009-09-10 04:22:13 +02:00
|
|
|
docs/examples.html \
|
|
|
|
docs/extension_protocol.html \
|
|
|
|
docs/features.html \
|
|
|
|
docs/index.html \
|
2013-12-30 03:18:42 +01:00
|
|
|
docs/manual-ref.html \
|
2009-09-10 04:22:13 +02:00
|
|
|
docs/projects.html \
|
|
|
|
docs/python_binding.html \
|
|
|
|
docs/tuning.html \
|
2014-07-06 21:18:00 +02:00
|
|
|
docs/settings.rst \
|
|
|
|
docs/stats_counters.rst \
|
2014-05-08 10:58:19 +02:00
|
|
|
docs/troubleshooting.html \
|
2009-09-10 04:22:13 +02:00
|
|
|
docs/udp_tracker_protocol.html \
|
2011-03-07 17:28:07 +01:00
|
|
|
docs/utp.html \
|
2014-12-07 08:22:39 +01:00
|
|
|
docs/streaming.html \
|
2014-09-01 09:16:31 +02:00
|
|
|
docs/building.rst \
|
|
|
|
docs/client_test.rst \
|
|
|
|
docs/contributing.rst \
|
|
|
|
docs/dht_extensions.rst \
|
|
|
|
docs/dht_rss.rst \
|
|
|
|
docs/dht_sec.rst \
|
|
|
|
docs/dht_store.rst \
|
|
|
|
docs/examples.rst \
|
|
|
|
docs/extension_protocol.rst \
|
|
|
|
docs/features.rst \
|
|
|
|
docs/index.rst \
|
|
|
|
docs/manual-ref.rst \
|
|
|
|
docs/projects.rst \
|
|
|
|
docs/python_binding.rst \
|
|
|
|
docs/tuning.rst \
|
|
|
|
docs/troubleshooting.rst \
|
|
|
|
docs/udp_tracker_protocol.rst \
|
|
|
|
docs/utp.rst \
|
2014-12-07 08:22:39 +01:00
|
|
|
docs/streaming.rst \
|
2016-02-20 23:28:41 +01:00
|
|
|
docs/tutorial.rst \
|
|
|
|
docs/tutorial.html \
|
2013-12-16 00:20:23 +01:00
|
|
|
docs/reference-Alerts.html \
|
2016-02-07 04:44:45 +01:00
|
|
|
docs/reference-Bdecoding.html \
|
2013-12-16 00:20:23 +01:00
|
|
|
docs/reference-Bencoding.html \
|
|
|
|
docs/reference-Core.html \
|
|
|
|
docs/reference-Create_Torrents.html \
|
|
|
|
docs/reference-Custom_Storage.html \
|
2016-02-07 04:44:45 +01:00
|
|
|
docs/reference-ed25519.html \
|
2013-12-16 00:20:23 +01:00
|
|
|
docs/reference-Error_Codes.html \
|
|
|
|
docs/reference-Filter.html \
|
|
|
|
docs/reference-Plugins.html \
|
|
|
|
docs/reference-Settings.html \
|
|
|
|
docs/reference-Storage.html \
|
|
|
|
docs/reference-Utility.html \
|
2017-01-27 02:58:45 +01:00
|
|
|
docs/reference.html \
|
|
|
|
docs/single-page-ref.html
|
2009-09-10 04:22:13 +02:00
|
|
|
|
2014-05-11 05:14:53 +02:00
|
|
|
ED25519_SOURCE = \
|
2015-06-06 05:14:53 +02:00
|
|
|
ed25519/readme.md \
|
|
|
|
ed25519/test.c \
|
|
|
|
ed25519/src/fe.h \
|
|
|
|
ed25519/src/fixedint.h \
|
|
|
|
ed25519/src/ge.h \
|
|
|
|
ed25519/src/precomp_data.h \
|
|
|
|
ed25519/src/sc.h \
|
|
|
|
ed25519/src/sha512.h
|
2014-05-11 05:14:53 +02:00
|
|
|
|
2009-09-10 04:22:13 +02:00
|
|
|
EXTRA_DIST = \
|
|
|
|
Jamfile \
|
2012-06-14 07:43:10 +02:00
|
|
|
Jamroot.jam \
|
2009-09-10 04:22:13 +02:00
|
|
|
CMakeLists.txt \
|
2014-11-28 05:53:21 +01:00
|
|
|
setup.py \
|
2010-03-16 07:14:22 +01:00
|
|
|
LICENSE \
|
2015-06-05 08:31:52 +02:00
|
|
|
README.rst \
|
2009-09-10 04:22:13 +02:00
|
|
|
$(DOCS_PAGES) \
|
2014-05-11 05:14:53 +02:00
|
|
|
$(DOCS_IMAGES) \
|
|
|
|
$(ED25519_SOURCE)
|
2007-03-12 02:05:15 +01:00
|
|
|
|
2005-08-27 22:07:17 +02:00
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
2008-06-23 02:09:12 +02:00
|
|
|
pkgconfig_DATA = libtorrent-rasterbar.pc
|
2014-05-11 05:14:53 +02:00
|
|
|
|