~ubuntu-branches/debian/sid/cheese/sid

« back to all changes in this revision

Viewing changes to data/icons/scalable/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andrea Veri, Andrea Veri, Loïc Minier
  • Date: 2009-09-23 20:25:41 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090923202541-q9lr8b7ykic314xy
Tags: 2.28.0.1-1
[ Andrea Veri ]
* New upstream release.
* debian/control:
  - Bumped Standards-version to 3.8.3. No changes needed.
  - libgtk2.0-dev bumped to >= 2.17.4 as per configure.ac
    requirements.
  - libgnome-desktop-dev bumped to >= 2.26.0 as per configure.ac
    requirements.
  - added a B-D on x11proto-core-dev needed from multimedia keys
    to work properly.
* debian/copyright:
  - added missing copyright holders.
* debian/patches:
  - removed as long as it has no patches in it.
* debian/rules:
  - simple-patchsys include removed, there are no patches to be
    applied.

[ Loïc Minier ]
* Bdep on rarian-compat instead of scrollkeeper.

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)/cheese-config.h
43
45
CONFIG_CLEAN_FILES =
 
46
CONFIG_CLEAN_VPATH_FILES =
 
47
AM_V_GEN = $(am__v_GEN_$(V))
 
48
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
49
am__v_GEN_0 = @echo "  GEN   " $@;
 
50
AM_V_at = $(am__v_at_$(V))
 
51
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
52
am__v_at_0 = @
44
53
SOURCES =
45
54
DIST_SOURCES =
46
55
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
55
64
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56
65
    *) f=$$p;; \
57
66
  esac;
58
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
67
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
68
am__install_max = 40
 
69
am__nobase_strip_setup = \
 
70
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
71
am__nobase_strip = \
 
72
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
73
am__nobase_list = $(am__nobase_strip_setup); \
 
74
  for p in $$list; do echo "$$p $$p"; done | \
 
75
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
76
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
77
    if (++n[$$2] == $(am__install_max)) \
 
78
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
79
    END { for (dir in files) print dir, files[dir] }'
 
80
am__base_list = \
 
81
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
82
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
59
83
am__installdirs = "$(DESTDIR)$(iconsdir)"
60
 
iconsDATA_INSTALL = $(INSTALL_DATA)
61
84
DATA = $(icons_DATA) $(noinst_DATA)
62
85
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
63
86
  distclean-recursive maintainer-clean-recursive
 
87
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
88
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
89
        distdir
64
90
ETAGS = etags
65
91
CTAGS = ctags
66
92
DIST_SUBDIRS = $(SUBDIRS)
67
93
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
94
am__relativize = \
 
95
  dir0=`pwd`; \
 
96
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
97
  sed_rest='s,^[^/]*/*,,'; \
 
98
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
99
  sed_butlast='s,/*[^/]*$$,,'; \
 
100
  while test -n "$$dir1"; do \
 
101
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
102
    if test "$$first" != "."; then \
 
103
      if test "$$first" = ".."; then \
 
104
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
105
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
106
      else \
 
107
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
108
        if test "$$first2" = "$$first"; then \
 
109
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
110
        else \
 
111
          dir2="../$$dir2"; \
 
112
        fi; \
 
113
        dir0="$$dir0"/"$$first"; \
 
114
      fi; \
 
115
    fi; \
 
116
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
117
  done; \
 
118
  reldir="$$dir2"
68
119
ACLOCAL = @ACLOCAL@
69
120
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
70
121
ALL_LINGUAS = @ALL_LINGUAS@
71
122
AMTAR = @AMTAR@
 
123
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
72
124
AR = @AR@
73
125
AUTOCONF = @AUTOCONF@
74
126
AUTOHEADER = @AUTOHEADER@
107
159
GMSGFMT = @GMSGFMT@
108
160
GREP = @GREP@
109
161
HELP_DIR = @HELP_DIR@
110
 
HILDON_CFLAGS = @HILDON_CFLAGS@
111
 
HILDON_LIBS = @HILDON_LIBS@
112
162
INSTALL = @INSTALL@
113
163
INSTALL_DATA = @INSTALL_DATA@
114
164
INSTALL_PROGRAM = @INSTALL_PROGRAM@
147
197
PACKAGE_NAME = @PACKAGE_NAME@
148
198
PACKAGE_STRING = @PACKAGE_STRING@
149
199
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
200
PACKAGE_URL = @PACKAGE_URL@
150
201
PACKAGE_VERSION = @PACKAGE_VERSION@
151
202
PATH_SEPARATOR = @PATH_SEPARATOR@
152
203
PKG_CONFIG = @PKG_CONFIG@
240
291
              exit 1;; \
241
292
          esac; \
242
293
        done; \
243
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/icons/scalable/Makefile'; \
244
 
        cd $(top_srcdir) && \
245
 
          $(AUTOMAKE) --gnu  data/icons/scalable/Makefile
 
294
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/icons/scalable/Makefile'; \
 
295
        $(am__cd) $(top_srcdir) && \
 
296
          $(AUTOMAKE) --gnu data/icons/scalable/Makefile
246
297
.PRECIOUS: Makefile
247
298
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
248
299
        @case '$?' in \
260
311
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261
312
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
262
313
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
314
$(am__aclocal_m4_deps):
263
315
 
264
316
mostlyclean-libtool:
265
317
        -rm -f *.lo
269
321
install-iconsDATA: $(icons_DATA)
270
322
        @$(NORMAL_INSTALL)
271
323
        test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)"
272
 
        @list='$(icons_DATA)'; for p in $$list; do \
 
324
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
 
325
        for p in $$list; do \
273
326
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
274
 
          f=$(am__strip_dir) \
275
 
          echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \
276
 
          $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \
 
327
          echo "$$d$$p"; \
 
328
        done | $(am__base_list) | \
 
329
        while read files; do \
 
330
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(iconsdir)'"; \
 
331
          $(INSTALL_DATA) $$files "$(DESTDIR)$(iconsdir)" || exit $$?; \
277
332
        done
278
333
 
279
334
uninstall-iconsDATA:
280
335
        @$(NORMAL_UNINSTALL)
281
 
        @list='$(icons_DATA)'; for p in $$list; do \
282
 
          f=$(am__strip_dir) \
283
 
          echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \
284
 
          rm -f "$(DESTDIR)$(iconsdir)/$$f"; \
285
 
        done
 
336
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
 
337
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
338
        test -n "$$files" || exit 0; \
 
339
        echo " ( cd '$(DESTDIR)$(iconsdir)' && rm -f" $$files ")"; \
 
340
        cd "$(DESTDIR)$(iconsdir)" && rm -f $$files
286
341
 
287
342
# This directory's subdirectories are mostly independent; you can cd
288
343
# into them and run `make' without going through this Makefile.
308
363
          else \
309
364
            local_target="$$target"; \
310
365
          fi; \
311
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
366
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
312
367
          || eval $$failcom; \
313
368
        done; \
314
369
        if test "$$dot_seen" = "no"; then \
342
397
          else \
343
398
            local_target="$$target"; \
344
399
          fi; \
345
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
400
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
346
401
          || eval $$failcom; \
347
402
        done && test -z "$$fail"
348
403
tags-recursive:
349
404
        list='$(SUBDIRS)'; for subdir in $$list; do \
350
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
405
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
351
406
        done
352
407
ctags-recursive:
353
408
        list='$(SUBDIRS)'; for subdir in $$list; do \
354
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
409
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
355
410
        done
356
411
 
357
412
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
366
421
 
367
422
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
368
423
                $(TAGS_FILES) $(LISP)
369
 
        tags=; \
 
424
        set x; \
370
425
        here=`pwd`; \
371
426
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
372
427
          include_option=--etags-include; \
378
433
        list='$(SUBDIRS)'; for subdir in $$list; do \
379
434
          if test "$$subdir" = .; then :; else \
380
435
            test ! -f $$subdir/TAGS || \
381
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
436
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
382
437
          fi; \
383
438
        done; \
384
439
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
387
442
          done | \
388
443
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
389
444
              END { if (nonempty) { for (i in files) print i; }; }'`; \
390
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
445
        shift; \
 
446
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
391
447
          test -n "$$unique" || unique=$$empty_fix; \
392
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
393
 
            $$tags $$unique; \
 
448
          if test $$# -gt 0; then \
 
449
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
450
              "$$@" $$unique; \
 
451
          else \
 
452
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
453
              $$unique; \
 
454
          fi; \
394
455
        fi
395
456
ctags: CTAGS
396
457
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
397
458
                $(TAGS_FILES) $(LISP)
398
 
        tags=; \
399
459
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
400
460
        unique=`for i in $$list; do \
401
461
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
402
462
          done | \
403
463
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
404
464
              END { if (nonempty) { for (i in files) print i; }; }'`; \
405
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
465
        test -z "$(CTAGS_ARGS)$$unique" \
406
466
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
407
 
             $$tags $$unique
 
467
             $$unique
408
468
 
409
469
GTAGS:
410
470
        here=`$(am__cd) $(top_builddir) && pwd` \
411
 
          && cd $(top_srcdir) \
412
 
          && gtags -i $(GTAGS_ARGS) $$here
 
471
          && $(am__cd) $(top_srcdir) \
 
472
          && gtags -i $(GTAGS_ARGS) "$$here"
413
473
 
414
474
distclean-tags:
415
475
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
430
490
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
431
491
          if test -d $$d/$$file; then \
432
492
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
493
            if test -d "$(distdir)/$$file"; then \
 
494
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
495
            fi; \
433
496
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
434
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
497
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
498
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
435
499
            fi; \
436
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
500
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
437
501
          else \
438
 
            test -f $(distdir)/$$file \
439
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
502
            test -f "$(distdir)/$$file" \
 
503
            || cp -p $$d/$$file "$(distdir)/$$file" \
440
504
            || exit 1; \
441
505
          fi; \
442
506
        done
443
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
507
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
444
508
          if test "$$subdir" = .; then :; else \
445
509
            test -d "$(distdir)/$$subdir" \
446
510
            || $(MKDIR_P) "$(distdir)/$$subdir" \
447
511
            || exit 1; \
448
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
449
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
450
 
            (cd $$subdir && \
 
512
          fi; \
 
513
        done
 
514
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
515
          if test "$$subdir" = .; then :; else \
 
516
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
517
            $(am__relativize); \
 
518
            new_distdir=$$reldir; \
 
519
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
520
            $(am__relativize); \
 
521
            new_top_distdir=$$reldir; \
 
522
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
523
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
524
            ($(am__cd) $$subdir && \
451
525
              $(MAKE) $(AM_MAKEFLAGS) \
452
 
                top_distdir="$$top_distdir" \
453
 
                distdir="$$distdir/$$subdir" \
 
526
                top_distdir="$$new_top_distdir" \
 
527
                distdir="$$new_distdir" \
454
528
                am__remove_distdir=: \
455
529
                am__skip_length_check=: \
 
530
                am__skip_mode_fix=: \
456
531
                distdir) \
457
532
              || exit 1; \
458
533
          fi; \
485
560
 
486
561
distclean-generic:
487
562
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
563
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
488
564
 
489
565
maintainer-clean-generic:
490
566
        @echo "This command is intended for maintainers to use"
503
579
 
504
580
html: html-recursive
505
581
 
 
582
html-am:
 
583
 
506
584
info: info-recursive
507
585
 
508
586
info-am:
511
589
 
512
590
install-dvi: install-dvi-recursive
513
591
 
 
592
install-dvi-am:
 
593
 
514
594
install-exec-am:
515
595
 
516
596
install-html: install-html-recursive
517
597
 
 
598
install-html-am:
 
599
 
518
600
install-info: install-info-recursive
519
601
 
 
602
install-info-am:
 
603
 
520
604
install-man:
521
605
 
522
606
install-pdf: install-pdf-recursive
523
607
 
 
608
install-pdf-am:
 
609
 
524
610
install-ps: install-ps-recursive
525
611
 
 
612
install-ps-am:
 
613
 
526
614
installcheck-am:
527
615
 
528
616
maintainer-clean: maintainer-clean-recursive
543
631
 
544
632
uninstall-am: uninstall-iconsDATA
545
633
 
546
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
547
 
        install-strip
 
634
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
635
        install-am install-strip tags-recursive
548
636
 
549
637
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
550
638
        all all-am check check-am clean clean-generic clean-libtool \
560
648
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
561
649
        tags tags-recursive uninstall uninstall-am uninstall-iconsDATA
562
650
 
 
651
 
563
652
# Tell versions [3.59,3.63) of GNU make to not export all variables.
564
653
# Otherwise a system limit (for SysV at least) may be exceeded.
565
654
.NOEXPORT: