~ubuntu-branches/ubuntu/precise/libtorrent/precise

« back to all changes in this revision

Viewing changes to src/torrent/data/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Rivas
  • Date: 2007-09-11 15:12:31 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070911151231-brompt7pecvfbaau
Tags: 0.11.8-1
* New upstream version
* debian/patches/update-changelog.patch:
 + Updated with the new changelog.
* debian/control:
 + Added the Homepage field, deleted Homepages from the descriptions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.6.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  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
 
SHELL = @SHELL@
 
16
 
17
17
 
18
18
srcdir = @srcdir@
19
19
top_srcdir = @top_srcdir@
20
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
36
21
pkgdatadir = $(datadir)/@PACKAGE@
37
22
pkglibdir = $(libdir)/@PACKAGE@
38
23
pkgincludedir = $(includedir)/@PACKAGE@
39
24
top_builddir = ../../..
40
 
 
41
 
ACLOCAL = @ACLOCAL@
42
 
AUTOCONF = @AUTOCONF@
43
 
AUTOMAKE = @AUTOMAKE@
44
 
AUTOHEADER = @AUTOHEADER@
45
 
 
46
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47
26
INSTALL = @INSTALL@
48
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
49
 
INSTALL_DATA = @INSTALL_DATA@
50
27
install_sh_DATA = $(install_sh) -c -m 644
51
28
install_sh_PROGRAM = $(install_sh) -c
52
29
install_sh_SCRIPT = $(install_sh) -c
53
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
54
30
INSTALL_HEADER = $(INSTALL_DATA)
55
 
transform = @program_transform_name@
 
31
transform = $(program_transform_name)
56
32
NORMAL_INSTALL = :
57
33
PRE_INSTALL = :
58
34
POST_INSTALL = :
59
35
NORMAL_UNINSTALL = :
60
36
PRE_UNINSTALL = :
61
37
POST_UNINSTALL = :
62
 
host_alias = @host_alias@
 
38
build_triplet = @build@
63
39
host_triplet = @host@
64
 
 
65
 
EXEEXT = @EXEEXT@
66
 
OBJEXT = @OBJEXT@
67
 
PATH_SEPARATOR = @PATH_SEPARATOR@
 
40
subdir = src/torrent/data
 
41
DIST_COMMON = $(libtorrentinclude_HEADERS) $(srcdir)/Makefile.am \
 
42
        $(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 = $(SHELL) $(top_srcdir)/mkinstalldirs
 
50
CONFIG_HEADER = $(top_builddir)/config.h
 
51
CONFIG_CLEAN_FILES =
 
52
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
53
libsub_torrentdata_la_LIBADD =
 
54
am_libsub_torrentdata_la_OBJECTS = block.lo block_list.lo file.lo \
 
55
        file_list.lo file_list_iterator.lo file_manager.lo \
 
56
        file_utils.lo transfer_list.lo
 
57
libsub_torrentdata_la_OBJECTS = $(am_libsub_torrentdata_la_OBJECTS)
 
58
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
59
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
60
am__depfiles_maybe = depfiles
 
61
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
62
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
63
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
 
64
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
65
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
66
CXXLD = $(CXX)
 
67
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
 
68
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
69
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
70
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
71
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
72
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
73
        $(AM_CFLAGS) $(CFLAGS)
 
74
CCLD = $(CC)
 
75
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
76
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
77
SOURCES = $(libsub_torrentdata_la_SOURCES)
 
78
DIST_SOURCES = $(libsub_torrentdata_la_SOURCES)
 
79
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
80
am__vpath_adj = case $$p in \
 
81
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
82
    *) f=$$p;; \
 
83
  esac;
 
84
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
85
am__installdirs = "$(DESTDIR)$(libtorrentincludedir)"
 
86
libtorrentincludeHEADERS_INSTALL = $(INSTALL_HEADER)
 
87
HEADERS = $(libtorrentinclude_HEADERS)
 
88
ETAGS = etags
 
89
CTAGS = ctags
 
90
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
91
ACLOCAL = @ACLOCAL@
 
92
AMDEP_FALSE = @AMDEP_FALSE@
 
93
AMDEP_TRUE = @AMDEP_TRUE@
68
94
AMTAR = @AMTAR@
69
95
AR = @AR@
70
 
AS = @AS@
 
96
AUTOCONF = @AUTOCONF@
 
97
AUTOHEADER = @AUTOHEADER@
 
98
AUTOMAKE = @AUTOMAKE@
71
99
AWK = @AWK@
72
100
CC = @CC@
 
101
CCDEPMODE = @CCDEPMODE@
 
102
CFLAGS = @CFLAGS@
 
103
CPP = @CPP@
 
104
CPPFLAGS = @CPPFLAGS@
73
105
CXX = @CXX@
74
106
CXXCPP = @CXXCPP@
 
107
CXXDEPMODE = @CXXDEPMODE@
 
108
CXXFLAGS = @CXXFLAGS@
 
109
CYGPATH_W = @CYGPATH_W@
 
110
DEFS = @DEFS@
75
111
DEPDIR = @DEPDIR@
76
 
DLLTOOL = @DLLTOOL@
77
112
ECHO = @ECHO@
 
113
ECHO_C = @ECHO_C@
 
114
ECHO_N = @ECHO_N@
 
115
ECHO_T = @ECHO_T@
78
116
EGREP = @EGREP@
 
117
EXEEXT = @EXEEXT@
79
118
F77 = @F77@
80
 
GCJ = @GCJ@
81
 
GCJFLAGS = @GCJFLAGS@
 
119
FFLAGS = @FFLAGS@
 
120
GREP = @GREP@
 
121
INSTALL_DATA = @INSTALL_DATA@
 
122
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
123
INSTALL_SCRIPT = @INSTALL_SCRIPT@
82
124
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
125
LDFLAGS = @LDFLAGS@
 
126
LIBOBJS = @LIBOBJS@
 
127
LIBS = @LIBS@
83
128
LIBTOOL = @LIBTOOL@
84
129
LIBTORRENT_CFLAGS = @LIBTORRENT_CFLAGS@
85
130
LIBTORRENT_CURRENT = @LIBTORRENT_CURRENT@
87
132
LIBTORRENT_INTERFACE_VERSION_NO = @LIBTORRENT_INTERFACE_VERSION_NO@
88
133
LIBTORRENT_LIBS = @LIBTORRENT_LIBS@
89
134
LN_S = @LN_S@
90
 
OBJDUMP = @OBJDUMP@
 
135
LTLIBOBJS = @LTLIBOBJS@
 
136
MAKEINFO = @MAKEINFO@
 
137
OBJEXT = @OBJEXT@
 
138
OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
 
139
OPENSSL_LIBS = @OPENSSL_LIBS@
91
140
PACKAGE = @PACKAGE@
 
141
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
142
PACKAGE_NAME = @PACKAGE_NAME@
 
143
PACKAGE_STRING = @PACKAGE_STRING@
 
144
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
145
PACKAGE_VERSION = @PACKAGE_VERSION@
 
146
PATH_SEPARATOR = @PATH_SEPARATOR@
92
147
PKG_CONFIG = @PKG_CONFIG@
93
148
RANLIB = @RANLIB@
94
 
RC = @RC@
 
149
SET_MAKE = @SET_MAKE@
 
150
SHELL = @SHELL@
95
151
STRIP = @STRIP@
 
152
STUFF_CFLAGS = @STUFF_CFLAGS@
 
153
STUFF_LIBS = @STUFF_LIBS@
96
154
VERSION = @VERSION@
 
155
ac_ct_CC = @ac_ct_CC@
 
156
ac_ct_CXX = @ac_ct_CXX@
 
157
ac_ct_F77 = @ac_ct_F77@
 
158
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
159
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
160
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
161
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
97
162
am__include = @am__include@
 
163
am__leading_dot = @am__leading_dot@
98
164
am__quote = @am__quote@
 
165
am__tar = @am__tar@
 
166
am__untar = @am__untar@
 
167
bindir = @bindir@
 
168
build = @build@
 
169
build_alias = @build_alias@
 
170
build_cpu = @build_cpu@
 
171
build_os = @build_os@
 
172
build_vendor = @build_vendor@
 
173
datadir = @datadir@
 
174
datarootdir = @datarootdir@
 
175
docdir = @docdir@
 
176
dvidir = @dvidir@
 
177
exec_prefix = @exec_prefix@
 
178
host = @host@
 
179
host_alias = @host_alias@
 
180
host_cpu = @host_cpu@
 
181
host_os = @host_os@
 
182
host_vendor = @host_vendor@
 
183
htmldir = @htmldir@
 
184
includedir = @includedir@
 
185
infodir = @infodir@
99
186
install_sh = @install_sh@
 
187
libdir = @libdir@
 
188
libexecdir = @libexecdir@
 
189
localedir = @localedir@
 
190
localstatedir = @localstatedir@
 
191
mandir = @mandir@
 
192
mkdir_p = @mkdir_p@
 
193
oldincludedir = @oldincludedir@
 
194
pdfdir = @pdfdir@
 
195
prefix = @prefix@
 
196
program_transform_name = @program_transform_name@
 
197
psdir = @psdir@
 
198
sbindir = @sbindir@
 
199
sharedstatedir = @sharedstatedir@
 
200
sysconfdir = @sysconfdir@
 
201
target_alias = @target_alias@
100
202
noinst_LTLIBRARIES = libsub_torrentdata.la
101
 
 
102
203
libsub_torrentdata_la_SOURCES = \
103
204
        block.cc \
104
205
        block.h \
120
221
        transfer_list.cc \
121
222
        transfer_list.h
122
223
 
123
 
 
124
224
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../.. -I$(top_srcdir)
125
 
 
126
225
libtorrentincludedir = $(includedir)/torrent/data
127
226
libtorrentinclude_HEADERS = \
128
227
        block.h \
136
235
        piece.h \
137
236
        transfer_list.h
138
237
 
139
 
subdir = src/torrent/data
140
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
141
 
CONFIG_HEADER = $(top_builddir)/config.h
142
 
CONFIG_CLEAN_FILES =
143
 
LTLIBRARIES = $(noinst_LTLIBRARIES)
144
 
 
145
 
libsub_torrentdata_la_LDFLAGS =
146
 
libsub_torrentdata_la_LIBADD =
147
 
am_libsub_torrentdata_la_OBJECTS = block.lo block_list.lo file.lo \
148
 
        file_list.lo file_list_iterator.lo file_manager.lo \
149
 
        file_utils.lo transfer_list.lo
150
 
libsub_torrentdata_la_OBJECTS = $(am_libsub_torrentdata_la_OBJECTS)
151
 
 
152
 
DEFS = @DEFS@
153
 
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
154
 
CPPFLAGS = @CPPFLAGS@
155
 
LDFLAGS = @LDFLAGS@
156
 
LIBS = @LIBS@
157
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
158
 
am__depfiles_maybe = depfiles
159
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/block.Plo ./$(DEPDIR)/block_list.Plo \
160
 
@AMDEP_TRUE@    ./$(DEPDIR)/file.Plo ./$(DEPDIR)/file_list.Plo \
161
 
@AMDEP_TRUE@    ./$(DEPDIR)/file_list_iterator.Plo \
162
 
@AMDEP_TRUE@    ./$(DEPDIR)/file_manager.Plo \
163
 
@AMDEP_TRUE@    ./$(DEPDIR)/file_utils.Plo \
164
 
@AMDEP_TRUE@    ./$(DEPDIR)/transfer_list.Plo
165
 
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
166
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
167
 
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
168
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
169
 
        $(AM_CXXFLAGS) $(CXXFLAGS)
170
 
CXXLD = $(CXX)
171
 
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
172
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
173
 
CXXFLAGS = @CXXFLAGS@
174
 
CFLAGS = @CFLAGS@
175
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
176
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
177
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
178
 
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
179
 
CCLD = $(CC)
180
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
181
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
182
 
DIST_SOURCES = $(libsub_torrentdata_la_SOURCES)
183
 
HEADERS = $(libtorrentinclude_HEADERS)
184
 
 
185
 
DIST_COMMON = $(libtorrentinclude_HEADERS) Makefile.am Makefile.in
186
 
SOURCES = $(libsub_torrentdata_la_SOURCES)
187
 
 
188
238
all: all-am
189
239
 
190
240
.SUFFIXES:
191
241
.SUFFIXES: .cc .lo .o .obj
192
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
242
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
243
        @for dep in $?; do \
 
244
          case '$(am__configure_deps)' in \
 
245
            *$$dep*) \
 
246
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
247
                && exit 0; \
 
248
              exit 1;; \
 
249
          esac; \
 
250
        done; \
 
251
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/torrent/data/Makefile'; \
193
252
        cd $(top_srcdir) && \
194
253
          $(AUTOMAKE) --gnu  src/torrent/data/Makefile
195
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
196
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
254
.PRECIOUS: Makefile
 
255
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
256
        @case '$?' in \
 
257
          *config.status*) \
 
258
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
259
          *) \
 
260
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
261
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
262
        esac;
 
263
 
 
264
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
265
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
266
 
 
267
$(top_srcdir)/configure:  $(am__configure_deps)
 
268
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
269
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
270
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
197
271
 
198
272
clean-noinstLTLIBRARIES:
199
273
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
200
274
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
201
275
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
202
 
          test -z "$dir" && dir=.; \
 
276
          test "$$dir" != "$$p" || dir=.; \
203
277
          echo "rm -f \"$${dir}/so_locations\""; \
204
278
          rm -f "$${dir}/so_locations"; \
205
279
        done
207
281
        $(CXXLINK)  $(libsub_torrentdata_la_LDFLAGS) $(libsub_torrentdata_la_OBJECTS) $(libsub_torrentdata_la_LIBADD) $(LIBS)
208
282
 
209
283
mostlyclean-compile:
210
 
        -rm -f *.$(OBJEXT) core *.core
 
284
        -rm -f *.$(OBJEXT)
211
285
 
212
286
distclean-compile:
213
287
        -rm -f *.tab.c
221
295
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file_utils.Plo@am__quote@
222
296
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transfer_list.Plo@am__quote@
223
297
 
224
 
distclean-depend:
225
 
        -rm -rf ./$(DEPDIR)
226
 
 
227
298
.cc.o:
228
 
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
229
 
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
230
 
@AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
231
 
        $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
299
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
300
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
301
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
302
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
303
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
232
304
 
233
305
.cc.obj:
234
 
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
235
 
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
236
 
@AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
237
 
        $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
 
306
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
307
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
308
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
309
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
310
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
238
311
 
239
312
.cc.lo:
240
 
@AMDEP_TRUE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
241
 
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
242
 
@AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
243
 
        $(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
244
 
CXXDEPMODE = @CXXDEPMODE@
 
313
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
314
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
315
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
316
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
317
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
245
318
 
246
319
mostlyclean-libtool:
247
320
        -rm -f *.lo
252
325
distclean-libtool:
253
326
        -rm -f libtool
254
327
uninstall-info-am:
255
 
libtorrentincludeHEADERS_INSTALL = $(INSTALL_HEADER)
256
328
install-libtorrentincludeHEADERS: $(libtorrentinclude_HEADERS)
257
329
        @$(NORMAL_INSTALL)
258
 
        $(mkinstalldirs) $(DESTDIR)$(libtorrentincludedir)
 
330
        test -z "$(libtorrentincludedir)" || $(mkdir_p) "$(DESTDIR)$(libtorrentincludedir)"
259
331
        @list='$(libtorrentinclude_HEADERS)'; for p in $$list; do \
260
332
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
261
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
262
 
          echo " $(libtorrentincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(libtorrentincludedir)/$$f"; \
263
 
          $(libtorrentincludeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(libtorrentincludedir)/$$f; \
 
333
          f=$(am__strip_dir) \
 
334
          echo " $(libtorrentincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libtorrentincludedir)/$$f'"; \
 
335
          $(libtorrentincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libtorrentincludedir)/$$f"; \
264
336
        done
265
337
 
266
338
uninstall-libtorrentincludeHEADERS:
267
339
        @$(NORMAL_UNINSTALL)
268
340
        @list='$(libtorrentinclude_HEADERS)'; for p in $$list; do \
269
 
          f="`echo $$p | sed -e 's|^.*/||'`"; \
270
 
          echo " rm -f $(DESTDIR)$(libtorrentincludedir)/$$f"; \
271
 
          rm -f $(DESTDIR)$(libtorrentincludedir)/$$f; \
 
341
          f=$(am__strip_dir) \
 
342
          echo " rm -f '$(DESTDIR)$(libtorrentincludedir)/$$f'"; \
 
343
          rm -f "$(DESTDIR)$(libtorrentincludedir)/$$f"; \
272
344
        done
273
345
 
274
 
ETAGS = etags
275
 
ETAGSFLAGS =
276
 
 
277
 
tags: TAGS
278
 
 
279
346
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
280
347
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
281
348
        unique=`for i in $$list; do \
284
351
          $(AWK) '    { files[$$0] = 1; } \
285
352
               END { for (i in files) print i; }'`; \
286
353
        mkid -fID $$unique
 
354
tags: TAGS
287
355
 
288
356
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
289
357
                $(TAGS_FILES) $(LISP)
295
363
          done | \
296
364
          $(AWK) '    { files[$$0] = 1; } \
297
365
               END { for (i in files) print i; }'`; \
298
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
299
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
366
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
367
          test -n "$$unique" || unique=$$empty_fix; \
 
368
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
369
            $$tags $$unique; \
 
370
        fi
 
371
ctags: CTAGS
 
372
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
373
                $(TAGS_FILES) $(LISP)
 
374
        tags=; \
 
375
        here=`pwd`; \
 
376
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
377
        unique=`for i in $$list; do \
 
378
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
379
          done | \
 
380
          $(AWK) '    { files[$$0] = 1; } \
 
381
               END { for (i in files) print i; }'`; \
 
382
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
383
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
300
384
             $$tags $$unique
301
385
 
302
386
GTAGS:
305
389
          && gtags -i $(GTAGS_ARGS) $$here
306
390
 
307
391
distclean-tags:
308
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
309
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
310
 
 
311
 
top_distdir = ../../..
312
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
392
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
313
393
 
314
394
distdir: $(DISTFILES)
315
 
        @list='$(DISTFILES)'; for file in $$list; do \
 
395
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
396
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
397
        list='$(DISTFILES)'; for file in $$list; do \
 
398
          case $$file in \
 
399
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
400
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
401
          esac; \
316
402
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
317
403
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
318
404
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
319
405
            dir="/$$dir"; \
320
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
406
            $(mkdir_p) "$(distdir)$$dir"; \
321
407
          else \
322
408
            dir=''; \
323
409
          fi; \
335
421
check-am: all-am
336
422
check: check-am
337
423
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
338
 
 
339
424
installdirs:
340
 
        $(mkinstalldirs) $(DESTDIR)$(libtorrentincludedir)
341
 
 
 
425
        for dir in "$(DESTDIR)$(libtorrentincludedir)"; do \
 
426
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
427
        done
342
428
install: install-am
343
429
install-exec: install-exec-am
344
430
install-data: install-data-am
350
436
installcheck: installcheck-am
351
437
install-strip:
352
438
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
353
 
          INSTALL_STRIP_FLAG=-s \
 
439
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
354
440
          `test -z '$(STRIP)' || \
355
441
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
356
442
mostlyclean-generic:
358
444
clean-generic:
359
445
 
360
446
distclean-generic:
361
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
447
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
362
448
 
363
449
maintainer-clean-generic:
364
450
        @echo "This command is intended for maintainers to use"
369
455
        mostlyclean-am
370
456
 
371
457
distclean: distclean-am
372
 
 
373
 
distclean-am: clean-am distclean-compile distclean-depend \
374
 
        distclean-generic distclean-libtool distclean-tags
 
458
        -rm -rf ./$(DEPDIR)
 
459
        -rm -f Makefile
 
460
distclean-am: clean-am distclean-compile distclean-generic \
 
461
        distclean-libtool distclean-tags
375
462
 
376
463
dvi: dvi-am
377
464
 
378
465
dvi-am:
379
466
 
 
467
html: html-am
 
468
 
380
469
info: info-am
381
470
 
382
471
info-am:
392
481
installcheck-am:
393
482
 
394
483
maintainer-clean: maintainer-clean-am
395
 
 
 
484
        -rm -rf ./$(DEPDIR)
 
485
        -rm -f Makefile
396
486
maintainer-clean-am: distclean-am maintainer-clean-generic
397
487
 
398
488
mostlyclean: mostlyclean-am
400
490
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
401
491
        mostlyclean-libtool
402
492
 
 
493
pdf: pdf-am
 
494
 
 
495
pdf-am:
 
496
 
 
497
ps: ps-am
 
498
 
 
499
ps-am:
 
500
 
403
501
uninstall-am: uninstall-info-am uninstall-libtorrentincludeHEADERS
404
502
 
405
 
.PHONY: GTAGS all all-am check check-am clean clean-generic \
406
 
        clean-libtool clean-noinstLTLIBRARIES distclean \
407
 
        distclean-compile distclean-depend distclean-generic \
408
 
        distclean-libtool distclean-tags distdir dvi dvi-am info \
409
 
        info-am install install-am install-data install-data-am \
410
 
        install-exec install-exec-am install-info install-info-am \
 
503
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
504
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
 
505
        distclean-compile distclean-generic distclean-libtool \
 
506
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
507
        install install-am install-data install-data-am install-exec \
 
508
        install-exec-am install-info install-info-am \
411
509
        install-libtorrentincludeHEADERS install-man install-strip \
412
510
        installcheck installcheck-am installdirs maintainer-clean \
413
511
        maintainer-clean-generic mostlyclean mostlyclean-compile \
414
 
        mostlyclean-generic mostlyclean-libtool tags uninstall \
415
 
        uninstall-am uninstall-info-am \
 
512
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
513
        tags uninstall uninstall-am uninstall-info-am \
416
514
        uninstall-libtorrentincludeHEADERS
417
515
 
418
516
# Tell versions [3.59,3.63) of GNU make to not export all variables.