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

« back to all changes in this revision

Viewing changes to data/icons/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.
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)/cheese-config.h
42
44
CONFIG_CLEAN_FILES =
 
45
CONFIG_CLEAN_VPATH_FILES =
 
46
AM_V_GEN = $(am__v_GEN_$(V))
 
47
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
48
am__v_GEN_0 = @echo "  GEN   " $@;
 
49
AM_V_at = $(am__v_at_$(V))
 
50
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
51
am__v_at_0 = @
43
52
SOURCES =
44
53
DIST_SOURCES =
45
54
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
51
60
        ps-recursive uninstall-recursive
52
61
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
53
62
  distclean-recursive maintainer-clean-recursive
 
63
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
64
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
65
        distdir
54
66
ETAGS = etags
55
67
CTAGS = ctags
56
68
DIST_SUBDIRS = $(SUBDIRS)
57
69
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
70
am__relativize = \
 
71
  dir0=`pwd`; \
 
72
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
73
  sed_rest='s,^[^/]*/*,,'; \
 
74
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
75
  sed_butlast='s,/*[^/]*$$,,'; \
 
76
  while test -n "$$dir1"; do \
 
77
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
78
    if test "$$first" != "."; then \
 
79
      if test "$$first" = ".."; then \
 
80
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
81
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
82
      else \
 
83
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
84
        if test "$$first2" = "$$first"; then \
 
85
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
86
        else \
 
87
          dir2="../$$dir2"; \
 
88
        fi; \
 
89
        dir0="$$dir0"/"$$first"; \
 
90
      fi; \
 
91
    fi; \
 
92
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
93
  done; \
 
94
  reldir="$$dir2"
58
95
ACLOCAL = @ACLOCAL@
59
96
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
60
97
ALL_LINGUAS = @ALL_LINGUAS@
61
98
AMTAR = @AMTAR@
 
99
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
62
100
AR = @AR@
63
101
AUTOCONF = @AUTOCONF@
64
102
AUTOHEADER = @AUTOHEADER@
97
135
GMSGFMT = @GMSGFMT@
98
136
GREP = @GREP@
99
137
HELP_DIR = @HELP_DIR@
100
 
HILDON_CFLAGS = @HILDON_CFLAGS@
101
 
HILDON_LIBS = @HILDON_LIBS@
102
138
INSTALL = @INSTALL@
103
139
INSTALL_DATA = @INSTALL_DATA@
104
140
INSTALL_PROGRAM = @INSTALL_PROGRAM@
137
173
PACKAGE_NAME = @PACKAGE_NAME@
138
174
PACKAGE_STRING = @PACKAGE_STRING@
139
175
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
176
PACKAGE_URL = @PACKAGE_URL@
140
177
PACKAGE_VERSION = @PACKAGE_VERSION@
141
178
PATH_SEPARATOR = @PATH_SEPARATOR@
142
179
PKG_CONFIG = @PKG_CONFIG@
205
242
top_build_prefix = @top_build_prefix@
206
243
top_builddir = @top_builddir@
207
244
top_srcdir = @top_srcdir@
208
 
SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable
 
245
SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256 scalable
209
246
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
210
247
all: all-recursive
211
248
 
219
256
              exit 1;; \
220
257
          esac; \
221
258
        done; \
222
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/icons/Makefile'; \
223
 
        cd $(top_srcdir) && \
224
 
          $(AUTOMAKE) --gnu  data/icons/Makefile
 
259
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/icons/Makefile'; \
 
260
        $(am__cd) $(top_srcdir) && \
 
261
          $(AUTOMAKE) --gnu data/icons/Makefile
225
262
.PRECIOUS: Makefile
226
263
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
227
264
        @case '$?' in \
239
276
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240
277
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
241
278
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
279
$(am__aclocal_m4_deps):
242
280
 
243
281
mostlyclean-libtool:
244
282
        -rm -f *.lo
270
308
          else \
271
309
            local_target="$$target"; \
272
310
          fi; \
273
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
311
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
274
312
          || eval $$failcom; \
275
313
        done; \
276
314
        if test "$$dot_seen" = "no"; then \
304
342
          else \
305
343
            local_target="$$target"; \
306
344
          fi; \
307
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
345
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
308
346
          || eval $$failcom; \
309
347
        done && test -z "$$fail"
310
348
tags-recursive:
311
349
        list='$(SUBDIRS)'; for subdir in $$list; do \
312
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
350
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
313
351
        done
314
352
ctags-recursive:
315
353
        list='$(SUBDIRS)'; for subdir in $$list; do \
316
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
354
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
317
355
        done
318
356
 
319
357
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
328
366
 
329
367
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
330
368
                $(TAGS_FILES) $(LISP)
331
 
        tags=; \
 
369
        set x; \
332
370
        here=`pwd`; \
333
371
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
334
372
          include_option=--etags-include; \
340
378
        list='$(SUBDIRS)'; for subdir in $$list; do \
341
379
          if test "$$subdir" = .; then :; else \
342
380
            test ! -f $$subdir/TAGS || \
343
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
381
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
344
382
          fi; \
345
383
        done; \
346
384
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
349
387
          done | \
350
388
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
351
389
              END { if (nonempty) { for (i in files) print i; }; }'`; \
352
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
390
        shift; \
 
391
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
353
392
          test -n "$$unique" || unique=$$empty_fix; \
354
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
355
 
            $$tags $$unique; \
 
393
          if test $$# -gt 0; then \
 
394
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
395
              "$$@" $$unique; \
 
396
          else \
 
397
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
398
              $$unique; \
 
399
          fi; \
356
400
        fi
357
401
ctags: CTAGS
358
402
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
359
403
                $(TAGS_FILES) $(LISP)
360
 
        tags=; \
361
404
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
362
405
        unique=`for i in $$list; do \
363
406
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364
407
          done | \
365
408
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
366
409
              END { if (nonempty) { for (i in files) print i; }; }'`; \
367
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
410
        test -z "$(CTAGS_ARGS)$$unique" \
368
411
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
369
 
             $$tags $$unique
 
412
             $$unique
370
413
 
371
414
GTAGS:
372
415
        here=`$(am__cd) $(top_builddir) && pwd` \
373
 
          && cd $(top_srcdir) \
374
 
          && gtags -i $(GTAGS_ARGS) $$here
 
416
          && $(am__cd) $(top_srcdir) \
 
417
          && gtags -i $(GTAGS_ARGS) "$$here"
375
418
 
376
419
distclean-tags:
377
420
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
392
435
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
393
436
          if test -d $$d/$$file; then \
394
437
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
438
            if test -d "$(distdir)/$$file"; then \
 
439
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
440
            fi; \
395
441
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
396
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
442
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
443
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
397
444
            fi; \
398
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
445
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
399
446
          else \
400
 
            test -f $(distdir)/$$file \
401
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
447
            test -f "$(distdir)/$$file" \
 
448
            || cp -p $$d/$$file "$(distdir)/$$file" \
402
449
            || exit 1; \
403
450
          fi; \
404
451
        done
405
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
452
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
406
453
          if test "$$subdir" = .; then :; else \
407
454
            test -d "$(distdir)/$$subdir" \
408
455
            || $(MKDIR_P) "$(distdir)/$$subdir" \
409
456
            || exit 1; \
410
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
411
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
412
 
            (cd $$subdir && \
 
457
          fi; \
 
458
        done
 
459
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
460
          if test "$$subdir" = .; then :; else \
 
461
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
462
            $(am__relativize); \
 
463
            new_distdir=$$reldir; \
 
464
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
465
            $(am__relativize); \
 
466
            new_top_distdir=$$reldir; \
 
467
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
468
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
469
            ($(am__cd) $$subdir && \
413
470
              $(MAKE) $(AM_MAKEFLAGS) \
414
 
                top_distdir="$$top_distdir" \
415
 
                distdir="$$distdir/$$subdir" \
 
471
                top_distdir="$$new_top_distdir" \
 
472
                distdir="$$new_distdir" \
416
473
                am__remove_distdir=: \
417
474
                am__skip_length_check=: \
 
475
                am__skip_mode_fix=: \
418
476
                distdir) \
419
477
              || exit 1; \
420
478
          fi; \
444
502
 
445
503
distclean-generic:
446
504
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
505
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
447
506
 
448
507
maintainer-clean-generic:
449
508
        @echo "This command is intended for maintainers to use"
462
521
 
463
522
html: html-recursive
464
523
 
 
524
html-am:
 
525
 
465
526
info: info-recursive
466
527
 
467
528
info-am:
469
530
install-data-am:
470
531
        @$(NORMAL_INSTALL)
471
532
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
472
 
 
473
533
install-dvi: install-dvi-recursive
474
534
 
 
535
install-dvi-am:
 
536
 
475
537
install-exec-am:
476
538
 
477
539
install-html: install-html-recursive
478
540
 
 
541
install-html-am:
 
542
 
479
543
install-info: install-info-recursive
480
544
 
 
545
install-info-am:
 
546
 
481
547
install-man:
482
548
 
483
549
install-pdf: install-pdf-recursive
484
550
 
 
551
install-pdf-am:
 
552
 
485
553
install-ps: install-ps-recursive
486
554
 
 
555
install-ps-am:
 
556
 
487
557
installcheck-am:
488
558
 
489
559
maintainer-clean: maintainer-clean-recursive
505
575
uninstall-am:
506
576
        @$(NORMAL_INSTALL)
507
577
        $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
508
 
 
509
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
510
 
        install-data-am install-strip uninstall-am
 
578
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
579
        install-am install-data-am install-strip tags-recursive \
 
580
        uninstall-am
511
581
 
512
582
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
513
583
        all all-am check check-am clean clean-generic clean-libtool \
534
604
                echo "*** Icon cache not updated.  After (un)install, run this:"; \
535
605
                echo "***   $(gtk_update_icon_cache)"; \
536
606
        fi
 
607
 
537
608
# Tell versions [3.59,3.63) of GNU make to not export all variables.
538
609
# Otherwise a system limit (for SysV at least) may be exceeded.
539
610
.NOEXPORT: