premiere-libtorrent/Makefile.am

166 lines
5.1 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/arctic_thumb.png \
docs/bitbuddy_thumb.jpg \
docs/bitfox.png \
docs/bitrocket_thumb.png \
docs/bitscast_thumb.png \
docs/bitslug_thumb.png \
docs/btg_thumb.jpg \
docs/bubba.png \
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/deluge.png \
docs/disk_access.png \
docs/disk_buffer_before_optimization.png \
docs/disk_buffer.png \
docs/disk_buffer_sample.png \
docs/disk_io.png \
docs/electric_sheep_thumb.jpg \
docs/fatrat.png \
docs/fdm.png \
docs/firetorrent.png \
docs/flush.jpg \
docs/halite_thumb.png \
2013-01-21 20:06:28 +01:00
docs/hacking.html \
docs/im_thumb.jpg \
docs/leechcraft.png \
docs/libtorrent_screen.png \
docs/limewire.png \
docs/lince.png \
docs/Linkage.png \
docs/merkle_tree.graffle \
docs/merkle_tree.png \
docs/miro.jpg \
docs/moopolice_thumb.gif \
2011-03-07 17:28:07 +01:00
docs/our_delay_base.png \
docs/our_delay_base_thumb.png \
docs/pump.png \
docs/qbittorrent_thumb.jpg \
docs/read_disk_buffers.dot \
docs/read_disk_buffers.graffle \
docs/read_disk_buffers.png \
docs/session_stats_peers.png \
docs/storage.graffle \
docs/storage.png \
docs/style.css \
2011-03-07 17:28:07 +01:00
docs/t2e.jpg \
2013-01-21 20:07:19 +01:00
docs/todo.html \
docs/tvblob.jpg \
docs/tvitty.jpg \
docs/unicode_support.png \
docs/write_disk_buffers.dot \
docs/write_disk_buffers.graffle \
docs/write_disk_buffers.png \
2011-03-07 17:28:07 +01:00
docs/ziptorrent_thumb.gif \
docs/zyxel.png \
docs/folx.png \
docs/tonidoplug.png \
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/building.rst \
docs/client_test.html \
docs/client_test.rst \
2011-03-07 17:28:07 +01:00
docs/contributing.html \
docs/contributing.rst \
docs/dht_extensions.html \
docs/dht_extensions.rst \
2011-03-07 17:28:07 +01:00
docs/dht_rss.html \
docs/dht_rss.rst \
docs/dht_sec.html \
docs/dht_sec.rst \
docs/dht_store.html \
docs/dht_store.rst \
docs/examples.html \
docs/examples.rst \
docs/extension_protocol.html \
docs/extension_protocol.rst \
docs/features.html \
docs/features.rst \
docs/index.html \
docs/index.rst \
docs/manual-ref.html \
docs/manual.rst \
docs/projects.html \
docs/projects.rst \
docs/python_binding.html \
docs/python_binding.rst \
docs/tuning.html \
docs/tuning.rst \
docs/troubleshooting.html \
docs/udp_tracker_protocol.html \
2011-03-07 17:28:07 +01:00
docs/udp_tracker_protocol.rst \
docs/utp.html \
2013-12-16 00:20:23 +01:00
docs/utp.rst \
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 \
ed25519/test.c \
ed25519/src/ed25519.h \
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 \
ed25519/src/add_scalar.c \
ed25519/src/fe.c \
ed25519/src/ge.c \
ed25519/src/key_exchange.c \
ed25519/src/keypair.c \
ed25519/src/sc.c \
ed25519/src/seed.c \
ed25519/src/sha512.c \
ed25519/src/sign.c \
ed25519/src/verify.c
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