~ubuntu-branches/ubuntu/precise/empathy/precise-proposed-201205180810

« back to all changes in this revision

Viewing changes to telepathy-yell/tools/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Brian Curtis, Brian Curtis, Ken VanDine
  • Date: 2011-06-01 10:35:24 UTC
  • mfrom: (1.1.70 upstream) (6.3.44 experimental)
  • Revision ID: james.westby@ubuntu.com-20110601103524-wx3wgp71394730jt
Tags: 3.1.1-1ubuntu1
[ Brian Curtis ]
* Merge with Debian experimental, remaining Ubuntu changes:
* debian/control:
  - Drop geoclue/mapping build-depends (they are in Universe)
  - Add Vcz-Bzr link
  - Add Suggests on telepathy-idle
  - Bump telepathy-butterfly, telepathy-haze to recommends
  - Don't recommend the freedesktop sound theme we have an ubuntu one
  - Add build depend for libunity-dev
* debian/rules:
  - Use autoreconf.mk
  - Disable map and location
* debian/empathy.install:
  - Install message indicator configuration
* debian/indicators/empathy:
  - Message indicator configuration
* debian/patches/01_lpi.patch:
  - Add Launchpad integration
* debian/patches/10_use_notify_osd_icons.patch:
  - Use the notify-osd image for new messages
* debian/patches/34_start_raised_execpt_in_session.patch
  - If not started with the session, we should always raise
* debian/patches/36_chat_window_default_size.patch:
  - Make the default chat window size larger
* debian/patches/37_facebook_default.patch:
  - Make facebook the default chat account type
* debian/patches/38_lp_569289.patch
  - Set freenode as default IRC network for new IRC accounts 
* debian/patches/41_unity_launcher_progress.patch
  - Display file transfer progress in the unity launcher

[ Ken VanDine ]
* debian/control
  - build depend on libgcr-3-dev instead of libgcr-dev
  - dropped build depends for libindicate, we will use telepathy-indicator
  - Depend on dconf-gsettings-backend | gsettings-backend
  - Added a Recommends for telepathy-indicator
* +debian/empathy.gsettings-override
  - Added an override for notifications-focus
* debian/patches/series
  - commented out 23_idomessagedialog_for_voip_and_ft.patch, until ido has 
    been ported to gtk3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
 
# @configure_input@
3
 
 
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.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
VPATH = @srcdir@
18
 
pkgdatadir = $(datadir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
 
install_sh_DATA = $(install_sh) -c -m 644
24
 
install_sh_PROGRAM = $(install_sh) -c
25
 
install_sh_SCRIPT = $(install_sh) -c
26
 
INSTALL_HEADER = $(INSTALL_DATA)
27
 
transform = $(program_transform_name)
28
 
NORMAL_INSTALL = :
29
 
PRE_INSTALL = :
30
 
POST_INSTALL = :
31
 
NORMAL_UNINSTALL = :
32
 
PRE_UNINSTALL = :
33
 
POST_UNINSTALL = :
34
 
build_triplet = @build@
35
 
host_triplet = @host@
36
 
subdir = tools
37
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/m4/compiler.m4 \
40
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/linker.m4 \
41
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
42
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
43
 
        $(top_srcdir)/m4/tp-compiler-flag.m4 \
44
 
        $(top_srcdir)/m4/tp-compiler-warnings.m4 \
45
 
        $(top_srcdir)/configure.ac
46
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
 
        $(ACLOCAL_M4)
48
 
mkinstalldirs = $(install_sh) -d
49
 
CONFIG_HEADER = $(top_builddir)/config.h
50
 
CONFIG_CLEAN_FILES =
51
 
CONFIG_CLEAN_VPATH_FILES =
52
 
AM_V_GEN = $(am__v_GEN_$(V))
53
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
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))
57
 
am__v_at_0 = @
58
 
SOURCES =
59
 
DIST_SOURCES =
60
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
61
 
ACLOCAL = @ACLOCAL@
62
 
AMTAR = @AMTAR@
63
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
64
 
AR = @AR@
65
 
AUTOCONF = @AUTOCONF@
66
 
AUTOHEADER = @AUTOHEADER@
67
 
AUTOMAKE = @AUTOMAKE@
68
 
AWK = @AWK@
69
 
CC = @CC@
70
 
CCDEPMODE = @CCDEPMODE@
71
 
CFLAGS = @CFLAGS@
72
 
CPP = @CPP@
73
 
CPPFLAGS = @CPPFLAGS@
74
 
CYGPATH_W = @CYGPATH_W@
75
 
DBUS_CFLAGS = @DBUS_CFLAGS@
76
 
DBUS_LIBS = @DBUS_LIBS@
77
 
DEFS = @DEFS@
78
 
DEPDIR = @DEPDIR@
79
 
DSYMUTIL = @DSYMUTIL@
80
 
DUMPBIN = @DUMPBIN@
81
 
ECHO_C = @ECHO_C@
82
 
ECHO_N = @ECHO_N@
83
 
ECHO_T = @ECHO_T@
84
 
EGREP = @EGREP@
85
 
ENABLE_CODING_STYLE_CHECKS = @ENABLE_CODING_STYLE_CHECKS@
86
 
ERROR_CFLAGS = @ERROR_CFLAGS@
87
 
EXEEXT = @EXEEXT@
88
 
FGREP = @FGREP@
89
 
GLIB_CFLAGS = @GLIB_CFLAGS@
90
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
91
 
GLIB_LIBS = @GLIB_LIBS@
92
 
GLIB_MKENUMS = @GLIB_MKENUMS@
93
 
GREP = @GREP@
94
 
INSTALL = @INSTALL@
95
 
INSTALL_DATA = @INSTALL_DATA@
96
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
97
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
98
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
99
 
LD = @LD@
100
 
LDFLAGS = @LDFLAGS@
101
 
LIBOBJS = @LIBOBJS@
102
 
LIBS = @LIBS@
103
 
LIBTOOL = @LIBTOOL@
104
 
LIPO = @LIPO@
105
 
LN_S = @LN_S@
106
 
LTLIBOBJS = @LTLIBOBJS@
107
 
MAKEINFO = @MAKEINFO@
108
 
MKDIR_P = @MKDIR_P@
109
 
NM = @NM@
110
 
NMEDIT = @NMEDIT@
111
 
OBJDUMP = @OBJDUMP@
112
 
OBJEXT = @OBJEXT@
113
 
OTOOL = @OTOOL@
114
 
OTOOL64 = @OTOOL64@
115
 
PACKAGE = @PACKAGE@
116
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
117
 
PACKAGE_NAME = @PACKAGE_NAME@
118
 
PACKAGE_STRING = @PACKAGE_STRING@
119
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
120
 
PACKAGE_URL = @PACKAGE_URL@
121
 
PACKAGE_VERSION = @PACKAGE_VERSION@
122
 
PATH_SEPARATOR = @PATH_SEPARATOR@
123
 
PKG_CONFIG = @PKG_CONFIG@
124
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
125
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
126
 
PYTHON = @PYTHON@
127
 
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
128
 
PYTHON_PLATFORM = @PYTHON_PLATFORM@
129
 
PYTHON_PREFIX = @PYTHON_PREFIX@
130
 
PYTHON_VERSION = @PYTHON_VERSION@
131
 
RANLIB = @RANLIB@
132
 
SED = @SED@
133
 
SET_MAKE = @SET_MAKE@
134
 
SHELL = @SHELL@
135
 
STRIP = @STRIP@
136
 
TP_GLIB_CFLAGS = @TP_GLIB_CFLAGS@
137
 
TP_GLIB_LIBS = @TP_GLIB_LIBS@
138
 
VERSION = @VERSION@
139
 
VERSION_SCRIPT_ARG = @VERSION_SCRIPT_ARG@
140
 
XSLTPROC = @XSLTPROC@
141
 
abs_builddir = @abs_builddir@
142
 
abs_srcdir = @abs_srcdir@
143
 
abs_top_builddir = @abs_top_builddir@
144
 
abs_top_srcdir = @abs_top_srcdir@
145
 
ac_ct_CC = @ac_ct_CC@
146
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
147
 
am__include = @am__include@
148
 
am__leading_dot = @am__leading_dot@
149
 
am__quote = @am__quote@
150
 
am__tar = @am__tar@
151
 
am__untar = @am__untar@
152
 
bindir = @bindir@
153
 
build = @build@
154
 
build_alias = @build_alias@
155
 
build_cpu = @build_cpu@
156
 
build_os = @build_os@
157
 
build_vendor = @build_vendor@
158
 
builddir = @builddir@
159
 
datadir = @datadir@
160
 
datarootdir = @datarootdir@
161
 
docdir = @docdir@
162
 
dvidir = @dvidir@
163
 
exec_prefix = @exec_prefix@
164
 
host = @host@
165
 
host_alias = @host_alias@
166
 
host_cpu = @host_cpu@
167
 
host_os = @host_os@
168
 
host_vendor = @host_vendor@
169
 
htmldir = @htmldir@
170
 
includedir = @includedir@
171
 
infodir = @infodir@
172
 
install_sh = @install_sh@
173
 
libdir = @libdir@
174
 
libexecdir = @libexecdir@
175
 
localedir = @localedir@
176
 
localstatedir = @localstatedir@
177
 
lt_ECHO = @lt_ECHO@
178
 
mandir = @mandir@
179
 
mkdir_p = @mkdir_p@
180
 
oldincludedir = @oldincludedir@
181
 
pdfdir = @pdfdir@
182
 
pkgpyexecdir = @pkgpyexecdir@
183
 
pkgpythondir = @pkgpythondir@
184
 
prefix = @prefix@
185
 
program_transform_name = @program_transform_name@
186
 
psdir = @psdir@
187
 
pyexecdir = @pyexecdir@
188
 
pythondir = @pythondir@
189
 
sbindir = @sbindir@
190
 
sharedstatedir = @sharedstatedir@
191
 
srcdir = @srcdir@
192
 
sysconfdir = @sysconfdir@
193
 
target_alias = @target_alias@
194
 
top_build_prefix = @top_build_prefix@
195
 
top_builddir = @top_builddir@
196
 
top_srcdir = @top_srcdir@
197
 
EXTRA_DIST = \
198
 
    c-constants-gen.py \
199
 
    check-coding-style.mk \
200
 
    check-c-style.sh \
201
 
    check-misc.sh \
202
 
    check-whitespace.sh \
203
 
    doc-generator.xsl \
204
 
    glib-client-gen.py \
205
 
    glib-client-marshaller-gen.py \
206
 
    glib-errors-enum-body-gen.py \
207
 
    glib-errors-enum-header-gen.py \
208
 
    glib-ginterface-gen.py \
209
 
    glib-gtypes-generator.py \
210
 
    glib-interfaces-gen.py \
211
 
    glib-signals-marshal-gen.py \
212
 
    gobject-foo.py \
213
 
    identity.xsl \
214
 
    libtpcodegen.py \
215
 
    libglibcodegen.py \
216
 
    make-version-script.py \
217
 
    with-session-bus.sh
218
 
 
219
 
CLEANFILES = libtpcodegen.pyc libtpcodegen.pyo libglibcodegen.pyc libglibcodegen.pyo $(noinst_SCRIPTS)
220
 
TELEPATHY_GLIB_SRCDIR = $(top_srcdir)/../telepathy-glib
221
 
all: all-am
222
 
 
223
 
.SUFFIXES:
224
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
225
 
        @for dep in $?; do \
226
 
          case '$(am__configure_deps)' in \
227
 
            *$$dep*) \
228
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
229
 
                && { if test -f $@; then exit 0; else break; fi; }; \
230
 
              exit 1;; \
231
 
          esac; \
232
 
        done; \
233
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tools/Makefile'; \
234
 
        $(am__cd) $(top_srcdir) && \
235
 
          $(AUTOMAKE) --foreign tools/Makefile
236
 
.PRECIOUS: Makefile
237
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
238
 
        @case '$?' in \
239
 
          *config.status*) \
240
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
241
 
          *) \
242
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
243
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
244
 
        esac;
245
 
 
246
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
247
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
248
 
 
249
 
$(top_srcdir)/configure:  $(am__configure_deps)
250
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
251
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
252
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253
 
$(am__aclocal_m4_deps):
254
 
 
255
 
mostlyclean-libtool:
256
 
        -rm -f *.lo
257
 
 
258
 
clean-libtool:
259
 
        -rm -rf .libs _libs
260
 
tags: TAGS
261
 
TAGS:
262
 
 
263
 
ctags: CTAGS
264
 
CTAGS:
265
 
 
266
 
 
267
 
distdir: $(DISTFILES)
268
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
269
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
270
 
        list='$(DISTFILES)'; \
271
 
          dist_files=`for file in $$list; do echo $$file; done | \
272
 
          sed -e "s|^$$srcdirstrip/||;t" \
273
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
274
 
        case $$dist_files in \
275
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
276
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
277
 
                           sort -u` ;; \
278
 
        esac; \
279
 
        for file in $$dist_files; do \
280
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
281
 
          if test -d $$d/$$file; then \
282
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
283
 
            if test -d "$(distdir)/$$file"; then \
284
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
285
 
            fi; \
286
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
287
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
288
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
289
 
            fi; \
290
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
291
 
          else \
292
 
            test -f "$(distdir)/$$file" \
293
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
294
 
            || exit 1; \
295
 
          fi; \
296
 
        done
297
 
check-am: all-am
298
 
check: check-am
299
 
all-am: Makefile
300
 
installdirs:
301
 
install: install-am
302
 
install-exec: install-exec-am
303
 
install-data: install-data-am
304
 
uninstall: uninstall-am
305
 
 
306
 
install-am: all-am
307
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
308
 
 
309
 
installcheck: installcheck-am
310
 
install-strip:
311
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
312
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
313
 
          `test -z '$(STRIP)' || \
314
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
315
 
mostlyclean-generic:
316
 
 
317
 
clean-generic:
318
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
319
 
 
320
 
distclean-generic:
321
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
322
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
323
 
 
324
 
maintainer-clean-generic:
325
 
        @echo "This command is intended for maintainers to use"
326
 
        @echo "it deletes files that may require special tools to rebuild."
327
 
clean: clean-am
328
 
 
329
 
clean-am: clean-generic clean-libtool mostlyclean-am
330
 
 
331
 
distclean: distclean-am
332
 
        -rm -f Makefile
333
 
distclean-am: clean-am distclean-generic
334
 
 
335
 
dvi: dvi-am
336
 
 
337
 
dvi-am:
338
 
 
339
 
html: html-am
340
 
 
341
 
html-am:
342
 
 
343
 
info: info-am
344
 
 
345
 
info-am:
346
 
 
347
 
install-data-am:
348
 
 
349
 
install-dvi: install-dvi-am
350
 
 
351
 
install-dvi-am:
352
 
 
353
 
install-exec-am:
354
 
 
355
 
install-html: install-html-am
356
 
 
357
 
install-html-am:
358
 
 
359
 
install-info: install-info-am
360
 
 
361
 
install-info-am:
362
 
 
363
 
install-man:
364
 
 
365
 
install-pdf: install-pdf-am
366
 
 
367
 
install-pdf-am:
368
 
 
369
 
install-ps: install-ps-am
370
 
 
371
 
install-ps-am:
372
 
 
373
 
installcheck-am:
374
 
 
375
 
maintainer-clean: maintainer-clean-am
376
 
        -rm -f Makefile
377
 
maintainer-clean-am: distclean-am maintainer-clean-generic
378
 
 
379
 
mostlyclean: mostlyclean-am
380
 
 
381
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
382
 
 
383
 
pdf: pdf-am
384
 
 
385
 
pdf-am:
386
 
 
387
 
ps: ps-am
388
 
 
389
 
ps-am:
390
 
 
391
 
uninstall-am:
392
 
 
393
 
.MAKE: install-am install-strip
394
 
 
395
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
396
 
        distclean distclean-generic distclean-libtool distdir dvi \
397
 
        dvi-am html html-am info info-am install install-am \
398
 
        install-data install-data-am install-dvi install-dvi-am \
399
 
        install-exec install-exec-am install-html install-html-am \
400
 
        install-info install-info-am install-man install-pdf \
401
 
        install-pdf-am install-ps install-ps-am install-strip \
402
 
        installcheck installcheck-am installdirs maintainer-clean \
403
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
404
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
405
 
 
406
 
 
407
 
all: $(EXTRA_DIST)
408
 
 
409
 
libglibcodegen.py: libtpcodegen.py
410
 
        touch $@
411
 
c-constants-gen.py: libglibcodegen.py
412
 
        touch $@
413
 
glib-client-marshaller-gen.py: libglibcodegen.py
414
 
        touch $@
415
 
glib-errors-enum-body-gen.py: libglibcodegen.py
416
 
        touch $@
417
 
glib-errors-enum-header-gen.py: libglibcodegen.py
418
 
        touch $@
419
 
glib-ginterface-gen.py: libglibcodegen.py
420
 
        touch $@
421
 
glib-gtypes-generator.py: libglibcodegen.py
422
 
        touch $@
423
 
glib-interfaces-gen.py: libglibcodegen.py
424
 
        touch $@
425
 
glib-signals-marshal-gen.py: libglibcodegen.py
426
 
        touch $@
427
 
maintainer-update-from-telepathy-glib:
428
 
        set -e && cd $(srcdir) && \
429
 
        for x in $(EXTRA_DIST); do \
430
 
                if test -f $(TELEPATHY_GLIB_SRCDIR)/tools/$$x; then \
431
 
                        cp $(TELEPATHY_GLIB_SRCDIR)/tools/$$x $$x; \
432
 
                fi; \
433
 
        done
434
 
 
435
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
436
 
# Otherwise a system limit (for SysV at least) may be exceeded.
437
 
.NOEXPORT: