~ubuntu-branches/ubuntu/oneiric/libtorrent/oneiric

« back to all changes in this revision

Viewing changes to src/net/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-04-06 23:34:20 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080406233420-hlug6m6vo3z5aoj5
Tags: 0.12.0-0ubuntu1
* New upstream release.
* New SONAME, affected files changed accordingly.
* debian/patches/update-changelog.patch:
  - Updated with new changelog.
* debian/rules:
  - Add DEB_INSTALL_CHANGELOGS_ALL to install ChangeLog (LP: #194188).
* debian/control:
  - Update Maintainer field as per spec.
* Feature Freeze exception granted as per LP: #211910.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  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.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
17
VPATH = @srcdir@
20
18
pkgdatadir = $(datadir)/@PACKAGE@
21
19
pkglibdir = $(libdir)/@PACKAGE@
22
20
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ../..
24
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
22
install_sh_DATA = $(install_sh) -c -m 644
27
23
install_sh_PROGRAM = $(install_sh) -c
28
24
install_sh_SCRIPT = $(install_sh) -c
44
40
        $(top_srcdir)/scripts/common.m4 $(top_srcdir)/configure.ac
45
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
42
        $(ACLOCAL_M4)
47
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
43
mkinstalldirs = $(install_sh) -d
48
44
CONFIG_HEADER = $(top_builddir)/config.h
49
45
CONFIG_CLEAN_FILES =
50
46
LTLIBRARIES = $(noinst_LTLIBRARIES)
51
47
libsub_net_la_LIBADD =
52
48
am_libsub_net_la_OBJECTS = address_list.lo listen.lo socket_base.lo \
53
49
        socket_datagram.lo socket_fd.lo socket_set.lo socket_stream.lo \
54
 
        throttle_list.lo throttle_manager.lo
 
50
        throttle_list.lo
55
51
libsub_net_la_OBJECTS = $(am_libsub_net_la_OBJECTS)
56
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
52
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
57
53
depcomp = $(SHELL) $(top_srcdir)/depcomp
58
54
am__depfiles_maybe = depfiles
59
55
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
60
56
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
61
 
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
62
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
63
 
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
57
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
58
        --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
59
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
64
60
CXXLD = $(CXX)
65
 
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
66
 
        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
61
CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
62
        --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
 
63
        $(LDFLAGS) -o $@
67
64
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
68
65
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
70
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
71
 
        $(AM_CFLAGS) $(CFLAGS)
 
66
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
67
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
68
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72
69
CCLD = $(CC)
73
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
74
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
70
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
71
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
72
        $(LDFLAGS) -o $@
75
73
SOURCES = $(libsub_net_la_SOURCES)
76
74
DIST_SOURCES = $(libsub_net_la_SOURCES)
77
75
ETAGS = etags
78
76
CTAGS = ctags
79
77
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
80
78
ACLOCAL = @ACLOCAL@
81
 
AMDEP_FALSE = @AMDEP_FALSE@
82
 
AMDEP_TRUE = @AMDEP_TRUE@
83
79
AMTAR = @AMTAR@
84
80
AR = @AR@
85
81
AUTOCONF = @AUTOCONF@
107
103
F77 = @F77@
108
104
FFLAGS = @FFLAGS@
109
105
GREP = @GREP@
 
106
INSTALL = @INSTALL@
110
107
INSTALL_DATA = @INSTALL_DATA@
111
108
INSTALL_PROGRAM = @INSTALL_PROGRAM@
112
109
INSTALL_SCRIPT = @INSTALL_SCRIPT@
123
120
LN_S = @LN_S@
124
121
LTLIBOBJS = @LTLIBOBJS@
125
122
MAKEINFO = @MAKEINFO@
 
123
MKDIR_P = @MKDIR_P@
126
124
OBJEXT = @OBJEXT@
127
125
OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
128
126
OPENSSL_LIBS = @OPENSSL_LIBS@
135
133
PATH_SEPARATOR = @PATH_SEPARATOR@
136
134
PKG_CONFIG = @PKG_CONFIG@
137
135
RANLIB = @RANLIB@
 
136
SED = @SED@
138
137
SET_MAKE = @SET_MAKE@
139
138
SHELL = @SHELL@
140
139
STRIP = @STRIP@
141
140
STUFF_CFLAGS = @STUFF_CFLAGS@
142
141
STUFF_LIBS = @STUFF_LIBS@
143
142
VERSION = @VERSION@
 
143
abs_builddir = @abs_builddir@
 
144
abs_srcdir = @abs_srcdir@
 
145
abs_top_builddir = @abs_top_builddir@
 
146
abs_top_srcdir = @abs_top_srcdir@
144
147
ac_ct_CC = @ac_ct_CC@
145
148
ac_ct_CXX = @ac_ct_CXX@
146
149
ac_ct_F77 = @ac_ct_F77@
147
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
148
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
149
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
150
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
151
150
am__include = @am__include@
152
151
am__leading_dot = @am__leading_dot@
153
152
am__quote = @am__quote@
159
158
build_cpu = @build_cpu@
160
159
build_os = @build_os@
161
160
build_vendor = @build_vendor@
 
161
builddir = @builddir@
162
162
datadir = @datadir@
163
163
datarootdir = @datarootdir@
164
164
docdir = @docdir@
186
186
psdir = @psdir@
187
187
sbindir = @sbindir@
188
188
sharedstatedir = @sharedstatedir@
 
189
srcdir = @srcdir@
189
190
sysconfdir = @sysconfdir@
190
191
target_alias = @target_alias@
 
192
top_builddir = @top_builddir@
 
193
top_srcdir = @top_srcdir@
191
194
noinst_LTLIBRARIES = libsub_net.la
192
195
libsub_net_la_SOURCES = \
193
196
        address_list.cc \
208
211
        socket_stream.h \
209
212
        throttle_list.cc \
210
213
        throttle_list.h \
211
 
        throttle_manager.cc \
212
 
        throttle_manager.h \
213
214
        throttle_node.h
214
215
 
215
216
INCLUDES = -I$(srcdir) -I$(srcdir)/.. -I$(top_srcdir)
256
257
          rm -f "$${dir}/so_locations"; \
257
258
        done
258
259
libsub_net.la: $(libsub_net_la_OBJECTS) $(libsub_net_la_DEPENDENCIES) 
259
 
        $(CXXLINK)  $(libsub_net_la_LDFLAGS) $(libsub_net_la_OBJECTS) $(libsub_net_la_LIBADD) $(LIBS)
 
260
        $(CXXLINK)  $(libsub_net_la_OBJECTS) $(libsub_net_la_LIBADD) $(LIBS)
260
261
 
261
262
mostlyclean-compile:
262
263
        -rm -f *.$(OBJEXT)
272
273
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket_set.Plo@am__quote@
273
274
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket_stream.Plo@am__quote@
274
275
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/throttle_list.Plo@am__quote@
275
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/throttle_manager.Plo@am__quote@
276
276
 
277
277
.cc.o:
278
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
279
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
278
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
279
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
280
280
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
281
281
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
282
282
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ $<
283
283
 
284
284
.cc.obj:
285
 
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
286
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
285
@am__fastdepCXX_TRUE@   $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
286
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
287
287
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
288
288
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
289
289
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
290
290
 
291
291
.cc.lo:
292
 
@am__fastdepCXX_TRUE@   if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
293
 
@am__fastdepCXX_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
292
@am__fastdepCXX_TRUE@   $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
293
@am__fastdepCXX_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
294
294
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
295
295
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
296
296
@am__fastdepCXX_FALSE@  $(LTCXXCOMPILE) -c -o $@ $<
301
301
clean-libtool:
302
302
        -rm -rf .libs _libs
303
303
 
304
 
distclean-libtool:
305
 
        -rm -f libtool
306
 
uninstall-info-am:
307
 
 
308
304
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
309
305
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
310
306
        unique=`for i in $$list; do \
354
350
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
355
351
 
356
352
distdir: $(DISTFILES)
357
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
358
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
359
 
        list='$(DISTFILES)'; for file in $$list; do \
360
 
          case $$file in \
361
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
362
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
363
 
          esac; \
 
353
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
354
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
355
        list='$(DISTFILES)'; \
 
356
          dist_files=`for file in $$list; do echo $$file; done | \
 
357
          sed -e "s|^$$srcdirstrip/||;t" \
 
358
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
359
        case $$dist_files in \
 
360
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
361
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
362
                           sort -u` ;; \
 
363
        esac; \
 
364
        for file in $$dist_files; do \
364
365
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
365
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
366
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
367
 
            dir="/$$dir"; \
368
 
            $(mkdir_p) "$(distdir)$$dir"; \
369
 
          else \
370
 
            dir=''; \
371
 
          fi; \
372
366
          if test -d $$d/$$file; then \
 
367
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
373
368
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
374
369
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
375
370
            fi; \
417
412
        -rm -rf ./$(DEPDIR)
418
413
        -rm -f Makefile
419
414
distclean-am: clean-am distclean-compile distclean-generic \
420
 
        distclean-libtool distclean-tags
 
415
        distclean-tags
421
416
 
422
417
dvi: dvi-am
423
418
 
431
426
 
432
427
install-data-am:
433
428
 
 
429
install-dvi: install-dvi-am
 
430
 
434
431
install-exec-am:
435
432
 
 
433
install-html: install-html-am
 
434
 
436
435
install-info: install-info-am
437
436
 
438
437
install-man:
439
438
 
 
439
install-pdf: install-pdf-am
 
440
 
 
441
install-ps: install-ps-am
 
442
 
440
443
installcheck-am:
441
444
 
442
445
maintainer-clean: maintainer-clean-am
457
460
 
458
461
ps-am:
459
462
 
460
 
uninstall-am: uninstall-info-am
 
463
uninstall-am:
 
464
 
 
465
.MAKE: install-am install-strip
461
466
 
462
467
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
463
468
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
464
469
        distclean-compile distclean-generic distclean-libtool \
465
470
        distclean-tags distdir dvi dvi-am html html-am info info-am \
466
 
        install install-am install-data install-data-am install-exec \
467
 
        install-exec-am install-info install-info-am install-man \
 
471
        install install-am install-data install-data-am install-dvi \
 
472
        install-dvi-am install-exec install-exec-am install-html \
 
473
        install-html-am install-info install-info-am install-man \
 
474
        install-pdf install-pdf-am install-ps install-ps-am \
468
475
        install-strip installcheck installcheck-am installdirs \
469
476
        maintainer-clean maintainer-clean-generic mostlyclean \
470
477
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
471
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
472
 
        uninstall-info-am
 
478
        pdf pdf-am ps ps-am tags uninstall uninstall-am
473
479
 
474
480
# Tell versions [3.59,3.63) of GNU make to not export all variables.
475
481
# Otherwise a system limit (for SysV at least) may be exceeded.