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

« back to all changes in this revision

Viewing changes to data/icons/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.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
40
42
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
41
43
CONFIG_HEADER = $(top_builddir)/config.h
42
44
CONFIG_CLEAN_FILES =
 
45
CONFIG_CLEAN_VPATH_FILES =
43
46
SOURCES =
44
47
DIST_SOURCES =
45
48
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
51
54
        ps-recursive uninstall-recursive
52
55
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
53
56
  distclean-recursive maintainer-clean-recursive
 
57
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
58
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
59
        distdir
54
60
ETAGS = etags
55
61
CTAGS = ctags
56
62
DIST_SUBDIRS = $(SUBDIRS)
57
63
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
64
am__relativize = \
 
65
  dir0=`pwd`; \
 
66
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
67
  sed_rest='s,^[^/]*/*,,'; \
 
68
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
69
  sed_butlast='s,/*[^/]*$$,,'; \
 
70
  while test -n "$$dir1"; do \
 
71
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
72
    if test "$$first" != "."; then \
 
73
      if test "$$first" = ".."; then \
 
74
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
75
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
76
      else \
 
77
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
78
        if test "$$first2" = "$$first"; then \
 
79
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
80
        else \
 
81
          dir2="../$$dir2"; \
 
82
        fi; \
 
83
        dir0="$$dir0"/"$$first"; \
 
84
      fi; \
 
85
    fi; \
 
86
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
87
  done; \
 
88
  reldir="$$dir2"
58
89
ACLOCAL = @ACLOCAL@
59
90
ALL_LINGUAS = @ALL_LINGUAS@
60
91
AMTAR = @AMTAR@
168
199
PACKAGE_NAME = @PACKAGE_NAME@
169
200
PACKAGE_STRING = @PACKAGE_STRING@
170
201
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
202
PACKAGE_URL = @PACKAGE_URL@
171
203
PACKAGE_VERSION = @PACKAGE_VERSION@
172
204
PATH_SEPARATOR = @PATH_SEPARATOR@
173
205
PKG_CONFIG = @PKG_CONFIG@
258
290
              exit 1;; \
259
291
          esac; \
260
292
        done; \
261
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/icons/Makefile'; \
262
 
        cd $(top_srcdir) && \
263
 
          $(AUTOMAKE) --gnu  data/icons/Makefile
 
293
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/icons/Makefile'; \
 
294
        $(am__cd) $(top_srcdir) && \
 
295
          $(AUTOMAKE) --gnu data/icons/Makefile
264
296
.PRECIOUS: Makefile
265
297
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
266
298
        @case '$?' in \
278
310
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
279
311
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
280
312
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
313
$(am__aclocal_m4_deps):
281
314
 
282
315
mostlyclean-libtool:
283
316
        -rm -f *.lo
309
342
          else \
310
343
            local_target="$$target"; \
311
344
          fi; \
312
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
345
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
313
346
          || eval $$failcom; \
314
347
        done; \
315
348
        if test "$$dot_seen" = "no"; then \
343
376
          else \
344
377
            local_target="$$target"; \
345
378
          fi; \
346
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
379
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
347
380
          || eval $$failcom; \
348
381
        done && test -z "$$fail"
349
382
tags-recursive:
350
383
        list='$(SUBDIRS)'; for subdir in $$list; do \
351
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
384
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
352
385
        done
353
386
ctags-recursive:
354
387
        list='$(SUBDIRS)'; for subdir in $$list; do \
355
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
388
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
356
389
        done
357
390
 
358
391
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
367
400
 
368
401
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
369
402
                $(TAGS_FILES) $(LISP)
370
 
        tags=; \
 
403
        set x; \
371
404
        here=`pwd`; \
372
405
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
373
406
          include_option=--etags-include; \
379
412
        list='$(SUBDIRS)'; for subdir in $$list; do \
380
413
          if test "$$subdir" = .; then :; else \
381
414
            test ! -f $$subdir/TAGS || \
382
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
415
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
383
416
          fi; \
384
417
        done; \
385
418
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
388
421
          done | \
389
422
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
390
423
              END { if (nonempty) { for (i in files) print i; }; }'`; \
391
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
424
        shift; \
 
425
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
392
426
          test -n "$$unique" || unique=$$empty_fix; \
393
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
394
 
            $$tags $$unique; \
 
427
          if test $$# -gt 0; then \
 
428
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
429
              "$$@" $$unique; \
 
430
          else \
 
431
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
432
              $$unique; \
 
433
          fi; \
395
434
        fi
396
435
ctags: CTAGS
397
436
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
398
437
                $(TAGS_FILES) $(LISP)
399
 
        tags=; \
400
438
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
401
439
        unique=`for i in $$list; do \
402
440
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
403
441
          done | \
404
442
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
405
443
              END { if (nonempty) { for (i in files) print i; }; }'`; \
406
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
444
        test -z "$(CTAGS_ARGS)$$unique" \
407
445
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
408
 
             $$tags $$unique
 
446
             $$unique
409
447
 
410
448
GTAGS:
411
449
        here=`$(am__cd) $(top_builddir) && pwd` \
412
 
          && cd $(top_srcdir) \
413
 
          && gtags -i $(GTAGS_ARGS) $$here
 
450
          && $(am__cd) $(top_srcdir) \
 
451
          && gtags -i $(GTAGS_ARGS) "$$here"
414
452
 
415
453
distclean-tags:
416
454
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
431
469
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
432
470
          if test -d $$d/$$file; then \
433
471
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
472
            if test -d "$(distdir)/$$file"; then \
 
473
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
474
            fi; \
434
475
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
435
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
476
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
477
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
436
478
            fi; \
437
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
479
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
438
480
          else \
439
 
            test -f $(distdir)/$$file \
440
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
481
            test -f "$(distdir)/$$file" \
 
482
            || cp -p $$d/$$file "$(distdir)/$$file" \
441
483
            || exit 1; \
442
484
          fi; \
443
485
        done
444
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
486
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
445
487
          if test "$$subdir" = .; then :; else \
446
488
            test -d "$(distdir)/$$subdir" \
447
489
            || $(MKDIR_P) "$(distdir)/$$subdir" \
448
490
            || exit 1; \
449
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
450
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
451
 
            (cd $$subdir && \
 
491
          fi; \
 
492
        done
 
493
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
494
          if test "$$subdir" = .; then :; else \
 
495
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
496
            $(am__relativize); \
 
497
            new_distdir=$$reldir; \
 
498
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
499
            $(am__relativize); \
 
500
            new_top_distdir=$$reldir; \
 
501
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
502
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
503
            ($(am__cd) $$subdir && \
452
504
              $(MAKE) $(AM_MAKEFLAGS) \
453
 
                top_distdir="$$top_distdir" \
454
 
                distdir="$$distdir/$$subdir" \
 
505
                top_distdir="$$new_top_distdir" \
 
506
                distdir="$$new_distdir" \
455
507
                am__remove_distdir=: \
456
508
                am__skip_length_check=: \
 
509
                am__skip_mode_fix=: \
457
510
                distdir) \
458
511
              || exit 1; \
459
512
          fi; \
483
536
 
484
537
distclean-generic:
485
538
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
539
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
486
540
 
487
541
maintainer-clean-generic:
488
542
        @echo "This command is intended for maintainers to use"
501
555
 
502
556
html: html-recursive
503
557
 
 
558
html-am:
 
559
 
504
560
info: info-recursive
505
561
 
506
562
info-am:
508
564
install-data-am:
509
565
        @$(NORMAL_INSTALL)
510
566
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
511
 
 
512
567
install-dvi: install-dvi-recursive
513
568
 
 
569
install-dvi-am:
 
570
 
514
571
install-exec-am:
515
572
 
516
573
install-html: install-html-recursive
517
574
 
 
575
install-html-am:
 
576
 
518
577
install-info: install-info-recursive
519
578
 
 
579
install-info-am:
 
580
 
520
581
install-man:
521
582
 
522
583
install-pdf: install-pdf-recursive
523
584
 
 
585
install-pdf-am:
 
586
 
524
587
install-ps: install-ps-recursive
525
588
 
 
589
install-ps-am:
 
590
 
526
591
installcheck-am:
527
592
 
528
593
maintainer-clean: maintainer-clean-recursive
543
608
 
544
609
uninstall-am:
545
610
 
546
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
547
 
        install-data-am install-strip
 
611
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
612
        install-am install-data-am install-strip tags-recursive
548
613
 
549
614
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
550
615
        all all-am check check-am clean clean-generic clean-libtool \
571
636
                echo "***   $(gtk_update_icon_cache)";                  \
572
637
                echo "***";                                             \
573
638
        fi
 
639
 
574
640
# Tell versions [3.59,3.63) of GNU make to not export all variables.
575
641
# Otherwise a system limit (for SysV at least) may be exceeded.
576
642
.NOEXPORT: