premiere-libtorrent/Makefile.am

103 lines
3.0 KiB
Makefile
Raw Normal View History

ACLOCAL_AMFLAGS = -I m4
#DISTCHECK_CONFIGURE_FLAGS = --enable-tests
2012-03-26 05:57:15 +02:00
SUBDIRS = include/libtorrent src examples test bindings tools
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 \
docs/disk_access.png \
docs/disk_buffer_before_optimization.png \
docs/disk_buffer.png \
docs/disk_buffer_sample.png \
docs/disk_io.png \
2013-01-21 20:06:28 +01:00
docs/hacking.html \
docs/im_thumb.jpg \
docs/merkle_tree.png \
2011-03-07 17:28:07 +01:00
docs/our_delay_base.png \
docs/our_delay_base_thumb.png \
docs/read_disk_buffers.png \
docs/session_stats_peers.png \
docs/storage.png \
docs/style.css \
2013-01-21 20:07:19 +01:00
docs/todo.html \
docs/write_disk_buffers.png \
2011-03-07 17:28:07 +01:00
docs/ziptorrent_thumb.gif \
docs/disk_access_elevator.png \
docs/disk_access_no_elevator.png\
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 \
docs/troubleshooting.png \
docs/troubleshooting_thumb.png
DOCS_PAGES = \
docs/building.html \
docs/client_test.html \
2011-03-07 17:28:07 +01:00
docs/contributing.html \
docs/dht_extensions.html \
2011-03-07 17:28:07 +01:00
docs/dht_rss.html \
docs/dht_sec.html \
docs/dht_store.html \
docs/examples.html \
docs/extension_protocol.html \
docs/features.html \
docs/index.html \
docs/manual-ref.html \
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 \
docs/troubleshooting.html \
docs/udp_tracker_protocol.html \
2011-03-07 17:28:07 +01:00
docs/utp.html \
2013-12-16 00:20:23 +01:00
docs/reference-Alerts.html \
docs/reference-Bencoding.html \
docs/reference-Core.html \
docs/reference-Create_Torrents.html \
docs/reference-Custom_Storage.html \
docs/reference-Error_Codes.html \
docs/reference-Filter.html \
docs/reference-Plugins.html \
docs/reference-RSS.html \
docs/reference-Session.html \
2013-12-16 00:20:23 +01:00
docs/reference-Settings.html \
docs/reference-Storage.html \
docs/reference-String.html \
docs/reference-Time.html \
docs/reference-Utility.html \
docs/reference.html
ED25519_SOURCE = \
ed25519/readme.md \
2014-07-21 08:48:12 +02:00
ed25519/test.c \
ed25519/src/fe.h \
ed25519/src/fixedint.h \
ed25519/src/ge.h \
ed25519/src/precomp_data.h \
ed25519/src/sc.h \
2014-07-12 08:20:16 +02:00
ed25519/src/sha512.h
EXTRA_DIST = \
Jamfile \
2012-06-14 07:43:10 +02:00
Jamroot.jam \
CMakeLists.txt \
2010-03-16 07:14:22 +01:00
LICENSE \
bindings/python/compile_flags \
bindings/python/link_flags \
libtorrent-rasterbar.pc \
libtorrent-rasterbar-cmake.pc \
$(DOCS_PAGES) \
$(DOCS_IMAGES) \
$(ED25519_SOURCE)
2007-03-12 02:05:15 +01:00
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libtorrent-rasterbar.pc