~ubuntu-branches/debian/experimental/libtorrent/experimental

« back to all changes in this revision

Viewing changes to src/torrent/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Rivas
  • Date: 2007-03-31 10:31:05 UTC
  • mto: (4.1.4 gutsy) (6.2.1 squeeze) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20070331103105-jzpp1rml6ud0ff75
Tags: upstream-0.11.4
ImportĀ upstreamĀ versionĀ 0.11.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.6.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
5
# Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
16
 
 
17
 
 
18
 
SOURCES = $(libsub_torrent_la_SOURCES)
 
16
SHELL = @SHELL@
19
17
 
20
18
srcdir = @srcdir@
21
19
top_srcdir = @top_srcdir@
22
20
VPATH = @srcdir@
 
21
prefix = @prefix@
 
22
exec_prefix = @exec_prefix@
 
23
 
 
24
bindir = @bindir@
 
25
sbindir = @sbindir@
 
26
libexecdir = @libexecdir@
 
27
datadir = @datadir@
 
28
sysconfdir = @sysconfdir@
 
29
sharedstatedir = @sharedstatedir@
 
30
localstatedir = @localstatedir@
 
31
libdir = @libdir@
 
32
infodir = @infodir@
 
33
mandir = @mandir@
 
34
includedir = @includedir@
 
35
oldincludedir = /usr/include
23
36
pkgdatadir = $(datadir)/@PACKAGE@
24
37
pkglibdir = $(libdir)/@PACKAGE@
25
38
pkgincludedir = $(includedir)/@PACKAGE@
26
39
top_builddir = ../..
 
40
 
 
41
ACLOCAL = @ACLOCAL@
 
42
AUTOCONF = @AUTOCONF@
 
43
AUTOMAKE = @AUTOMAKE@
 
44
AUTOHEADER = @AUTOHEADER@
 
45
 
27
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28
47
INSTALL = @INSTALL@
 
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
49
INSTALL_DATA = @INSTALL_DATA@
29
50
install_sh_DATA = $(install_sh) -c -m 644
30
51
install_sh_PROGRAM = $(install_sh) -c
31
52
install_sh_SCRIPT = $(install_sh) -c
 
53
INSTALL_SCRIPT = @INSTALL_SCRIPT@
32
54
INSTALL_HEADER = $(INSTALL_DATA)
33
 
transform = $(program_transform_name)
 
55
transform = @program_transform_name@
34
56
NORMAL_INSTALL = :
35
57
PRE_INSTALL = :
36
58
POST_INSTALL = :
37
59
NORMAL_UNINSTALL = :
38
60
PRE_UNINSTALL = :
39
61
POST_UNINSTALL = :
40
 
build_triplet = @build@
 
62
host_alias = @host_alias@
41
63
host_triplet = @host@
42
 
subdir = src/torrent
43
 
DIST_COMMON = $(libtorrentinclude_HEADERS) $(srcdir)/Makefile.am \
44
 
        $(srcdir)/Makefile.in
45
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46
 
am__aclocal_m4_deps = $(top_srcdir)/scripts/attributes.m4 \
47
 
        $(top_srcdir)/scripts/checks.m4 \
48
 
        $(top_srcdir)/scripts/common.m4 $(top_srcdir)/configure.ac
49
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
 
        $(ACLOCAL_M4)
51
 
mkinstalldirs = $(install_sh) -d
52
 
CONFIG_HEADER = $(top_builddir)/config.h
53
 
CONFIG_CLEAN_FILES =
54
 
LTLIBRARIES = $(noinst_LTLIBRARIES)
55
 
libsub_torrent_la_LIBADD =
56
 
am_libsub_torrent_la_OBJECTS = bitfield.lo block.lo block_list.lo \
57
 
        chunk_manager.lo connection_manager.lo download.lo \
58
 
        exceptions.lo file.lo file_list.lo http.lo object.lo \
59
 
        object_stream.lo path.lo peer.lo peer_info.lo peer_list.lo \
60
 
        poll_epoll.lo poll_kqueue.lo poll_select.lo rate.lo resume.lo \
61
 
        torrent.lo tracker.lo tracker_list.lo transfer_list.lo
62
 
libsub_torrent_la_OBJECTS = $(am_libsub_torrent_la_OBJECTS)
63
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
64
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
65
 
am__depfiles_maybe = depfiles
66
 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
67
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
68
 
LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
69
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
70
 
        $(AM_CXXFLAGS) $(CXXFLAGS)
71
 
CXXLD = $(CXX)
72
 
CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) \
73
 
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
74
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
75
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76
 
LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
77
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
78
 
        $(AM_CFLAGS) $(CFLAGS)
79
 
CCLD = $(CC)
80
 
LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
81
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
82
 
SOURCES = $(libsub_torrent_la_SOURCES)
83
 
DIST_SOURCES = $(libsub_torrent_la_SOURCES)
84
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
85
 
am__vpath_adj = case $$p in \
86
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
87
 
    *) f=$$p;; \
88
 
  esac;
89
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
90
 
am__installdirs = "$(DESTDIR)$(libtorrentincludedir)"
91
 
libtorrentincludeHEADERS_INSTALL = $(INSTALL_HEADER)
92
 
HEADERS = $(libtorrentinclude_HEADERS)
93
 
ETAGS = etags
94
 
CTAGS = ctags
95
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96
 
ACLOCAL = @ACLOCAL@
97
 
AMDEP_FALSE = @AMDEP_FALSE@
98
 
AMDEP_TRUE = @AMDEP_TRUE@
 
64
 
 
65
EXEEXT = @EXEEXT@
 
66
OBJEXT = @OBJEXT@
 
67
PATH_SEPARATOR = @PATH_SEPARATOR@
99
68
AMTAR = @AMTAR@
100
69
AR = @AR@
101
 
AUTOCONF = @AUTOCONF@
102
 
AUTOHEADER = @AUTOHEADER@
103
 
AUTOMAKE = @AUTOMAKE@
 
70
AS = @AS@
104
71
AWK = @AWK@
105
72
CC = @CC@
106
 
CCDEPMODE = @CCDEPMODE@
107
 
CFLAGS = @CFLAGS@
108
 
CPP = @CPP@
109
 
CPPFLAGS = @CPPFLAGS@
110
73
CXX = @CXX@
111
74
CXXCPP = @CXXCPP@
112
 
CXXDEPMODE = @CXXDEPMODE@
113
 
CXXFLAGS = @CXXFLAGS@
114
 
CYGPATH_W = @CYGPATH_W@
115
 
DEFS = @DEFS@
116
75
DEPDIR = @DEPDIR@
 
76
DLLTOOL = @DLLTOOL@
117
77
ECHO = @ECHO@
118
 
ECHO_C = @ECHO_C@
119
 
ECHO_N = @ECHO_N@
120
 
ECHO_T = @ECHO_T@
121
78
EGREP = @EGREP@
122
 
EXEEXT = @EXEEXT@
123
79
F77 = @F77@
124
 
FFLAGS = @FFLAGS@
125
 
INSTALL_DATA = @INSTALL_DATA@
126
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
127
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
80
GCJ = @GCJ@
 
81
GCJFLAGS = @GCJFLAGS@
128
82
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
129
 
LDFLAGS = @LDFLAGS@
130
 
LIBOBJS = @LIBOBJS@
131
 
LIBS = @LIBS@
132
83
LIBTOOL = @LIBTOOL@
133
84
LIBTORRENT_CFLAGS = @LIBTORRENT_CFLAGS@
134
85
LIBTORRENT_CURRENT = @LIBTORRENT_CURRENT@
136
87
LIBTORRENT_INTERFACE_VERSION_NO = @LIBTORRENT_INTERFACE_VERSION_NO@
137
88
LIBTORRENT_LIBS = @LIBTORRENT_LIBS@
138
89
LN_S = @LN_S@
139
 
LTLIBOBJS = @LTLIBOBJS@
140
 
MAKEINFO = @MAKEINFO@
141
 
OBJEXT = @OBJEXT@
142
 
OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
143
 
OPENSSL_LIBS = @OPENSSL_LIBS@
 
90
OBJDUMP = @OBJDUMP@
144
91
PACKAGE = @PACKAGE@
145
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
146
 
PACKAGE_NAME = @PACKAGE_NAME@
147
 
PACKAGE_STRING = @PACKAGE_STRING@
148
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
149
 
PACKAGE_VERSION = @PACKAGE_VERSION@
150
 
PATH_SEPARATOR = @PATH_SEPARATOR@
151
92
PKG_CONFIG = @PKG_CONFIG@
152
93
RANLIB = @RANLIB@
153
 
SET_MAKE = @SET_MAKE@
154
 
SHELL = @SHELL@
 
94
RC = @RC@
155
95
STRIP = @STRIP@
156
 
STUFF_CFLAGS = @STUFF_CFLAGS@
157
 
STUFF_LIBS = @STUFF_LIBS@
158
96
VERSION = @VERSION@
159
 
ac_ct_AR = @ac_ct_AR@
160
 
ac_ct_CC = @ac_ct_CC@
161
 
ac_ct_CXX = @ac_ct_CXX@
162
 
ac_ct_F77 = @ac_ct_F77@
163
 
ac_ct_RANLIB = @ac_ct_RANLIB@
164
 
ac_ct_STRIP = @ac_ct_STRIP@
165
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
166
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
167
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
168
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
169
97
am__include = @am__include@
170
 
am__leading_dot = @am__leading_dot@
171
98
am__quote = @am__quote@
172
 
am__tar = @am__tar@
173
 
am__untar = @am__untar@
174
 
bindir = @bindir@
175
 
build = @build@
176
 
build_alias = @build_alias@
177
 
build_cpu = @build_cpu@
178
 
build_os = @build_os@
179
 
build_vendor = @build_vendor@
180
 
datadir = @datadir@
181
 
exec_prefix = @exec_prefix@
182
 
host = @host@
183
 
host_alias = @host_alias@
184
 
host_cpu = @host_cpu@
185
 
host_os = @host_os@
186
 
host_vendor = @host_vendor@
187
 
includedir = @includedir@
188
 
infodir = @infodir@
189
99
install_sh = @install_sh@
190
 
libdir = @libdir@
191
 
libexecdir = @libexecdir@
192
 
localstatedir = @localstatedir@
193
 
mandir = @mandir@
194
 
mkdir_p = @mkdir_p@
195
 
oldincludedir = @oldincludedir@
196
 
prefix = @prefix@
197
 
program_transform_name = @program_transform_name@
198
 
sbindir = @sbindir@
199
 
sharedstatedir = @sharedstatedir@
200
 
sysconfdir = @sysconfdir@
201
 
target_alias = @target_alias@
 
100
SUBDIRS = \
 
101
        data \
 
102
        peer
 
103
 
 
104
 
202
105
noinst_LTLIBRARIES = libsub_torrent.la
 
106
 
203
107
libsub_torrent_la_SOURCES = \
204
108
        bitfield.cc \
205
109
        bitfield.h \
206
 
        block.cc \
207
 
        block.h \
208
 
        block_failed.h \
209
 
        block_list.cc \
210
 
        block_list.h \
211
 
        block_transfer.h \
212
110
        chunk_manager.cc \
213
111
        chunk_manager.h \
214
112
        common.h \
216
114
        connection_manager.h \
217
115
        download.cc \
218
116
        download.h \
 
117
        error.cc \
 
118
        error.h \
219
119
        event.h \
220
120
        exceptions.cc \
221
121
        exceptions.h \
222
 
        file.cc \
223
 
        file.h \
224
 
        file_list.cc \
225
 
        file_list.h \
 
122
        hash_string.h \
226
123
        http.cc \
227
124
        http.h \
228
125
        object.cc \
231
128
        object_stream.h \
232
129
        path.cc \
233
130
        path.h \
234
 
        peer.cc \
235
 
        peer.h \
236
 
        peer_info.cc \
237
 
        peer_info.h \
238
 
        peer_list.cc \
239
 
        peer_list.h \
240
 
        piece.h \
241
131
        poll.h \
242
132
        poll_epoll.cc \
243
133
        poll_epoll.h \
254
144
        tracker.cc \
255
145
        tracker.h \
256
146
        tracker_list.cc \
257
 
        tracker_list.h \
258
 
        transfer_list.cc \
259
 
        transfer_list.h
 
147
        tracker_list.h
 
148
 
260
149
 
261
150
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
 
151
 
262
152
libtorrentincludedir = $(includedir)/torrent
263
153
libtorrentinclude_HEADERS = \
264
154
        bitfield.h \
265
 
        block.h \
266
 
        block_list.h \
267
 
        block_transfer.h \
268
155
        chunk_manager.h \
269
156
        common.h \
270
157
        connection_manager.h \
271
158
        download.h \
 
159
        error.h \
272
160
        exceptions.h \
273
161
        event.h \
274
 
        file.h \
275
 
        file_list.h \
 
162
        hash_string.h \
276
163
        http.h \
277
164
        object.h \
278
165
        object_stream.h \
279
166
        path.h \
280
 
        peer.h \
281
 
        peer_info.h \
282
 
        peer_list.h \
283
 
        piece.h \
284
167
        poll.h \
285
168
        poll_epoll.h \
286
169
        poll_kqueue.h \
289
172
        resume.h \
290
173
        torrent.h \
291
174
        tracker.h \
292
 
        tracker_list.h \
293
 
        transfer_list.h
294
 
 
295
 
all: all-am
 
175
        tracker_list.h
 
176
 
 
177
subdir = src/torrent
 
178
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
179
CONFIG_HEADER = $(top_builddir)/config.h
 
180
CONFIG_CLEAN_FILES =
 
181
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
182
 
 
183
libsub_torrent_la_LDFLAGS =
 
184
libsub_torrent_la_LIBADD =
 
185
am_libsub_torrent_la_OBJECTS = bitfield.lo chunk_manager.lo \
 
186
        connection_manager.lo download.lo error.lo exceptions.lo \
 
187
        http.lo object.lo object_stream.lo path.lo poll_epoll.lo \
 
188
        poll_kqueue.lo poll_select.lo rate.lo resume.lo torrent.lo \
 
189
        tracker.lo tracker_list.lo
 
190
libsub_torrent_la_OBJECTS = $(am_libsub_torrent_la_OBJECTS)
 
191
 
 
192
DEFS = @DEFS@
 
193
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 
194
CPPFLAGS = @CPPFLAGS@
 
195
LDFLAGS = @LDFLAGS@
 
196
LIBS = @LIBS@
 
197
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
198
am__depfiles_maybe = depfiles
 
199
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/bitfield.Plo \
 
200
@AMDEP_TRUE@    ./$(DEPDIR)/chunk_manager.Plo \
 
201
@AMDEP_TRUE@    ./$(DEPDIR)/connection_manager.Plo \
 
202
@AMDEP_TRUE@    ./$(DEPDIR)/download.Plo ./$(DEPDIR)/error.Plo \
 
203
@AMDEP_TRUE@    ./$(DEPDIR)/exceptions.Plo ./$(DEPDIR)/http.Plo \
 
204
@AMDEP_TRUE@    ./$(DEPDIR)/object.Plo \
 
205
@AMDEP_TRUE@    ./$(DEPDIR)/object_stream.Plo ./$(DEPDIR)/path.Plo \
 
206
@AMDEP_TRUE@    ./$(DEPDIR)/poll_epoll.Plo \
 
207
@AMDEP_TRUE@    ./$(DEPDIR)/poll_kqueue.Plo \
 
208
@AMDEP_TRUE@    ./$(DEPDIR)/poll_select.Plo ./$(DEPDIR)/rate.Plo \
 
209
@AMDEP_TRUE@    ./$(DEPDIR)/resume.Plo ./$(DEPDIR)/torrent.Plo \
 
210
@AMDEP_TRUE@    ./$(DEPDIR)/tracker.Plo \
 
211
@AMDEP_TRUE@    ./$(DEPDIR)/tracker_list.Plo
 
212
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
213
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
214
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
 
215
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
216
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
217
CXXLD = $(CXX)
 
218
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
 
219
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
220
CXXFLAGS = @CXXFLAGS@
 
221
CFLAGS = @CFLAGS@
 
222
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
223
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
224
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
 
225
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
226
CCLD = $(CC)
 
227
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
228
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
229
DIST_SOURCES = $(libsub_torrent_la_SOURCES)
 
230
HEADERS = $(libtorrentinclude_HEADERS)
 
231
 
 
232
 
 
233
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
 
234
        uninstall-info-recursive all-recursive install-data-recursive \
 
235
        install-exec-recursive installdirs-recursive install-recursive \
 
236
        uninstall-recursive check-recursive installcheck-recursive
 
237
DIST_COMMON = $(libtorrentinclude_HEADERS) Makefile.am Makefile.in
 
238
DIST_SUBDIRS = $(SUBDIRS)
 
239
SOURCES = $(libsub_torrent_la_SOURCES)
 
240
 
 
241
all: all-recursive
296
242
 
297
243
.SUFFIXES:
298
244
.SUFFIXES: .cc .lo .o .obj
299
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
300
 
        @for dep in $?; do \
301
 
          case '$(am__configure_deps)' in \
302
 
            *$$dep*) \
303
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
304
 
                && exit 0; \
305
 
              exit 1;; \
306
 
          esac; \
307
 
        done; \
308
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/torrent/Makefile'; \
 
245
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
309
246
        cd $(top_srcdir) && \
310
247
          $(AUTOMAKE) --gnu  src/torrent/Makefile
311
 
.PRECIOUS: Makefile
312
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
313
 
        @case '$?' in \
314
 
          *config.status*) \
315
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
316
 
          *) \
317
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
318
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
319
 
        esac;
320
 
 
321
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
322
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
323
 
 
324
 
$(top_srcdir)/configure:  $(am__configure_deps)
325
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
326
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
327
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
248
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
249
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
328
250
 
329
251
clean-noinstLTLIBRARIES:
330
252
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
331
253
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
332
254
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
333
 
          test "$$dir" != "$$p" || dir=.; \
 
255
          test -z "$dir" && dir=.; \
334
256
          echo "rm -f \"$${dir}/so_locations\""; \
335
257
          rm -f "$${dir}/so_locations"; \
336
258
        done
338
260
        $(CXXLINK)  $(libsub_torrent_la_LDFLAGS) $(libsub_torrent_la_OBJECTS) $(libsub_torrent_la_LIBADD) $(LIBS)
339
261
 
340
262
mostlyclean-compile:
341
 
        -rm -f *.$(OBJEXT)
 
263
        -rm -f *.$(OBJEXT) core *.core
342
264
 
343
265
distclean-compile:
344
266
        -rm -f *.tab.c
345
267
 
346
268
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitfield.Plo@am__quote@
347
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/block.Plo@am__quote@
348
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/block_list.Plo@am__quote@
349
269
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chunk_manager.Plo@am__quote@
350
270
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection_manager.Plo@am__quote@
351
271
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/download.Plo@am__quote@
 
272
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Plo@am__quote@
352
273
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exceptions.Plo@am__quote@
353
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Plo@am__quote@
354
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file_list.Plo@am__quote@
355
274
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http.Plo@am__quote@
356
275
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object.Plo@am__quote@
357
276
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object_stream.Plo@am__quote@
358
277
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/path.Plo@am__quote@
359
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peer.Plo@am__quote@
360
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peer_info.Plo@am__quote@
361
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peer_list.Plo@am__quote@
362
278
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poll_epoll.Plo@am__quote@
363
279
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poll_kqueue.Plo@am__quote@
364
280
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poll_select.Plo@am__quote@
367
283
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/torrent.Plo@am__quote@
368
284
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tracker.Plo@am__quote@
369
285
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tracker_list.Plo@am__quote@
370
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transfer_list.Plo@am__quote@
 
286
 
 
287
distclean-depend:
 
288
        -rm -rf ./$(DEPDIR)
371
289
 
372
290
.cc.o:
373
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
374
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
375
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
376
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
377
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
291
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
292
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
293
@AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
294
        $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
378
295
 
379
296
.cc.obj:
380
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
381
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
382
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
383
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
384
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
297
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
298
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
299
@AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
300
        $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
385
301
 
386
302
.cc.lo:
387
 
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
388
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
389
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
390
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
391
 
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
303
@AMDEP_TRUE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
304
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
 
305
@AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
306
        $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
307
CXXDEPMODE = @CXXDEPMODE@
392
308
 
393
309
mostlyclean-libtool:
394
310
        -rm -f *.lo
399
315
distclean-libtool:
400
316
        -rm -f libtool
401
317
uninstall-info-am:
 
318
libtorrentincludeHEADERS_INSTALL = $(INSTALL_HEADER)
402
319
install-libtorrentincludeHEADERS: $(libtorrentinclude_HEADERS)
403
320
        @$(NORMAL_INSTALL)
404
 
        test -z "$(libtorrentincludedir)" || $(mkdir_p) "$(DESTDIR)$(libtorrentincludedir)"
 
321
        $(mkinstalldirs) $(DESTDIR)$(libtorrentincludedir)
405
322
        @list='$(libtorrentinclude_HEADERS)'; for p in $$list; do \
406
323
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
407
 
          f=$(am__strip_dir) \
408
 
          echo " $(libtorrentincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libtorrentincludedir)/$$f'"; \
409
 
          $(libtorrentincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libtorrentincludedir)/$$f"; \
 
324
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
325
          echo " $(libtorrentincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(libtorrentincludedir)/$$f"; \
 
326
          $(libtorrentincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(libtorrentincludedir)/$$f; \
410
327
        done
411
328
 
412
329
uninstall-libtorrentincludeHEADERS:
413
330
        @$(NORMAL_UNINSTALL)
414
331
        @list='$(libtorrentinclude_HEADERS)'; for p in $$list; do \
415
 
          f=$(am__strip_dir) \
416
 
          echo " rm -f '$(DESTDIR)$(libtorrentincludedir)/$$f'"; \
417
 
          rm -f "$(DESTDIR)$(libtorrentincludedir)/$$f"; \
418
 
        done
 
332
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
333
          echo " rm -f $(DESTDIR)$(libtorrentincludedir)/$$f"; \
 
334
          rm -f $(DESTDIR)$(libtorrentincludedir)/$$f; \
 
335
        done
 
336
 
 
337
# This directory's subdirectories are mostly independent; you can cd
 
338
# into them and run `make' without going through this Makefile.
 
339
# To change the values of `make' variables: instead of editing Makefiles,
 
340
# (1) if the variable is set in `config.status', edit `config.status'
 
341
#     (which will cause the Makefiles to be regenerated when you run `make');
 
342
# (2) otherwise, pass the desired values on the `make' command line.
 
343
$(RECURSIVE_TARGETS):
 
344
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
345
        dot_seen=no; \
 
346
        target=`echo $@ | sed s/-recursive//`; \
 
347
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
348
          echo "Making $$target in $$subdir"; \
 
349
          if test "$$subdir" = "."; then \
 
350
            dot_seen=yes; \
 
351
            local_target="$$target-am"; \
 
352
          else \
 
353
            local_target="$$target"; \
 
354
          fi; \
 
355
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
356
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
357
        done; \
 
358
        if test "$$dot_seen" = "no"; then \
 
359
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
360
        fi; test -z "$$fail"
 
361
 
 
362
mostlyclean-recursive clean-recursive distclean-recursive \
 
363
maintainer-clean-recursive:
 
364
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
365
        dot_seen=no; \
 
366
        case "$@" in \
 
367
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
368
          *) list='$(SUBDIRS)' ;; \
 
369
        esac; \
 
370
        rev=''; for subdir in $$list; do \
 
371
          if test "$$subdir" = "."; then :; else \
 
372
            rev="$$subdir $$rev"; \
 
373
          fi; \
 
374
        done; \
 
375
        rev="$$rev ."; \
 
376
        target=`echo $@ | sed s/-recursive//`; \
 
377
        for subdir in $$rev; do \
 
378
          echo "Making $$target in $$subdir"; \
 
379
          if test "$$subdir" = "."; then \
 
380
            local_target="$$target-am"; \
 
381
          else \
 
382
            local_target="$$target"; \
 
383
          fi; \
 
384
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
385
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
386
        done && test -z "$$fail"
 
387
tags-recursive:
 
388
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
389
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
390
        done
 
391
 
 
392
ETAGS = etags
 
393
ETAGSFLAGS =
 
394
 
 
395
tags: TAGS
419
396
 
420
397
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
421
398
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
425
402
          $(AWK) '    { files[$$0] = 1; } \
426
403
               END { for (i in files) print i; }'`; \
427
404
        mkid -fID $$unique
428
 
tags: TAGS
429
405
 
430
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
431
 
                $(TAGS_FILES) $(LISP)
432
 
        tags=; \
433
 
        here=`pwd`; \
434
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
435
 
        unique=`for i in $$list; do \
436
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437
 
          done | \
438
 
          $(AWK) '    { files[$$0] = 1; } \
439
 
               END { for (i in files) print i; }'`; \
440
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
441
 
          test -n "$$unique" || unique=$$empty_fix; \
442
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
443
 
            $$tags $$unique; \
444
 
        fi
445
 
ctags: CTAGS
446
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
447
 
                $(TAGS_FILES) $(LISP)
448
 
        tags=; \
449
 
        here=`pwd`; \
450
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
451
 
        unique=`for i in $$list; do \
452
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
453
 
          done | \
454
 
          $(AWK) '    { files[$$0] = 1; } \
455
 
               END { for (i in files) print i; }'`; \
456
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
457
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
406
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
407
                $(TAGS_FILES) $(LISP)
 
408
        tags=; \
 
409
        here=`pwd`; \
 
410
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
411
          if test "$$subdir" = .; then :; else \
 
412
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
413
          fi; \
 
414
        done; \
 
415
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
416
        unique=`for i in $$list; do \
 
417
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
418
          done | \
 
419
          $(AWK) '    { files[$$0] = 1; } \
 
420
               END { for (i in files) print i; }'`; \
 
421
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
422
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
458
423
             $$tags $$unique
459
424
 
460
425
GTAGS:
463
428
          && gtags -i $(GTAGS_ARGS) $$here
464
429
 
465
430
distclean-tags:
466
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
431
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
432
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
433
 
 
434
top_distdir = ../..
 
435
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
467
436
 
468
437
distdir: $(DISTFILES)
469
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
470
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
471
 
        list='$(DISTFILES)'; for file in $$list; do \
472
 
          case $$file in \
473
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
474
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
475
 
          esac; \
 
438
        @list='$(DISTFILES)'; for file in $$list; do \
476
439
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
477
440
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
478
441
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
479
442
            dir="/$$dir"; \
480
 
            $(mkdir_p) "$(distdir)$$dir"; \
 
443
            $(mkinstalldirs) "$(distdir)$$dir"; \
481
444
          else \
482
445
            dir=''; \
483
446
          fi; \
492
455
            || exit 1; \
493
456
          fi; \
494
457
        done
 
458
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
459
          if test "$$subdir" = .; then :; else \
 
460
            test -d $(distdir)/$$subdir \
 
461
            || mkdir $(distdir)/$$subdir \
 
462
            || exit 1; \
 
463
            (cd $$subdir && \
 
464
              $(MAKE) $(AM_MAKEFLAGS) \
 
465
                top_distdir="$(top_distdir)" \
 
466
                distdir=../$(distdir)/$$subdir \
 
467
                distdir) \
 
468
              || exit 1; \
 
469
          fi; \
 
470
        done
495
471
check-am: all-am
496
 
check: check-am
 
472
check: check-recursive
497
473
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
498
 
installdirs:
499
 
        for dir in "$(DESTDIR)$(libtorrentincludedir)"; do \
500
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
501
 
        done
502
 
install: install-am
503
 
install-exec: install-exec-am
504
 
install-data: install-data-am
505
 
uninstall: uninstall-am
 
474
installdirs: installdirs-recursive
 
475
installdirs-am:
 
476
        $(mkinstalldirs) $(DESTDIR)$(libtorrentincludedir)
 
477
 
 
478
install: install-recursive
 
479
install-exec: install-exec-recursive
 
480
install-data: install-data-recursive
 
481
uninstall: uninstall-recursive
506
482
 
507
483
install-am: all-am
508
484
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
509
485
 
510
 
installcheck: installcheck-am
 
486
installcheck: installcheck-recursive
511
487
install-strip:
512
488
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
513
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
489
          INSTALL_STRIP_FLAG=-s \
514
490
          `test -z '$(STRIP)' || \
515
491
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
516
492
mostlyclean-generic:
518
494
clean-generic:
519
495
 
520
496
distclean-generic:
521
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
497
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
522
498
 
523
499
maintainer-clean-generic:
524
500
        @echo "This command is intended for maintainers to use"
525
501
        @echo "it deletes files that may require special tools to rebuild."
526
 
clean: clean-am
 
502
clean: clean-recursive
527
503
 
528
504
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
529
505
        mostlyclean-am
530
506
 
531
 
distclean: distclean-am
532
 
        -rm -rf ./$(DEPDIR)
533
 
        -rm -f Makefile
534
 
distclean-am: clean-am distclean-compile distclean-generic \
535
 
        distclean-libtool distclean-tags
536
 
 
537
 
dvi: dvi-am
 
507
distclean: distclean-recursive
 
508
 
 
509
distclean-am: clean-am distclean-compile distclean-depend \
 
510
        distclean-generic distclean-libtool distclean-tags
 
511
 
 
512
dvi: dvi-recursive
538
513
 
539
514
dvi-am:
540
515
 
541
 
html: html-am
542
 
 
543
 
info: info-am
 
516
info: info-recursive
544
517
 
545
518
info-am:
546
519
 
548
521
 
549
522
install-exec-am:
550
523
 
551
 
install-info: install-info-am
 
524
install-info: install-info-recursive
552
525
 
553
526
install-man:
554
527
 
555
528
installcheck-am:
556
529
 
557
 
maintainer-clean: maintainer-clean-am
558
 
        -rm -rf ./$(DEPDIR)
559
 
        -rm -f Makefile
 
530
maintainer-clean: maintainer-clean-recursive
 
531
 
560
532
maintainer-clean-am: distclean-am maintainer-clean-generic
561
533
 
562
 
mostlyclean: mostlyclean-am
 
534
mostlyclean: mostlyclean-recursive
563
535
 
564
536
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
565
537
        mostlyclean-libtool
566
538
 
567
 
pdf: pdf-am
568
 
 
569
 
pdf-am:
570
 
 
571
 
ps: ps-am
572
 
 
573
 
ps-am:
574
 
 
575
539
uninstall-am: uninstall-info-am uninstall-libtorrentincludeHEADERS
576
540
 
577
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
578
 
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
579
 
        distclean-compile distclean-generic distclean-libtool \
580
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
581
 
        install install-am install-data install-data-am install-exec \
582
 
        install-exec-am install-info install-info-am \
583
 
        install-libtorrentincludeHEADERS install-man install-strip \
584
 
        installcheck installcheck-am installdirs maintainer-clean \
585
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
586
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
587
 
        tags uninstall uninstall-am uninstall-info-am \
588
 
        uninstall-libtorrentincludeHEADERS
 
541
uninstall-info: uninstall-info-recursive
 
542
 
 
543
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
 
544
        clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
545
        clean-recursive distclean distclean-compile distclean-depend \
 
546
        distclean-generic distclean-libtool distclean-recursive \
 
547
        distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
 
548
        info-recursive install install-am install-data install-data-am \
 
549
        install-data-recursive install-exec install-exec-am \
 
550
        install-exec-recursive install-info install-info-am \
 
551
        install-info-recursive install-libtorrentincludeHEADERS \
 
552
        install-man install-recursive install-strip installcheck \
 
553
        installcheck-am installdirs installdirs-am \
 
554
        installdirs-recursive maintainer-clean maintainer-clean-generic \
 
555
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
 
556
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
 
557
        tags tags-recursive uninstall uninstall-am uninstall-info-am \
 
558
        uninstall-info-recursive uninstall-libtorrentincludeHEADERS \
 
559
        uninstall-recursive
589
560
 
590
561
# Tell versions [3.59,3.63) of GNU make to not export all variables.
591
562
# Otherwise a system limit (for SysV at least) may be exceeded.