~ubuntu-branches/ubuntu/lucid/f-spot/lucid

« back to all changes in this revision

Viewing changes to extensions/Exporters/GalleryExport/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
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50
53
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
51
54
    *) f=$$p;; \
52
55
  esac;
53
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
56
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
57
am__install_max = 40
 
58
am__nobase_strip_setup = \
 
59
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
60
am__nobase_strip = \
 
61
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
62
am__nobase_list = $(am__nobase_strip_setup); \
 
63
  for p in $$list; do echo "$$p $$p"; done | \
 
64
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
65
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
66
    if (++n[$$2] == $(am__install_max)) \
 
67
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
68
    END { for (dir in files) print dir, files[dir] }'
 
69
am__base_list = \
 
70
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
71
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
54
72
am__installdirs = "$(DESTDIR)$(plugindir)"
55
 
pluginDATA_INSTALL = $(INSTALL_DATA)
56
73
DATA = $(plugin_DATA)
57
74
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
58
75
ACLOCAL = @ACLOCAL@
328
345
        @for dep in $?; do \
329
346
          case '$(am__configure_deps)' in \
330
347
            *$$dep*) \
331
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
332
 
                && exit 0; \
 
348
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
349
                && { if test -f $@; then exit 0; else break; fi; }; \
333
350
              exit 1;; \
334
351
          esac; \
335
352
        done; \
336
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  extensions/Exporters/GalleryExport/Makefile'; \
337
 
        cd $(top_srcdir) && \
338
 
          $(AUTOMAKE) --gnu  extensions/Exporters/GalleryExport/Makefile
 
353
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu extensions/Exporters/GalleryExport/Makefile'; \
 
354
        $(am__cd) $(top_srcdir) && \
 
355
          $(AUTOMAKE) --gnu extensions/Exporters/GalleryExport/Makefile
339
356
.PRECIOUS: Makefile
340
357
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
341
358
        @case '$?' in \
353
370
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
354
371
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
355
372
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
373
$(am__aclocal_m4_deps):
356
374
 
357
375
mostlyclean-libtool:
358
376
        -rm -f *.lo
362
380
install-pluginDATA: $(plugin_DATA)
363
381
        @$(NORMAL_INSTALL)
364
382
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
365
 
        @list='$(plugin_DATA)'; for p in $$list; do \
 
383
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
384
        for p in $$list; do \
366
385
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
367
 
          f=$(am__strip_dir) \
368
 
          echo " $(pluginDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
369
 
          $(pluginDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
386
          echo "$$d$$p"; \
 
387
        done | $(am__base_list) | \
 
388
        while read files; do \
 
389
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(plugindir)'"; \
 
390
          $(INSTALL_DATA) $$files "$(DESTDIR)$(plugindir)" || exit $$?; \
370
391
        done
371
392
 
372
393
uninstall-pluginDATA:
373
394
        @$(NORMAL_UNINSTALL)
374
 
        @list='$(plugin_DATA)'; for p in $$list; do \
375
 
          f=$(am__strip_dir) \
376
 
          echo " rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
377
 
          rm -f "$(DESTDIR)$(plugindir)/$$f"; \
378
 
        done
 
395
        @list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 
396
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
397
        test -n "$$files" || exit 0; \
 
398
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
 
399
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files
379
400
tags: TAGS
380
401
TAGS:
381
402
 
399
420
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
400
421
          if test -d $$d/$$file; then \
401
422
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
423
            if test -d "$(distdir)/$$file"; then \
 
424
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
425
            fi; \
402
426
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
403
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
427
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
428
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
404
429
            fi; \
405
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
430
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
406
431
          else \
407
 
            test -f $(distdir)/$$file \
408
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
432
            test -f "$(distdir)/$$file" \
 
433
            || cp -p $$d/$$file "$(distdir)/$$file" \
409
434
            || exit 1; \
410
435
          fi; \
411
436
        done
437
462
 
438
463
distclean-generic:
439
464
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
465
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
440
466
 
441
467
maintainer-clean-generic:
442
468
        @echo "This command is intended for maintainers to use"
455
481
 
456
482
html: html-am
457
483
 
 
484
html-am:
 
485
 
458
486
info: info-am
459
487
 
460
488
info-am:
462
490
install-data-am: install-pluginDATA
463
491
        @$(NORMAL_INSTALL)
464
492
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
465
 
 
466
493
install-dvi: install-dvi-am
467
494
 
 
495
install-dvi-am:
 
496
 
468
497
install-exec-am:
469
498
 
470
499
install-html: install-html-am
471
500
 
 
501
install-html-am:
 
502
 
472
503
install-info: install-info-am
473
504
 
 
505
install-info-am:
 
506
 
474
507
install-man:
475
508
 
476
509
install-pdf: install-pdf-am
477
510
 
 
511
install-pdf-am:
 
512
 
478
513
install-ps: install-ps-am
479
514
 
 
515
install-ps-am:
 
516
 
480
517
installcheck-am:
481
518
 
482
519
maintainer-clean: maintainer-clean-am
522
559
 
523
560
install-data-hook:
524
561
        if [ -w $(DESTDIR)$(plugindir)/GalleryExport.addin.xml ] ; then rm -f $(DESTDIR)$(plugindir)/GalleryExport.addin.xml; fi
 
562
 
525
563
# Tell versions [3.59,3.63) of GNU make to not export all variables.
526
564
# Otherwise a system limit (for SysV at least) may be exceeded.
527
565
.NOEXPORT: