~ubuntu-branches/ubuntu/precise/empathy/precise-updates

« back to all changes in this revision

Viewing changes to help/Makefile.in

  • Committer: Ken VanDine
  • Date: 2012-06-29 17:28:19 UTC
  • mfrom: (188.1.1 empathy)
  • Revision ID: ken.vandine@canonical.com-20120629172819-bl38rfqndp62hk05
* New upstream release (LP: #1018784).
  - Use a weak reference while loading the logs asynchronously to detect when the object has been destroyed
  - irc connection parameters dialog: "apply" button stays unsensitive (Guillaume Desmottes)
  - empathy-chat crashed with SIGSEGV in _tp_base_client_handle_channels() (Guillaume Desmottes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 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, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
49
49
CONFIG_HEADER = $(top_builddir)/config.h
50
50
CONFIG_CLEAN_FILES =
51
51
CONFIG_CLEAN_VPATH_FILES =
52
 
AM_V_GEN = $(am__v_GEN_$(V))
53
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
52
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
53
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
54
54
am__v_GEN_0 = @echo "  GEN   " $@;
55
 
AM_V_at = $(am__v_at_$(V))
56
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
55
AM_V_at = $(am__v_at_@AM_V@)
 
56
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
57
57
am__v_at_0 = @
58
58
SOURCES =
59
59
DIST_SOURCES =
129
129
INTLTOOL_MERGE = @INTLTOOL_MERGE@
130
130
INTLTOOL_PERL = @INTLTOOL_PERL@
131
131
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
132
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
133
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
134
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
135
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
132
136
ITSTOOL = @ITSTOOL@
133
137
LD = @LD@
134
138
LDFLAGS = @LDFLAGS@
229
233
includedir = @includedir@
230
234
infodir = @infodir@
231
235
install_sh = @install_sh@
 
236
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
237
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
232
238
libdir = @libdir@
233
239
libexecdir = @libexecdir@
234
240
localedir = @localedir@
404
410
 
405
411
installcheck: installcheck-am
406
412
install-strip:
407
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
408
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
409
 
          `test -z '$(STRIP)' || \
410
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
413
        if test -z '$(STRIP)'; then \
 
414
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
415
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
416
              install; \
 
417
        else \
 
418
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
419
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
420
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
421
        fi
411
422
mostlyclean-generic:
412
423
 
413
424
clean-generic: