~darkxst/ubuntu/quantal/telepathy-logger/lp1049210

1 by Sjoerd Simons
Import upstream version 0.1.2
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
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
37
	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
38
	$(srcdir)/tools/telepathy.am $(top_srcdir)/configure AUTHORS \
39
	COPYING ChangeLog INSTALL NEWS TODO config.guess config.sub \
40
	depcomp install-sh ltmain.sh missing
41
subdir = .
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.1.3 by Laurent Bigonville
Import upstream version 0.1.5
43
am__aclocal_m4_deps = $(top_srcdir)/m4/gsettings.m4 \
44
	$(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
1.2.2 by Emilio Pozuelo Monfort
Import upstream version 0.2.3
45
	$(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \
46
	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
47
	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
1 by Sjoerd Simons
Import upstream version 0.1.2
48
	$(top_srcdir)/m4/tp-compiler-flag.m4 \
49
	$(top_srcdir)/m4/tp-compiler-warnings.m4 \
50
	$(top_srcdir)/configure.ac
51
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52
	$(ACLOCAL_M4)
53
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
54
 configure.lineno config.status.lineno
55
mkinstalldirs = $(install_sh) -d
56
CONFIG_HEADER = config.h
57
CONFIG_CLEAN_FILES =
58
CONFIG_CLEAN_VPATH_FILES =
59
AM_V_GEN = $(am__v_GEN_$(V))
60
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
61
am__v_GEN_0 = @echo "  GEN   " $@;
62
AM_V_at = $(am__v_at_$(V))
63
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
64
am__v_at_0 = @
65
SOURCES =
66
DIST_SOURCES =
67
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
68
	html-recursive info-recursive install-data-recursive \
69
	install-dvi-recursive install-exec-recursive \
70
	install-html-recursive install-info-recursive \
71
	install-pdf-recursive install-ps-recursive install-recursive \
72
	installcheck-recursive installdirs-recursive pdf-recursive \
73
	ps-recursive uninstall-recursive
74
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
75
  distclean-recursive maintainer-clean-recursive
76
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
77
	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
78
	distdir dist dist-all distcheck
79
ETAGS = etags
80
CTAGS = ctags
81
DIST_SUBDIRS = $(SUBDIRS)
82
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
83
distdir = $(PACKAGE)-$(VERSION)
84
top_distdir = $(distdir)
85
am__remove_distdir = \
86
  { test ! -d "$(distdir)" \
87
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
88
         && rm -fr "$(distdir)"; }; }
89
am__relativize = \
90
  dir0=`pwd`; \
91
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
92
  sed_rest='s,^[^/]*/*,,'; \
93
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
94
  sed_butlast='s,/*[^/]*$$,,'; \
95
  while test -n "$$dir1"; do \
96
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
97
    if test "$$first" != "."; then \
98
      if test "$$first" = ".."; then \
99
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
100
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
101
      else \
102
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
103
        if test "$$first2" = "$$first"; then \
104
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
105
        else \
106
          dir2="../$$dir2"; \
107
        fi; \
108
        dir0="$$dir0"/"$$first"; \
109
      fi; \
110
    fi; \
111
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
112
  done; \
113
  reldir="$$dir2"
114
GZIP_ENV = --best
115
DIST_ARCHIVES = $(distdir).tar.bz2
116
distcleancheck_listfiles = find . -type f -print
117
ACLOCAL = @ACLOCAL@
1.1.3 by Laurent Bigonville
Import upstream version 0.1.5
118
ALL_LINGUAS = @ALL_LINGUAS@
1 by Sjoerd Simons
Import upstream version 0.1.2
119
AMTAR = @AMTAR@
120
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
121
AR = @AR@
122
AUTOCONF = @AUTOCONF@
123
AUTOHEADER = @AUTOHEADER@
124
AUTOMAKE = @AUTOMAKE@
125
AWK = @AWK@
126
CC = @CC@
127
CCDEPMODE = @CCDEPMODE@
128
CFLAGS = @CFLAGS@
129
CPP = @CPP@
130
CPPFLAGS = @CPPFLAGS@
131
CYGPATH_W = @CYGPATH_W@
1.1.3 by Laurent Bigonville
Import upstream version 0.1.5
132
DATADIRNAME = @DATADIRNAME@
1 by Sjoerd Simons
Import upstream version 0.1.2
133
DBUS_BINDING_TOOL = @DBUS_BINDING_TOOL@
134
DBUS_SERVICES_DIR = @DBUS_SERVICES_DIR@
135
DEFS = @DEFS@
136
DEPDIR = @DEPDIR@
137
DSYMUTIL = @DSYMUTIL@
138
DUMPBIN = @DUMPBIN@
139
ECHO_C = @ECHO_C@
140
ECHO_N = @ECHO_N@
141
ECHO_T = @ECHO_T@
142
EGREP = @EGREP@
143
ENABLE_CODING_STYLE_CHECKS = @ENABLE_CODING_STYLE_CHECKS@
144
ERROR_CFLAGS = @ERROR_CFLAGS@
145
EXEEXT = @EXEEXT@
146
FGREP = @FGREP@
147
GLIB_CFLAGS = @GLIB_CFLAGS@
1.1.3 by Laurent Bigonville
Import upstream version 0.1.5
148
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
1 by Sjoerd Simons
Import upstream version 0.1.2
149
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
150
GLIB_LIBS = @GLIB_LIBS@
151
GLIB_MKENUMS = @GLIB_MKENUMS@
1.1.3 by Laurent Bigonville
Import upstream version 0.1.5
152
GMSGFMT = @GMSGFMT@
1 by Sjoerd Simons
Import upstream version 0.1.2
153
GOBJECT_QUERY = @GOBJECT_QUERY@
154
GREP = @GREP@
1.1.3 by Laurent Bigonville
Import upstream version 0.1.5
155
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
1 by Sjoerd Simons
Import upstream version 0.1.2
156
GTKDOC_CHECK = @GTKDOC_CHECK@
157
GTKDOC_MKPDF = @GTKDOC_MKPDF@
158
GTKDOC_REBASE = @GTKDOC_REBASE@
159
HTML_DIR = @HTML_DIR@
160
INSTALL = @INSTALL@
161
INSTALL_DATA = @INSTALL_DATA@
162
INSTALL_PROGRAM = @INSTALL_PROGRAM@
163
INSTALL_SCRIPT = @INSTALL_SCRIPT@
164
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.1.3 by Laurent Bigonville
Import upstream version 0.1.5
165
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
166
INTLTOOL_MERGE = @INTLTOOL_MERGE@
167
INTLTOOL_PERL = @INTLTOOL_PERL@
168
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
1.2.2 by Emilio Pozuelo Monfort
Import upstream version 0.2.3
169
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
170
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
171
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
172
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
173
INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
174
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
175
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
176
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
1 by Sjoerd Simons
Import upstream version 0.1.2
177
LD = @LD@
178
LDFLAGS = @LDFLAGS@
179
LIBOBJS = @LIBOBJS@
180
LIBS = @LIBS@
181
LIBTOOL = @LIBTOOL@
182
LIPO = @LIPO@
183
LN_S = @LN_S@
184
LTLIBOBJS = @LTLIBOBJS@
185
MAKEINFO = @MAKEINFO@
186
MKDIR_P = @MKDIR_P@
1.1.3 by Laurent Bigonville
Import upstream version 0.1.5
187
MSGFMT = @MSGFMT@
188
MSGMERGE = @MSGMERGE@
1 by Sjoerd Simons
Import upstream version 0.1.2
189
NM = @NM@
190
NMEDIT = @NMEDIT@
191
OBJDUMP = @OBJDUMP@
192
OBJEXT = @OBJEXT@
193
OTOOL = @OTOOL@
194
OTOOL64 = @OTOOL64@
195
PACKAGE = @PACKAGE@
196
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
197
PACKAGE_NAME = @PACKAGE_NAME@
198
PACKAGE_STRING = @PACKAGE_STRING@
199
PACKAGE_TARNAME = @PACKAGE_TARNAME@
200
PACKAGE_URL = @PACKAGE_URL@
201
PACKAGE_VERSION = @PACKAGE_VERSION@
202
PATH_SEPARATOR = @PATH_SEPARATOR@
203
PKG_CONFIG = @PKG_CONFIG@
1.1.4 by Laurent Bigonville
Import upstream version 0.1.6
204
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
205
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
1 by Sjoerd Simons
Import upstream version 0.1.2
206
RANLIB = @RANLIB@
207
SED = @SED@
208
SET_MAKE = @SET_MAKE@
209
SHELL = @SHELL@
210
STRIP = @STRIP@
211
TPL_ABI_VERSION = @TPL_ABI_VERSION@
212
TPL_CFLAGS = @TPL_CFLAGS@
213
TPL_EXT_LT_AGE = @TPL_EXT_LT_AGE@
214
TPL_EXT_LT_CURRENT = @TPL_EXT_LT_CURRENT@
215
TPL_EXT_LT_REVISION = @TPL_EXT_LT_REVISION@
216
TPL_LIBS = @TPL_LIBS@
217
TPL_LT_AGE = @TPL_LT_AGE@
218
TPL_LT_CURRENT = @TPL_LT_CURRENT@
219
TPL_LT_REVISION = @TPL_LT_REVISION@
1.1.3 by Laurent Bigonville
Import upstream version 0.1.5
220
USE_NLS = @USE_NLS@
1 by Sjoerd Simons
Import upstream version 0.1.2
221
VERSION = @VERSION@
1.1.3 by Laurent Bigonville
Import upstream version 0.1.5
222
XGETTEXT = @XGETTEXT@
1 by Sjoerd Simons
Import upstream version 0.1.2
223
XMKMF = @XMKMF@
224
XSLTPROC = @XSLTPROC@
225
X_CFLAGS = @X_CFLAGS@
226
X_EXTRA_LIBS = @X_EXTRA_LIBS@
227
X_LIBS = @X_LIBS@
228
X_PRE_LIBS = @X_PRE_LIBS@
229
abs_builddir = @abs_builddir@
230
abs_srcdir = @abs_srcdir@
231
abs_top_builddir = @abs_top_builddir@
232
abs_top_srcdir = @abs_top_srcdir@
233
ac_ct_CC = @ac_ct_CC@
234
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
235
am__include = @am__include@
236
am__leading_dot = @am__leading_dot@
237
am__quote = @am__quote@
238
am__tar = @am__tar@
239
am__untar = @am__untar@
240
bindir = @bindir@
241
build = @build@
242
build_alias = @build_alias@
243
build_cpu = @build_cpu@
244
build_os = @build_os@
245
build_vendor = @build_vendor@
246
builddir = @builddir@
247
datadir = @datadir@
248
datarootdir = @datarootdir@
249
docdir = @docdir@
250
dvidir = @dvidir@
251
exec_prefix = @exec_prefix@
1.1.3 by Laurent Bigonville
Import upstream version 0.1.5
252
gsettingsschemadir = @gsettingsschemadir@
1 by Sjoerd Simons
Import upstream version 0.1.2
253
host = @host@
254
host_alias = @host_alias@
255
host_cpu = @host_cpu@
256
host_os = @host_os@
257
host_vendor = @host_vendor@
258
htmldir = @htmldir@
259
includedir = @includedir@
260
infodir = @infodir@
261
install_sh = @install_sh@
262
libdir = @libdir@
263
libexecdir = @libexecdir@
264
localedir = @localedir@
265
localstatedir = @localstatedir@
266
mandir = @mandir@
267
mkdir_p = @mkdir_p@
268
oldincludedir = @oldincludedir@
269
pdfdir = @pdfdir@
270
prefix = @prefix@
271
program_transform_name = @program_transform_name@
272
psdir = @psdir@
273
sbindir = @sbindir@
274
sharedstatedir = @sharedstatedir@
275
srcdir = @srcdir@
276
sysconfdir = @sysconfdir@
277
target_alias = @target_alias@
278
top_build_prefix = @top_build_prefix@
279
top_builddir = @top_builddir@
280
top_srcdir = @top_srcdir@
1.1.3 by Laurent Bigonville
Import upstream version 0.1.5
281
SUBDIRS = tools extensions telepathy-logger data src tests doc po
1.2.3 by Emilio Pozuelo Monfort
Import upstream version 0.2.4
282
ACLOCAL_AMFLAGS = -I m4
283
DISTCHECK_CONFIGURE_FLAGS = \
284
	--enable-gtk-doc		\
285
	--disable-scrollkeeper		\
286
	--disable-schemas-install
287
1 by Sjoerd Simons
Import upstream version 0.1.2
288
EXTRA_DIST = \
289
        ChangeLog               \
290
        README                  \
291
	autogen.sh
292
293
DISTCLEANFILES = \
294
        ChangeLog
295
296
297
# Workaround broken scrollkeeper that doesn't remove its files on
298
# uninstall.
299
distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'
300
all: config.h
301
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
302
303
.SUFFIXES:
304
am--refresh:
305
	@:
306
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/tools/telepathy.am $(am__configure_deps)
307
	@for dep in $?; do \
308
	  case '$(am__configure_deps)' in \
309
	    *$$dep*) \
310
	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
311
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
312
		&& exit 0; \
313
	      exit 1;; \
314
	  esac; \
315
	done; \
316
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
317
	$(am__cd) $(top_srcdir) && \
318
	  $(AUTOMAKE) --gnu Makefile
319
.PRECIOUS: Makefile
320
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
321
	@case '$?' in \
322
	  *config.status*) \
323
	    echo ' $(SHELL) ./config.status'; \
324
	    $(SHELL) ./config.status;; \
325
	  *) \
326
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
327
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
328
	esac;
329
330
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
331
	$(SHELL) ./config.status --recheck
332
333
$(top_srcdir)/configure:  $(am__configure_deps)
334
	$(am__cd) $(srcdir) && $(AUTOCONF)
335
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
336
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
337
$(am__aclocal_m4_deps):
338
339
config.h: stamp-h1
340
	@if test ! -f $@; then \
341
	  rm -f stamp-h1; \
342
	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
343
	else :; fi
344
345
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
346
	@rm -f stamp-h1
347
	cd $(top_builddir) && $(SHELL) ./config.status config.h
348
$(srcdir)/config.h.in:  $(am__configure_deps) 
349
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
350
	rm -f stamp-h1
351
	touch $@
352
353
distclean-hdr:
354
	-rm -f config.h stamp-h1
355
356
mostlyclean-libtool:
357
	-rm -f *.lo
358
359
clean-libtool:
360
	-rm -rf .libs _libs
361
362
distclean-libtool:
363
	-rm -f libtool config.lt
364
365
# This directory's subdirectories are mostly independent; you can cd
366
# into them and run `make' without going through this Makefile.
367
# To change the values of `make' variables: instead of editing Makefiles,
368
# (1) if the variable is set in `config.status', edit `config.status'
369
#     (which will cause the Makefiles to be regenerated when you run `make');
370
# (2) otherwise, pass the desired values on the `make' command line.
371
$(RECURSIVE_TARGETS):
372
	@fail= failcom='exit 1'; \
373
	for f in x $$MAKEFLAGS; do \
374
	  case $$f in \
375
	    *=* | --[!k]*);; \
376
	    *k*) failcom='fail=yes';; \
377
	  esac; \
378
	done; \
379
	dot_seen=no; \
380
	target=`echo $@ | sed s/-recursive//`; \
381
	list='$(SUBDIRS)'; for subdir in $$list; do \
382
	  echo "Making $$target in $$subdir"; \
383
	  if test "$$subdir" = "."; then \
384
	    dot_seen=yes; \
385
	    local_target="$$target-am"; \
386
	  else \
387
	    local_target="$$target"; \
388
	  fi; \
389
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
390
	  || eval $$failcom; \
391
	done; \
392
	if test "$$dot_seen" = "no"; then \
393
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
394
	fi; test -z "$$fail"
395
396
$(RECURSIVE_CLEAN_TARGETS):
397
	@fail= failcom='exit 1'; \
398
	for f in x $$MAKEFLAGS; do \
399
	  case $$f in \
400
	    *=* | --[!k]*);; \
401
	    *k*) failcom='fail=yes';; \
402
	  esac; \
403
	done; \
404
	dot_seen=no; \
405
	case "$@" in \
406
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
407
	  *) list='$(SUBDIRS)' ;; \
408
	esac; \
409
	rev=''; for subdir in $$list; do \
410
	  if test "$$subdir" = "."; then :; else \
411
	    rev="$$subdir $$rev"; \
412
	  fi; \
413
	done; \
414
	rev="$$rev ."; \
415
	target=`echo $@ | sed s/-recursive//`; \
416
	for subdir in $$rev; do \
417
	  echo "Making $$target in $$subdir"; \
418
	  if test "$$subdir" = "."; then \
419
	    local_target="$$target-am"; \
420
	  else \
421
	    local_target="$$target"; \
422
	  fi; \
423
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
424
	  || eval $$failcom; \
425
	done && test -z "$$fail"
426
tags-recursive:
427
	list='$(SUBDIRS)'; for subdir in $$list; do \
428
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
429
	done
430
ctags-recursive:
431
	list='$(SUBDIRS)'; for subdir in $$list; do \
432
	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
433
	done
434
435
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
436
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
437
	unique=`for i in $$list; do \
438
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439
	  done | \
440
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
441
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
442
	mkid -fID $$unique
443
tags: TAGS
444
445
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
446
		$(TAGS_FILES) $(LISP)
447
	set x; \
448
	here=`pwd`; \
449
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
450
	  include_option=--etags-include; \
451
	  empty_fix=.; \
452
	else \
453
	  include_option=--include; \
454
	  empty_fix=; \
455
	fi; \
456
	list='$(SUBDIRS)'; for subdir in $$list; do \
457
	  if test "$$subdir" = .; then :; else \
458
	    test ! -f $$subdir/TAGS || \
459
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
460
	  fi; \
461
	done; \
462
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
463
	unique=`for i in $$list; do \
464
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
465
	  done | \
466
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
467
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
468
	shift; \
469
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
470
	  test -n "$$unique" || unique=$$empty_fix; \
471
	  if test $$# -gt 0; then \
472
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
473
	      "$$@" $$unique; \
474
	  else \
475
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
476
	      $$unique; \
477
	  fi; \
478
	fi
479
ctags: CTAGS
480
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
481
		$(TAGS_FILES) $(LISP)
482
	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
483
	unique=`for i in $$list; do \
484
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
485
	  done | \
486
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
487
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
488
	test -z "$(CTAGS_ARGS)$$unique" \
489
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
490
	     $$unique
491
492
GTAGS:
493
	here=`$(am__cd) $(top_builddir) && pwd` \
494
	  && $(am__cd) $(top_srcdir) \
495
	  && gtags -i $(GTAGS_ARGS) "$$here"
496
497
distclean-tags:
498
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
499
500
distdir: $(DISTFILES)
501
	$(am__remove_distdir)
502
	test -d "$(distdir)" || mkdir "$(distdir)"
503
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
504
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
505
	list='$(DISTFILES)'; \
506
	  dist_files=`for file in $$list; do echo $$file; done | \
507
	  sed -e "s|^$$srcdirstrip/||;t" \
508
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
509
	case $$dist_files in \
510
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
511
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
512
			   sort -u` ;; \
513
	esac; \
514
	for file in $$dist_files; do \
515
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
516
	  if test -d $$d/$$file; then \
517
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
518
	    if test -d "$(distdir)/$$file"; then \
519
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
520
	    fi; \
521
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
522
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
523
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
524
	    fi; \
525
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
526
	  else \
527
	    test -f "$(distdir)/$$file" \
528
	    || cp -p $$d/$$file "$(distdir)/$$file" \
529
	    || exit 1; \
530
	  fi; \
531
	done
532
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
533
	  if test "$$subdir" = .; then :; else \
534
	    test -d "$(distdir)/$$subdir" \
535
	    || $(MKDIR_P) "$(distdir)/$$subdir" \
536
	    || exit 1; \
537
	  fi; \
538
	done
539
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
540
	  if test "$$subdir" = .; then :; else \
541
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
542
	    $(am__relativize); \
543
	    new_distdir=$$reldir; \
544
	    dir1=$$subdir; dir2="$(top_distdir)"; \
545
	    $(am__relativize); \
546
	    new_top_distdir=$$reldir; \
547
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
548
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
549
	    ($(am__cd) $$subdir && \
550
	      $(MAKE) $(AM_MAKEFLAGS) \
551
	        top_distdir="$$new_top_distdir" \
552
	        distdir="$$new_distdir" \
553
		am__remove_distdir=: \
554
		am__skip_length_check=: \
555
		am__skip_mode_fix=: \
556
	        distdir) \
557
	      || exit 1; \
558
	  fi; \
559
	done
560
	-test -n "$(am__skip_mode_fix)" \
561
	|| find "$(distdir)" -type d ! -perm -755 \
562
		-exec chmod u+rwx,go+rx {} \; -o \
563
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
564
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
565
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
566
	|| chmod -R a+r "$(distdir)"
567
dist-gzip: distdir
568
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
569
	$(am__remove_distdir)
570
dist-bzip2: distdir
571
	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
572
	$(am__remove_distdir)
573
574
dist-lzma: distdir
575
	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
576
	$(am__remove_distdir)
577
578
dist-xz: distdir
579
	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
580
	$(am__remove_distdir)
581
582
dist-tarZ: distdir
583
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
584
	$(am__remove_distdir)
585
586
dist-shar: distdir
587
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
588
	$(am__remove_distdir)
589
590
dist-zip: distdir
591
	-rm -f $(distdir).zip
592
	zip -rq $(distdir).zip $(distdir)
593
	$(am__remove_distdir)
594
595
dist dist-all: distdir
596
	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
597
	$(am__remove_distdir)
598
599
# This target untars the dist file and tries a VPATH configuration.  Then
600
# it guarantees that the distribution is self-contained by making another
601
# tarfile.
602
distcheck: dist
603
	case '$(DIST_ARCHIVES)' in \
604
	*.tar.gz*) \
605
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
606
	*.tar.bz2*) \
607
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
608
	*.tar.lzma*) \
609
	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
610
	*.tar.xz*) \
611
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
612
	*.tar.Z*) \
613
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
614
	*.shar.gz*) \
615
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
616
	*.zip*) \
617
	  unzip $(distdir).zip ;;\
618
	esac
619
	chmod -R a-w $(distdir); chmod a+w $(distdir)
620
	mkdir $(distdir)/_build
621
	mkdir $(distdir)/_inst
622
	chmod a-w $(distdir)
623
	test -d $(distdir)/_build || exit 0; \
624
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
625
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
626
	  && am__cwd=`pwd` \
627
	  && $(am__cd) $(distdir)/_build \
628
	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
629
	    $(DISTCHECK_CONFIGURE_FLAGS) \
630
	  && $(MAKE) $(AM_MAKEFLAGS) \
631
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
632
	  && $(MAKE) $(AM_MAKEFLAGS) check \
633
	  && $(MAKE) $(AM_MAKEFLAGS) install \
634
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
635
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
636
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
637
	        distuninstallcheck \
638
	  && chmod -R a-w "$$dc_install_base" \
639
	  && ({ \
640
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
641
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
642
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
643
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
644
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
645
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
646
	  && rm -rf "$$dc_destdir" \
647
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
648
	  && rm -rf $(DIST_ARCHIVES) \
649
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
650
	  && cd "$$am__cwd" \
651
	  || exit 1
652
	$(am__remove_distdir)
653
	@(echo "$(distdir) archives ready for distribution: "; \
654
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
655
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
656
distuninstallcheck:
657
	@$(am__cd) '$(distuninstallcheck_dir)' \
658
	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
659
	   || { echo "ERROR: files left after uninstall:" ; \
660
	        if test -n "$(DESTDIR)"; then \
661
	          echo "  (check DESTDIR support)"; \
662
	        fi ; \
663
	        $(distuninstallcheck_listfiles) ; \
664
	        exit 1; } >&2
665
distcleancheck: distclean
666
	@if test '$(srcdir)' = . ; then \
667
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
668
	  exit 1 ; \
669
	fi
670
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
671
	  || { echo "ERROR: files left in build directory after distclean:" ; \
672
	       $(distcleancheck_listfiles) ; \
673
	       exit 1; } >&2
674
check-am: all-am
675
check: check-recursive
676
all-am: Makefile config.h
677
installdirs: installdirs-recursive
678
installdirs-am:
679
install: install-recursive
680
install-exec: install-exec-recursive
681
install-data: install-data-recursive
682
uninstall: uninstall-recursive
683
684
install-am: all-am
685
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
686
687
installcheck: installcheck-recursive
688
install-strip:
689
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
690
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
691
	  `test -z '$(STRIP)' || \
692
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
693
mostlyclean-generic:
694
695
clean-generic:
696
697
distclean-generic:
698
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
699
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
700
	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
701
702
maintainer-clean-generic:
703
	@echo "This command is intended for maintainers to use"
704
	@echo "it deletes files that may require special tools to rebuild."
705
clean: clean-recursive
706
707
clean-am: clean-generic clean-libtool mostlyclean-am
708
709
distclean: distclean-recursive
710
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
711
	-rm -f Makefile
712
distclean-am: clean-am distclean-generic distclean-hdr \
713
	distclean-libtool distclean-local distclean-tags
714
715
dvi: dvi-recursive
716
717
dvi-am:
718
719
html: html-recursive
720
721
html-am:
722
723
info: info-recursive
724
725
info-am:
726
727
install-data-am:
728
729
install-dvi: install-dvi-recursive
730
731
install-dvi-am:
732
733
install-exec-am:
734
735
install-html: install-html-recursive
736
737
install-html-am:
738
739
install-info: install-info-recursive
740
741
install-info-am:
742
743
install-man:
744
745
install-pdf: install-pdf-recursive
746
747
install-pdf-am:
748
749
install-ps: install-ps-recursive
750
751
install-ps-am:
752
753
installcheck-am:
754
755
maintainer-clean: maintainer-clean-recursive
756
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
757
	-rm -rf $(top_srcdir)/autom4te.cache
758
	-rm -f Makefile
759
maintainer-clean-am: distclean-am maintainer-clean-generic
760
761
mostlyclean: mostlyclean-recursive
762
763
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
764
765
pdf: pdf-recursive
766
767
pdf-am:
768
769
ps: ps-recursive
770
771
ps-am:
772
773
uninstall-am:
774
775
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
776
	ctags-recursive install-am install-strip tags-recursive
777
778
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
779
	all all-am am--refresh check check-am clean clean-generic \
780
	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
781
	dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
782
	distcheck distclean distclean-generic distclean-hdr \
783
	distclean-libtool distclean-local distclean-tags \
784
	distcleancheck distdir distuninstallcheck dvi dvi-am html \
785
	html-am info info-am install install-am install-data \
786
	install-data-am install-dvi install-dvi-am install-exec \
787
	install-exec-am install-html install-html-am install-info \
788
	install-info-am install-man install-pdf install-pdf-am \
789
	install-ps install-ps-am install-strip installcheck \
790
	installcheck-am installdirs installdirs-am maintainer-clean \
791
	maintainer-clean-generic mostlyclean mostlyclean-generic \
792
	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
793
	uninstall uninstall-am
794
795
796
distclean-local:
797
	if test "x$(srdcir)" = "x."; then :; else \
798
		rm -f ChangeLog; \
799
	fi
800
801
ChangeLog:
802
	@echo Creating $@
803
	@if test -d "$(srcdir)/.git"; then \
804
	  (GIT_DIR=$(top_srcdir)/.git ./missing --run git log --stat) | fmt --split-only > $@.tmp \
805
	  && mv -f $@.tmp $@ \
806
	  || ($(RM) $@.tmp; \
807
	      echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
808
	      (test -f $@ || echo git-log is required to generate this file >> $@)); \
809
	else \
810
	  test -f $@ || \
811
	  (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
812
	  echo A git checkout and git-log is required to generate this file >> $@); \
813
	fi
814
815
.PHONY: ChangeLog
816
817
maintainer-sign-release:
818
	gpg --detach-sign -a @PACKAGE@-@VERSION@.tar.bz2
819
820
maintainer-upload-release: _maintainer-upload-release
821
822
_maintainer-upload-release-check:
823
	@case @VERSION@ in \
824
		(*.*.*.*) \
825
			echo "@VERSION@ is not a release" >&2; \
826
			exit 2; \
827
			;; \
828
	esac
829
	test -f @PACKAGE@-@VERSION@.tar.bz2
830
	test -f @PACKAGE@-@VERSION@.tar.bz2.asc
831
	gpg --verify @PACKAGE@-@VERSION@.tar.bz2.asc
832
833
_maintainer-upload-release: _maintainer-upload-release-check
834
	rsync -vzP @PACKAGE@-@VERSION@.tar.bz2 telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/releases/@PACKAGE@/@PACKAGE@-@VERSION@.tar.bz2
835
	rsync -vzP @PACKAGE@-@VERSION@.tar.bz2.asc telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/releases/@PACKAGE@/@PACKAGE@-@VERSION@.tar.bz2.asc
836
837
# Tell versions [3.59,3.63) of GNU make to not export all variables.
838
# Otherwise a system limit (for SysV at least) may be exceeded.
839
.NOEXPORT: