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

« back to all changes in this revision

Viewing changes to icons/48x48/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 18843 2005-11-14 14:25:58Z benny $
 
18
# $Id$
18
19
 
19
20
VPATH = @srcdir@
20
21
pkgdatadir = $(datadir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
21
23
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
 
24
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
26
install_sh_DATA = $(install_sh) -c -m 644
25
27
install_sh_PROGRAM = $(install_sh) -c
45
47
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46
48
CONFIG_HEADER = $(top_builddir)/config.h
47
49
CONFIG_CLEAN_FILES =
 
50
CONFIG_CLEAN_VPATH_FILES =
48
51
SOURCES =
49
52
DIST_SOURCES =
50
53
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
52
55
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
53
56
    *) f=$$p;; \
54
57
  esac;
55
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
58
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
59
am__install_max = 40
 
60
am__nobase_strip_setup = \
 
61
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
62
am__nobase_strip = \
 
63
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
64
am__nobase_list = $(am__nobase_strip_setup); \
 
65
  for p in $$list; do echo "$$p $$p"; done | \
 
66
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
67
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
68
    if (++n[$$2] == $(am__install_max)) \
 
69
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
70
    END { for (dir in files) print dir, files[dir] }'
 
71
am__base_list = \
 
72
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
73
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
56
74
am__installdirs = "$(DESTDIR)$(iconsdir)"
57
 
iconsDATA_INSTALL = $(INSTALL_DATA)
58
75
DATA = $(icons_DATA)
59
76
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
60
77
ACLOCAL = @ACLOCAL@
124
141
GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@
125
142
GTHREAD_VERSION = @GTHREAD_VERSION@
126
143
GTKDOC_CHECK = @GTKDOC_CHECK@
 
144
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
145
GTKDOC_REBASE = @GTKDOC_REBASE@
127
146
GTK_CFLAGS = @GTK_CFLAGS@
128
147
GTK_LIBS = @GTK_LIBS@
129
148
GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
144
163
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
145
164
INSTOBJEXT = @INSTOBJEXT@
146
165
INTLLIBS = @INTLLIBS@
147
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
148
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
149
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
150
166
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
151
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
152
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
153
167
INTLTOOL_MERGE = @INTLTOOL_MERGE@
154
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
155
168
INTLTOOL_PERL = @INTLTOOL_PERL@
156
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
157
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
158
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
159
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
160
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
161
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
162
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
163
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
164
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
165
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
166
169
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
167
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
168
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
169
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
170
170
LD = @LD@
171
171
LDFLAGS = @LDFLAGS@
172
172
LIBFAM_CFLAGS = @LIBFAM_CFLAGS@
212
212
MSGMERGE = @MSGMERGE@
213
213
NM = @NM@
214
214
NMEDIT = @NMEDIT@
 
215
OBJDUMP = @OBJDUMP@
215
216
OBJEXT = @OBJEXT@
216
217
OTOOL = @OTOOL@
217
218
OTOOL64 = @OTOOL64@
220
221
PACKAGE_NAME = @PACKAGE_NAME@
221
222
PACKAGE_STRING = @PACKAGE_STRING@
222
223
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
224
PACKAGE_URL = @PACKAGE_URL@
223
225
PACKAGE_VERSION = @PACKAGE_VERSION@
224
226
PATH_SEPARATOR = @PATH_SEPARATOR@
225
227
PCRE_CFLAGS = @PCRE_CFLAGS@
310
312
target_cpu = @target_cpu@
311
313
target_os = @target_os@
312
314
target_vendor = @target_vendor@
 
315
top_build_prefix = @top_build_prefix@
313
316
top_builddir = @top_builddir@
314
317
top_srcdir = @top_srcdir@
315
318
xfconf_query_found = @xfconf_query_found@
327
330
        @for dep in $?; do \
328
331
          case '$(am__configure_deps)' in \
329
332
            *$$dep*) \
330
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
331
 
                && exit 0; \
 
333
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
334
                && { if test -f $@; then exit 0; else break; fi; }; \
332
335
              exit 1;; \
333
336
          esac; \
334
337
        done; \
335
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  icons/48x48/Makefile'; \
336
 
        cd $(top_srcdir) && \
337
 
          $(AUTOMAKE) --gnu  icons/48x48/Makefile
 
338
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu icons/48x48/Makefile'; \
 
339
        $(am__cd) $(top_srcdir) && \
 
340
          $(AUTOMAKE) --gnu icons/48x48/Makefile
338
341
.PRECIOUS: Makefile
339
342
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
340
343
        @case '$?' in \
352
355
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
353
356
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
354
357
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
358
$(am__aclocal_m4_deps):
355
359
 
356
360
mostlyclean-libtool:
357
361
        -rm -f *.lo
361
365
install-iconsDATA: $(icons_DATA)
362
366
        @$(NORMAL_INSTALL)
363
367
        test -z "$(iconsdir)" || $(MKDIR_P) "$(DESTDIR)$(iconsdir)"
364
 
        @list='$(icons_DATA)'; for p in $$list; do \
 
368
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
 
369
        for p in $$list; do \
365
370
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
366
 
          f=$(am__strip_dir) \
367
 
          echo " $(iconsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(iconsdir)/$$f'"; \
368
 
          $(iconsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(iconsdir)/$$f"; \
 
371
          echo "$$d$$p"; \
 
372
        done | $(am__base_list) | \
 
373
        while read files; do \
 
374
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(iconsdir)'"; \
 
375
          $(INSTALL_DATA) $$files "$(DESTDIR)$(iconsdir)" || exit $$?; \
369
376
        done
370
377
 
371
378
uninstall-iconsDATA:
372
379
        @$(NORMAL_UNINSTALL)
373
 
        @list='$(icons_DATA)'; for p in $$list; do \
374
 
          f=$(am__strip_dir) \
375
 
          echo " rm -f '$(DESTDIR)$(iconsdir)/$$f'"; \
376
 
          rm -f "$(DESTDIR)$(iconsdir)/$$f"; \
377
 
        done
 
380
        @list='$(icons_DATA)'; test -n "$(iconsdir)" || list=; \
 
381
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
382
        test -n "$$files" || exit 0; \
 
383
        echo " ( cd '$(DESTDIR)$(iconsdir)' && rm -f" $$files ")"; \
 
384
        cd "$(DESTDIR)$(iconsdir)" && rm -f $$files
378
385
tags: TAGS
379
386
TAGS:
380
387
 
398
405
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
399
406
          if test -d $$d/$$file; then \
400
407
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
408
            if test -d "$(distdir)/$$file"; then \
 
409
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
410
            fi; \
401
411
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
402
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
412
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
413
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
403
414
            fi; \
404
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
415
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
405
416
          else \
406
 
            test -f $(distdir)/$$file \
407
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
417
            test -f "$(distdir)/$$file" \
 
418
            || cp -p $$d/$$file "$(distdir)/$$file" \
408
419
            || exit 1; \
409
420
          fi; \
410
421
        done
435
446
 
436
447
distclean-generic:
437
448
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
449
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
438
450
 
439
451
maintainer-clean-generic:
440
452
        @echo "This command is intended for maintainers to use"
453
465
 
454
466
html: html-am
455
467
 
 
468
html-am:
 
469
 
456
470
info: info-am
457
471
 
458
472
info-am:
461
475
 
462
476
install-dvi: install-dvi-am
463
477
 
 
478
install-dvi-am:
 
479
 
464
480
install-exec-am:
465
481
 
466
482
install-html: install-html-am
467
483
 
 
484
install-html-am:
 
485
 
468
486
install-info: install-info-am
469
487
 
 
488
install-info-am:
 
489
 
470
490
install-man:
471
491
 
472
492
install-pdf: install-pdf-am
473
493
 
 
494
install-pdf-am:
 
495
 
474
496
install-ps: install-ps-am
475
497
 
 
498
install-ps-am:
 
499
 
476
500
installcheck-am:
477
501
 
478
502
maintainer-clean: maintainer-clean-am
509
533
 
510
534
 
511
535
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
 
536
 
512
537
# Tell versions [3.59,3.63) of GNU make to not export all variables.
513
538
# Otherwise a system limit (for SysV at least) may be exceeded.
514
539
.NOEXPORT: