~ubuntu-branches/ubuntu/maverick/gimp/maverick-proposed

« back to all changes in this revision

Viewing changes to plug-ins/help-browser/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.
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
48
50
mkinstalldirs = $(install_sh) -d
49
51
CONFIG_HEADER = $(top_builddir)/config.h
50
52
CONFIG_CLEAN_FILES =
 
53
CONFIG_CLEAN_VPATH_FILES =
51
54
am__installdirs = "$(DESTDIR)$(libexecdir)"
52
 
libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
53
55
PROGRAMS = $(libexec_PROGRAMS)
54
56
am_help_browser_OBJECTS = gimpthrobber.$(OBJEXT) \
55
57
        gimpthrobberaction.$(OBJEXT) help-browser.$(OBJEXT) \
65
67
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
66
68
depcomp = $(SHELL) $(top_srcdir)/depcomp
67
69
am__depfiles_maybe = depfiles
 
70
am__mv = mv -f
68
71
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
69
72
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
70
73
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
428
431
              exit 1;; \
429
432
          esac; \
430
433
        done; \
431
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plug-ins/help-browser/Makefile'; \
432
 
        cd $(top_srcdir) && \
433
 
          $(AUTOMAKE) --gnu  plug-ins/help-browser/Makefile
 
434
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/help-browser/Makefile'; \
 
435
        $(am__cd) $(top_srcdir) && \
 
436
          $(AUTOMAKE) --gnu plug-ins/help-browser/Makefile
434
437
.PRECIOUS: Makefile
435
438
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
436
439
        @case '$?' in \
448
451
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
449
452
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
450
453
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
454
$(am__aclocal_m4_deps):
451
455
install-libexecPROGRAMS: $(libexec_PROGRAMS)
452
456
        @$(NORMAL_INSTALL)
453
457
        test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
454
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
455
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
456
 
          if test -f $$p \
457
 
             || test -f $$p1 \
458
 
          ; then \
459
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
460
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
461
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
462
 
          else :; fi; \
463
 
        done
 
458
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
459
        for p in $$list; do echo "$$p $$p"; done | \
 
460
        sed 's/$(EXEEXT)$$//' | \
 
461
        while read p p1; do if test -f $$p || test -f $$p1; \
 
462
          then echo "$$p"; echo "$$p"; else :; fi; \
 
463
        done | \
 
464
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
465
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
466
        sed 'N;N;N;s,\n, ,g' | \
 
467
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
468
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
469
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
470
            else { print "f", $$3 "/" $$4, $$1; } } \
 
471
          END { for (d in files) print "f", d, files[d] }' | \
 
472
        while read type dir files; do \
 
473
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
474
            test -z "$$files" || { \
 
475
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
 
476
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
 
477
            } \
 
478
        ; done
464
479
 
465
480
uninstall-libexecPROGRAMS:
466
481
        @$(NORMAL_UNINSTALL)
467
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
468
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
469
 
          echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
470
 
          rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
471
 
        done
 
482
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
483
        files=`for p in $$list; do echo "$$p"; done | \
 
484
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
485
              -e 's/$$/$(EXEEXT)/' `; \
 
486
        test -n "$$list" || exit 0; \
 
487
        echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
 
488
        cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
472
489
 
473
490
clean-libexecPROGRAMS:
474
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
475
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
476
 
          echo " rm -f $$p $$f"; \
477
 
          rm -f $$p $$f ; \
478
 
        done
 
491
        @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
 
492
        echo " rm -f" $$list; \
 
493
        rm -f $$list || exit $$?; \
 
494
        test -n "$(EXEEXT)" || exit 0; \
 
495
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
496
        echo " rm -f" $$list; \
 
497
        rm -f $$list
479
498
help-browser$(EXEEXT): $(help_browser_OBJECTS) $(help_browser_DEPENDENCIES) 
480
499
        @rm -f help-browser$(EXEEXT)
481
500
        $(LINK) $(help_browser_OBJECTS) $(help_browser_LDADD) $(LIBS)
494
513
 
495
514
.c.o:
496
515
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
497
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
516
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
498
517
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
499
518
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
500
519
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
501
520
 
502
521
.c.obj:
503
522
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
504
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
523
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
505
524
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
506
525
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
507
526
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
508
527
 
509
528
.c.lo:
510
529
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
511
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
530
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
512
531
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
513
532
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
514
533
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
531
550
 
532
551
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
533
552
                $(TAGS_FILES) $(LISP)
534
 
        tags=; \
 
553
        set x; \
535
554
        here=`pwd`; \
536
555
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
537
556
        unique=`for i in $$list; do \
539
558
          done | \
540
559
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
541
560
              END { if (nonempty) { for (i in files) print i; }; }'`; \
542
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
561
        shift; \
 
562
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
543
563
          test -n "$$unique" || unique=$$empty_fix; \
544
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
545
 
            $$tags $$unique; \
 
564
          if test $$# -gt 0; then \
 
565
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
566
              "$$@" $$unique; \
 
567
          else \
 
568
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
569
              $$unique; \
 
570
          fi; \
546
571
        fi
547
572
ctags: CTAGS
548
573
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
549
574
                $(TAGS_FILES) $(LISP)
550
 
        tags=; \
551
575
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
552
576
        unique=`for i in $$list; do \
553
577
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
554
578
          done | \
555
579
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
556
580
              END { if (nonempty) { for (i in files) print i; }; }'`; \
557
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
581
        test -z "$(CTAGS_ARGS)$$unique" \
558
582
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
559
 
             $$tags $$unique
 
583
             $$unique
560
584
 
561
585
GTAGS:
562
586
        here=`$(am__cd) $(top_builddir) && pwd` \
563
 
          && cd $(top_srcdir) \
564
 
          && gtags -i $(GTAGS_ARGS) $$here
 
587
          && $(am__cd) $(top_srcdir) \
 
588
          && gtags -i $(GTAGS_ARGS) "$$here"
565
589
 
566
590
distclean-tags:
567
591
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
582
606
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
583
607
          if test -d $$d/$$file; then \
584
608
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
609
            if test -d "$(distdir)/$$file"; then \
 
610
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
611
            fi; \
585
612
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
586
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
613
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
614
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
587
615
            fi; \
588
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
616
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
589
617
          else \
590
 
            test -f $(distdir)/$$file \
591
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
618
            test -f "$(distdir)/$$file" \
 
619
            || cp -p $$d/$$file "$(distdir)/$$file" \
592
620
            || exit 1; \
593
621
          fi; \
594
622
        done
619
647
 
620
648
distclean-generic:
621
649
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
650
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
622
651
 
623
652
maintainer-clean-generic:
624
653
        @echo "This command is intended for maintainers to use"
640
669
 
641
670
html: html-am
642
671
 
 
672
html-am:
 
673
 
643
674
info: info-am
644
675
 
645
676
info-am:
648
679
 
649
680
install-dvi: install-dvi-am
650
681
 
 
682
install-dvi-am:
 
683
 
651
684
install-exec-am: install-libexecPROGRAMS
652
685
 
653
686
install-html: install-html-am
654
687
 
 
688
install-html-am:
 
689
 
655
690
install-info: install-info-am
656
691
 
 
692
install-info-am:
 
693
 
657
694
install-man:
658
695
 
659
696
install-pdf: install-pdf-am
660
697
 
 
698
install-pdf-am:
 
699
 
661
700
install-ps: install-ps-am
662
701
 
 
702
install-ps-am:
 
703
 
663
704
installcheck-am:
664
705
 
665
706
maintainer-clean: maintainer-clean-am
698
739
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
699
740
        tags uninstall uninstall-am uninstall-libexecPROGRAMS
700
741
 
 
742
 
701
743
# Tell versions [3.59,3.63) of GNU make to not export all variables.
702
744
# Otherwise a system limit (for SysV at least) may be exceeded.
703
745
.NOEXPORT: