~ubuntu-branches/debian/sid/thunar/sid

« back to all changes in this revision

Viewing changes to icons/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-05-23 14:12:33 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: james.westby@ubuntu.com-20100523141233-ntplken25atdr214
Tags: 1.0.2-1
* New upstream release.
* debian/patches/04_fix-umask-handling.patch: dropped, included upstream.
* debian/control: build-dep on libstartup-notification0-dev (>= 0.4) as
  startup notification support is enabled in debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 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.
14
15
 
15
16
@SET_MAKE@
16
17
 
17
 
# $Id: Makefile.am 20832 2006-04-09 17:40:51Z benny $
 
18
# $Id$
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
44
46
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
45
47
CONFIG_HEADER = $(top_builddir)/config.h
46
48
CONFIG_CLEAN_FILES =
 
49
CONFIG_CLEAN_VPATH_FILES =
47
50
SOURCES =
48
51
DIST_SOURCES =
49
52
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
55
58
        ps-recursive uninstall-recursive
56
59
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
57
60
  distclean-recursive maintainer-clean-recursive
 
61
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
62
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
63
        distdir
58
64
ETAGS = etags
59
65
CTAGS = ctags
60
66
DIST_SUBDIRS = $(SUBDIRS)
61
67
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
68
am__relativize = \
 
69
  dir0=`pwd`; \
 
70
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
71
  sed_rest='s,^[^/]*/*,,'; \
 
72
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
73
  sed_butlast='s,/*[^/]*$$,,'; \
 
74
  while test -n "$$dir1"; do \
 
75
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
76
    if test "$$first" != "."; then \
 
77
      if test "$$first" = ".."; then \
 
78
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
79
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
80
      else \
 
81
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
82
        if test "$$first2" = "$$first"; then \
 
83
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
84
        else \
 
85
          dir2="../$$dir2"; \
 
86
        fi; \
 
87
        dir0="$$dir0"/"$$first"; \
 
88
      fi; \
 
89
    fi; \
 
90
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
91
  done; \
 
92
  reldir="$$dir2"
62
93
ACLOCAL = @ACLOCAL@
63
94
ALL_LINGUAS = @ALL_LINGUAS@
64
95
AMTAR = @AMTAR@
126
157
GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@
127
158
GTHREAD_VERSION = @GTHREAD_VERSION@
128
159
GTKDOC_CHECK = @GTKDOC_CHECK@
 
160
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
161
GTKDOC_REBASE = @GTKDOC_REBASE@
129
162
GTK_CFLAGS = @GTK_CFLAGS@
130
163
GTK_LIBS = @GTK_LIBS@
131
164
GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
146
179
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
147
180
INSTOBJEXT = @INSTOBJEXT@
148
181
INTLLIBS = @INTLLIBS@
149
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
150
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
151
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
152
182
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
153
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
154
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
155
183
INTLTOOL_MERGE = @INTLTOOL_MERGE@
156
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
157
184
INTLTOOL_PERL = @INTLTOOL_PERL@
158
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
159
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
160
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
161
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
162
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
163
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
164
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
165
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
166
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
167
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
168
185
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
169
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
170
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
171
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
172
186
LD = @LD@
173
187
LDFLAGS = @LDFLAGS@
174
188
LIBFAM_CFLAGS = @LIBFAM_CFLAGS@
214
228
MSGMERGE = @MSGMERGE@
215
229
NM = @NM@
216
230
NMEDIT = @NMEDIT@
 
231
OBJDUMP = @OBJDUMP@
217
232
OBJEXT = @OBJEXT@
218
233
OTOOL = @OTOOL@
219
234
OTOOL64 = @OTOOL64@
222
237
PACKAGE_NAME = @PACKAGE_NAME@
223
238
PACKAGE_STRING = @PACKAGE_STRING@
224
239
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
240
PACKAGE_URL = @PACKAGE_URL@
225
241
PACKAGE_VERSION = @PACKAGE_VERSION@
226
242
PATH_SEPARATOR = @PATH_SEPARATOR@
227
243
PCRE_CFLAGS = @PCRE_CFLAGS@
312
328
target_cpu = @target_cpu@
313
329
target_os = @target_os@
314
330
target_vendor = @target_vendor@
 
331
top_build_prefix = @top_build_prefix@
315
332
top_builddir = @top_builddir@
316
333
top_srcdir = @top_srcdir@
317
334
xfconf_query_found = @xfconf_query_found@
329
346
        @for dep in $?; do \
330
347
          case '$(am__configure_deps)' in \
331
348
            *$$dep*) \
332
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
333
 
                && exit 0; \
 
349
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
350
                && { if test -f $@; then exit 0; else break; fi; }; \
334
351
              exit 1;; \
335
352
          esac; \
336
353
        done; \
337
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  icons/Makefile'; \
338
 
        cd $(top_srcdir) && \
339
 
          $(AUTOMAKE) --gnu  icons/Makefile
 
354
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu icons/Makefile'; \
 
355
        $(am__cd) $(top_srcdir) && \
 
356
          $(AUTOMAKE) --gnu icons/Makefile
340
357
.PRECIOUS: Makefile
341
358
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
342
359
        @case '$?' in \
354
371
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
355
372
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
356
373
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
374
$(am__aclocal_m4_deps):
357
375
 
358
376
mostlyclean-libtool:
359
377
        -rm -f *.lo
368
386
#     (which will cause the Makefiles to be regenerated when you run `make');
369
387
# (2) otherwise, pass the desired values on the `make' command line.
370
388
$(RECURSIVE_TARGETS):
371
 
        @failcom='exit 1'; \
 
389
        @fail= failcom='exit 1'; \
372
390
        for f in x $$MAKEFLAGS; do \
373
391
          case $$f in \
374
392
            *=* | --[!k]*);; \
385
403
          else \
386
404
            local_target="$$target"; \
387
405
          fi; \
388
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
406
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
389
407
          || eval $$failcom; \
390
408
        done; \
391
409
        if test "$$dot_seen" = "no"; then \
393
411
        fi; test -z "$$fail"
394
412
 
395
413
$(RECURSIVE_CLEAN_TARGETS):
396
 
        @failcom='exit 1'; \
 
414
        @fail= failcom='exit 1'; \
397
415
        for f in x $$MAKEFLAGS; do \
398
416
          case $$f in \
399
417
            *=* | --[!k]*);; \
419
437
          else \
420
438
            local_target="$$target"; \
421
439
          fi; \
422
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
440
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
423
441
          || eval $$failcom; \
424
442
        done && test -z "$$fail"
425
443
tags-recursive:
426
444
        list='$(SUBDIRS)'; for subdir in $$list; do \
427
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
445
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
428
446
        done
429
447
ctags-recursive:
430
448
        list='$(SUBDIRS)'; for subdir in $$list; do \
431
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
449
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
432
450
        done
433
451
 
434
452
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
436
454
        unique=`for i in $$list; do \
437
455
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
438
456
          done | \
439
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
457
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
440
458
              END { if (nonempty) { for (i in files) print i; }; }'`; \
441
459
        mkid -fID $$unique
442
460
tags: TAGS
443
461
 
444
462
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
445
463
                $(TAGS_FILES) $(LISP)
446
 
        tags=; \
 
464
        set x; \
447
465
        here=`pwd`; \
448
466
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
449
467
          include_option=--etags-include; \
455
473
        list='$(SUBDIRS)'; for subdir in $$list; do \
456
474
          if test "$$subdir" = .; then :; else \
457
475
            test ! -f $$subdir/TAGS || \
458
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
476
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
459
477
          fi; \
460
478
        done; \
461
479
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
464
482
          done | \
465
483
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
466
484
              END { if (nonempty) { for (i in files) print i; }; }'`; \
467
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
485
        shift; \
 
486
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
468
487
          test -n "$$unique" || unique=$$empty_fix; \
469
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
470
 
            $$tags $$unique; \
 
488
          if test $$# -gt 0; then \
 
489
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
490
              "$$@" $$unique; \
 
491
          else \
 
492
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
493
              $$unique; \
 
494
          fi; \
471
495
        fi
472
496
ctags: CTAGS
473
497
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
474
498
                $(TAGS_FILES) $(LISP)
475
 
        tags=; \
476
499
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
477
500
        unique=`for i in $$list; do \
478
501
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
479
502
          done | \
480
503
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
481
504
              END { if (nonempty) { for (i in files) print i; }; }'`; \
482
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
505
        test -z "$(CTAGS_ARGS)$$unique" \
483
506
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
484
 
             $$tags $$unique
 
507
             $$unique
485
508
 
486
509
GTAGS:
487
510
        here=`$(am__cd) $(top_builddir) && pwd` \
488
 
          && cd $(top_srcdir) \
489
 
          && gtags -i $(GTAGS_ARGS) $$here
 
511
          && $(am__cd) $(top_srcdir) \
 
512
          && gtags -i $(GTAGS_ARGS) "$$here"
490
513
 
491
514
distclean-tags:
492
515
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
507
530
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
508
531
          if test -d $$d/$$file; then \
509
532
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
533
            if test -d "$(distdir)/$$file"; then \
 
534
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
535
            fi; \
510
536
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
511
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
537
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
538
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
512
539
            fi; \
513
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
540
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
514
541
          else \
515
 
            test -f $(distdir)/$$file \
516
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
542
            test -f "$(distdir)/$$file" \
 
543
            || cp -p $$d/$$file "$(distdir)/$$file" \
517
544
            || exit 1; \
518
545
          fi; \
519
546
        done
520
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
547
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
521
548
          if test "$$subdir" = .; then :; else \
522
549
            test -d "$(distdir)/$$subdir" \
523
550
            || $(MKDIR_P) "$(distdir)/$$subdir" \
524
551
            || exit 1; \
525
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
526
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
527
 
            (cd $$subdir && \
 
552
          fi; \
 
553
        done
 
554
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
555
          if test "$$subdir" = .; then :; else \
 
556
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
557
            $(am__relativize); \
 
558
            new_distdir=$$reldir; \
 
559
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
560
            $(am__relativize); \
 
561
            new_top_distdir=$$reldir; \
 
562
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
563
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
564
            ($(am__cd) $$subdir && \
528
565
              $(MAKE) $(AM_MAKEFLAGS) \
529
 
                top_distdir="$$top_distdir" \
530
 
                distdir="$$distdir/$$subdir" \
 
566
                top_distdir="$$new_top_distdir" \
 
567
                distdir="$$new_distdir" \
531
568
                am__remove_distdir=: \
532
569
                am__skip_length_check=: \
 
570
                am__skip_mode_fix=: \
533
571
                distdir) \
534
572
              || exit 1; \
535
573
          fi; \
559
597
 
560
598
distclean-generic:
561
599
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
600
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
562
601
 
563
602
maintainer-clean-generic:
564
603
        @echo "This command is intended for maintainers to use"
577
616
 
578
617
html: html-recursive
579
618
 
 
619
html-am:
 
620
 
580
621
info: info-recursive
581
622
 
582
623
info-am:
584
625
install-data-am:
585
626
        @$(NORMAL_INSTALL)
586
627
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
587
 
 
588
628
install-dvi: install-dvi-recursive
589
629
 
 
630
install-dvi-am:
 
631
 
590
632
install-exec-am:
591
633
 
592
634
install-html: install-html-recursive
593
635
 
 
636
install-html-am:
 
637
 
594
638
install-info: install-info-recursive
595
639
 
 
640
install-info-am:
 
641
 
596
642
install-man:
597
643
 
598
644
install-pdf: install-pdf-recursive
599
645
 
 
646
install-pdf-am:
 
647
 
600
648
install-ps: install-ps-recursive
601
649
 
 
650
install-ps-am:
 
651
 
602
652
installcheck-am:
603
653
 
604
654
maintainer-clean: maintainer-clean-recursive
619
669
 
620
670
uninstall-am:
621
671
 
622
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
623
 
        install-data-am install-strip
 
672
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
673
        install-am install-data-am install-strip tags-recursive
624
674
 
625
675
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
626
676
        all all-am check check-am clean clean-generic clean-libtool \
649
699
        fi
650
700
 
651
701
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
 
702
 
652
703
# Tell versions [3.59,3.63) of GNU make to not export all variables.
653
704
# Otherwise a system limit (for SysV at least) may be exceeded.
654
705
.NOEXPORT: