~ken-vandine/ubuntu/precise/telepathy-gabble/ubuntu

« back to all changes in this revision

Viewing changes to lib/loudmouth/Makefile.in

  • Committer: Ken VanDine
  • Date: 2012-02-22 19:53:58 UTC
  • mfrom: (1.7.11)
  • Revision ID: ken.vandine@canonical.com-20120222195358-yzb8u3oy48rzcdtj
New upstream release.

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
 
 
18
 
VPATH = @srcdir@
19
 
pkgdatadir = $(datadir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
install_sh_DATA = $(install_sh) -c -m 644
25
 
install_sh_PROGRAM = $(install_sh) -c
26
 
install_sh_SCRIPT = $(install_sh) -c
27
 
INSTALL_HEADER = $(INSTALL_DATA)
28
 
transform = $(program_transform_name)
29
 
NORMAL_INSTALL = :
30
 
PRE_INSTALL = :
31
 
POST_INSTALL = :
32
 
NORMAL_UNINSTALL = :
33
 
PRE_UNINSTALL = :
34
 
POST_UNINSTALL = :
35
 
build_triplet = @build@
36
 
host_triplet = @host@
37
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
38
 
        $(top_srcdir)/tools/check-coding-style.mk
39
 
subdir = lib/loudmouth
40
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
 
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_config_dir.m4 \
42
 
        $(top_srcdir)/m4/compiler.m4 $(top_srcdir)/m4/libtool.m4 \
43
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
44
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
45
 
        $(top_srcdir)/m4/tp-compiler-flag.m4 \
46
 
        $(top_srcdir)/m4/tp-compiler-warnings.m4 \
47
 
        $(top_srcdir)/configure.ac
48
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
 
        $(ACLOCAL_M4)
50
 
mkinstalldirs = $(install_sh) -d
51
 
CONFIG_HEADER = $(top_builddir)/config.h
52
 
CONFIG_CLEAN_FILES =
53
 
CONFIG_CLEAN_VPATH_FILES =
54
 
LTLIBRARIES = $(noinst_LTLIBRARIES)
55
 
am__objects_1 = lm-message.lo lm-message-node.lo lm-message-handler.lo \
56
 
        lm-connection.lo
57
 
am__objects_2 = loudmouth-signals-marshal.lo
58
 
am_libloudmouth_la_OBJECTS = $(am__objects_1) $(am__objects_2)
59
 
libloudmouth_la_OBJECTS = $(am_libloudmouth_la_OBJECTS)
60
 
AM_V_lt = $(am__v_lt_$(V))
61
 
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
62
 
am__v_lt_0 = --silent
63
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
64
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
65
 
am__depfiles_maybe = depfiles
66
 
am__mv = mv -f
67
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
68
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69
 
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
70
 
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
71
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
72
 
        $(AM_CFLAGS) $(CFLAGS)
73
 
AM_V_CC = $(am__v_CC_$(V))
74
 
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
75
 
am__v_CC_0 = @echo "  CC    " $@;
76
 
AM_V_at = $(am__v_at_$(V))
77
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
78
 
am__v_at_0 = @
79
 
CCLD = $(CC)
80
 
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
81
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
82
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
83
 
AM_V_CCLD = $(am__v_CCLD_$(V))
84
 
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
85
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
86
 
AM_V_GEN = $(am__v_GEN_$(V))
87
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
88
 
am__v_GEN_0 = @echo "  GEN   " $@;
89
 
SOURCES = $(libloudmouth_la_SOURCES)
90
 
DIST_SOURCES = $(libloudmouth_la_SOURCES)
91
 
ETAGS = etags
92
 
CTAGS = ctags
93
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
94
 
ACLOCAL = @ACLOCAL@
95
 
AMTAR = @AMTAR@
96
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
97
 
AR = @AR@
98
 
AUTOCONF = @AUTOCONF@
99
 
AUTOHEADER = @AUTOHEADER@
100
 
AUTOMAKE = @AUTOMAKE@
101
 
AWK = @AWK@
102
 
CC = @CC@
103
 
CCDEPMODE = @CCDEPMODE@
104
 
CFLAGS = @CFLAGS@
105
 
CLIENT_TYPE = @CLIENT_TYPE@
106
 
CPP = @CPP@
107
 
CPPFLAGS = @CPPFLAGS@
108
 
CYGPATH_W = @CYGPATH_W@
109
 
DBUS_CFLAGS = @DBUS_CFLAGS@
110
 
DBUS_LIBS = @DBUS_LIBS@
111
 
DEFS = @DEFS@
112
 
DEPDIR = @DEPDIR@
113
 
DLLTOOL = @DLLTOOL@
114
 
DSYMUTIL = @DSYMUTIL@
115
 
DUMPBIN = @DUMPBIN@
116
 
ECHO_C = @ECHO_C@
117
 
ECHO_N = @ECHO_N@
118
 
ECHO_T = @ECHO_T@
119
 
EGREP = @EGREP@
120
 
ENABLE_CODING_STYLE_CHECKS = @ENABLE_CODING_STYLE_CHECKS@
121
 
ENABLE_PLUGINS = @ENABLE_PLUGINS@
122
 
ERROR_CFLAGS = @ERROR_CFLAGS@
123
 
EXEEXT = @EXEEXT@
124
 
FGREP = @FGREP@
125
 
GLIB_CFLAGS = @GLIB_CFLAGS@
126
 
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
127
 
GLIB_LIBS = @GLIB_LIBS@
128
 
GMODULE_CFLAGS = @GMODULE_CFLAGS@
129
 
GMODULE_LIBS = @GMODULE_LIBS@
130
 
GREP = @GREP@
131
 
INSTALL = @INSTALL@
132
 
INSTALL_DATA = @INSTALL_DATA@
133
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
134
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
135
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
136
 
LD = @LD@
137
 
LDFLAGS = @LDFLAGS@
138
 
LIBOBJS = @LIBOBJS@
139
 
LIBS = @LIBS@
140
 
LIBTOOL = @LIBTOOL@
141
 
LIPO = @LIPO@
142
 
LN_S = @LN_S@
143
 
LTLIBOBJS = @LTLIBOBJS@
144
 
MAKEINFO = @MAKEINFO@
145
 
MANIFEST_TOOL = @MANIFEST_TOOL@
146
 
MKDIR_P = @MKDIR_P@
147
 
NICE_CFLAGS = @NICE_CFLAGS@
148
 
NICE_LIBS = @NICE_LIBS@
149
 
NM = @NM@
150
 
NMEDIT = @NMEDIT@
151
 
OBJDUMP = @OBJDUMP@
152
 
OBJEXT = @OBJEXT@
153
 
OTOOL = @OTOOL@
154
 
OTOOL64 = @OTOOL64@
155
 
PACKAGE = @PACKAGE@
156
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
157
 
PACKAGE_NAME = @PACKAGE_NAME@
158
 
PACKAGE_STRING = @PACKAGE_STRING@
159
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
160
 
PACKAGE_URL = @PACKAGE_URL@
161
 
PACKAGE_VERSION = @PACKAGE_VERSION@
162
 
PATH_SEPARATOR = @PATH_SEPARATOR@
163
 
PKG_CONFIG = @PKG_CONFIG@
164
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
165
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
166
 
PYTHON = @PYTHON@
167
 
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
168
 
PYTHON_PLATFORM = @PYTHON_PLATFORM@
169
 
PYTHON_PREFIX = @PYTHON_PREFIX@
170
 
PYTHON_VERSION = @PYTHON_VERSION@
171
 
RANLIB = @RANLIB@
172
 
SED = @SED@
173
 
SET_MAKE = @SET_MAKE@
174
 
SHELL = @SHELL@
175
 
SOUP_CFLAGS = @SOUP_CFLAGS@
176
 
SOUP_LIBS = @SOUP_LIBS@
177
 
STRIP = @STRIP@
178
 
TEST_PYTHON = @TEST_PYTHON@
179
 
TP_GLIB_CFLAGS = @TP_GLIB_CFLAGS@
180
 
TP_GLIB_LIBS = @TP_GLIB_LIBS@
181
 
TP_YELL_CFLAGS = @TP_YELL_CFLAGS@
182
 
TP_YELL_LIBS = @TP_YELL_LIBS@
183
 
VERSION = @VERSION@
184
 
WOCKY_CFLAGS = @WOCKY_CFLAGS@
185
 
WOCKY_LIBS = @WOCKY_LIBS@
186
 
XSLTPROC = @XSLTPROC@
187
 
abs_builddir = @abs_builddir@
188
 
abs_srcdir = @abs_srcdir@
189
 
abs_top_builddir = @abs_top_builddir@
190
 
abs_top_srcdir = @abs_top_srcdir@
191
 
ac_ct_AR = @ac_ct_AR@
192
 
ac_ct_CC = @ac_ct_CC@
193
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
194
 
am__include = @am__include@
195
 
am__leading_dot = @am__leading_dot@
196
 
am__quote = @am__quote@
197
 
am__tar = @am__tar@
198
 
am__untar = @am__untar@
199
 
bindir = @bindir@
200
 
build = @build@
201
 
build_alias = @build_alias@
202
 
build_cpu = @build_cpu@
203
 
build_os = @build_os@
204
 
build_vendor = @build_vendor@
205
 
builddir = @builddir@
206
 
datadir = @datadir@
207
 
datarootdir = @datarootdir@
208
 
docdir = @docdir@
209
 
dvidir = @dvidir@
210
 
exec_prefix = @exec_prefix@
211
 
gabbletestsdir = @gabbletestsdir@
212
 
host = @host@
213
 
host_alias = @host_alias@
214
 
host_cpu = @host_cpu@
215
 
host_os = @host_os@
216
 
host_vendor = @host_vendor@
217
 
htmldir = @htmldir@
218
 
includedir = @includedir@
219
 
infodir = @infodir@
220
 
install_sh = @install_sh@
221
 
libdir = @libdir@
222
 
libexecdir = @libexecdir@
223
 
localedir = @localedir@
224
 
localstatedir = @localstatedir@
225
 
mandir = @mandir@
226
 
mkdir_p = @mkdir_p@
227
 
oldincludedir = @oldincludedir@
228
 
pdfdir = @pdfdir@
229
 
pkgpyexecdir = @pkgpyexecdir@
230
 
pkgpythondir = @pkgpythondir@
231
 
prefix = @prefix@
232
 
program_transform_name = @program_transform_name@
233
 
psdir = @psdir@
234
 
pyexecdir = @pyexecdir@
235
 
pythondir = @pythondir@
236
 
sbindir = @sbindir@
237
 
sharedstatedir = @sharedstatedir@
238
 
srcdir = @srcdir@
239
 
sysconfdir = @sysconfdir@
240
 
target_alias = @target_alias@
241
 
top_build_prefix = @top_build_prefix@
242
 
top_builddir = @top_builddir@
243
 
top_srcdir = @top_srcdir@
244
 
noinst_LTLIBRARIES = libloudmouth.la
245
 
BUILT_SOURCES = \
246
 
  loudmouth-signals-marshal.list \
247
 
  loudmouth-signals-marshal.h \
248
 
  loudmouth-signals-marshal.c
249
 
 
250
 
OUR_SOURCES = \
251
 
  loudmouth.h                     \
252
 
  lm-types.h                      \
253
 
  lm-message.c                    \
254
 
  lm-message.h                    \
255
 
  lm-message-node.c               \
256
 
  lm-message-node.h               \
257
 
  lm-message-handler.c            \
258
 
  lm-message-handler.h            \
259
 
  lm-connection.c                 \
260
 
  lm-connection.h
261
 
 
262
 
libloudmouth_la_SOURCES = $(OUR_SOURCES) $(BUILT_SOURCES)
263
 
libloudmouth_la_LIBADD = @WOCKY_LIBS@
264
 
# filter out any -flags as we only need to include .a and .la files here:
265
 
# this is necessary because: 
266
 
# @@ substitutions are filtered out by automake when constructing *_DEPENDENCIES
267
 
# *_LIBADD contains the link flags, dynamic libs and static libs we want
268
 
# *_DEPENDENCIES _MUST NOT_ contain the link flags and dynamic libs 
269
 
# *_DEPENDENCIES _SHOULD_ contain static libs so we rebuild when they change
270
 
libloudmouth_la_DEPENDENCIES = \
271
 
        $(filter-out -%, $(libloudmouth_la_LIBADD))
272
 
 
273
 
 
274
 
# Coding style checks
275
 
check_c_sources = \
276
 
    $(OUR_SOURCES)
277
 
 
278
 
CLEANFILES = $(BUILT_SOURCES)
279
 
AM_CFLAGS = $(ERROR_CFLAGS) $(GCOV_CFLAGS) @GLIB_CFLAGS@ @WOCKY_CFLAGS@
280
 
AM_LDFLAGS = $(GCOV_LIBS) @GLIB_LIBS@ @WOCKY_LIBS@
281
 
all: $(BUILT_SOURCES)
282
 
        $(MAKE) $(AM_MAKEFLAGS) all-am
283
 
 
284
 
.SUFFIXES:
285
 
.SUFFIXES: .c .lo .o .obj
286
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/tools/check-coding-style.mk $(am__configure_deps)
287
 
        @for dep in $?; do \
288
 
          case '$(am__configure_deps)' in \
289
 
            *$$dep*) \
290
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
291
 
                && { if test -f $@; then exit 0; else break; fi; }; \
292
 
              exit 1;; \
293
 
          esac; \
294
 
        done; \
295
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/loudmouth/Makefile'; \
296
 
        $(am__cd) $(top_srcdir) && \
297
 
          $(AUTOMAKE) --gnu lib/loudmouth/Makefile
298
 
.PRECIOUS: Makefile
299
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
300
 
        @case '$?' in \
301
 
          *config.status*) \
302
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
303
 
          *) \
304
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
305
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
306
 
        esac;
307
 
 
308
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
309
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
310
 
 
311
 
$(top_srcdir)/configure:  $(am__configure_deps)
312
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
314
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315
 
$(am__aclocal_m4_deps):
316
 
 
317
 
clean-noinstLTLIBRARIES:
318
 
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
319
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
320
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
321
 
          test "$$dir" != "$$p" || dir=.; \
322
 
          echo "rm -f \"$${dir}/so_locations\""; \
323
 
          rm -f "$${dir}/so_locations"; \
324
 
        done
325
 
libloudmouth.la: $(libloudmouth_la_OBJECTS) $(libloudmouth_la_DEPENDENCIES) 
326
 
        $(AM_V_CCLD)$(LINK)  $(libloudmouth_la_OBJECTS) $(libloudmouth_la_LIBADD) $(LIBS)
327
 
 
328
 
mostlyclean-compile:
329
 
        -rm -f *.$(OBJEXT)
330
 
 
331
 
distclean-compile:
332
 
        -rm -f *.tab.c
333
 
 
334
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm-connection.Plo@am__quote@
335
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm-message-handler.Plo@am__quote@
336
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm-message-node.Plo@am__quote@
337
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm-message.Plo@am__quote@
338
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loudmouth-signals-marshal.Plo@am__quote@
339
 
 
340
 
.c.o:
341
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
342
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
343
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
344
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
345
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
346
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
347
 
 
348
 
.c.obj:
349
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
350
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
351
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
352
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
353
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
354
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
355
 
 
356
 
.c.lo:
357
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
358
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
359
 
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
360
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
361
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
362
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
363
 
 
364
 
mostlyclean-libtool:
365
 
        -rm -f *.lo
366
 
 
367
 
clean-libtool:
368
 
        -rm -rf .libs _libs
369
 
 
370
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
371
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
372
 
        unique=`for i in $$list; do \
373
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374
 
          done | \
375
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
376
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
377
 
        mkid -fID $$unique
378
 
tags: TAGS
379
 
 
380
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
381
 
                $(TAGS_FILES) $(LISP)
382
 
        set x; \
383
 
        here=`pwd`; \
384
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
385
 
        unique=`for i in $$list; do \
386
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
387
 
          done | \
388
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
389
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
390
 
        shift; \
391
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
392
 
          test -n "$$unique" || unique=$$empty_fix; \
393
 
          if test $$# -gt 0; then \
394
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
395
 
              "$$@" $$unique; \
396
 
          else \
397
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
398
 
              $$unique; \
399
 
          fi; \
400
 
        fi
401
 
ctags: CTAGS
402
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
403
 
                $(TAGS_FILES) $(LISP)
404
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
405
 
        unique=`for i in $$list; do \
406
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
407
 
          done | \
408
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
409
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
410
 
        test -z "$(CTAGS_ARGS)$$unique" \
411
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
412
 
             $$unique
413
 
 
414
 
GTAGS:
415
 
        here=`$(am__cd) $(top_builddir) && pwd` \
416
 
          && $(am__cd) $(top_srcdir) \
417
 
          && gtags -i $(GTAGS_ARGS) "$$here"
418
 
 
419
 
distclean-tags:
420
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
421
 
 
422
 
distdir: $(DISTFILES)
423
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
424
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
425
 
        list='$(DISTFILES)'; \
426
 
          dist_files=`for file in $$list; do echo $$file; done | \
427
 
          sed -e "s|^$$srcdirstrip/||;t" \
428
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
429
 
        case $$dist_files in \
430
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
431
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
432
 
                           sort -u` ;; \
433
 
        esac; \
434
 
        for file in $$dist_files; do \
435
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
436
 
          if test -d $$d/$$file; then \
437
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
438
 
            if test -d "$(distdir)/$$file"; then \
439
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
440
 
            fi; \
441
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
442
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
443
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
444
 
            fi; \
445
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
446
 
          else \
447
 
            test -f "$(distdir)/$$file" \
448
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
449
 
            || exit 1; \
450
 
          fi; \
451
 
        done
452
 
        $(MAKE) $(AM_MAKEFLAGS) \
453
 
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
454
 
          dist-hook
455
 
check-am: all-am
456
 
        $(MAKE) $(AM_MAKEFLAGS) check-local
457
 
check: $(BUILT_SOURCES)
458
 
        $(MAKE) $(AM_MAKEFLAGS) check-am
459
 
all-am: Makefile $(LTLIBRARIES)
460
 
installdirs:
461
 
install: $(BUILT_SOURCES)
462
 
        $(MAKE) $(AM_MAKEFLAGS) install-am
463
 
install-exec: install-exec-am
464
 
install-data: install-data-am
465
 
uninstall: uninstall-am
466
 
 
467
 
install-am: all-am
468
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
469
 
 
470
 
installcheck: installcheck-am
471
 
install-strip:
472
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
473
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
474
 
          `test -z '$(STRIP)' || \
475
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
476
 
mostlyclean-generic:
477
 
 
478
 
clean-generic:
479
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
480
 
 
481
 
distclean-generic:
482
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
483
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
484
 
 
485
 
maintainer-clean-generic:
486
 
        @echo "This command is intended for maintainers to use"
487
 
        @echo "it deletes files that may require special tools to rebuild."
488
 
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
489
 
clean: clean-am
490
 
 
491
 
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
492
 
        mostlyclean-am
493
 
 
494
 
distclean: distclean-am
495
 
        -rm -rf ./$(DEPDIR)
496
 
        -rm -f Makefile
497
 
distclean-am: clean-am distclean-compile distclean-generic \
498
 
        distclean-tags
499
 
 
500
 
dvi: dvi-am
501
 
 
502
 
dvi-am:
503
 
 
504
 
html: html-am
505
 
 
506
 
html-am:
507
 
 
508
 
info: info-am
509
 
 
510
 
info-am:
511
 
 
512
 
install-data-am:
513
 
 
514
 
install-dvi: install-dvi-am
515
 
 
516
 
install-dvi-am:
517
 
 
518
 
install-exec-am:
519
 
 
520
 
install-html: install-html-am
521
 
 
522
 
install-html-am:
523
 
 
524
 
install-info: install-info-am
525
 
 
526
 
install-info-am:
527
 
 
528
 
install-man:
529
 
 
530
 
install-pdf: install-pdf-am
531
 
 
532
 
install-pdf-am:
533
 
 
534
 
install-ps: install-ps-am
535
 
 
536
 
install-ps-am:
537
 
 
538
 
installcheck-am:
539
 
 
540
 
maintainer-clean: maintainer-clean-am
541
 
        -rm -rf ./$(DEPDIR)
542
 
        -rm -f Makefile
543
 
maintainer-clean-am: distclean-am maintainer-clean-generic
544
 
 
545
 
mostlyclean: mostlyclean-am
546
 
 
547
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
548
 
        mostlyclean-libtool
549
 
 
550
 
pdf: pdf-am
551
 
 
552
 
pdf-am:
553
 
 
554
 
ps: ps-am
555
 
 
556
 
ps-am:
557
 
 
558
 
uninstall-am:
559
 
 
560
 
.MAKE: all check check-am install install-am install-strip
561
 
 
562
 
.PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
563
 
        clean-generic clean-libtool clean-noinstLTLIBRARIES ctags \
564
 
        dist-hook distclean distclean-compile distclean-generic \
565
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
566
 
        html-am info info-am install install-am install-data \
567
 
        install-data-am install-dvi install-dvi-am install-exec \
568
 
        install-exec-am install-html install-html-am install-info \
569
 
        install-info-am install-man install-pdf install-pdf-am \
570
 
        install-ps install-ps-am install-strip installcheck \
571
 
        installcheck-am installdirs maintainer-clean \
572
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
573
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
574
 
        tags uninstall uninstall-am
575
 
 
576
 
check-coding-style:
577
 
        @fail=0; \
578
 
        if test -n "$(check_misc_sources)"; then \
579
 
                tools_dir=$(top_srcdir)/tools \
580
 
                sh $(top_srcdir)/tools/check-misc.sh \
581
 
                        $(addprefix $(srcdir)/,$(check_misc_sources)) || fail=1; \
582
 
        fi; \
583
 
        if test -n "$(check_c_sources)"; then \
584
 
                tools_dir=$(top_srcdir)/tools \
585
 
                sh $(top_srcdir)/tools/check-c-style.sh \
586
 
                        $(addprefix $(srcdir)/,$(check_c_sources)) || fail=1; \
587
 
        fi;\
588
 
        if test yes = "$(ENABLE_CODING_STYLE_CHECKS)"; then \
589
 
                exit "$$fail";\
590
 
        else \
591
 
                exit 0;\
592
 
        fi
593
 
 
594
 
check-local: check-coding-style
595
 
dist-hook:
596
 
        $(shell for x in $(BUILT_SOURCES); do rm -f $(distdir)/$$x ; done)
597
 
 
598
 
loudmouth-signals-marshal.list: $(OUR_SOURCES) Makefile.am
599
 
        $(AM_V_GEN)( cd $(srcdir) && \
600
 
        sed -n -e 's/.*_loudmouth_signals_marshal_\([[:upper:][:digit:]]*__[[:upper:][:digit:]_]*\).*/\1/p' \
601
 
        $(OUR_SOURCES) ) \
602
 
        | sed -e 's/__/:/' -e 'y/_/,/' | sort -u > $@.tmp
603
 
        @if cmp -s $@.tmp $@; then \
604
 
                rm $@.tmp; \
605
 
                touch $@; \
606
 
        else \
607
 
                mv $@.tmp $@; \
608
 
        fi
609
 
 
610
 
%-signals-marshal.h: %-signals-marshal.list Makefile.am
611
 
        $(AM_V_GEN)glib-genmarshal --header --prefix=_$(subst -,_,$*)_signals_marshal $< > $@
612
 
 
613
 
%-signals-marshal.c: %-signals-marshal.list Makefile.am
614
 
        $(AM_V_GEN){ echo '#include "$*-signals-marshal.h"' && \
615
 
        glib-genmarshal --body --prefix=_$(subst -,_,$*)_signals_marshal $< ; \
616
 
        } > $@
617
 
 
618
 
Android.mk: Makefile.am $(BUILT_SOURCES)
619
 
        androgenizer -:PROJECT telepathy-gabble -:STATIC loudmouth -:TAGS eng debug \
620
 
         -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
621
 
         -:SOURCES $(libloudmouth_la_SOURCES) \
622
 
         -:CFLAGS $(DEFS) $(CFLAGS) $(DEFAULT_INCLUDES) $(INCLUDES) \
623
 
          $(AM_CFLAGS) \
624
 
         -:CPPFLAGS $(CPPFLAGS) $(AM_CPPFLAGS) \
625
 
         -:LDFLAGS $(libloudmouth_la_LIBADD) \
626
 
        > $@
627
 
 
628
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
629
 
# Otherwise a system limit (for SysV at least) may be exceeded.
630
 
.NOEXPORT: