~ubuntu-branches/ubuntu/lucid/gimp/lucid-proposed

« back to all changes in this revision

Viewing changes to plug-ins/help/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
50
52
mkinstalldirs = $(install_sh) -d
51
53
CONFIG_HEADER = $(top_builddir)/config.h
52
54
CONFIG_CLEAN_FILES =
 
55
CONFIG_CLEAN_VPATH_FILES =
53
56
LIBRARIES = $(noinst_LIBRARIES)
54
57
ARFLAGS = cru
55
58
libgimphelp_a_AR = $(AR) $(ARFLAGS)
59
62
        gimphelpprogress.$(OBJEXT)
60
63
libgimphelp_a_OBJECTS = $(am_libgimphelp_a_OBJECTS)
61
64
am__installdirs = "$(DESTDIR)$(libexecdir)"
62
 
libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
63
65
PROGRAMS = $(libexec_PROGRAMS) $(noinst_PROGRAMS)
64
66
am_gimp_help_lookup_OBJECTS = gimp-help-lookup.$(OBJEXT)
65
67
gimp_help_lookup_OBJECTS = $(am_gimp_help_lookup_OBJECTS)
76
78
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
77
79
depcomp = $(SHELL) $(top_srcdir)/depcomp
78
80
am__depfiles_maybe = depfiles
 
81
am__mv = mv -f
79
82
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
80
83
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
81
84
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
448
451
              exit 1;; \
449
452
          esac; \
450
453
        done; \
451
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plug-ins/help/Makefile'; \
452
 
        cd $(top_srcdir) && \
453
 
          $(AUTOMAKE) --gnu  plug-ins/help/Makefile
 
454
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/help/Makefile'; \
 
455
        $(am__cd) $(top_srcdir) && \
 
456
          $(AUTOMAKE) --gnu plug-ins/help/Makefile
454
457
.PRECIOUS: Makefile
455
458
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
456
459
        @case '$?' in \
468
471
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
469
472
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
470
473
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
474
$(am__aclocal_m4_deps):
471
475
 
472
476
clean-noinstLIBRARIES:
473
477
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
478
482
install-libexecPROGRAMS: $(libexec_PROGRAMS)
479
483
        @$(NORMAL_INSTALL)
480
484
        test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
481
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
482
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
483
 
          if test -f $$p \
484
 
             || test -f $$p1 \
485
 
          ; then \
486
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
487
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
488
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
489
 
          else :; fi; \
490
 
        done
 
485
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
486
        for p in $$list; do echo "$$p $$p"; done | \
 
487
        sed 's/$(EXEEXT)$$//' | \
 
488
        while read p p1; do if test -f $$p || test -f $$p1; \
 
489
          then echo "$$p"; echo "$$p"; else :; fi; \
 
490
        done | \
 
491
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
492
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
493
        sed 'N;N;N;s,\n, ,g' | \
 
494
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
495
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
496
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
497
            else { print "f", $$3 "/" $$4, $$1; } } \
 
498
          END { for (d in files) print "f", d, files[d] }' | \
 
499
        while read type dir files; do \
 
500
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
501
            test -z "$$files" || { \
 
502
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
 
503
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
 
504
            } \
 
505
        ; done
491
506
 
492
507
uninstall-libexecPROGRAMS:
493
508
        @$(NORMAL_UNINSTALL)
494
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
495
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
496
 
          echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
497
 
          rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
498
 
        done
 
509
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
510
        files=`for p in $$list; do echo "$$p"; done | \
 
511
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
512
              -e 's/$$/$(EXEEXT)/' `; \
 
513
        test -n "$$list" || exit 0; \
 
514
        echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
 
515
        cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
499
516
 
500
517
clean-libexecPROGRAMS:
501
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
502
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
503
 
          echo " rm -f $$p $$f"; \
504
 
          rm -f $$p $$f ; \
505
 
        done
 
518
        @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
 
519
        echo " rm -f" $$list; \
 
520
        rm -f $$list || exit $$?; \
 
521
        test -n "$(EXEEXT)" || exit 0; \
 
522
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
523
        echo " rm -f" $$list; \
 
524
        rm -f $$list
506
525
 
507
526
clean-noinstPROGRAMS:
508
 
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
509
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
510
 
          echo " rm -f $$p $$f"; \
511
 
          rm -f $$p $$f ; \
512
 
        done
 
527
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
528
        echo " rm -f" $$list; \
 
529
        rm -f $$list || exit $$?; \
 
530
        test -n "$(EXEEXT)" || exit 0; \
 
531
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
532
        echo " rm -f" $$list; \
 
533
        rm -f $$list
513
534
gimp-help-lookup$(EXEEXT): $(gimp_help_lookup_OBJECTS) $(gimp_help_lookup_DEPENDENCIES) 
514
535
        @rm -f gimp-help-lookup$(EXEEXT)
515
536
        $(LINK) $(gimp_help_lookup_OBJECTS) $(gimp_help_lookup_LDADD) $(LIBS)
533
554
 
534
555
.c.o:
535
556
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
536
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
557
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
537
558
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
538
559
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
539
560
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
540
561
 
541
562
.c.obj:
542
563
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
543
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
564
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
544
565
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
545
566
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
546
567
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
547
568
 
548
569
.c.lo:
549
570
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
550
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
571
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
551
572
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
552
573
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
553
574
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
570
591
 
571
592
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
572
593
                $(TAGS_FILES) $(LISP)
573
 
        tags=; \
 
594
        set x; \
574
595
        here=`pwd`; \
575
596
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
576
597
        unique=`for i in $$list; do \
578
599
          done | \
579
600
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
580
601
              END { if (nonempty) { for (i in files) print i; }; }'`; \
581
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
602
        shift; \
 
603
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
582
604
          test -n "$$unique" || unique=$$empty_fix; \
583
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
584
 
            $$tags $$unique; \
 
605
          if test $$# -gt 0; then \
 
606
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
607
              "$$@" $$unique; \
 
608
          else \
 
609
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
610
              $$unique; \
 
611
          fi; \
585
612
        fi
586
613
ctags: CTAGS
587
614
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
588
615
                $(TAGS_FILES) $(LISP)
589
 
        tags=; \
590
616
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
591
617
        unique=`for i in $$list; do \
592
618
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
593
619
          done | \
594
620
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
595
621
              END { if (nonempty) { for (i in files) print i; }; }'`; \
596
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
622
        test -z "$(CTAGS_ARGS)$$unique" \
597
623
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
598
 
             $$tags $$unique
 
624
             $$unique
599
625
 
600
626
GTAGS:
601
627
        here=`$(am__cd) $(top_builddir) && pwd` \
602
 
          && cd $(top_srcdir) \
603
 
          && gtags -i $(GTAGS_ARGS) $$here
 
628
          && $(am__cd) $(top_srcdir) \
 
629
          && gtags -i $(GTAGS_ARGS) "$$here"
604
630
 
605
631
distclean-tags:
606
632
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
621
647
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
622
648
          if test -d $$d/$$file; then \
623
649
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
650
            if test -d "$(distdir)/$$file"; then \
 
651
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
652
            fi; \
624
653
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
625
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
654
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
655
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
626
656
            fi; \
627
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
657
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
628
658
          else \
629
 
            test -f $(distdir)/$$file \
630
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
659
            test -f "$(distdir)/$$file" \
 
660
            || cp -p $$d/$$file "$(distdir)/$$file" \
631
661
            || exit 1; \
632
662
          fi; \
633
663
        done
658
688
 
659
689
distclean-generic:
660
690
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
691
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
661
692
 
662
693
maintainer-clean-generic:
663
694
        @echo "This command is intended for maintainers to use"
679
710
 
680
711
html: html-am
681
712
 
 
713
html-am:
 
714
 
682
715
info: info-am
683
716
 
684
717
info-am:
687
720
 
688
721
install-dvi: install-dvi-am
689
722
 
 
723
install-dvi-am:
 
724
 
690
725
install-exec-am: install-libexecPROGRAMS
691
726
 
692
727
install-html: install-html-am
693
728
 
 
729
install-html-am:
 
730
 
694
731
install-info: install-info-am
695
732
 
 
733
install-info-am:
 
734
 
696
735
install-man:
697
736
 
698
737
install-pdf: install-pdf-am
699
738
 
 
739
install-pdf-am:
 
740
 
700
741
install-ps: install-ps-am
701
742
 
 
743
install-ps-am:
 
744
 
702
745
installcheck-am:
703
746
 
704
747
maintainer-clean: maintainer-clean-am
738
781
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
739
782
        uninstall-am uninstall-libexecPROGRAMS
740
783
 
 
784
 
741
785
# Tell versions [3.59,3.63) of GNU make to not export all variables.
742
786
# Otherwise a system limit (for SysV at least) may be exceeded.
743
787
.NOEXPORT: