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

« back to all changes in this revision

Viewing changes to data/icons/32x32/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@
242
293
              exit 1;; \
243
294
          esac; \
244
295
        done; \
245
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/icons/32x32/Makefile'; \
246
 
        cd $(top_srcdir) && \
247
 
          $(AUTOMAKE) --gnu  data/icons/32x32/Makefile
 
296
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/icons/32x32/Makefile'; \
 
297
        $(am__cd) $(top_srcdir) && \
 
298
          $(AUTOMAKE) --gnu data/icons/32x32/Makefile
248
299
.PRECIOUS: Makefile
249
300
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
250
301
        @case '$?' in \
262
313
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
263
314
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
264
315
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
316
$(am__aclocal_m4_deps):
265
317
 
266
318
mostlyclean-libtool:
267
319
        -rm -f *.lo
271
323
install-iconsDATA: $(icons_DATA)
272
324
        @$(NORMAL_INSTALL)
273
325
        test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)"
274
 
        @list='$(icons_DATA)'; for p in $$list; do \
 
326
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
 
327
        for p in $$list; do \
275
328
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
276
 
          f=$(am__strip_dir) \
277
 
          echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \
278
 
          $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \
 
329
          echo "$$d$$p"; \
 
330
        done | $(am__base_list) | \
 
331
        while read files; do \
 
332
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(iconsdir)'"; \
 
333
          $(INSTALL_DATA) $$files "$(DESTDIR)$(iconsdir)" || exit $$?; \
279
334
        done
280
335
 
281
336
uninstall-iconsDATA:
282
337
        @$(NORMAL_UNINSTALL)
283
 
        @list='$(icons_DATA)'; for p in $$list; do \
284
 
          f=$(am__strip_dir) \
285
 
          echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \
286
 
          rm -f "$(DESTDIR)$(iconsdir)/$$f"; \
287
 
        done
 
338
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
 
339
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
340
        test -n "$$files" || exit 0; \
 
341
        echo " ( cd '$(DESTDIR)$(iconsdir)' && rm -f" $$files ")"; \
 
342
        cd "$(DESTDIR)$(iconsdir)" && rm -f $$files
288
343
 
289
344
# This directory's subdirectories are mostly independent; you can cd
290
345
# into them and run `make' without going through this Makefile.
310
365
          else \
311
366
            local_target="$$target"; \
312
367
          fi; \
313
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
368
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
314
369
          || eval $$failcom; \
315
370
        done; \
316
371
        if test "$$dot_seen" = "no"; then \
344
399
          else \
345
400
            local_target="$$target"; \
346
401
          fi; \
347
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
402
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
348
403
          || eval $$failcom; \
349
404
        done && test -z "$$fail"
350
405
tags-recursive:
351
406
        list='$(SUBDIRS)'; for subdir in $$list; do \
352
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
407
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
353
408
        done
354
409
ctags-recursive:
355
410
        list='$(SUBDIRS)'; for subdir in $$list; do \
356
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
411
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
357
412
        done
358
413
 
359
414
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
368
423
 
369
424
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
370
425
                $(TAGS_FILES) $(LISP)
371
 
        tags=; \
 
426
        set x; \
372
427
        here=`pwd`; \
373
428
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
374
429
          include_option=--etags-include; \
380
435
        list='$(SUBDIRS)'; for subdir in $$list; do \
381
436
          if test "$$subdir" = .; then :; else \
382
437
            test ! -f $$subdir/TAGS || \
383
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
438
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
384
439
          fi; \
385
440
        done; \
386
441
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
389
444
          done | \
390
445
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
391
446
              END { if (nonempty) { for (i in files) print i; }; }'`; \
392
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
447
        shift; \
 
448
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
393
449
          test -n "$$unique" || unique=$$empty_fix; \
394
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
395
 
            $$tags $$unique; \
 
450
          if test $$# -gt 0; then \
 
451
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
452
              "$$@" $$unique; \
 
453
          else \
 
454
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
455
              $$unique; \
 
456
          fi; \
396
457
        fi
397
458
ctags: CTAGS
398
459
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
399
460
                $(TAGS_FILES) $(LISP)
400
 
        tags=; \
401
461
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
402
462
        unique=`for i in $$list; do \
403
463
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
404
464
          done | \
405
465
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
406
466
              END { if (nonempty) { for (i in files) print i; }; }'`; \
407
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
467
        test -z "$(CTAGS_ARGS)$$unique" \
408
468
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
409
 
             $$tags $$unique
 
469
             $$unique
410
470
 
411
471
GTAGS:
412
472
        here=`$(am__cd) $(top_builddir) && pwd` \
413
 
          && cd $(top_srcdir) \
414
 
          && gtags -i $(GTAGS_ARGS) $$here
 
473
          && $(am__cd) $(top_srcdir) \
 
474
          && gtags -i $(GTAGS_ARGS) "$$here"
415
475
 
416
476
distclean-tags:
417
477
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
432
492
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
433
493
          if test -d $$d/$$file; then \
434
494
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
495
            if test -d "$(distdir)/$$file"; then \
 
496
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
497
            fi; \
435
498
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
436
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
499
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
500
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
437
501
            fi; \
438
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
502
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
439
503
          else \
440
 
            test -f $(distdir)/$$file \
441
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
504
            test -f "$(distdir)/$$file" \
 
505
            || cp -p $$d/$$file "$(distdir)/$$file" \
442
506
            || exit 1; \
443
507
          fi; \
444
508
        done
445
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
509
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
446
510
          if test "$$subdir" = .; then :; else \
447
511
            test -d "$(distdir)/$$subdir" \
448
512
            || $(MKDIR_P) "$(distdir)/$$subdir" \
449
513
            || exit 1; \
450
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
451
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
452
 
            (cd $$subdir && \
 
514
          fi; \
 
515
        done
 
516
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
517
          if test "$$subdir" = .; then :; else \
 
518
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
519
            $(am__relativize); \
 
520
            new_distdir=$$reldir; \
 
521
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
522
            $(am__relativize); \
 
523
            new_top_distdir=$$reldir; \
 
524
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
525
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
526
            ($(am__cd) $$subdir && \
453
527
              $(MAKE) $(AM_MAKEFLAGS) \
454
 
                top_distdir="$$top_distdir" \
455
 
                distdir="$$distdir/$$subdir" \
 
528
                top_distdir="$$new_top_distdir" \
 
529
                distdir="$$new_distdir" \
456
530
                am__remove_distdir=: \
457
531
                am__skip_length_check=: \
 
532
                am__skip_mode_fix=: \
458
533
                distdir) \
459
534
              || exit 1; \
460
535
          fi; \
487
562
 
488
563
distclean-generic:
489
564
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
565
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
490
566
 
491
567
maintainer-clean-generic:
492
568
        @echo "This command is intended for maintainers to use"
505
581
 
506
582
html: html-recursive
507
583
 
 
584
html-am:
 
585
 
508
586
info: info-recursive
509
587
 
510
588
info-am:
513
591
 
514
592
install-dvi: install-dvi-recursive
515
593
 
 
594
install-dvi-am:
 
595
 
516
596
install-exec-am:
517
597
 
518
598
install-html: install-html-recursive
519
599
 
 
600
install-html-am:
 
601
 
520
602
install-info: install-info-recursive
521
603
 
 
604
install-info-am:
 
605
 
522
606
install-man:
523
607
 
524
608
install-pdf: install-pdf-recursive
525
609
 
 
610
install-pdf-am:
 
611
 
526
612
install-ps: install-ps-recursive
527
613
 
 
614
install-ps-am:
 
615
 
528
616
installcheck-am:
529
617
 
530
618
maintainer-clean: maintainer-clean-recursive
545
633
 
546
634
uninstall-am: uninstall-iconsDATA
547
635
 
548
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
549
 
        install-strip
 
636
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
637
        install-am install-strip tags-recursive
550
638
 
551
639
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
552
640
        all all-am check check-am clean clean-generic clean-libtool \
562
650
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
563
651
        tags tags-recursive uninstall uninstall-am uninstall-iconsDATA
564
652
 
 
653
 
565
654
# Tell versions [3.59,3.63) of GNU make to not export all variables.
566
655
# Otherwise a system limit (for SysV at least) may be exceeded.
567
656
.NOEXPORT: