~ubuntu-branches/ubuntu/precise/xfce4-power-manager/precise

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2009-10-02 20:15:41 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20091002201541-ognqyxyov51epj84
Tags: 0.8.4-1ubuntu1
* New upstream bugfix release (LP: #438754), merge from Debian unstable,
  remaining Ubuntu changes:
  - debian/patches:
    + xubuntu-use-notification-icons.patch: use our notification-* icons for
      notification bubbles instead of the normal ones LP: #437374
    + 10_pc.patch: added patched files to POTFILES.skip
    + series: created, with these two patches
  - debian/rules: add --with quilt
  - debian/control: build-depends on quilt (>= 0.46-7).

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
41
43
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
42
44
CONFIG_HEADER = $(top_builddir)/config.h
43
45
CONFIG_CLEAN_FILES =
 
46
CONFIG_CLEAN_VPATH_FILES =
44
47
SOURCES =
45
48
DIST_SOURCES =
46
49
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
53
56
DATA = $(noinst_DATA)
54
57
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
55
58
  distclean-recursive maintainer-clean-recursive
 
59
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
60
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
61
        distdir
56
62
ETAGS = etags
57
63
CTAGS = ctags
58
64
DIST_SUBDIRS = $(SUBDIRS)
59
65
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
66
am__relativize = \
 
67
  dir0=`pwd`; \
 
68
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
69
  sed_rest='s,^[^/]*/*,,'; \
 
70
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
71
  sed_butlast='s,/*[^/]*$$,,'; \
 
72
  while test -n "$$dir1"; do \
 
73
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
74
    if test "$$first" != "."; then \
 
75
      if test "$$first" = ".."; then \
 
76
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
77
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
78
      else \
 
79
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
80
        if test "$$first2" = "$$first"; then \
 
81
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
82
        else \
 
83
          dir2="../$$dir2"; \
 
84
        fi; \
 
85
        dir0="$$dir0"/"$$first"; \
 
86
      fi; \
 
87
    fi; \
 
88
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
89
  done; \
 
90
  reldir="$$dir2"
60
91
ACLOCAL = @ACLOCAL@
61
92
ALL_LINGUAS = @ALL_LINGUAS@
62
93
AMTAR = @AMTAR@
170
201
PACKAGE_NAME = @PACKAGE_NAME@
171
202
PACKAGE_STRING = @PACKAGE_STRING@
172
203
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
204
PACKAGE_URL = @PACKAGE_URL@
173
205
PACKAGE_VERSION = @PACKAGE_VERSION@
174
206
PATH_SEPARATOR = @PATH_SEPARATOR@
175
207
PKG_CONFIG = @PKG_CONFIG@
263
295
              exit 1;; \
264
296
          esac; \
265
297
        done; \
266
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
267
 
        cd $(top_srcdir) && \
268
 
          $(AUTOMAKE) --gnu  doc/Makefile
 
298
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
 
299
        $(am__cd) $(top_srcdir) && \
 
300
          $(AUTOMAKE) --gnu doc/Makefile
269
301
.PRECIOUS: Makefile
270
302
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
271
303
        @case '$?' in \
283
315
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284
316
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
285
317
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
318
$(am__aclocal_m4_deps):
286
319
 
287
320
mostlyclean-libtool:
288
321
        -rm -f *.lo
314
347
          else \
315
348
            local_target="$$target"; \
316
349
          fi; \
317
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
350
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
318
351
          || eval $$failcom; \
319
352
        done; \
320
353
        if test "$$dot_seen" = "no"; then \
348
381
          else \
349
382
            local_target="$$target"; \
350
383
          fi; \
351
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
384
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
352
385
          || eval $$failcom; \
353
386
        done && test -z "$$fail"
354
387
tags-recursive:
355
388
        list='$(SUBDIRS)'; for subdir in $$list; do \
356
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
389
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
357
390
        done
358
391
ctags-recursive:
359
392
        list='$(SUBDIRS)'; for subdir in $$list; do \
360
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
393
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
361
394
        done
362
395
 
363
396
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
372
405
 
373
406
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
374
407
                $(TAGS_FILES) $(LISP)
375
 
        tags=; \
 
408
        set x; \
376
409
        here=`pwd`; \
377
410
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
378
411
          include_option=--etags-include; \
384
417
        list='$(SUBDIRS)'; for subdir in $$list; do \
385
418
          if test "$$subdir" = .; then :; else \
386
419
            test ! -f $$subdir/TAGS || \
387
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
420
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
388
421
          fi; \
389
422
        done; \
390
423
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
393
426
          done | \
394
427
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
395
428
              END { if (nonempty) { for (i in files) print i; }; }'`; \
396
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
429
        shift; \
 
430
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
397
431
          test -n "$$unique" || unique=$$empty_fix; \
398
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
399
 
            $$tags $$unique; \
 
432
          if test $$# -gt 0; then \
 
433
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
434
              "$$@" $$unique; \
 
435
          else \
 
436
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
437
              $$unique; \
 
438
          fi; \
400
439
        fi
401
440
ctags: CTAGS
402
441
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
403
442
                $(TAGS_FILES) $(LISP)
404
 
        tags=; \
405
443
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
406
444
        unique=`for i in $$list; do \
407
445
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
408
446
          done | \
409
447
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
410
448
              END { if (nonempty) { for (i in files) print i; }; }'`; \
411
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
449
        test -z "$(CTAGS_ARGS)$$unique" \
412
450
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
413
 
             $$tags $$unique
 
451
             $$unique
414
452
 
415
453
GTAGS:
416
454
        here=`$(am__cd) $(top_builddir) && pwd` \
417
 
          && cd $(top_srcdir) \
418
 
          && gtags -i $(GTAGS_ARGS) $$here
 
455
          && $(am__cd) $(top_srcdir) \
 
456
          && gtags -i $(GTAGS_ARGS) "$$here"
419
457
 
420
458
distclean-tags:
421
459
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
436
474
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
437
475
          if test -d $$d/$$file; then \
438
476
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
477
            if test -d "$(distdir)/$$file"; then \
 
478
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
479
            fi; \
439
480
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
440
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
481
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
482
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
441
483
            fi; \
442
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
484
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
443
485
          else \
444
 
            test -f $(distdir)/$$file \
445
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
486
            test -f "$(distdir)/$$file" \
 
487
            || cp -p $$d/$$file "$(distdir)/$$file" \
446
488
            || exit 1; \
447
489
          fi; \
448
490
        done
449
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
491
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
450
492
          if test "$$subdir" = .; then :; else \
451
493
            test -d "$(distdir)/$$subdir" \
452
494
            || $(MKDIR_P) "$(distdir)/$$subdir" \
453
495
            || exit 1; \
454
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
455
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
456
 
            (cd $$subdir && \
 
496
          fi; \
 
497
        done
 
498
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
499
          if test "$$subdir" = .; then :; else \
 
500
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
501
            $(am__relativize); \
 
502
            new_distdir=$$reldir; \
 
503
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
504
            $(am__relativize); \
 
505
            new_top_distdir=$$reldir; \
 
506
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
507
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
508
            ($(am__cd) $$subdir && \
457
509
              $(MAKE) $(AM_MAKEFLAGS) \
458
 
                top_distdir="$$top_distdir" \
459
 
                distdir="$$distdir/$$subdir" \
 
510
                top_distdir="$$new_top_distdir" \
 
511
                distdir="$$new_distdir" \
460
512
                am__remove_distdir=: \
461
513
                am__skip_length_check=: \
 
514
                am__skip_mode_fix=: \
462
515
                distdir) \
463
516
              || exit 1; \
464
517
          fi; \
488
541
 
489
542
distclean-generic:
490
543
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
544
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
491
545
 
492
546
maintainer-clean-generic:
493
547
        @echo "This command is intended for maintainers to use"
506
560
 
507
561
html: html-recursive
508
562
 
 
563
html-am:
 
564
 
509
565
info: info-recursive
510
566
 
511
567
info-am:
514
570
 
515
571
install-dvi: install-dvi-recursive
516
572
 
 
573
install-dvi-am:
 
574
 
517
575
install-exec-am:
518
576
 
519
577
install-html: install-html-recursive
520
578
 
 
579
install-html-am:
 
580
 
521
581
install-info: install-info-recursive
522
582
 
 
583
install-info-am:
 
584
 
523
585
install-man:
524
586
 
525
587
install-pdf: install-pdf-recursive
526
588
 
 
589
install-pdf-am:
 
590
 
527
591
install-ps: install-ps-recursive
528
592
 
 
593
install-ps-am:
 
594
 
529
595
installcheck-am:
530
596
 
531
597
maintainer-clean: maintainer-clean-recursive
546
612
 
547
613
uninstall-am:
548
614
 
549
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
550
 
        install-strip
 
615
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
616
        install-am install-strip tags-recursive
551
617
 
552
618
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
553
619
        all all-am check check-am clean clean-generic clean-libtool \
563
629
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
564
630
        uninstall uninstall-am
565
631
 
 
632
 
566
633
# Tell versions [3.59,3.63) of GNU make to not export all variables.
567
634
# Otherwise a system limit (for SysV at least) may be exceeded.
568
635
.NOEXPORT: