~ohnobinki/gloobus-preview/build-fixes

« back to all changes in this revision

Viewing changes to gloobus-preview/data/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.
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 = $(install_sh) -d
42
44
CONFIG_HEADER = $(top_builddir)/config.h
43
45
CONFIG_CLEAN_FILES =
 
46
CONFIG_CLEAN_VPATH_FILES =
44
47
SOURCES =
45
48
DIST_SOURCES =
46
49
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
55
58
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
56
59
    *) f=$$p;; \
57
60
  esac;
58
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
61
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
62
am__install_max = 40
 
63
am__nobase_strip_setup = \
 
64
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
65
am__nobase_strip = \
 
66
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
67
am__nobase_list = $(am__nobase_strip_setup); \
 
68
  for p in $$list; do echo "$$p $$p"; done | \
 
69
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
70
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
71
    if (++n[$$2] == $(am__install_max)) \
 
72
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
73
    END { for (dir in files) print dir, files[dir] }'
 
74
am__base_list = \
 
75
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
76
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
59
77
am__installdirs = "$(DESTDIR)$(desktopdir)"
60
 
desktopDATA_INSTALL = $(INSTALL_DATA)
61
78
DATA = $(desktop_DATA)
62
79
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
63
80
  distclean-recursive maintainer-clean-recursive
 
81
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
82
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
83
        distdir
64
84
ETAGS = etags
65
85
CTAGS = ctags
66
86
DIST_SUBDIRS = $(SUBDIRS)
67
87
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
88
am__relativize = \
 
89
  dir0=`pwd`; \
 
90
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
91
  sed_rest='s,^[^/]*/*,,'; \
 
92
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
93
  sed_butlast='s,/*[^/]*$$,,'; \
 
94
  while test -n "$$dir1"; do \
 
95
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
96
    if test "$$first" != "."; then \
 
97
      if test "$$first" = ".."; then \
 
98
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
99
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
100
      else \
 
101
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
102
        if test "$$first2" = "$$first"; then \
 
103
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
104
        else \
 
105
          dir2="../$$dir2"; \
 
106
        fi; \
 
107
        dir0="$$dir0"/"$$first"; \
 
108
      fi; \
 
109
    fi; \
 
110
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
111
  done; \
 
112
  reldir="$$dir2"
68
113
ACLOCAL = @ACLOCAL@
69
114
AMTAR = @AMTAR@
70
115
AR = @AR@
147
192
PACKAGE_NAME = @PACKAGE_NAME@
148
193
PACKAGE_STRING = @PACKAGE_STRING@
149
194
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
195
PACKAGE_URL = @PACKAGE_URL@
150
196
PACKAGE_VERSION = @PACKAGE_VERSION@
151
197
PATH_SEPARATOR = @PATH_SEPARATOR@
152
198
PKG_CONFIG = @PKG_CONFIG@
236
282
              exit 1;; \
237
283
          esac; \
238
284
        done; \
239
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/Makefile'; \
240
 
        cd $(top_srcdir) && \
241
 
          $(AUTOMAKE) --gnu  data/Makefile
 
285
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \
 
286
        $(am__cd) $(top_srcdir) && \
 
287
          $(AUTOMAKE) --gnu data/Makefile
242
288
.PRECIOUS: Makefile
243
289
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
244
290
        @case '$?' in \
256
302
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257
303
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
258
304
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
305
$(am__aclocal_m4_deps):
259
306
 
260
307
mostlyclean-libtool:
261
308
        -rm -f *.lo
265
312
install-desktopDATA: $(desktop_DATA)
266
313
        @$(NORMAL_INSTALL)
267
314
        test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
268
 
        @list='$(desktop_DATA)'; for p in $$list; do \
 
315
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
316
        for p in $$list; do \
269
317
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
270
 
          f=$(am__strip_dir) \
271
 
          echo " $(desktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(desktopdir)/$$f'"; \
272
 
          $(desktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(desktopdir)/$$f"; \
 
318
          echo "$$d$$p"; \
 
319
        done | $(am__base_list) | \
 
320
        while read files; do \
 
321
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
 
322
          $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
273
323
        done
274
324
 
275
325
uninstall-desktopDATA:
276
326
        @$(NORMAL_UNINSTALL)
277
 
        @list='$(desktop_DATA)'; for p in $$list; do \
278
 
          f=$(am__strip_dir) \
279
 
          echo " rm -f '$(DESTDIR)$(desktopdir)/$$f'"; \
280
 
          rm -f "$(DESTDIR)$(desktopdir)/$$f"; \
281
 
        done
 
327
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
328
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
329
        test -n "$$files" || exit 0; \
 
330
        echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \
 
331
        cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
282
332
 
283
333
# This directory's subdirectories are mostly independent; you can cd
284
334
# into them and run `make' without going through this Makefile.
304
354
          else \
305
355
            local_target="$$target"; \
306
356
          fi; \
307
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
357
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
308
358
          || eval $$failcom; \
309
359
        done; \
310
360
        if test "$$dot_seen" = "no"; then \
338
388
          else \
339
389
            local_target="$$target"; \
340
390
          fi; \
341
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
391
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
342
392
          || eval $$failcom; \
343
393
        done && test -z "$$fail"
344
394
tags-recursive:
345
395
        list='$(SUBDIRS)'; for subdir in $$list; do \
346
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
396
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
347
397
        done
348
398
ctags-recursive:
349
399
        list='$(SUBDIRS)'; for subdir in $$list; do \
350
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
400
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
351
401
        done
352
402
 
353
403
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
362
412
 
363
413
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
364
414
                $(TAGS_FILES) $(LISP)
365
 
        tags=; \
 
415
        set x; \
366
416
        here=`pwd`; \
367
417
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
368
418
          include_option=--etags-include; \
374
424
        list='$(SUBDIRS)'; for subdir in $$list; do \
375
425
          if test "$$subdir" = .; then :; else \
376
426
            test ! -f $$subdir/TAGS || \
377
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
427
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
378
428
          fi; \
379
429
        done; \
380
430
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
383
433
          done | \
384
434
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
385
435
              END { if (nonempty) { for (i in files) print i; }; }'`; \
386
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
436
        shift; \
 
437
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
387
438
          test -n "$$unique" || unique=$$empty_fix; \
388
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
389
 
            $$tags $$unique; \
 
439
          if test $$# -gt 0; then \
 
440
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
441
              "$$@" $$unique; \
 
442
          else \
 
443
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
444
              $$unique; \
 
445
          fi; \
390
446
        fi
391
447
ctags: CTAGS
392
448
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
393
449
                $(TAGS_FILES) $(LISP)
394
 
        tags=; \
395
450
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
396
451
        unique=`for i in $$list; do \
397
452
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398
453
          done | \
399
454
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
400
455
              END { if (nonempty) { for (i in files) print i; }; }'`; \
401
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
456
        test -z "$(CTAGS_ARGS)$$unique" \
402
457
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
403
 
             $$tags $$unique
 
458
             $$unique
404
459
 
405
460
GTAGS:
406
461
        here=`$(am__cd) $(top_builddir) && pwd` \
407
 
          && cd $(top_srcdir) \
408
 
          && gtags -i $(GTAGS_ARGS) $$here
 
462
          && $(am__cd) $(top_srcdir) \
 
463
          && gtags -i $(GTAGS_ARGS) "$$here"
409
464
 
410
465
distclean-tags:
411
466
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
426
481
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
427
482
          if test -d $$d/$$file; then \
428
483
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
484
            if test -d "$(distdir)/$$file"; then \
 
485
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
486
            fi; \
429
487
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
430
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
488
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
489
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
431
490
            fi; \
432
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
491
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
433
492
          else \
434
 
            test -f $(distdir)/$$file \
435
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
493
            test -f "$(distdir)/$$file" \
 
494
            || cp -p $$d/$$file "$(distdir)/$$file" \
436
495
            || exit 1; \
437
496
          fi; \
438
497
        done
439
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
498
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
440
499
          if test "$$subdir" = .; then :; else \
441
500
            test -d "$(distdir)/$$subdir" \
442
501
            || $(MKDIR_P) "$(distdir)/$$subdir" \
443
502
            || exit 1; \
444
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
445
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
446
 
            (cd $$subdir && \
 
503
          fi; \
 
504
        done
 
505
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
506
          if test "$$subdir" = .; then :; else \
 
507
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
508
            $(am__relativize); \
 
509
            new_distdir=$$reldir; \
 
510
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
511
            $(am__relativize); \
 
512
            new_top_distdir=$$reldir; \
 
513
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
514
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
515
            ($(am__cd) $$subdir && \
447
516
              $(MAKE) $(AM_MAKEFLAGS) \
448
 
                top_distdir="$$top_distdir" \
449
 
                distdir="$$distdir/$$subdir" \
 
517
                top_distdir="$$new_top_distdir" \
 
518
                distdir="$$new_distdir" \
450
519
                am__remove_distdir=: \
451
520
                am__skip_length_check=: \
 
521
                am__skip_mode_fix=: \
452
522
                distdir) \
453
523
              || exit 1; \
454
524
          fi; \
481
551
 
482
552
distclean-generic:
483
553
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
554
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
484
555
 
485
556
maintainer-clean-generic:
486
557
        @echo "This command is intended for maintainers to use"
499
570
 
500
571
html: html-recursive
501
572
 
 
573
html-am:
 
574
 
502
575
info: info-recursive
503
576
 
504
577
info-am:
507
580
 
508
581
install-dvi: install-dvi-recursive
509
582
 
 
583
install-dvi-am:
 
584
 
510
585
install-exec-am:
511
586
 
512
587
install-html: install-html-recursive
513
588
 
 
589
install-html-am:
 
590
 
514
591
install-info: install-info-recursive
515
592
 
 
593
install-info-am:
 
594
 
516
595
install-man:
517
596
 
518
597
install-pdf: install-pdf-recursive
519
598
 
 
599
install-pdf-am:
 
600
 
520
601
install-ps: install-ps-recursive
521
602
 
 
603
install-ps-am:
 
604
 
522
605
installcheck-am:
523
606
 
524
607
maintainer-clean: maintainer-clean-recursive
539
622
 
540
623
uninstall-am: uninstall-desktopDATA
541
624
 
542
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
543
 
        install-strip
 
625
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
626
        install-am install-strip tags-recursive
544
627
 
545
628
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
546
629
        all all-am check check-am clean clean-generic clean-libtool \
557
640
        tags tags-recursive uninstall uninstall-am \
558
641
        uninstall-desktopDATA
559
642
 
 
643
 
560
644
# Tell versions [3.59,3.63) of GNU make to not export all variables.
561
645
# Otherwise a system limit (for SysV at least) may be exceeded.
562
646
.NOEXPORT: