~ubuntu-branches/ubuntu/raring/telepathy-idle/raring-proposed

« back to all changes in this revision

Viewing changes to extensions/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonny Lamb
  • Date: 2009-09-14 14:46:37 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090914144637-y15kev7u8prmllee
Tags: 0.1.5-1
* New upstream release.
* debian/rules: Pass --disable-silent-rules to get more verbose build logs.
* debian/control: Upped Standards-Version. (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 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, 2006, 2007, 2008  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.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
45
47
mkinstalldirs = $(install_sh) -d
46
48
CONFIG_HEADER = $(top_builddir)/config.h
47
49
CONFIG_CLEAN_FILES =
 
50
CONFIG_CLEAN_VPATH_FILES =
48
51
LTLIBRARIES = $(noinst_LTLIBRARIES)
49
52
libidle_extensions_la_LIBADD =
50
53
am_libidle_extensions_la_OBJECTS =
51
54
nodist_libidle_extensions_la_OBJECTS = signals-marshal.lo svc.lo
52
55
libidle_extensions_la_OBJECTS = $(am_libidle_extensions_la_OBJECTS) \
53
56
        $(nodist_libidle_extensions_la_OBJECTS)
 
57
AM_V_lt = $(am__v_lt_$(V))
 
58
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
59
am__v_lt_0 = --silent
54
60
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
55
61
depcomp = $(SHELL) $(top_srcdir)/depcomp
56
62
am__depfiles_maybe = depfiles
 
63
am__mv = mv -f
57
64
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
58
65
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
59
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
60
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
61
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
66
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
67
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
68
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
69
        $(AM_CFLAGS) $(CFLAGS)
 
70
AM_V_CC = $(am__v_CC_$(V))
 
71
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
72
am__v_CC_0 = @echo "  CC    " $@;
 
73
AM_V_at = $(am__v_at_$(V))
 
74
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
75
am__v_at_0 = @
62
76
CCLD = $(CC)
63
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
64
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
65
 
        $(LDFLAGS) -o $@
 
77
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
78
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
79
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
80
AM_V_CCLD = $(am__v_CCLD_$(V))
 
81
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
82
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
83
AM_V_GEN = $(am__v_GEN_$(V))
 
84
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
85
am__v_GEN_0 = @echo "  GEN   " $@;
66
86
SOURCES = $(libidle_extensions_la_SOURCES) \
67
87
        $(nodist_libidle_extensions_la_SOURCES)
68
88
DIST_SOURCES = $(libidle_extensions_la_SOURCES)
71
91
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72
92
ACLOCAL = @ACLOCAL@
73
93
AMTAR = @AMTAR@
 
94
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
74
95
AR = @AR@
75
96
AUTOCONF = @AUTOCONF@
76
97
AUTOHEADER = @AUTOHEADER@
132
153
PACKAGE_NAME = @PACKAGE_NAME@
133
154
PACKAGE_STRING = @PACKAGE_STRING@
134
155
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
156
PACKAGE_URL = @PACKAGE_URL@
135
157
PACKAGE_VERSION = @PACKAGE_VERSION@
136
158
PATH_SEPARATOR = @PATH_SEPARATOR@
137
159
PKG_CONFIG = @PKG_CONFIG@
242
264
              exit 1;; \
243
265
          esac; \
244
266
        done; \
245
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  extensions/Makefile'; \
246
 
        cd $(top_srcdir) && \
247
 
          $(AUTOMAKE) --gnu  extensions/Makefile
 
267
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu extensions/Makefile'; \
 
268
        $(am__cd) $(top_srcdir) && \
 
269
          $(AUTOMAKE) --gnu extensions/Makefile
248
270
.PRECIOUS: Makefile
249
271
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
250
272
        @case '$?' in \
262
284
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263
285
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
264
286
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
287
$(am__aclocal_m4_deps):
265
288
 
266
289
clean-noinstLTLIBRARIES:
267
290
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
272
295
          rm -f "$${dir}/so_locations"; \
273
296
        done
274
297
libidle-extensions.la: $(libidle_extensions_la_OBJECTS) $(libidle_extensions_la_DEPENDENCIES) 
275
 
        $(LINK)  $(libidle_extensions_la_OBJECTS) $(libidle_extensions_la_LIBADD) $(LIBS)
 
298
        $(AM_V_CCLD)$(LINK)  $(libidle_extensions_la_OBJECTS) $(libidle_extensions_la_LIBADD) $(LIBS)
276
299
 
277
300
mostlyclean-compile:
278
301
        -rm -f *.$(OBJEXT)
284
307
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/svc.Plo@am__quote@
285
308
 
286
309
.c.o:
287
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
288
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
310
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
311
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
312
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
289
313
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
290
314
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
291
315
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
292
316
 
293
317
.c.obj:
294
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
295
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
318
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
319
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
320
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
296
321
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
297
322
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
298
323
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
299
324
 
300
325
.c.lo:
301
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
302
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
326
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
327
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
328
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
303
329
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
304
330
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305
331
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
306
332
 
307
333
signals-marshal.lo: _gen/signals-marshal.c
308
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT signals-marshal.lo -MD -MP -MF $(DEPDIR)/signals-marshal.Tpo -c -o signals-marshal.lo `test -f '_gen/signals-marshal.c' || echo '$(srcdir)/'`_gen/signals-marshal.c
309
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/signals-marshal.Tpo $(DEPDIR)/signals-marshal.Plo
 
334
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT signals-marshal.lo -MD -MP -MF $(DEPDIR)/signals-marshal.Tpo -c -o signals-marshal.lo `test -f '_gen/signals-marshal.c' || echo '$(srcdir)/'`_gen/signals-marshal.c
 
335
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/signals-marshal.Tpo $(DEPDIR)/signals-marshal.Plo
 
336
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
310
337
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='_gen/signals-marshal.c' object='signals-marshal.lo' libtool=yes @AMDEPBACKSLASH@
311
338
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
312
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o signals-marshal.lo `test -f '_gen/signals-marshal.c' || echo '$(srcdir)/'`_gen/signals-marshal.c
 
339
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o signals-marshal.lo `test -f '_gen/signals-marshal.c' || echo '$(srcdir)/'`_gen/signals-marshal.c
313
340
 
314
341
svc.lo: _gen/svc.c
315
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT svc.lo -MD -MP -MF $(DEPDIR)/svc.Tpo -c -o svc.lo `test -f '_gen/svc.c' || echo '$(srcdir)/'`_gen/svc.c
316
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/svc.Tpo $(DEPDIR)/svc.Plo
 
342
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT svc.lo -MD -MP -MF $(DEPDIR)/svc.Tpo -c -o svc.lo `test -f '_gen/svc.c' || echo '$(srcdir)/'`_gen/svc.c
 
343
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/svc.Tpo $(DEPDIR)/svc.Plo
 
344
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
317
345
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='_gen/svc.c' object='svc.lo' libtool=yes @AMDEPBACKSLASH@
318
346
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
319
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o svc.lo `test -f '_gen/svc.c' || echo '$(srcdir)/'`_gen/svc.c
 
347
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o svc.lo `test -f '_gen/svc.c' || echo '$(srcdir)/'`_gen/svc.c
320
348
 
321
349
mostlyclean-libtool:
322
350
        -rm -f *.lo
336
364
 
337
365
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
338
366
                $(TAGS_FILES) $(LISP)
339
 
        tags=; \
 
367
        set x; \
340
368
        here=`pwd`; \
341
369
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
342
370
        unique=`for i in $$list; do \
344
372
          done | \
345
373
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
346
374
              END { if (nonempty) { for (i in files) print i; }; }'`; \
347
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
375
        shift; \
 
376
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
348
377
          test -n "$$unique" || unique=$$empty_fix; \
349
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
350
 
            $$tags $$unique; \
 
378
          if test $$# -gt 0; then \
 
379
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
380
              "$$@" $$unique; \
 
381
          else \
 
382
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
383
              $$unique; \
 
384
          fi; \
351
385
        fi
352
386
ctags: CTAGS
353
387
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
354
388
                $(TAGS_FILES) $(LISP)
355
 
        tags=; \
356
389
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
357
390
        unique=`for i in $$list; do \
358
391
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
359
392
          done | \
360
393
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
361
394
              END { if (nonempty) { for (i in files) print i; }; }'`; \
362
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
395
        test -z "$(CTAGS_ARGS)$$unique" \
363
396
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
364
 
             $$tags $$unique
 
397
             $$unique
365
398
 
366
399
GTAGS:
367
400
        here=`$(am__cd) $(top_builddir) && pwd` \
368
 
          && cd $(top_srcdir) \
369
 
          && gtags -i $(GTAGS_ARGS) $$here
 
401
          && $(am__cd) $(top_srcdir) \
 
402
          && gtags -i $(GTAGS_ARGS) "$$here"
370
403
 
371
404
distclean-tags:
372
405
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
387
420
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
388
421
          if test -d $$d/$$file; then \
389
422
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
423
            if test -d "$(distdir)/$$file"; then \
 
424
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
425
            fi; \
390
426
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
391
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
427
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
428
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
392
429
            fi; \
393
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
430
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
394
431
          else \
395
 
            test -f $(distdir)/$$file \
396
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
432
            test -f "$(distdir)/$$file" \
 
433
            || cp -p $$d/$$file "$(distdir)/$$file" \
397
434
            || exit 1; \
398
435
          fi; \
399
436
        done
424
461
 
425
462
distclean-generic:
426
463
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
464
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
427
465
 
428
466
maintainer-clean-generic:
429
467
        @echo "This command is intended for maintainers to use"
446
484
 
447
485
html: html-am
448
486
 
 
487
html-am:
 
488
 
449
489
info: info-am
450
490
 
451
491
info-am:
454
494
 
455
495
install-dvi: install-dvi-am
456
496
 
 
497
install-dvi-am:
 
498
 
457
499
install-exec-am:
458
500
 
459
501
install-html: install-html-am
460
502
 
 
503
install-html-am:
 
504
 
461
505
install-info: install-info-am
462
506
 
 
507
install-info-am:
 
508
 
463
509
install-man:
464
510
 
465
511
install-pdf: install-pdf-am
466
512
 
 
513
install-pdf-am:
 
514
 
467
515
install-ps: install-ps-am
468
516
 
 
517
install-ps-am:
 
518
 
469
519
installcheck-am:
470
520
 
471
521
maintainer-clean: maintainer-clean-am
488
538
 
489
539
uninstall-am:
490
540
 
491
 
.MAKE: install-am install-strip
 
541
.MAKE: all check install install-am install-strip
492
542
 
493
543
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
494
544
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
505
555
 
506
556
 
507
557
_gen/all.xml: all.xml $(wildcard *.xml)
508
 
        $(mkdir_p) _gen
509
 
        $(XSLTPROC) $(XSLTPROCFLAGS) --xinclude $(tools_dir)/identity.xsl \
 
558
        @$(mkdir_p) _gen
 
559
        $(AM_V_GEN)$(XSLTPROC) $(XSLTPROCFLAGS) \
 
560
                --xinclude $(tools_dir)/identity.xsl \
510
561
                $< > $@
511
562
 
512
563
extensions.html: _gen/all.xml $(tools_dir)/doc-generator.xsl
513
 
        $(XSLTPROC) $(XSLTPROCFLAGS) \
 
564
        $(AM_V_GEN)$(XSLTPROC) $(XSLTPROCFLAGS) \
514
565
                $(tools_dir)/doc-generator.xsl \
515
566
                $< > $@
516
567
 
517
568
_gen/svc.c _gen/svc.h: _gen/all.xml \
518
569
        $(tools_dir)/glib-ginterface-gen.py
519
 
        $(PYTHON) $(tools_dir)/glib-ginterface-gen.py \
 
570
        $(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-ginterface-gen.py \
520
571
                --filename=_gen/svc --signal-marshal-prefix=_idle_ext \
521
572
                --include='<telepathy-glib/dbus.h>' \
522
573
                --include='"_gen/signals-marshal.h"' \
524
575
                $< Idle_Svc_
525
576
 
526
577
_gen/signals-marshal.list: _gen/all.xml $(tools_dir)/glib-signals-marshal-gen.py
527
 
        $(PYTHON) $(tools_dir)/glib-signals-marshal-gen.py $< > $@
 
578
        $(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-signals-marshal-gen.py $< > $@
528
579
 
529
580
_gen/signals-marshal.h: _gen/signals-marshal.list
530
 
        $(GLIB_GENMARSHAL) --header --prefix=_idle_ext_marshal $< > $@
 
581
        $(AM_V_GEN)$(GLIB_GENMARSHAL) --header --prefix=_idle_ext_marshal $< > $@
531
582
 
532
583
_gen/signals-marshal.c: _gen/signals-marshal.list
533
 
        $(GLIB_GENMARSHAL) --body --prefix=_idle_ext_marshal $< > $@
 
584
        $(AM_V_GEN)$(GLIB_GENMARSHAL) --body --prefix=_idle_ext_marshal $< > $@
534
585
 
535
586
_gen/enums.h: _gen/all.xml $(tools_dir)/c-constants-generator.xsl
536
 
        $(XSLTPROC) $(XSLTPROCFLAGS) \
 
587
        $(AM_V_GEN)$(XSLTPROC) $(XSLTPROCFLAGS) \
537
588
                --stringparam mixed-case-prefix Idle \
538
589
                $(tools_dir)/c-constants-generator.xsl \
539
590
                $< > $@
540
591
 
541
592
_gen/interfaces.h: _gen/all.xml $(tools_dir)/c-interfaces-generator.xsl
542
 
        $(XSLTPROC) $(XSLTPROCFLAGS) \
 
593
        $(AM_V_GEN)$(XSLTPROC) $(XSLTPROCFLAGS) \
543
594
                --stringparam mixed-case-prefix Idle \
544
595
                $(tools_dir)/c-interfaces-generator.xsl \
545
596
                $< > $@
 
597
 
546
598
# Tell versions [3.59,3.63) of GNU make to not export all variables.
547
599
# Otherwise a system limit (for SysV at least) may be exceeded.
548
600
.NOEXPORT: