~ubuntu-branches/debian/sid/f-spot/sid

« back to all changes in this revision

Viewing changes to extensions/Exporters/PicasaWebExport/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2009-10-29 15:45:46 UTC
  • mfrom: (1.3.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20091029154546-zu7ed4hxk574rr8i
Tags: 0.6.1.4-0ubuntu1
* Fakesync from Debian to karmic-proposed
* New upstream release 0.6.1.4 (LP: #463404)
 - keep sorting on startup
 - fix a NRE on LastRollDialog
 - fix the toolbar 2.28-ification
 - accept --sync as comandline parameter
 - avoid crashing on AdjustTimeDialog 
 - allow more than 60 pictures per Facebook albums
 - backported translations
* debian/control: Require at least Cairo 1.4.0 per upstream 
* debian/control: Require cli-common-dev >= 0.5.7 per Debian CLI
  policy
* Refresh various patches to apply cleanly  

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 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
43
45
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44
46
CONFIG_HEADER = $(top_builddir)/config.h
45
47
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_VPATH_FILES =
46
49
SOURCES =
47
50
DIST_SOURCES =
48
51
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57
60
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
58
61
    *) f=$$p;; \
59
62
  esac;
60
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
63
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
64
am__install_max = 40
 
65
am__nobase_strip_setup = \
 
66
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
67
am__nobase_strip = \
 
68
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
69
am__nobase_list = $(am__nobase_strip_setup); \
 
70
  for p in $$list; do echo "$$p $$p"; done | \
 
71
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
72
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
73
    if (++n[$$2] == $(am__install_max)) \
 
74
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
75
    END { for (dir in files) print dir, files[dir] }'
 
76
am__base_list = \
 
77
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
78
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
61
79
am__installdirs = "$(DESTDIR)$(plugindir)"
62
 
pluginDATA_INSTALL = $(INSTALL_DATA)
63
80
DATA = $(plugin_DATA)
64
81
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
65
82
  distclean-recursive maintainer-clean-recursive
 
83
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
84
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
85
        distdir
66
86
ETAGS = etags
67
87
CTAGS = ctags
68
88
DIST_SUBDIRS = $(SUBDIRS)
69
89
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
90
am__relativize = \
 
91
  dir0=`pwd`; \
 
92
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
93
  sed_rest='s,^[^/]*/*,,'; \
 
94
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
95
  sed_butlast='s,/*[^/]*$$,,'; \
 
96
  while test -n "$$dir1"; do \
 
97
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
98
    if test "$$first" != "."; then \
 
99
      if test "$$first" = ".."; then \
 
100
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
101
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
102
      else \
 
103
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
104
        if test "$$first2" = "$$first"; then \
 
105
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
106
        else \
 
107
          dir2="../$$dir2"; \
 
108
        fi; \
 
109
        dir0="$$dir0"/"$$first"; \
 
110
      fi; \
 
111
    fi; \
 
112
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
113
  done; \
 
114
  reldir="$$dir2"
70
115
ACLOCAL = @ACLOCAL@
71
116
ALL_LINGUAS = @ALL_LINGUAS@
72
117
AMTAR = @AMTAR@
345
390
        @for dep in $?; do \
346
391
          case '$(am__configure_deps)' in \
347
392
            *$$dep*) \
348
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
349
 
                && exit 0; \
 
393
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
394
                && { if test -f $@; then exit 0; else break; fi; }; \
350
395
              exit 1;; \
351
396
          esac; \
352
397
        done; \
353
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  extensions/Exporters/PicasaWebExport/Makefile'; \
354
 
        cd $(top_srcdir) && \
355
 
          $(AUTOMAKE) --gnu  extensions/Exporters/PicasaWebExport/Makefile
 
398
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu extensions/Exporters/PicasaWebExport/Makefile'; \
 
399
        $(am__cd) $(top_srcdir) && \
 
400
          $(AUTOMAKE) --gnu extensions/Exporters/PicasaWebExport/Makefile
356
401
.PRECIOUS: Makefile
357
402
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
358
403
        @case '$?' in \
370
415
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
371
416
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
372
417
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
418
$(am__aclocal_m4_deps):
373
419
 
374
420
mostlyclean-libtool:
375
421
        -rm -f *.lo
379
425
install-pluginDATA: $(plugin_DATA)
380
426
        @$(NORMAL_INSTALL)
381
427
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
382
 
        @list='$(plugin_DATA)'; for p in $$list; do \
 
428
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
429
        for p in $$list; do \
383
430
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
384
 
          f=$(am__strip_dir) \
385
 
          echo " $(pluginDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
386
 
          $(pluginDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
431
          echo "$$d$$p"; \
 
432
        done | $(am__base_list) | \
 
433
        while read files; do \
 
434
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(plugindir)'"; \
 
435
          $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \
387
436
        done
388
437
 
389
438
uninstall-pluginDATA:
390
439
        @$(NORMAL_UNINSTALL)
391
 
        @list='$(plugin_DATA)'; for p in $$list; do \
392
 
          f=$(am__strip_dir) \
393
 
          echo " rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
394
 
          rm -f "$(DESTDIR)$(plugindir)/$$f"; \
395
 
        done
 
440
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
441
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
442
        test -n "$$files" || exit 0; \
 
443
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
 
444
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files
396
445
 
397
446
# This directory's subdirectories are mostly independent; you can cd
398
447
# into them and run `make' without going through this Makefile.
418
467
          else \
419
468
            local_target="$$target"; \
420
469
          fi; \
421
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
470
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
422
471
          || eval $$failcom; \
423
472
        done; \
424
473
        if test "$$dot_seen" = "no"; then \
452
501
          else \
453
502
            local_target="$$target"; \
454
503
          fi; \
455
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
504
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
456
505
          || eval $$failcom; \
457
506
        done && test -z "$$fail"
458
507
tags-recursive:
459
508
        list='$(SUBDIRS)'; for subdir in $$list; do \
460
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
509
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
461
510
        done
462
511
ctags-recursive:
463
512
        list='$(SUBDIRS)'; for subdir in $$list; do \
464
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
513
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
465
514
        done
466
515
 
467
516
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
469
518
        unique=`for i in $$list; do \
470
519
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
471
520
          done | \
472
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
521
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
473
522
              END { if (nonempty) { for (i in files) print i; }; }'`; \
474
523
        mkid -fID $$unique
475
524
tags: TAGS
476
525
 
477
526
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
478
527
                $(TAGS_FILES) $(LISP)
479
 
        tags=; \
 
528
        set x; \
480
529
        here=`pwd`; \
481
530
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
482
531
          include_option=--etags-include; \
488
537
        list='$(SUBDIRS)'; for subdir in $$list; do \
489
538
          if test "$$subdir" = .; then :; else \
490
539
            test ! -f $$subdir/TAGS || \
491
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
540
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
492
541
          fi; \
493
542
        done; \
494
543
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
497
546
          done | \
498
547
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
499
548
              END { if (nonempty) { for (i in files) print i; }; }'`; \
500
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
549
        shift; \
 
550
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
501
551
          test -n "$$unique" || unique=$$empty_fix; \
502
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
503
 
            $$tags $$unique; \
 
552
          if test $$# -gt 0; then \
 
553
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
554
              "$$@" $$unique; \
 
555
          else \
 
556
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
557
              $$unique; \
 
558
          fi; \
504
559
        fi
505
560
ctags: CTAGS
506
561
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
507
562
                $(TAGS_FILES) $(LISP)
508
 
        tags=; \
509
563
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
510
564
        unique=`for i in $$list; do \
511
565
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
512
566
          done | \
513
567
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
514
568
              END { if (nonempty) { for (i in files) print i; }; }'`; \
515
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
569
        test -z "$(CTAGS_ARGS)$$unique" \
516
570
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
517
 
             $$tags $$unique
 
571
             $$unique
518
572
 
519
573
GTAGS:
520
574
        here=`$(am__cd) $(top_builddir) && pwd` \
521
 
          && cd $(top_srcdir) \
522
 
          && gtags -i $(GTAGS_ARGS) $$here
 
575
          && $(am__cd) $(top_srcdir) \
 
576
          && gtags -i $(GTAGS_ARGS) "$$here"
523
577
 
524
578
distclean-tags:
525
579
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
540
594
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
541
595
          if test -d $$d/$$file; then \
542
596
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
597
            if test -d "$(distdir)/$$file"; then \
 
598
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
599
            fi; \
543
600
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
544
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
601
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
602
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
545
603
            fi; \
546
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
604
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
547
605
          else \
548
 
            test -f $(distdir)/$$file \
549
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
606
            test -f "$(distdir)/$$file" \
 
607
            || cp -p $$d/$$file "$(distdir)/$$file" \
550
608
            || exit 1; \
551
609
          fi; \
552
610
        done
553
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
611
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
554
612
          if test "$$subdir" = .; then :; else \
555
613
            test -d "$(distdir)/$$subdir" \
556
614
            || $(MKDIR_P) "$(distdir)/$$subdir" \
557
615
            || exit 1; \
558
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
559
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
560
 
            (cd $$subdir && \
 
616
          fi; \
 
617
        done
 
618
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
619
          if test "$$subdir" = .; then :; else \
 
620
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
621
            $(am__relativize); \
 
622
            new_distdir=$$reldir; \
 
623
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
624
            $(am__relativize); \
 
625
            new_top_distdir=$$reldir; \
 
626
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
627
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
628
            ($(am__cd) $$subdir && \
561
629
              $(MAKE) $(AM_MAKEFLAGS) \
562
 
                top_distdir="$$top_distdir" \
563
 
                distdir="$$distdir/$$subdir" \
 
630
                top_distdir="$$new_top_distdir" \
 
631
                distdir="$$new_distdir" \
564
632
                am__remove_distdir=: \
565
633
                am__skip_length_check=: \
 
634
                am__skip_mode_fix=: \
566
635
                distdir) \
567
636
              || exit 1; \
568
637
          fi; \
596
665
 
597
666
distclean-generic:
598
667
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
668
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
599
669
 
600
670
maintainer-clean-generic:
601
671
        @echo "This command is intended for maintainers to use"
614
684
 
615
685
html: html-recursive
616
686
 
 
687
html-am:
 
688
 
617
689
info: info-recursive
618
690
 
619
691
info-am:
621
693
install-data-am: install-pluginDATA
622
694
        @$(NORMAL_INSTALL)
623
695
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
624
 
 
625
696
install-dvi: install-dvi-recursive
626
697
 
 
698
install-dvi-am:
 
699
 
627
700
install-exec-am:
628
701
 
629
702
install-html: install-html-recursive
630
703
 
 
704
install-html-am:
 
705
 
631
706
install-info: install-info-recursive
632
707
 
 
708
install-info-am:
 
709
 
633
710
install-man:
634
711
 
635
712
install-pdf: install-pdf-recursive
636
713
 
 
714
install-pdf-am:
 
715
 
637
716
install-ps: install-ps-recursive
638
717
 
 
718
install-ps-am:
 
719
 
639
720
installcheck-am:
640
721
 
641
722
maintainer-clean: maintainer-clean-recursive
656
737
 
657
738
uninstall-am: uninstall-pluginDATA
658
739
 
659
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
660
 
        install-data-am install-strip
 
740
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
741
        install-am install-data-am install-strip tags-recursive
661
742
 
662
743
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
663
744
        all all-am check check-am clean clean-generic clean-libtool \
683
764
 
684
765
install-data-hook:
685
766
        rm -f $(plugindir)/$(PLUGIN_NAME).addin.xml
 
767
 
686
768
# Tell versions [3.59,3.63) of GNU make to not export all variables.
687
769
# Otherwise a system limit (for SysV at least) may be exceeded.
688
770
.NOEXPORT: