~ubuntu-branches/ubuntu/hardy/gedit/hardy-proposed

« back to all changes in this revision

Viewing changes to help/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-07-11 14:06:41 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20060711140641-9ale6eu5anm0iftf
Tags: upstream-2.15.4
ImportĀ upstreamĀ versionĀ 2.15.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
57
57
NORMAL_UNINSTALL = :
58
58
PRE_UNINSTALL = :
59
59
POST_UNINSTALL = :
 
60
build_triplet = @build@
60
61
host_triplet = @host@
61
62
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
62
63
        $(top_srcdir)/gnome-doc-utils.make ChangeLog
243
244
am__include = @am__include@
244
245
am__leading_dot = @am__leading_dot@
245
246
am__quote = @am__quote@
 
247
am__tar = @am__tar@
 
248
am__untar = @am__untar@
246
249
bindir = @bindir@
247
250
build = @build@
248
251
build_alias = @build_alias@
498
501
#     (which will cause the Makefiles to be regenerated when you run `make');
499
502
# (2) otherwise, pass the desired values on the `make' command line.
500
503
$(RECURSIVE_TARGETS):
501
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
504
        @failcom='exit 1'; \
 
505
        for f in x $$MAKEFLAGS; do \
 
506
          case $$f in \
 
507
            *=* | --[!k]*);; \
 
508
            *k*) failcom='fail=yes';; \
 
509
          esac; \
 
510
        done; \
502
511
        dot_seen=no; \
503
512
        target=`echo $@ | sed s/-recursive//`; \
504
513
        list='$(SUBDIRS)'; for subdir in $$list; do \
510
519
            local_target="$$target"; \
511
520
          fi; \
512
521
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
513
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
522
          || eval $$failcom; \
514
523
        done; \
515
524
        if test "$$dot_seen" = "no"; then \
516
525
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
518
527
 
519
528
mostlyclean-recursive clean-recursive distclean-recursive \
520
529
maintainer-clean-recursive:
521
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
530
        @failcom='exit 1'; \
 
531
        for f in x $$MAKEFLAGS; do \
 
532
          case $$f in \
 
533
            *=* | --[!k]*);; \
 
534
            *k*) failcom='fail=yes';; \
 
535
          esac; \
 
536
        done; \
522
537
        dot_seen=no; \
523
538
        case "$@" in \
524
539
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
539
554
            local_target="$$target"; \
540
555
          fi; \
541
556
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
542
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
557
          || eval $$failcom; \
543
558
        done && test -z "$$fail"
544
559
tags-recursive:
545
560
        list='$(SUBDIRS)'; for subdir in $$list; do \
639
654
            || exit 1; \
640
655
          fi; \
641
656
        done
642
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
657
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
643
658
          if test "$$subdir" = .; then :; else \
644
659
            test -d "$(distdir)/$$subdir" \
645
 
            || mkdir "$(distdir)/$$subdir" \
 
660
            || $(mkdir_p) "$(distdir)/$$subdir" \
646
661
            || exit 1; \
 
662
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
663
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
647
664
            (cd $$subdir && \
648
665
              $(MAKE) $(AM_MAKEFLAGS) \
649
 
                top_distdir="../$(top_distdir)" \
650
 
                distdir="../$(distdir)/$$subdir" \
 
666
                top_distdir="$$top_distdir" \
 
667
                distdir="$$distdir/$$subdir" \
651
668
                distdir) \
652
669
              || exit 1; \
653
670
          fi; \
679
696
clean-generic:
680
697
 
681
698
distclean-generic:
682
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
699
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
683
700
 
684
701
maintainer-clean-generic:
685
702
        @echo "This command is intended for maintainers to use"
737
754
 
738
755
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
739
756
        clean clean-generic clean-libtool clean-local clean-recursive \
740
 
        ctags ctags-recursive distclean distclean-generic \
 
757
        ctags ctags-recursive dist-hook distclean distclean-generic \
741
758
        distclean-libtool distclean-local distclean-recursive \
742
759
        distclean-tags distdir dvi dvi-am html html-am info info-am \
743
760
        install install-am install-data install-data-am \