formatting fixes in client test, and made the test build when resolve countries is...
[libtorrent-kjk.git] / Makefile.am
blobdfddbc0d4c0d71b671811b985d7ef5c58cde6089
1 ACLOCAL_AMFLAGS = -I m4
2 SUBDIRS = include @ZLIBDIR@ src @EXAMPLESDIR@ test
3 EXTRA_DIST = docs/manual.html docs/manual.rst docs/extension_protocol.rst \
4 docs/extension_protocol.html docs/udp_tracker_protocol.rst \
5 docs/projects.rst docs/projects.html \
6 docs/python_binding.rst docs/python_binding.html \
7 docs/arctic_thumb.png \
8 docs/bitbuddy_thumb.jpg \
9 docs/bitscast_thumb.png \
10 docs/bitslug_thumb.png \
11 docs/btg_thumb.jpg \
12 docs/electric_sheep_thumb.jpg \
13 docs/moopolice_thumb.gif \
14 docs/qbittorrent_thumb.jpg \
15 docs/ziptorrent_thumb.gif \
16 docs/udp_tracker_protocol.html docs/client_test.rst docs/client_test.html \
17 docs/unicode_support.png docs/client_test.png docs/style.css Jamfile project-root.jam \
18 m4/ac_cxx_namespaces.m4 m4/acx_pthread.m4 m4/ax_boost_date-time.m4 \
19 m4/ax_boost_filesystem.m4 m4/ax_boost_thread.m4 src/file_win.cpp libtorrent.pc \
20 bindings/README.txt \
21 bindings/python/Jamfile \
22 bindings/python/client.py \
23 bindings/python/simple_client.py \
24 bindings/python/src/alert.cpp \
25 bindings/python/src/big_number.cpp \
26 bindings/python/src/converters.cpp \
27 bindings/python/src/datetime.cpp \
28 bindings/python/src/docstrings.cpp \
29 bindings/python/src/entry.cpp \
30 bindings/python/src/extensions.cpp \
31 bindings/python/src/filesystem.cpp \
32 bindings/python/src/fingerprint.cpp \
33 bindings/python/src/gil.hpp \
34 bindings/python/src/module.cpp \
35 bindings/python/src/optional.hpp \
36 bindings/python/src/peer_info.cpp \
37 bindings/python/src/peer_plugin.cpp \
38 bindings/python/src/session.cpp \
39 bindings/python/src/session_settings.cpp \
40 bindings/python/src/torrent.cpp \
41 bindings/python/src/torrent_handle.cpp \
42 bindings/python/src/torrent_info.cpp \
43 bindings/python/src/torrent_status.cpp \
44 bindings/python/src/utility.cpp \
45 bindings/python/src/version.cpp
49 pkginclude_HEADER = \
50 debian/changelog \
51 debian/compat \
52 debian/control \
53 debian/copyright \
54 debian/files \
55 debian/libtorrent0-dev.dirs \
56 debian/libtorrent0-dev.docs \
57 debian/libtorrent0-dev.install \
58 debian/libtorrent0.dirs \
59 debian/libtorrent0.docs \
60 debian/libtorrent0.install \
61 debian/rules
64 pkgconfigdir   = $(libdir)/pkgconfig
65 pkgconfig_DATA = libtorrent.pc
67 check: test
68         test/test_hasher \
69         && test/test_bencoding \
70         && test/test_ip_filter \
71         && test/test_piece_picker \
72         && test/test_storage \
73         && test/test_buffer \
74         && test/test_allocate_resources \
75         && echo && echo && echo "  **** all tests passed ****" && echo && echo
77 deb:
78         dpkg-buildpackage -rfakeroot -us -uc