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

« back to all changes in this revision

Viewing changes to src/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
 
SOURCES = $(libtorrent_la_SOURCES)
 
16
SHELL = @SHELL@
18
17
 
19
18
srcdir = @srcdir@
20
19
top_srcdir = @top_srcdir@
21
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
22
36
pkgdatadir = $(datadir)/@PACKAGE@
23
37
pkglibdir = $(libdir)/@PACKAGE@
24
38
pkgincludedir = $(includedir)/@PACKAGE@
25
39
top_builddir = ..
 
40
 
 
41
ACLOCAL = @ACLOCAL@
 
42
AUTOCONF = @AUTOCONF@
 
43
AUTOMAKE = @AUTOMAKE@
 
44
AUTOHEADER = @AUTOHEADER@
 
45
 
26
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
47
INSTALL = @INSTALL@
 
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
49
INSTALL_DATA = @INSTALL_DATA@
28
50
install_sh_DATA = $(install_sh) -c -m 644
29
51
install_sh_PROGRAM = $(install_sh) -c
30
52
install_sh_SCRIPT = $(install_sh) -c
 
53
INSTALL_SCRIPT = @INSTALL_SCRIPT@
31
54
INSTALL_HEADER = $(INSTALL_DATA)
32
 
transform = $(program_transform_name)
 
55
transform = @program_transform_name@
33
56
NORMAL_INSTALL = :
34
57
PRE_INSTALL = :
35
58
POST_INSTALL = :
36
59
NORMAL_UNINSTALL = :
37
60
PRE_UNINSTALL = :
38
61
POST_UNINSTALL = :
39
 
build_triplet = @build@
 
62
host_alias = @host_alias@
40
63
host_triplet = @host@
41
 
subdir = src
42
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
 
am__aclocal_m4_deps = $(top_srcdir)/scripts/attributes.m4 \
45
 
        $(top_srcdir)/scripts/checks.m4 \
46
 
        $(top_srcdir)/scripts/common.m4 $(top_srcdir)/configure.ac
47
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
 
        $(ACLOCAL_M4)
49
 
mkinstalldirs = $(install_sh) -d
50
 
CONFIG_HEADER = $(top_builddir)/config.h
51
 
CONFIG_CLEAN_FILES =
52
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
53
 
am__vpath_adj = case $$p in \
54
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
55
 
    *) f=$$p;; \
56
 
  esac;
57
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
58
 
am__installdirs = "$(DESTDIR)$(libdir)"
59
 
libLTLIBRARIES_INSTALL = $(INSTALL)
60
 
LTLIBRARIES = $(lib_LTLIBRARIES)
61
 
libtorrent_la_DEPENDENCIES =  \
62
 
        $(top_srcdir)/src/torrent/libsub_torrent.la \
63
 
        $(top_srcdir)/src/data/libsub_data.la \
64
 
        $(top_srcdir)/src/download/libsub_download.la \
65
 
        $(top_srcdir)/src/net/libsub_net.la \
66
 
        $(top_srcdir)/src/protocol/libsub_protocol.la \
67
 
        $(top_srcdir)/src/tracker/libsub_tracker.la \
68
 
        $(top_srcdir)/src/utils/libsub_utils.la
69
 
am_libtorrent_la_OBJECTS = globals.lo manager.lo resource_manager.lo
70
 
libtorrent_la_OBJECTS = $(am_libtorrent_la_OBJECTS)
71
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
72
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
73
 
am__depfiles_maybe = depfiles
74
 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
75
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
76
 
LTCXXCOMPILE = $(LIBTOOL) --mode=compile --tag=CXX $(CXX) $(DEFS) \
77
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
78
 
        $(AM_CXXFLAGS) $(CXXFLAGS)
79
 
CXXLD = $(CXX)
80
 
CXXLINK = $(LIBTOOL) --mode=link --tag=CXX $(CXXLD) $(AM_CXXFLAGS) \
81
 
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
82
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
83
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
84
 
LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
85
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
86
 
        $(AM_CFLAGS) $(CFLAGS)
87
 
CCLD = $(CC)
88
 
LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
89
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
90
 
SOURCES = $(libtorrent_la_SOURCES)
91
 
DIST_SOURCES = $(libtorrent_la_SOURCES)
92
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
93
 
        html-recursive info-recursive install-data-recursive \
94
 
        install-exec-recursive install-info-recursive \
95
 
        install-recursive installcheck-recursive installdirs-recursive \
96
 
        pdf-recursive ps-recursive uninstall-info-recursive \
97
 
        uninstall-recursive
98
 
ETAGS = etags
99
 
CTAGS = ctags
100
 
DIST_SUBDIRS = $(SUBDIRS)
101
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
102
 
ACLOCAL = @ACLOCAL@
103
 
AMDEP_FALSE = @AMDEP_FALSE@
104
 
AMDEP_TRUE = @AMDEP_TRUE@
 
64
 
 
65
EXEEXT = @EXEEXT@
 
66
OBJEXT = @OBJEXT@
 
67
PATH_SEPARATOR = @PATH_SEPARATOR@
105
68
AMTAR = @AMTAR@
106
69
AR = @AR@
107
 
AUTOCONF = @AUTOCONF@
108
 
AUTOHEADER = @AUTOHEADER@
109
 
AUTOMAKE = @AUTOMAKE@
 
70
AS = @AS@
110
71
AWK = @AWK@
111
72
CC = @CC@
112
 
CCDEPMODE = @CCDEPMODE@
113
 
CFLAGS = @CFLAGS@
114
 
CPP = @CPP@
115
 
CPPFLAGS = @CPPFLAGS@
116
73
CXX = @CXX@
117
74
CXXCPP = @CXXCPP@
118
 
CXXDEPMODE = @CXXDEPMODE@
119
 
CXXFLAGS = @CXXFLAGS@
120
 
CYGPATH_W = @CYGPATH_W@
121
 
DEFS = @DEFS@
122
75
DEPDIR = @DEPDIR@
 
76
DLLTOOL = @DLLTOOL@
123
77
ECHO = @ECHO@
124
 
ECHO_C = @ECHO_C@
125
 
ECHO_N = @ECHO_N@
126
 
ECHO_T = @ECHO_T@
127
78
EGREP = @EGREP@
128
 
EXEEXT = @EXEEXT@
129
79
F77 = @F77@
130
 
FFLAGS = @FFLAGS@
131
 
INSTALL_DATA = @INSTALL_DATA@
132
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
133
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
80
GCJ = @GCJ@
 
81
GCJFLAGS = @GCJFLAGS@
134
82
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
135
 
LDFLAGS = @LDFLAGS@
136
 
LIBOBJS = @LIBOBJS@
137
 
LIBS = @LIBS@
138
83
LIBTOOL = @LIBTOOL@
139
84
LIBTORRENT_CFLAGS = @LIBTORRENT_CFLAGS@
140
85
LIBTORRENT_CURRENT = @LIBTORRENT_CURRENT@
142
87
LIBTORRENT_INTERFACE_VERSION_NO = @LIBTORRENT_INTERFACE_VERSION_NO@
143
88
LIBTORRENT_LIBS = @LIBTORRENT_LIBS@
144
89
LN_S = @LN_S@
145
 
LTLIBOBJS = @LTLIBOBJS@
146
 
MAKEINFO = @MAKEINFO@
147
 
OBJEXT = @OBJEXT@
148
 
OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
149
 
OPENSSL_LIBS = @OPENSSL_LIBS@
 
90
OBJDUMP = @OBJDUMP@
150
91
PACKAGE = @PACKAGE@
151
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
152
 
PACKAGE_NAME = @PACKAGE_NAME@
153
 
PACKAGE_STRING = @PACKAGE_STRING@
154
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
155
 
PACKAGE_VERSION = @PACKAGE_VERSION@
156
 
PATH_SEPARATOR = @PATH_SEPARATOR@
157
92
PKG_CONFIG = @PKG_CONFIG@
158
93
RANLIB = @RANLIB@
159
 
SET_MAKE = @SET_MAKE@
160
 
SHELL = @SHELL@
 
94
RC = @RC@
161
95
STRIP = @STRIP@
162
 
STUFF_CFLAGS = @STUFF_CFLAGS@
163
 
STUFF_LIBS = @STUFF_LIBS@
164
96
VERSION = @VERSION@
165
 
ac_ct_AR = @ac_ct_AR@
166
 
ac_ct_CC = @ac_ct_CC@
167
 
ac_ct_CXX = @ac_ct_CXX@
168
 
ac_ct_F77 = @ac_ct_F77@
169
 
ac_ct_RANLIB = @ac_ct_RANLIB@
170
 
ac_ct_STRIP = @ac_ct_STRIP@
171
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
172
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
173
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
174
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
175
97
am__include = @am__include@
176
 
am__leading_dot = @am__leading_dot@
177
98
am__quote = @am__quote@
178
 
am__tar = @am__tar@
179
 
am__untar = @am__untar@
180
 
bindir = @bindir@
181
 
build = @build@
182
 
build_alias = @build_alias@
183
 
build_cpu = @build_cpu@
184
 
build_os = @build_os@
185
 
build_vendor = @build_vendor@
186
 
datadir = @datadir@
187
 
exec_prefix = @exec_prefix@
188
 
host = @host@
189
 
host_alias = @host_alias@
190
 
host_cpu = @host_cpu@
191
 
host_os = @host_os@
192
 
host_vendor = @host_vendor@
193
 
includedir = @includedir@
194
 
infodir = @infodir@
195
99
install_sh = @install_sh@
196
 
libdir = @libdir@
197
 
libexecdir = @libexecdir@
198
 
localstatedir = @localstatedir@
199
 
mandir = @mandir@
200
 
mkdir_p = @mkdir_p@
201
 
oldincludedir = @oldincludedir@
202
 
prefix = @prefix@
203
 
program_transform_name = @program_transform_name@
204
 
sbindir = @sbindir@
205
 
sharedstatedir = @sharedstatedir@
206
 
sysconfdir = @sysconfdir@
207
 
target_alias = @target_alias@
208
100
SUBDIRS = \
209
101
        torrent \
210
102
        data \
214
106
        tracker \
215
107
        utils
216
108
 
 
109
 
217
110
lib_LTLIBRARIES = libtorrent.la
 
111
 
218
112
libtorrent_la_LDFLAGS = -version-info $(LIBTORRENT_INTERFACE_VERSION_INFO)
219
113
libtorrent_la_LIBADD = \
220
114
        $(top_srcdir)/src/torrent/libsub_torrent.la \
 
115
        $(top_srcdir)/src/torrent/data/libsub_torrentdata.la \
 
116
        $(top_srcdir)/src/torrent/peer/libsub_torrentpeer.la \
221
117
        $(top_srcdir)/src/data/libsub_data.la \
222
118
        $(top_srcdir)/src/download/libsub_download.la \
223
119
        $(top_srcdir)/src/net/libsub_net.la \
225
121
        $(top_srcdir)/src/tracker/libsub_tracker.la \
226
122
        $(top_srcdir)/src/utils/libsub_utils.la
227
123
 
 
124
 
228
125
libtorrent_la_SOURCES = \
229
126
        globals.cc \
230
127
        globals.h \
233
130
        resource_manager.cc \
234
131
        resource_manager.h
235
132
 
 
133
subdir = src
 
134
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
135
CONFIG_HEADER = $(top_builddir)/config.h
 
136
CONFIG_CLEAN_FILES =
 
137
LTLIBRARIES = $(lib_LTLIBRARIES)
 
138
 
 
139
libtorrent_la_DEPENDENCIES = $(top_srcdir)/src/torrent/libsub_torrent.la \
 
140
        $(top_srcdir)/src/torrent/data/libsub_torrentdata.la \
 
141
        $(top_srcdir)/src/torrent/peer/libsub_torrentpeer.la \
 
142
        $(top_srcdir)/src/data/libsub_data.la \
 
143
        $(top_srcdir)/src/download/libsub_download.la \
 
144
        $(top_srcdir)/src/net/libsub_net.la \
 
145
        $(top_srcdir)/src/protocol/libsub_protocol.la \
 
146
        $(top_srcdir)/src/tracker/libsub_tracker.la \
 
147
        $(top_srcdir)/src/utils/libsub_utils.la
 
148
am_libtorrent_la_OBJECTS = globals.lo manager.lo resource_manager.lo
 
149
libtorrent_la_OBJECTS = $(am_libtorrent_la_OBJECTS)
 
150
 
 
151
DEFS = @DEFS@
 
152
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
 
153
CPPFLAGS = @CPPFLAGS@
 
154
LDFLAGS = @LDFLAGS@
 
155
LIBS = @LIBS@
 
156
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
157
am__depfiles_maybe = depfiles
 
158
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/globals.Plo ./$(DEPDIR)/manager.Plo \
 
159
@AMDEP_TRUE@    ./$(DEPDIR)/resource_manager.Plo
 
160
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
161
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
162
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
 
163
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
164
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
165
CXXLD = $(CXX)
 
166
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
 
167
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
168
CXXFLAGS = @CXXFLAGS@
 
169
CFLAGS = @CFLAGS@
 
170
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
171
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
172
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
 
173
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
174
CCLD = $(CC)
 
175
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
176
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
177
DIST_SOURCES = $(libtorrent_la_SOURCES)
 
178
 
 
179
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
 
180
        uninstall-info-recursive all-recursive install-data-recursive \
 
181
        install-exec-recursive installdirs-recursive install-recursive \
 
182
        uninstall-recursive check-recursive installcheck-recursive
 
183
DIST_COMMON = Makefile.am Makefile.in
 
184
DIST_SUBDIRS = $(SUBDIRS)
 
185
SOURCES = $(libtorrent_la_SOURCES)
 
186
 
236
187
all: all-recursive
237
188
 
238
189
.SUFFIXES:
239
190
.SUFFIXES: .cc .lo .o .obj
240
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
241
 
        @for dep in $?; do \
242
 
          case '$(am__configure_deps)' in \
243
 
            *$$dep*) \
244
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
245
 
                && exit 0; \
246
 
              exit 1;; \
247
 
          esac; \
248
 
        done; \
249
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
 
191
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
250
192
        cd $(top_srcdir) && \
251
193
          $(AUTOMAKE) --gnu  src/Makefile
252
 
.PRECIOUS: Makefile
253
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
254
 
        @case '$?' in \
255
 
          *config.status*) \
256
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
257
 
          *) \
258
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
259
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
260
 
        esac;
261
 
 
262
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
263
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264
 
 
265
 
$(top_srcdir)/configure:  $(am__configure_deps)
266
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
268
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
194
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
195
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
196
libLTLIBRARIES_INSTALL = $(INSTALL)
269
197
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
270
198
        @$(NORMAL_INSTALL)
271
 
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 
199
        $(mkinstalldirs) $(DESTDIR)$(libdir)
272
200
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
273
201
          if test -f $$p; then \
274
 
            f=$(am__strip_dir) \
275
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
276
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
202
            f="`echo $$p | sed -e 's|^.*/||'`"; \
 
203
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
 
204
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
277
205
          else :; fi; \
278
206
        done
279
207
 
280
208
uninstall-libLTLIBRARIES:
281
209
        @$(NORMAL_UNINSTALL)
282
 
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
283
 
          p=$(am__strip_dir) \
284
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
285
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
210
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
211
            p="`echo $$p | sed -e 's|^.*/||'`"; \
 
212
          echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
 
213
          $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
286
214
        done
287
215
 
288
216
clean-libLTLIBRARIES:
289
217
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
290
218
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
291
219
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
292
 
          test "$$dir" != "$$p" || dir=.; \
 
220
          test -z "$dir" && dir=.; \
293
221
          echo "rm -f \"$${dir}/so_locations\""; \
294
222
          rm -f "$${dir}/so_locations"; \
295
223
        done
297
225
        $(CXXLINK) -rpath $(libdir) $(libtorrent_la_LDFLAGS) $(libtorrent_la_OBJECTS) $(libtorrent_la_LIBADD) $(LIBS)
298
226
 
299
227
mostlyclean-compile:
300
 
        -rm -f *.$(OBJEXT)
 
228
        -rm -f *.$(OBJEXT) core *.core
301
229
 
302
230
distclean-compile:
303
231
        -rm -f *.tab.c
306
234
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/manager.Plo@am__quote@
307
235
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resource_manager.Plo@am__quote@
308
236
 
 
237
distclean-depend:
 
238
        -rm -rf ./$(DEPDIR)
 
239
 
309
240
.cc.o:
310
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
311
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
312
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
313
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
314
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
 
241
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
242
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
243
@AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
244
        $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
315
245
 
316
246
.cc.obj:
317
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
318
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
319
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
320
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
321
 
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
247
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
248
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
249
@AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
250
        $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
322
251
 
323
252
.cc.lo:
324
 
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
325
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
326
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
327
 
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
328
 
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
 
253
@AMDEP_TRUE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
254
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
 
255
@AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
256
        $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
257
CXXDEPMODE = @CXXDEPMODE@
329
258
 
330
259
mostlyclean-libtool:
331
260
        -rm -f *.lo
391
320
        list='$(SUBDIRS)'; for subdir in $$list; do \
392
321
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
393
322
        done
394
 
ctags-recursive:
395
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
396
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
397
 
        done
 
323
 
 
324
ETAGS = etags
 
325
ETAGSFLAGS =
 
326
 
 
327
tags: TAGS
398
328
 
399
329
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
400
330
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
404
334
          $(AWK) '    { files[$$0] = 1; } \
405
335
               END { for (i in files) print i; }'`; \
406
336
        mkid -fID $$unique
407
 
tags: TAGS
408
337
 
409
338
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
410
339
                $(TAGS_FILES) $(LISP)
411
340
        tags=; \
412
341
        here=`pwd`; \
413
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
414
 
          include_option=--etags-include; \
415
 
          empty_fix=.; \
416
 
        else \
417
 
          include_option=--include; \
418
 
          empty_fix=; \
419
 
        fi; \
420
342
        list='$(SUBDIRS)'; for subdir in $$list; do \
421
343
          if test "$$subdir" = .; then :; else \
422
 
            test ! -f $$subdir/TAGS || \
423
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
344
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
424
345
          fi; \
425
346
        done; \
426
347
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
429
350
          done | \
430
351
          $(AWK) '    { files[$$0] = 1; } \
431
352
               END { for (i in files) print i; }'`; \
432
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
433
 
          test -n "$$unique" || unique=$$empty_fix; \
434
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
435
 
            $$tags $$unique; \
436
 
        fi
437
 
ctags: CTAGS
438
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
439
 
                $(TAGS_FILES) $(LISP)
440
 
        tags=; \
441
 
        here=`pwd`; \
442
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
443
 
        unique=`for i in $$list; do \
444
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
445
 
          done | \
446
 
          $(AWK) '    { files[$$0] = 1; } \
447
 
               END { for (i in files) print i; }'`; \
448
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
449
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
353
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
354
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
450
355
             $$tags $$unique
451
356
 
452
357
GTAGS:
455
360
          && gtags -i $(GTAGS_ARGS) $$here
456
361
 
457
362
distclean-tags:
458
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
363
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
364
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
365
 
 
366
top_distdir = ..
 
367
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
459
368
 
460
369
distdir: $(DISTFILES)
461
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
462
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
463
 
        list='$(DISTFILES)'; for file in $$list; do \
464
 
          case $$file in \
465
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
466
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
467
 
          esac; \
 
370
        @list='$(DISTFILES)'; for file in $$list; do \
468
371
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
469
372
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
470
373
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
471
374
            dir="/$$dir"; \
472
 
            $(mkdir_p) "$(distdir)$$dir"; \
 
375
            $(mkinstalldirs) "$(distdir)$$dir"; \
473
376
          else \
474
377
            dir=''; \
475
378
          fi; \
484
387
            || exit 1; \
485
388
          fi; \
486
389
        done
487
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
390
        list='$(SUBDIRS)'; for subdir in $$list; do \
488
391
          if test "$$subdir" = .; then :; else \
489
 
            test -d "$(distdir)/$$subdir" \
490
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
392
            test -d $(distdir)/$$subdir \
 
393
            || mkdir $(distdir)/$$subdir \
491
394
            || exit 1; \
492
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
493
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
494
395
            (cd $$subdir && \
495
396
              $(MAKE) $(AM_MAKEFLAGS) \
496
 
                top_distdir="$$top_distdir" \
497
 
                distdir="$$distdir/$$subdir" \
 
397
                top_distdir="$(top_distdir)" \
 
398
                distdir=../$(distdir)/$$subdir \
498
399
                distdir) \
499
400
              || exit 1; \
500
401
          fi; \
504
405
all-am: Makefile $(LTLIBRARIES)
505
406
installdirs: installdirs-recursive
506
407
installdirs-am:
507
 
        for dir in "$(DESTDIR)$(libdir)"; do \
508
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
509
 
        done
 
408
        $(mkinstalldirs) $(DESTDIR)$(libdir)
 
409
 
510
410
install: install-recursive
511
411
install-exec: install-exec-recursive
512
412
install-data: install-data-recursive
518
418
installcheck: installcheck-recursive
519
419
install-strip:
520
420
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
521
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
421
          INSTALL_STRIP_FLAG=-s \
522
422
          `test -z '$(STRIP)' || \
523
423
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
524
424
mostlyclean-generic:
526
426
clean-generic:
527
427
 
528
428
distclean-generic:
529
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
429
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
530
430
 
531
431
maintainer-clean-generic:
532
432
        @echo "This command is intended for maintainers to use"
537
437
        mostlyclean-am
538
438
 
539
439
distclean: distclean-recursive
540
 
        -rm -rf ./$(DEPDIR)
541
 
        -rm -f Makefile
542
 
distclean-am: clean-am distclean-compile distclean-generic \
543
 
        distclean-libtool distclean-tags
 
440
 
 
441
distclean-am: clean-am distclean-compile distclean-depend \
 
442
        distclean-generic distclean-libtool distclean-tags
544
443
 
545
444
dvi: dvi-recursive
546
445
 
547
446
dvi-am:
548
447
 
549
 
html: html-recursive
550
 
 
551
448
info: info-recursive
552
449
 
553
450
info-am:
563
460
installcheck-am:
564
461
 
565
462
maintainer-clean: maintainer-clean-recursive
566
 
        -rm -rf ./$(DEPDIR)
567
 
        -rm -f Makefile
 
463
 
568
464
maintainer-clean-am: distclean-am maintainer-clean-generic
569
465
 
570
466
mostlyclean: mostlyclean-recursive
572
468
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
573
469
        mostlyclean-libtool
574
470
 
575
 
pdf: pdf-recursive
576
 
 
577
 
pdf-am:
578
 
 
579
 
ps: ps-recursive
580
 
 
581
 
ps-am:
582
 
 
583
471
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
584
472
 
585
473
uninstall-info: uninstall-info-recursive
586
474
 
587
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
588
 
        clean clean-generic clean-libLTLIBRARIES clean-libtool \
589
 
        clean-recursive ctags ctags-recursive distclean \
590
 
        distclean-compile distclean-generic distclean-libtool \
591
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
592
 
        html-am info info-am install install-am install-data \
593
 
        install-data-am install-exec install-exec-am install-info \
594
 
        install-info-am install-libLTLIBRARIES install-man \
595
 
        install-strip installcheck installcheck-am installdirs \
596
 
        installdirs-am maintainer-clean maintainer-clean-generic \
 
475
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
 
476
        clean-generic clean-libLTLIBRARIES clean-libtool \
 
477
        clean-recursive distclean distclean-compile distclean-depend \
 
478
        distclean-generic distclean-libtool distclean-recursive \
 
479
        distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
 
480
        info-recursive install install-am install-data install-data-am \
 
481
        install-data-recursive install-exec install-exec-am \
 
482
        install-exec-recursive install-info install-info-am \
 
483
        install-info-recursive install-libLTLIBRARIES install-man \
 
484
        install-recursive install-strip installcheck installcheck-am \
 
485
        installdirs installdirs-am installdirs-recursive \
 
486
        maintainer-clean maintainer-clean-generic \
597
487
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
598
488
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
599
 
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
600
 
        uninstall-info-am uninstall-libLTLIBRARIES
 
489
        tags tags-recursive uninstall uninstall-am uninstall-info-am \
 
490
        uninstall-info-recursive uninstall-libLTLIBRARIES \
 
491
        uninstall-recursive
601
492
 
602
493
# Tell versions [3.59,3.63) of GNU make to not export all variables.
603
494
# Otherwise a system limit (for SysV at least) may be exceeded.