~ubuntu-branches/ubuntu/oneiric/gimp/oneiric-security

« back to all changes in this revision

Viewing changes to plug-ins/pygimp/plug-ins/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-02-26 19:10:31 UTC
  • mfrom: (1.1.22 upstream) (0.4.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100226191031-d11l96bebdllen1n
Tags: 2.6.8-2ubuntu1
* Merge with debian, remaining changes:
  + debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    - updated some strings for ubuntu
  + debian/rules:
    - updated translation templates
  + debian/control:
    - set Vcs-Bzr url

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.
17
18
 
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
48
50
mkinstalldirs = $(install_sh) -d
49
51
CONFIG_HEADER = $(top_builddir)/config.h
50
52
CONFIG_CLEAN_FILES =
 
53
CONFIG_CLEAN_VPATH_FILES =
 
54
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
55
am__vpath_adj = case $$p in \
 
56
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
57
    *) f=$$p;; \
 
58
  esac;
 
59
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
60
am__install_max = 40
 
61
am__nobase_strip_setup = \
 
62
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
63
am__nobase_strip = \
 
64
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
65
am__nobase_list = $(am__nobase_strip_setup); \
 
66
  for p in $$list; do echo "$$p $$p"; done | \
 
67
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
68
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
69
    if (++n[$$2] == $(am__install_max)) \
 
70
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
71
    END { for (dir in files) print dir, files[dir] }'
 
72
am__base_list = \
 
73
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
74
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
51
75
am__installdirs = "$(DESTDIR)$(pluginexecdir)" \
52
76
        "$(DESTDIR)$(pluginexecdir)"
53
 
pluginexecSCRIPT_INSTALL = $(INSTALL_SCRIPT)
54
77
SCRIPTS = $(pluginexec_SCRIPTS)
55
78
SOURCES =
56
79
DIST_SOURCES =
57
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
58
 
am__vpath_adj = case $$p in \
59
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
60
 
    *) f=$$p;; \
61
 
  esac;
62
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
63
 
pluginexecDATA_INSTALL = $(INSTALL_DATA)
64
80
DATA = $(pluginexec_DATA)
65
81
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
66
82
AA_LIBS = @AA_LIBS@
392
408
              exit 1;; \
393
409
          esac; \
394
410
        done; \
395
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plug-ins/pygimp/plug-ins/Makefile'; \
396
 
        cd $(top_srcdir) && \
397
 
          $(AUTOMAKE) --gnu  plug-ins/pygimp/plug-ins/Makefile
 
411
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/pygimp/plug-ins/Makefile'; \
 
412
        $(am__cd) $(top_srcdir) && \
 
413
          $(AUTOMAKE) --gnu plug-ins/pygimp/plug-ins/Makefile
398
414
.PRECIOUS: Makefile
399
415
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
400
416
        @case '$?' in \
412
428
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
413
429
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
414
430
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
431
$(am__aclocal_m4_deps):
415
432
install-pluginexecSCRIPTS: $(pluginexec_SCRIPTS)
416
433
        @$(NORMAL_INSTALL)
417
434
        test -z "$(pluginexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pluginexecdir)"
418
 
        @list='$(pluginexec_SCRIPTS)'; for p in $$list; do \
 
435
        @list='$(pluginexec_SCRIPTS)'; test -n "$(pluginexecdir)" || list=; \
 
436
        for p in $$list; do \
419
437
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
420
 
          if test -f $$d$$p; then \
421
 
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
422
 
            echo " $(pluginexecSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(pluginexecdir)/$$f'"; \
423
 
            $(pluginexecSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(pluginexecdir)/$$f"; \
424
 
          else :; fi; \
425
 
        done
 
438
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
 
439
        done | \
 
440
        sed -e 'p;s,.*/,,;n' \
 
441
            -e 'h;s|.*|.|' \
 
442
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
 
443
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
 
444
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
445
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
 
446
              if (++n[d] == $(am__install_max)) { \
 
447
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
 
448
            else { print "f", d "/" $$4, $$1 } } \
 
449
          END { for (d in files) print "f", d, files[d] }' | \
 
450
        while read type dir files; do \
 
451
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
452
             test -z "$$files" || { \
 
453
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(pluginexecdir)$$dir'"; \
 
454
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(pluginexecdir)$$dir" || exit $$?; \
 
455
             } \
 
456
        ; done
426
457
 
427
458
uninstall-pluginexecSCRIPTS:
428
459
        @$(NORMAL_UNINSTALL)
429
 
        @list='$(pluginexec_SCRIPTS)'; for p in $$list; do \
430
 
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
431
 
          echo " rm -f '$(DESTDIR)$(pluginexecdir)/$$f'"; \
432
 
          rm -f "$(DESTDIR)$(pluginexecdir)/$$f"; \
433
 
        done
 
460
        @list='$(pluginexec_SCRIPTS)'; test -n "$(pluginexecdir)" || exit 0; \
 
461
        files=`for p in $$list; do echo "$$p"; done | \
 
462
               sed -e 's,.*/,,;$(transform)'`; \
 
463
        test -n "$$list" || exit 0; \
 
464
        echo " ( cd '$(DESTDIR)$(pluginexecdir)' && rm -f" $$files ")"; \
 
465
        cd "$(DESTDIR)$(pluginexecdir)" && rm -f $$files
434
466
 
435
467
mostlyclean-libtool:
436
468
        -rm -f *.lo
440
472
install-pluginexecDATA: $(pluginexec_DATA)
441
473
        @$(NORMAL_INSTALL)
442
474
        test -z "$(pluginexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pluginexecdir)"
443
 
        @list='$(pluginexec_DATA)'; for p in $$list; do \
 
475
        @list='$(pluginexec_DATA)'; test -n "$(pluginexecdir)" || list=; \
 
476
        for p in $$list; do \
444
477
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
445
 
          f=$(am__strip_dir) \
446
 
          echo " $(pluginexecDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pluginexecdir)/$$f'"; \
447
 
          $(pluginexecDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pluginexecdir)/$$f"; \
 
478
          echo "$$d$$p"; \
 
479
        done | $(am__base_list) | \
 
480
        while read files; do \
 
481
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pluginexecdir)'"; \
 
482
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pluginexecdir)" || exit $$?; \
448
483
        done
449
484
 
450
485
uninstall-pluginexecDATA:
451
486
        @$(NORMAL_UNINSTALL)
452
 
        @list='$(pluginexec_DATA)'; for p in $$list; do \
453
 
          f=$(am__strip_dir) \
454
 
          echo " rm -f '$(DESTDIR)$(pluginexecdir)/$$f'"; \
455
 
          rm -f "$(DESTDIR)$(pluginexecdir)/$$f"; \
456
 
        done
 
487
        @list='$(pluginexec_DATA)'; test -n "$(pluginexecdir)" || list=; \
 
488
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
489
        test -n "$$files" || exit 0; \
 
490
        echo " ( cd '$(DESTDIR)$(pluginexecdir)' && rm -f" $$files ")"; \
 
491
        cd "$(DESTDIR)$(pluginexecdir)" && rm -f $$files
457
492
tags: TAGS
458
493
TAGS:
459
494
 
477
512
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
478
513
          if test -d $$d/$$file; then \
479
514
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
515
            if test -d "$(distdir)/$$file"; then \
 
516
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
517
            fi; \
480
518
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
481
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
519
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
520
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
482
521
            fi; \
483
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
522
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
484
523
          else \
485
 
            test -f $(distdir)/$$file \
486
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
524
            test -f "$(distdir)/$$file" \
 
525
            || cp -p $$d/$$file "$(distdir)/$$file" \
487
526
            || exit 1; \
488
527
          fi; \
489
528
        done
514
553
 
515
554
distclean-generic:
516
555
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
556
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
517
557
 
518
558
maintainer-clean-generic:
519
559
        @echo "This command is intended for maintainers to use"
532
572
 
533
573
html: html-am
534
574
 
 
575
html-am:
 
576
 
535
577
info: info-am
536
578
 
537
579
info-am:
540
582
 
541
583
install-dvi: install-dvi-am
542
584
 
 
585
install-dvi-am:
 
586
 
543
587
install-exec-am: install-pluginexecDATA install-pluginexecSCRIPTS
544
588
 
545
589
install-html: install-html-am
546
590
 
 
591
install-html-am:
 
592
 
547
593
install-info: install-info-am
548
594
 
 
595
install-info-am:
 
596
 
549
597
install-man:
550
598
 
551
599
install-pdf: install-pdf-am
552
600
 
 
601
install-pdf-am:
 
602
 
553
603
install-ps: install-ps-am
554
604
 
 
605
install-ps-am:
 
606
 
555
607
installcheck-am:
556
608
 
557
609
maintainer-clean: maintainer-clean-am
588
640
        uninstall uninstall-am uninstall-pluginexecDATA \
589
641
        uninstall-pluginexecSCRIPTS
590
642
 
 
643
 
591
644
# Tell versions [3.59,3.63) of GNU make to not export all variables.
592
645
# Otherwise a system limit (for SysV at least) may be exceeded.
593
646
.NOEXPORT: