~ubuntu-branches/ubuntu/wily/telepathy-glib/wily

« back to all changes in this revision

Viewing changes to examples/cm/channelspecific/Makefile.in

Tags: upstream-0.9.0
ImportĀ upstreamĀ versionĀ 0.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
19
20
 
20
21
 
21
22
 
22
 
srcdir = @srcdir@
23
 
top_srcdir = @top_srcdir@
24
23
VPATH = @srcdir@
25
24
pkgdatadir = $(datadir)/@PACKAGE@
 
25
pkgincludedir = $(includedir)/@PACKAGE@
26
26
pkglibdir = $(libdir)/@PACKAGE@
27
 
pkgincludedir = $(includedir)/@PACKAGE@
28
 
top_builddir = ../../..
 
27
pkglibexecdir = $(libexecdir)/@PACKAGE@
29
28
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
30
 
INSTALL = @INSTALL@
31
29
install_sh_DATA = $(install_sh) -c -m 644
32
30
install_sh_PROGRAM = $(install_sh) -c
33
31
install_sh_SCRIPT = $(install_sh) -c
50
48
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/libtool.m4 \
51
49
        $(top_srcdir)/m4/linker.m4 $(top_srcdir)/m4/ltoptions.m4 \
52
50
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
53
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/shave.m4 \
 
51
        $(top_srcdir)/m4/lt~obsolete.m4 \
54
52
        $(top_srcdir)/m4/tp-compiler-flag.m4 \
55
53
        $(top_srcdir)/m4/tp-compiler-warnings.m4 \
56
54
        $(top_srcdir)/configure.ac
59
57
mkinstalldirs = $(install_sh) -d
60
58
CONFIG_HEADER = $(top_builddir)/config.h
61
59
CONFIG_CLEAN_FILES =
 
60
CONFIG_CLEAN_VPATH_FILES =
62
61
LTLIBRARIES = $(noinst_LTLIBRARIES)
63
62
am__DEPENDENCIES_1 =
64
63
libexample_cm_csh_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
67
66
am_libexample_cm_csh_la_OBJECTS = conn.lo connection-manager.lo \
68
67
        room.lo room-manager.lo
69
68
libexample_cm_csh_la_OBJECTS = $(am_libexample_cm_csh_la_OBJECTS)
 
69
AM_V_lt = $(am__v_lt_$(V))
 
70
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
71
am__v_lt_0 = --silent
70
72
am__EXEEXT_1 = telepathy-example-cm-csh$(EXEEXT)
71
73
am__installdirs = "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(managerdir)" \
72
74
        "$(DESTDIR)$(servicedir)"
73
 
libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
74
75
PROGRAMS = $(libexec_PROGRAMS) $(noinst_PROGRAMS)
75
76
am_telepathy_example_cm_csh_OBJECTS = main.$(OBJEXT)
76
77
telepathy_example_cm_csh_OBJECTS =  \
77
78
        $(am_telepathy_example_cm_csh_OBJECTS)
78
 
am__DEPENDENCIES_2 = libexample-cm-csh.la
79
 
telepathy_example_cm_csh_DEPENDENCIES = $(am__DEPENDENCIES_2)
80
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
79
telepathy_example_cm_csh_DEPENDENCIES = $(noinst_LTLIBRARIES)
 
80
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
81
81
depcomp = $(SHELL) $(top_srcdir)/depcomp
82
82
am__depfiles_maybe = depfiles
 
83
am__mv = mv -f
83
84
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
84
85
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
85
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
86
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
87
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
86
88
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
87
89
        $(AM_CFLAGS) $(CFLAGS)
 
90
AM_V_CC = $(am__v_CC_$(V))
 
91
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
92
am__v_CC_0 = @echo "  CC    " $@;
 
93
AM_V_at = $(am__v_at_$(V))
 
94
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
95
am__v_at_0 = @
88
96
CCLD = $(CC)
89
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
97
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
98
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
90
99
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
100
AM_V_CCLD = $(am__v_CCLD_$(V))
 
101
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
102
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
103
AM_V_GEN = $(am__v_GEN_$(V))
 
104
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
105
am__v_GEN_0 = @echo "  GEN   " $@;
91
106
SOURCES = $(libexample_cm_csh_la_SOURCES) \
92
107
        $(telepathy_example_cm_csh_SOURCES)
93
108
DIST_SOURCES = $(libexample_cm_csh_la_SOURCES) \
97
112
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
98
113
    *) f=$$p;; \
99
114
  esac;
100
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
101
 
managerDATA_INSTALL = $(INSTALL_DATA)
102
 
serviceDATA_INSTALL = $(INSTALL_DATA)
 
115
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
116
am__install_max = 40
 
117
am__nobase_strip_setup = \
 
118
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
119
am__nobase_strip = \
 
120
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
121
am__nobase_list = $(am__nobase_strip_setup); \
 
122
  for p in $$list; do echo "$$p $$p"; done | \
 
123
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
124
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
125
    if (++n[$$2] == $(am__install_max)) \
 
126
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
127
    END { for (dir in files) print dir, files[dir] }'
 
128
am__base_list = \
 
129
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
130
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
103
131
DATA = $(manager_DATA) $(service_DATA)
104
132
ETAGS = etags
105
133
CTAGS = ctags
106
134
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
107
135
ACLOCAL = @ACLOCAL@
108
 
AMDEP_FALSE = @AMDEP_FALSE@
109
 
AMDEP_TRUE = @AMDEP_TRUE@
110
136
AMTAR = @AMTAR@
111
 
AM_MAKEFLAGS = @AM_MAKEFLAGS@
 
137
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
112
138
AR = @AR@
113
139
AUTOCONF = @AUTOCONF@
114
140
AUTOHEADER = @AUTOHEADER@
120
146
COVERAGE_CFLAGS = @COVERAGE_CFLAGS@
121
147
CPP = @CPP@
122
148
CPPFLAGS = @CPPFLAGS@
123
 
CXX = @CXX@
124
149
CYGPATH_W = @CYGPATH_W@
125
150
DBUS_CFLAGS = @DBUS_CFLAGS@
126
151
DBUS_LIBS = @DBUS_LIBS@
133
158
ECHO_T = @ECHO_T@
134
159
EGREP = @EGREP@
135
160
ENABLE_CODING_STYLE_CHECKS = @ENABLE_CODING_STYLE_CHECKS@
136
 
ENABLE_GTK_DOC_FALSE = @ENABLE_GTK_DOC_FALSE@
137
 
ENABLE_GTK_DOC_TRUE = @ENABLE_GTK_DOC_TRUE@
138
161
ERROR_CFLAGS = @ERROR_CFLAGS@
139
162
EXEEXT = @EXEEXT@
140
 
F77 = @F77@
141
 
FC = @FC@
142
163
FGREP = @FGREP@
143
164
GLIB_CFLAGS = @GLIB_CFLAGS@
144
165
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
145
166
GLIB_LIBS = @GLIB_LIBS@
146
167
GREP = @GREP@
147
168
GTKDOC_CHECK = @GTKDOC_CHECK@
148
 
GTK_DOC_USE_LIBTOOL_FALSE = @GTK_DOC_USE_LIBTOOL_FALSE@
149
 
GTK_DOC_USE_LIBTOOL_TRUE = @GTK_DOC_USE_LIBTOOL_TRUE@
150
169
HANDLE_LEAK_DEBUG_CFLAGS = @HANDLE_LEAK_DEBUG_CFLAGS@
151
 
HAVE_LD_VERSION_SCRIPT_FALSE = @HAVE_LD_VERSION_SCRIPT_FALSE@
152
 
HAVE_LD_VERSION_SCRIPT_TRUE = @HAVE_LD_VERSION_SCRIPT_TRUE@
153
 
HAVE_VERSION_SCRIPT_ARG_FALSE = @HAVE_VERSION_SCRIPT_ARG_FALSE@
154
 
HAVE_VERSION_SCRIPT_ARG_TRUE = @HAVE_VERSION_SCRIPT_ARG_TRUE@
155
170
HTML_DIR = @HTML_DIR@
 
171
INSTALL = @INSTALL@
156
172
INSTALL_DATA = @INSTALL_DATA@
157
 
INSTALL_EXAMPLES_FALSE = @INSTALL_EXAMPLES_FALSE@
158
 
INSTALL_EXAMPLES_TRUE = @INSTALL_EXAMPLES_TRUE@
159
173
INSTALL_PROGRAM = @INSTALL_PROGRAM@
160
174
INSTALL_SCRIPT = @INSTALL_SCRIPT@
161
175
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
170
184
LT_AGE = @LT_AGE@
171
185
LT_CURRENT = @LT_CURRENT@
172
186
LT_REVISION = @LT_REVISION@
173
 
MAKEFLAGS = @MAKEFLAGS@
174
187
MAKEINFO = @MAKEINFO@
 
188
MKDIR_P = @MKDIR_P@
175
189
NM = @NM@
176
190
NMEDIT = @NMEDIT@
177
 
OBJC = @OBJC@
178
191
OBJDUMP = @OBJDUMP@
179
192
OBJEXT = @OBJEXT@
180
 
OFFICIAL_RELEASE_FALSE = @OFFICIAL_RELEASE_FALSE@
181
 
OFFICIAL_RELEASE_TRUE = @OFFICIAL_RELEASE_TRUE@
182
193
OTOOL = @OTOOL@
183
194
OTOOL64 = @OTOOL64@
184
 
OUT_OF_TREE_BUILD_FALSE = @OUT_OF_TREE_BUILD_FALSE@
185
 
OUT_OF_TREE_BUILD_TRUE = @OUT_OF_TREE_BUILD_TRUE@
186
195
PACKAGE = @PACKAGE@
187
196
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
188
197
PACKAGE_NAME = @PACKAGE_NAME@
197
206
PYTHON_PLATFORM = @PYTHON_PLATFORM@
198
207
PYTHON_PREFIX = @PYTHON_PREFIX@
199
208
PYTHON_VERSION = @PYTHON_VERSION@
200
 
Q = @Q@
201
209
RANLIB = @RANLIB@
202
210
SED = @SED@
203
211
SET_MAKE = @SET_MAKE@
204
212
SHELL = @SHELL@
205
213
STRIP = @STRIP@
206
214
TP_GLIB_CFLAGS = @TP_GLIB_CFLAGS@
207
 
V = @V@
208
215
VERSION = @VERSION@
209
216
VERSION_SCRIPT_ARG = @VERSION_SCRIPT_ARG@
210
217
XSLTPROC = @XSLTPROC@
 
218
abs_builddir = @abs_builddir@
 
219
abs_srcdir = @abs_srcdir@
 
220
abs_top_builddir = @abs_top_builddir@
 
221
abs_top_srcdir = @abs_top_srcdir@
211
222
ac_ct_CC = @ac_ct_CC@
212
223
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
213
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
214
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
215
224
am__include = @am__include@
216
225
am__leading_dot = @am__leading_dot@
217
226
am__quote = @am__quote@
223
232
build_cpu = @build_cpu@
224
233
build_os = @build_os@
225
234
build_vendor = @build_vendor@
 
235
builddir = @builddir@
226
236
datadir = @datadir@
227
237
datarootdir = @datarootdir@
228
238
docdir = @docdir@
255
265
pythondir = @pythondir@
256
266
sbindir = @sbindir@
257
267
sharedstatedir = @sharedstatedir@
258
 
shavedir = @shavedir@
 
268
srcdir = @srcdir@
259
269
sysconfdir = @sysconfdir@
260
270
target_alias = @target_alias@
 
271
top_build_prefix = @top_build_prefix@
 
272
top_builddir = @top_builddir@
 
273
top_srcdir = @top_srcdir@
261
274
EXAMPLES = telepathy-example-cm-csh
262
275
noinst_LTLIBRARIES = libexample-cm-csh.la
263
276
libexample_cm_csh_la_SOURCES = \
306
319
        @for dep in $?; do \
307
320
          case '$(am__configure_deps)' in \
308
321
            *$$dep*) \
309
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
310
 
                && exit 0; \
 
322
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
323
                && { if test -f $@; then exit 0; else break; fi; }; \
311
324
              exit 1;; \
312
325
          esac; \
313
326
        done; \
314
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/cm/channelspecific/Makefile'; \
315
 
        cd $(top_srcdir) && \
316
 
          $(AUTOMAKE) --gnu  examples/cm/channelspecific/Makefile
 
327
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/cm/channelspecific/Makefile'; \
 
328
        $(am__cd) $(top_srcdir) && \
 
329
          $(AUTOMAKE) --gnu examples/cm/channelspecific/Makefile
317
330
.PRECIOUS: Makefile
318
331
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
319
332
        @case '$?' in \
331
344
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332
345
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
333
346
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
347
$(am__aclocal_m4_deps):
334
348
 
335
349
clean-noinstLTLIBRARIES:
336
350
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
341
355
          rm -f "$${dir}/so_locations"; \
342
356
        done
343
357
libexample-cm-csh.la: $(libexample_cm_csh_la_OBJECTS) $(libexample_cm_csh_la_DEPENDENCIES) 
344
 
        $(LINK)  $(libexample_cm_csh_la_LDFLAGS) $(libexample_cm_csh_la_OBJECTS) $(libexample_cm_csh_la_LIBADD) $(LIBS)
 
358
        $(AM_V_CCLD)$(LINK)  $(libexample_cm_csh_la_OBJECTS) $(libexample_cm_csh_la_LIBADD) $(LIBS)
345
359
install-libexecPROGRAMS: $(libexec_PROGRAMS)
346
360
        @$(NORMAL_INSTALL)
347
 
        test -z "$(libexecdir)" || $(mkdir_p) "$(DESTDIR)$(libexecdir)"
348
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
349
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
350
 
          if test -f $$p \
351
 
             || test -f $$p1 \
352
 
          ; then \
353
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
354
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
355
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
356
 
          else :; fi; \
357
 
        done
 
361
        test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
 
362
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
363
        for p in $$list; do echo "$$p $$p"; done | \
 
364
        sed 's/$(EXEEXT)$$//' | \
 
365
        while read p p1; do if test -f $$p || test -f $$p1; \
 
366
          then echo "$$p"; echo "$$p"; else :; fi; \
 
367
        done | \
 
368
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
369
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
370
        sed 'N;N;N;s,\n, ,g' | \
 
371
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
372
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
373
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
374
            else { print "f", $$3 "/" $$4, $$1; } } \
 
375
          END { for (d in files) print "f", d, files[d] }' | \
 
376
        while read type dir files; do \
 
377
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
378
            test -z "$$files" || { \
 
379
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
 
380
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
 
381
            } \
 
382
        ; done
358
383
 
359
384
uninstall-libexecPROGRAMS:
360
385
        @$(NORMAL_UNINSTALL)
361
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
362
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
363
 
          echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
364
 
          rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
365
 
        done
 
386
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
387
        files=`for p in $$list; do echo "$$p"; done | \
 
388
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
389
              -e 's/$$/$(EXEEXT)/' `; \
 
390
        test -n "$$list" || exit 0; \
 
391
        echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
 
392
        cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
366
393
 
367
394
clean-libexecPROGRAMS:
368
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
369
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
370
 
          echo " rm -f $$p $$f"; \
371
 
          rm -f $$p $$f ; \
372
 
        done
 
395
        @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
 
396
        echo " rm -f" $$list; \
 
397
        rm -f $$list || exit $$?; \
 
398
        test -n "$(EXEEXT)" || exit 0; \
 
399
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
400
        echo " rm -f" $$list; \
 
401
        rm -f $$list
373
402
 
374
403
clean-noinstPROGRAMS:
375
 
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
376
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
377
 
          echo " rm -f $$p $$f"; \
378
 
          rm -f $$p $$f ; \
379
 
        done
 
404
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
405
        echo " rm -f" $$list; \
 
406
        rm -f $$list || exit $$?; \
 
407
        test -n "$(EXEEXT)" || exit 0; \
 
408
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
409
        echo " rm -f" $$list; \
 
410
        rm -f $$list
380
411
telepathy-example-cm-csh$(EXEEXT): $(telepathy_example_cm_csh_OBJECTS) $(telepathy_example_cm_csh_DEPENDENCIES) 
381
412
        @rm -f telepathy-example-cm-csh$(EXEEXT)
382
 
        $(LINK) $(telepathy_example_cm_csh_LDFLAGS) $(telepathy_example_cm_csh_OBJECTS) $(telepathy_example_cm_csh_LDADD) $(LIBS)
 
413
        $(AM_V_CCLD)$(LINK) $(telepathy_example_cm_csh_OBJECTS) $(telepathy_example_cm_csh_LDADD) $(LIBS)
383
414
 
384
415
mostlyclean-compile:
385
416
        -rm -f *.$(OBJEXT)
394
425
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/room.Plo@am__quote@
395
426
 
396
427
.c.o:
397
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
398
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
428
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
429
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
430
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
399
431
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
400
432
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401
433
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
402
434
 
403
435
.c.obj:
404
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
405
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
436
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
437
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
438
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
406
439
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
407
440
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
408
441
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
409
442
 
410
443
.c.lo:
411
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
412
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
444
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
445
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
446
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
413
447
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
414
448
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
415
449
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
419
453
 
420
454
clean-libtool:
421
455
        -rm -rf .libs _libs
422
 
 
423
 
distclean-libtool:
424
 
        -rm -f libtool
425
 
uninstall-info-am:
426
456
install-managerDATA: $(manager_DATA)
427
457
        @$(NORMAL_INSTALL)
428
 
        test -z "$(managerdir)" || $(mkdir_p) "$(DESTDIR)$(managerdir)"
429
 
        @list='$(manager_DATA)'; for p in $$list; do \
 
458
        test -z "$(managerdir)" || $(MKDIR_P) "$(DESTDIR)$(managerdir)"
 
459
        @list='$(manager_DATA)'; test -n "$(managerdir)" || list=; \
 
460
        for p in $$list; do \
430
461
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
431
 
          f=$(am__strip_dir) \
432
 
          echo " $(managerDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(managerdir)/$$f'"; \
433
 
          $(managerDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(managerdir)/$$f"; \
 
462
          echo "$$d$$p"; \
 
463
        done | $(am__base_list) | \
 
464
        while read files; do \
 
465
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(managerdir)'"; \
 
466
          $(INSTALL_DATA) $$files "$(DESTDIR)$(managerdir)" || exit $$?; \
434
467
        done
435
468
 
436
469
uninstall-managerDATA:
437
470
        @$(NORMAL_UNINSTALL)
438
 
        @list='$(manager_DATA)'; for p in $$list; do \
439
 
          f=$(am__strip_dir) \
440
 
          echo " rm -f '$(DESTDIR)$(managerdir)/$$f'"; \
441
 
          rm -f "$(DESTDIR)$(managerdir)/$$f"; \
442
 
        done
 
471
        @list='$(manager_DATA)'; test -n "$(managerdir)" || list=; \
 
472
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
473
        test -n "$$files" || exit 0; \
 
474
        echo " ( cd '$(DESTDIR)$(managerdir)' && rm -f" $$files ")"; \
 
475
        cd "$(DESTDIR)$(managerdir)" && rm -f $$files
443
476
install-serviceDATA: $(service_DATA)
444
477
        @$(NORMAL_INSTALL)
445
 
        test -z "$(servicedir)" || $(mkdir_p) "$(DESTDIR)$(servicedir)"
446
 
        @list='$(service_DATA)'; for p in $$list; do \
 
478
        test -z "$(servicedir)" || $(MKDIR_P) "$(DESTDIR)$(servicedir)"
 
479
        @list='$(service_DATA)'; test -n "$(servicedir)" || list=; \
 
480
        for p in $$list; do \
447
481
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
448
 
          f=$(am__strip_dir) \
449
 
          echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
450
 
          $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
 
482
          echo "$$d$$p"; \
 
483
        done | $(am__base_list) | \
 
484
        while read files; do \
 
485
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(servicedir)'"; \
 
486
          $(INSTALL_DATA) $$files "$(DESTDIR)$(servicedir)" || exit $$?; \
451
487
        done
452
488
 
453
489
uninstall-serviceDATA:
454
490
        @$(NORMAL_UNINSTALL)
455
 
        @list='$(service_DATA)'; for p in $$list; do \
456
 
          f=$(am__strip_dir) \
457
 
          echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
458
 
          rm -f "$(DESTDIR)$(servicedir)/$$f"; \
459
 
        done
 
491
        @list='$(service_DATA)'; test -n "$(servicedir)" || list=; \
 
492
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
493
        test -n "$$files" || exit 0; \
 
494
        echo " ( cd '$(DESTDIR)$(servicedir)' && rm -f" $$files ")"; \
 
495
        cd "$(DESTDIR)$(servicedir)" && rm -f $$files
460
496
 
461
497
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
462
498
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
463
499
        unique=`for i in $$list; do \
464
500
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
465
501
          done | \
466
 
          $(AWK) '    { files[$$0] = 1; } \
467
 
               END { for (i in files) print i; }'`; \
 
502
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
503
              END { if (nonempty) { for (i in files) print i; }; }'`; \
468
504
        mkid -fID $$unique
469
505
tags: TAGS
470
506
 
471
507
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
472
508
                $(TAGS_FILES) $(LISP)
473
 
        tags=; \
 
509
        set x; \
474
510
        here=`pwd`; \
475
511
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
476
512
        unique=`for i in $$list; do \
477
513
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
478
514
          done | \
479
 
          $(AWK) '    { files[$$0] = 1; } \
480
 
               END { for (i in files) print i; }'`; \
481
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
515
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
516
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
517
        shift; \
 
518
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
482
519
          test -n "$$unique" || unique=$$empty_fix; \
483
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
484
 
            $$tags $$unique; \
 
520
          if test $$# -gt 0; then \
 
521
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
522
              "$$@" $$unique; \
 
523
          else \
 
524
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
525
              $$unique; \
 
526
          fi; \
485
527
        fi
486
528
ctags: CTAGS
487
529
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
488
530
                $(TAGS_FILES) $(LISP)
489
 
        tags=; \
490
 
        here=`pwd`; \
491
531
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
492
532
        unique=`for i in $$list; do \
493
533
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
494
534
          done | \
495
 
          $(AWK) '    { files[$$0] = 1; } \
496
 
               END { for (i in files) print i; }'`; \
497
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
535
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
536
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
537
        test -z "$(CTAGS_ARGS)$$unique" \
498
538
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
499
 
             $$tags $$unique
 
539
             $$unique
500
540
 
501
541
GTAGS:
502
542
        here=`$(am__cd) $(top_builddir) && pwd` \
503
 
          && cd $(top_srcdir) \
504
 
          && gtags -i $(GTAGS_ARGS) $$here
 
543
          && $(am__cd) $(top_srcdir) \
 
544
          && gtags -i $(GTAGS_ARGS) "$$here"
505
545
 
506
546
distclean-tags:
507
547
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
508
548
 
509
549
distdir: $(DISTFILES)
510
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
511
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
512
 
        list='$(DISTFILES)'; for file in $$list; do \
513
 
          case $$file in \
514
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
515
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
516
 
          esac; \
 
550
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
551
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
552
        list='$(DISTFILES)'; \
 
553
          dist_files=`for file in $$list; do echo $$file; done | \
 
554
          sed -e "s|^$$srcdirstrip/||;t" \
 
555
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
556
        case $$dist_files in \
 
557
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
558
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
559
                           sort -u` ;; \
 
560
        esac; \
 
561
        for file in $$dist_files; do \
517
562
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
518
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
519
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
520
 
            dir="/$$dir"; \
521
 
            $(mkdir_p) "$(distdir)$$dir"; \
522
 
          else \
523
 
            dir=''; \
524
 
          fi; \
525
563
          if test -d $$d/$$file; then \
 
564
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
565
            if test -d "$(distdir)/$$file"; then \
 
566
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
567
            fi; \
526
568
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
527
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
569
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
570
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
528
571
            fi; \
529
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
572
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
530
573
          else \
531
 
            test -f $(distdir)/$$file \
532
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
574
            test -f "$(distdir)/$$file" \
 
575
            || cp -p $$d/$$file "$(distdir)/$$file" \
533
576
            || exit 1; \
534
577
          fi; \
535
578
        done
539
582
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA)
540
583
installdirs:
541
584
        for dir in "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(managerdir)" "$(DESTDIR)$(servicedir)"; do \
542
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
585
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
543
586
        done
544
587
install: $(BUILT_SOURCES)
545
588
        $(MAKE) $(AM_MAKEFLAGS) install-am
563
606
 
564
607
distclean-generic:
565
608
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
609
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
566
610
 
567
611
maintainer-clean-generic:
568
612
        @echo "This command is intended for maintainers to use"
578
622
        -rm -rf ./$(DEPDIR)
579
623
        -rm -f Makefile
580
624
distclean-am: clean-am distclean-compile distclean-generic \
581
 
        distclean-libtool distclean-tags
 
625
        distclean-tags
582
626
 
583
627
dvi: dvi-am
584
628
 
586
630
 
587
631
html: html-am
588
632
 
 
633
html-am:
 
634
 
589
635
info: info-am
590
636
 
591
637
info-am:
592
638
 
593
639
install-data-am: install-managerDATA install-serviceDATA
594
640
 
 
641
install-dvi: install-dvi-am
 
642
 
 
643
install-dvi-am:
 
644
 
595
645
install-exec-am: install-libexecPROGRAMS
596
646
 
 
647
install-html: install-html-am
 
648
 
 
649
install-html-am:
 
650
 
597
651
install-info: install-info-am
598
652
 
 
653
install-info-am:
 
654
 
599
655
install-man:
600
656
 
 
657
install-pdf: install-pdf-am
 
658
 
 
659
install-pdf-am:
 
660
 
 
661
install-ps: install-ps-am
 
662
 
 
663
install-ps-am:
 
664
 
601
665
installcheck-am:
602
666
 
603
667
maintainer-clean: maintainer-clean-am
618
682
 
619
683
ps-am:
620
684
 
621
 
uninstall-am: uninstall-info-am uninstall-libexecPROGRAMS \
622
 
        uninstall-managerDATA uninstall-serviceDATA
 
685
uninstall-am: uninstall-libexecPROGRAMS uninstall-managerDATA \
 
686
        uninstall-serviceDATA
 
687
 
 
688
.MAKE: all check install install-am install-strip
623
689
 
624
690
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
625
691
        clean-libexecPROGRAMS clean-libtool clean-local \
626
692
        clean-noinstLTLIBRARIES clean-noinstPROGRAMS ctags distclean \
627
693
        distclean-compile distclean-generic distclean-libtool \
628
694
        distclean-tags distdir dvi dvi-am html html-am info info-am \
629
 
        install install-am install-data install-data-am install-exec \
630
 
        install-exec-am install-info install-info-am \
 
695
        install install-am install-data install-data-am install-dvi \
 
696
        install-dvi-am install-exec install-exec-am install-html \
 
697
        install-html-am install-info install-info-am \
631
698
        install-libexecPROGRAMS install-man install-managerDATA \
 
699
        install-pdf install-pdf-am install-ps install-ps-am \
632
700
        install-serviceDATA install-strip installcheck installcheck-am \
633
701
        installdirs maintainer-clean maintainer-clean-generic \
634
702
        mostlyclean mostlyclean-compile mostlyclean-generic \
635
703
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
636
 
        uninstall-am uninstall-info-am uninstall-libexecPROGRAMS \
637
 
        uninstall-managerDATA uninstall-serviceDATA
 
704
        uninstall-am uninstall-libexecPROGRAMS uninstall-managerDATA \
 
705
        uninstall-serviceDATA
638
706
 
639
707
@INSTALL_EXAMPLES_TRUE@$(service_DATA): %: Makefile
640
708
@INSTALL_EXAMPLES_TRUE@ $(mkdir_p) _gen
649
717
 
650
718
clean-local:
651
719
        rm -rf _gen
 
720
 
652
721
# Tell versions [3.59,3.63) of GNU make to not export all variables.
653
722
# Otherwise a system limit (for SysV at least) may be exceeded.
654
723
.NOEXPORT: