~ohnobinki/gloobus-preview/build-fixes

« back to all changes in this revision

Viewing changes to gloobus-preview/data/icons/hicolor/48x48/Makefile.in

  • Committer: Jordi Hernandez
  • Date: 2009-11-12 18:38:54 UTC
  • Revision ID: jordi@vengance-20091112183854-3s3i0zrjqz4nmgas
Updated translation with make -C pot gloobus-preview.pot-update

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 = $(install_sh) -d
41
43
CONFIG_HEADER = $(top_builddir)/config.h
42
44
CONFIG_CLEAN_FILES =
 
45
CONFIG_CLEAN_VPATH_FILES =
43
46
SOURCES =
44
47
DIST_SOURCES =
45
48
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
51
54
        ps-recursive uninstall-recursive
52
55
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
53
56
  distclean-recursive maintainer-clean-recursive
 
57
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
58
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
59
        distdir
54
60
ETAGS = etags
55
61
CTAGS = ctags
56
62
DIST_SUBDIRS = $(SUBDIRS)
57
63
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
64
am__relativize = \
 
65
  dir0=`pwd`; \
 
66
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
67
  sed_rest='s,^[^/]*/*,,'; \
 
68
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
69
  sed_butlast='s,/*[^/]*$$,,'; \
 
70
  while test -n "$$dir1"; do \
 
71
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
72
    if test "$$first" != "."; then \
 
73
      if test "$$first" = ".."; then \
 
74
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
75
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
76
      else \
 
77
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
78
        if test "$$first2" = "$$first"; then \
 
79
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
80
        else \
 
81
          dir2="../$$dir2"; \
 
82
        fi; \
 
83
        dir0="$$dir0"/"$$first"; \
 
84
      fi; \
 
85
    fi; \
 
86
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
87
  done; \
 
88
  reldir="$$dir2"
58
89
ACLOCAL = @ACLOCAL@
59
90
AMTAR = @AMTAR@
60
91
AR = @AR@
137
168
PACKAGE_NAME = @PACKAGE_NAME@
138
169
PACKAGE_STRING = @PACKAGE_STRING@
139
170
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
171
PACKAGE_URL = @PACKAGE_URL@
140
172
PACKAGE_VERSION = @PACKAGE_VERSION@
141
173
PATH_SEPARATOR = @PATH_SEPARATOR@
142
174
PKG_CONFIG = @PKG_CONFIG@
221
253
              exit 1;; \
222
254
          esac; \
223
255
        done; \
224
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/icons/hicolor/48x48/Makefile'; \
225
 
        cd $(top_srcdir) && \
226
 
          $(AUTOMAKE) --gnu  data/icons/hicolor/48x48/Makefile
 
256
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/icons/hicolor/48x48/Makefile'; \
 
257
        $(am__cd) $(top_srcdir) && \
 
258
          $(AUTOMAKE) --gnu data/icons/hicolor/48x48/Makefile
227
259
.PRECIOUS: Makefile
228
260
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
229
261
        @case '$?' in \
241
273
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
242
274
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
243
275
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
276
$(am__aclocal_m4_deps):
244
277
 
245
278
mostlyclean-libtool:
246
279
        -rm -f *.lo
272
305
          else \
273
306
            local_target="$$target"; \
274
307
          fi; \
275
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
308
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
276
309
          || eval $$failcom; \
277
310
        done; \
278
311
        if test "$$dot_seen" = "no"; then \
306
339
          else \
307
340
            local_target="$$target"; \
308
341
          fi; \
309
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
342
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
310
343
          || eval $$failcom; \
311
344
        done && test -z "$$fail"
312
345
tags-recursive:
313
346
        list='$(SUBDIRS)'; for subdir in $$list; do \
314
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
347
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
315
348
        done
316
349
ctags-recursive:
317
350
        list='$(SUBDIRS)'; for subdir in $$list; do \
318
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
351
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
319
352
        done
320
353
 
321
354
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
330
363
 
331
364
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
332
365
                $(TAGS_FILES) $(LISP)
333
 
        tags=; \
 
366
        set x; \
334
367
        here=`pwd`; \
335
368
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
336
369
          include_option=--etags-include; \
342
375
        list='$(SUBDIRS)'; for subdir in $$list; do \
343
376
          if test "$$subdir" = .; then :; else \
344
377
            test ! -f $$subdir/TAGS || \
345
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
378
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
346
379
          fi; \
347
380
        done; \
348
381
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
351
384
          done | \
352
385
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
353
386
              END { if (nonempty) { for (i in files) print i; }; }'`; \
354
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
387
        shift; \
 
388
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
355
389
          test -n "$$unique" || unique=$$empty_fix; \
356
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
357
 
            $$tags $$unique; \
 
390
          if test $$# -gt 0; then \
 
391
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
392
              "$$@" $$unique; \
 
393
          else \
 
394
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
395
              $$unique; \
 
396
          fi; \
358
397
        fi
359
398
ctags: CTAGS
360
399
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
361
400
                $(TAGS_FILES) $(LISP)
362
 
        tags=; \
363
401
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
364
402
        unique=`for i in $$list; do \
365
403
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366
404
          done | \
367
405
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
368
406
              END { if (nonempty) { for (i in files) print i; }; }'`; \
369
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
407
        test -z "$(CTAGS_ARGS)$$unique" \
370
408
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
371
 
             $$tags $$unique
 
409
             $$unique
372
410
 
373
411
GTAGS:
374
412
        here=`$(am__cd) $(top_builddir) && pwd` \
375
 
          && cd $(top_srcdir) \
376
 
          && gtags -i $(GTAGS_ARGS) $$here
 
413
          && $(am__cd) $(top_srcdir) \
 
414
          && gtags -i $(GTAGS_ARGS) "$$here"
377
415
 
378
416
distclean-tags:
379
417
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
394
432
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
395
433
          if test -d $$d/$$file; then \
396
434
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
435
            if test -d "$(distdir)/$$file"; then \
 
436
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
437
            fi; \
397
438
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
398
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
439
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
440
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
399
441
            fi; \
400
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
442
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
401
443
          else \
402
 
            test -f $(distdir)/$$file \
403
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
444
            test -f "$(distdir)/$$file" \
 
445
            || cp -p $$d/$$file "$(distdir)/$$file" \
404
446
            || exit 1; \
405
447
          fi; \
406
448
        done
407
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
449
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
408
450
          if test "$$subdir" = .; then :; else \
409
451
            test -d "$(distdir)/$$subdir" \
410
452
            || $(MKDIR_P) "$(distdir)/$$subdir" \
411
453
            || exit 1; \
412
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
413
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
414
 
            (cd $$subdir && \
 
454
          fi; \
 
455
        done
 
456
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
457
          if test "$$subdir" = .; then :; else \
 
458
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
459
            $(am__relativize); \
 
460
            new_distdir=$$reldir; \
 
461
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
462
            $(am__relativize); \
 
463
            new_top_distdir=$$reldir; \
 
464
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
465
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
466
            ($(am__cd) $$subdir && \
415
467
              $(MAKE) $(AM_MAKEFLAGS) \
416
 
                top_distdir="$$top_distdir" \
417
 
                distdir="$$distdir/$$subdir" \
 
468
                top_distdir="$$new_top_distdir" \
 
469
                distdir="$$new_distdir" \
418
470
                am__remove_distdir=: \
419
471
                am__skip_length_check=: \
 
472
                am__skip_mode_fix=: \
420
473
                distdir) \
421
474
              || exit 1; \
422
475
          fi; \
446
499
 
447
500
distclean-generic:
448
501
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
502
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
449
503
 
450
504
maintainer-clean-generic:
451
505
        @echo "This command is intended for maintainers to use"
464
518
 
465
519
html: html-recursive
466
520
 
 
521
html-am:
 
522
 
467
523
info: info-recursive
468
524
 
469
525
info-am:
472
528
 
473
529
install-dvi: install-dvi-recursive
474
530
 
 
531
install-dvi-am:
 
532
 
475
533
install-exec-am:
476
534
 
477
535
install-html: install-html-recursive
478
536
 
 
537
install-html-am:
 
538
 
479
539
install-info: install-info-recursive
480
540
 
 
541
install-info-am:
 
542
 
481
543
install-man:
482
544
 
483
545
install-pdf: install-pdf-recursive
484
546
 
 
547
install-pdf-am:
 
548
 
485
549
install-ps: install-ps-recursive
486
550
 
 
551
install-ps-am:
 
552
 
487
553
installcheck-am:
488
554
 
489
555
maintainer-clean: maintainer-clean-recursive
504
570
 
505
571
uninstall-am:
506
572
 
507
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
508
 
        install-strip
 
573
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
574
        install-am install-strip tags-recursive
509
575
 
510
576
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
511
577
        all all-am check check-am clean clean-generic clean-libtool \
521
587
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
522
588
        uninstall uninstall-am
523
589
 
 
590
 
524
591
# Tell versions [3.59,3.63) of GNU make to not export all variables.
525
592
# Otherwise a system limit (for SysV at least) may be exceeded.
526
593
.NOEXPORT: