2007-02-25 11:18:14 +01:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2006-08-27 20:47:02 +02:00
|
|
|
SUBDIRS = include @ZLIBDIR@ src @EXAMPLESDIR@ test
|
2005-11-03 13:23:09 +01:00
|
|
|
EXTRA_DIST = docs/manual.html docs/manual.rst docs/extension_protocol.rst \
|
|
|
|
docs/extension_protocol.html docs/udp_tracker_protocol.rst \
|
2006-06-21 16:05:48 +02:00
|
|
|
docs/projects.rst docs/projects.html \
|
2006-07-27 20:07:51 +02:00
|
|
|
docs/arctic_thumb.png \
|
|
|
|
docs/bitbuddy_thumb.jpg \
|
2006-08-01 17:27:08 +02:00
|
|
|
docs/bitscast_thumb.png \
|
2006-07-27 20:07:51 +02:00
|
|
|
docs/bitslug_thumb.png \
|
|
|
|
docs/btg_thumb.jpg \
|
2006-08-01 17:27:08 +02:00
|
|
|
docs/electric_sheep_thumb.jpg \
|
2006-07-27 20:07:51 +02:00
|
|
|
docs/moopolice_thumb.gif \
|
|
|
|
docs/qbittorrent_thumb.jpg \
|
|
|
|
docs/ziptorrent_thumb.gif \
|
2005-11-03 13:23:09 +01:00
|
|
|
docs/udp_tracker_protocol.html docs/client_test.rst docs/client_test.html \
|
|
|
|
docs/unicode_support.png docs/client_test.png docs/style.css Jamfile project-root.jam \
|
2005-08-17 02:24:41 +02:00
|
|
|
m4/ac_cxx_namespaces.m4 m4/acx_pthread.m4 m4/ax_boost_date-time.m4 \
|
2007-03-12 02:05:15 +01:00
|
|
|
m4/ax_boost_filesystem.m4 m4/ax_boost_thread.m4 src/file_win.cpp libtorrent.pc \
|
|
|
|
bindings/README.txt \
|
|
|
|
bindings/python/Jamfile \
|
|
|
|
bindings/python/client.py \
|
|
|
|
bindings/python/simple_client.py \
|
|
|
|
bindings/python/src/alert.cpp \
|
|
|
|
bindings/python/src/big_number.cpp \
|
|
|
|
bindings/python/src/converters.cpp \
|
|
|
|
bindings/python/src/datetime.cpp \
|
|
|
|
bindings/python/src/docstrings.cpp \
|
|
|
|
bindings/python/src/entry.cpp \
|
|
|
|
bindings/python/src/extensions.cpp \
|
|
|
|
bindings/python/src/filesystem.cpp \
|
|
|
|
bindings/python/src/fingerprint.cpp \
|
|
|
|
bindings/python/src/gil.hpp \
|
|
|
|
bindings/python/src/module.cpp \
|
|
|
|
bindings/python/src/optional.hpp \
|
|
|
|
bindings/python/src/peer_info.cpp \
|
|
|
|
bindings/python/src/peer_plugin.cpp \
|
|
|
|
bindings/python/src/session.cpp \
|
|
|
|
bindings/python/src/session_settings.cpp \
|
|
|
|
bindings/python/src/torrent.cpp \
|
|
|
|
bindings/python/src/torrent_handle.cpp \
|
|
|
|
bindings/python/src/torrent_info.cpp \
|
|
|
|
bindings/python/src/torrent_status.cpp \
|
|
|
|
bindings/python/src/utility.cpp \
|
|
|
|
bindings/python/src/version.cpp
|
|
|
|
|
|
|
|
|
2006-05-28 21:03:54 +02:00
|
|
|
|
|
|
|
pkginclude_HEADER = \
|
|
|
|
debian/changelog \
|
|
|
|
debian/compat \
|
|
|
|
debian/control \
|
|
|
|
debian/copyright \
|
|
|
|
debian/files \
|
|
|
|
debian/libtorrent0-dev.dirs \
|
|
|
|
debian/libtorrent0-dev.docs \
|
|
|
|
debian/libtorrent0-dev.install \
|
|
|
|
debian/libtorrent0.dirs \
|
|
|
|
debian/libtorrent0.docs \
|
|
|
|
debian/libtorrent0.install \
|
2006-06-18 00:04:25 +02:00
|
|
|
debian/rules
|
2006-04-25 23:04:48 +02:00
|
|
|
|
2005-08-27 22:07:17 +02:00
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = libtorrent.pc
|
2005-08-17 02:24:41 +02:00
|
|
|
|
|
|
|
check: test
|
2006-04-25 23:04:48 +02:00
|
|
|
test/test_hasher \
|
|
|
|
&& test/test_bencoding \
|
|
|
|
&& test/test_ip_filter \
|
|
|
|
&& test/test_piece_picker \
|
|
|
|
&& test/test_storage \
|
|
|
|
&& test/test_buffer \
|
2006-10-04 12:53:43 +02:00
|
|
|
&& test/test_allocate_resources \
|
2006-04-25 23:04:48 +02:00
|
|
|
&& echo && echo && echo " **** all tests passed ****" && echo && echo
|
2005-08-27 22:07:17 +02:00
|
|
|
|
|
|
|
deb:
|
|
|
|
dpkg-buildpackage -rfakeroot -us -uc
|