~ubuntu-branches/ubuntu/lucid/transmission/lucid

« back to all changes in this revision

Viewing changes to third-party/libevent/test/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda
  • Date: 2009-06-16 02:41:48 UTC
  • mfrom: (1.1.25 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090616024148-kap504e2oaerwcah
Tags: 1.72-1ubuntu1
* Merge from debian unstable (LP: #388377), remaining changes:
  - debian/control:
    + Added replaces & provides clutch (now included as part of transmission).
    + add quilt, liblaunchpad-integration and libtool to Build-Depends
  - debian/rules:
    + Create a PO template during package build.
    + re-enable quilt
    + run autoreconf for launchpad-integration
  - debian/patches/01_lpi.patch:
    + Integrate Transmission with Launchpad
  - debian/patches/20_add_X-Ubuntu-Gettext-Domain.diff:
    + Add X-Ubuntu-Gettext-Domain to .desktop file.
* Closes Launchpad bugs:
  - Use tooltip to notify user of added torrent (LP: #217171)
  - Transmission forgets torrent when adding several (LP: #259123)
  - Unable to sort files in torrent by Progress, Download nor Priority.
    (LP: #300359)
  - "Revert" and "Remove" uses same alt-key in Torrent Tracker Details
    (LP: #311064)
  - transmission crashed with SIGSEGV in g_closure_invoke() (LP: #334104)
  - Bring transmission to the top when adding a torrent (LP: #353777)
  - Focus should not be on "Don't ask me again" when I quit Transmission
    (LP: #359268)
  - [karmic] removing download items makes property window useless
    (LP: #385334)
  - transmission doesn't remember maximized state (LP: #385982)
  - Transmission 1.71 (8646) crashes when changing download speed
    (LP: #386877)
  - transmission: event.c:875: timeout_next: Assertion `tv->tv_usec >= 0'
    failed. (LP: #387564)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
96
96
CFLAGS = @CFLAGS@
97
97
CPP = @CPP@
98
98
CPPFLAGS = @CPPFLAGS@
99
 
CXX = @CXX@
100
 
CXXCPP = @CXXCPP@
101
 
CXXDEPMODE = @CXXDEPMODE@
102
 
CXXFLAGS = @CXXFLAGS@
103
99
CYGPATH_W = @CYGPATH_W@
104
100
DEFS = @DEFS@
105
101
DEPDIR = @DEPDIR@
106
102
DSYMUTIL = @DSYMUTIL@
107
 
ECHO = @ECHO@
 
103
DUMPBIN = @DUMPBIN@
108
104
ECHO_C = @ECHO_C@
109
105
ECHO_N = @ECHO_N@
110
106
ECHO_T = @ECHO_T@
111
107
EGREP = @EGREP@
112
108
EXEEXT = @EXEEXT@
113
 
F77 = @F77@
114
 
FFLAGS = @FFLAGS@
 
109
FGREP = @FGREP@
115
110
GREP = @GREP@
116
111
INSTALL = @INSTALL@
117
112
INSTALL_DATA = @INSTALL_DATA@
118
113
INSTALL_PROGRAM = @INSTALL_PROGRAM@
119
114
INSTALL_SCRIPT = @INSTALL_SCRIPT@
120
115
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
116
LD = @LD@
121
117
LDFLAGS = @LDFLAGS@
122
118
LIBOBJS = @LIBOBJS@
123
119
LIBS = @LIBS@
124
120
LIBTOOL = @LIBTOOL@
125
121
LIBTOOL_DEPS = @LIBTOOL_DEPS@
 
122
LIPO = @LIPO@
126
123
LN_S = @LN_S@
127
124
LTLIBOBJS = @LTLIBOBJS@
128
125
MAKEINFO = @MAKEINFO@
129
126
MKDIR_P = @MKDIR_P@
 
127
NM = @NM@
130
128
NMEDIT = @NMEDIT@
 
129
OBJDUMP = @OBJDUMP@
131
130
OBJEXT = @OBJEXT@
 
131
OTOOL = @OTOOL@
 
132
OTOOL64 = @OTOOL64@
132
133
PACKAGE = @PACKAGE@
133
134
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
134
135
PACKAGE_NAME = @PACKAGE_NAME@
147
148
abs_top_builddir = @abs_top_builddir@
148
149
abs_top_srcdir = @abs_top_srcdir@
149
150
ac_ct_CC = @ac_ct_CC@
150
 
ac_ct_CXX = @ac_ct_CXX@
151
 
ac_ct_F77 = @ac_ct_F77@
 
151
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
152
152
am__include = @am__include@
153
153
am__leading_dot = @am__leading_dot@
154
154
am__quote = @am__quote@
179
179
libexecdir = @libexecdir@
180
180
localedir = @localedir@
181
181
localstatedir = @localstatedir@
 
182
lt_ECHO = @lt_ECHO@
182
183
mandir = @mandir@
183
184
mkdir_p = @mkdir_p@
184
185
oldincludedir = @oldincludedir@
223
224
        @for dep in $?; do \
224
225
          case '$(am__configure_deps)' in \
225
226
            *$$dep*) \
226
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
227
 
                && exit 0; \
 
227
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
228
                && { if test -f $@; then exit 0; else break; fi; }; \
228
229
              exit 1;; \
229
230
          esac; \
230
231
        done; \
300
301
        unique=`for i in $$list; do \
301
302
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
302
303
          done | \
303
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
304
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
304
305
              END { if (nonempty) { for (i in files) print i; }; }'`; \
305
306
        mkid -fID $$unique
306
307
tags: TAGS