~ubuntu-branches/ubuntu/lucid/gedit/lucid-updates

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-07-28 10:11:53 UTC
  • mfrom: (1.1.64 upstream)
  • Revision ID: james.westby@ubuntu.com-20090728101153-tx96qv2r25psmldd
Tags: 2.27.3-0ubuntu1
* New upstream release (LP: #405550)
  - Misc bugfixes

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.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
51
53
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
52
54
CONFIG_HEADER = config.h
53
55
CONFIG_CLEAN_FILES =
 
56
CONFIG_CLEAN_VPATH_FILES =
 
57
AM_V_GEN = $(am__v_GEN_$(V))
 
58
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
59
am__v_GEN_0 = @echo "  GEN   " $@;
 
60
AM_V_at = $(am__v_at_$(V))
 
61
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
62
am__v_at_0 = @
54
63
SOURCES =
55
64
DIST_SOURCES =
56
65
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
62
71
        ps-recursive uninstall-recursive
63
72
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
64
73
  distclean-recursive maintainer-clean-recursive
 
74
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
75
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
76
        distdir dist dist-all distcheck
65
77
ETAGS = etags
66
78
CTAGS = ctags
67
79
DIST_SUBDIRS = $(SUBDIRS)
69
81
distdir = $(PACKAGE)-$(VERSION)
70
82
top_distdir = $(distdir)
71
83
am__remove_distdir = \
72
 
  { test ! -d $(distdir) \
73
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
74
 
         && rm -fr $(distdir); }; }
 
84
  { test ! -d "$(distdir)" \
 
85
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
86
         && rm -fr "$(distdir)"; }; }
 
87
am__relativize = \
 
88
  dir0=`pwd`; \
 
89
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
90
  sed_rest='s,^[^/]*/*,,'; \
 
91
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
92
  sed_butlast='s,/*[^/]*$$,,'; \
 
93
  while test -n "$$dir1"; do \
 
94
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
95
    if test "$$first" != "."; then \
 
96
      if test "$$first" = ".."; then \
 
97
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
98
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
99
      else \
 
100
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
101
        if test "$$first2" = "$$first"; then \
 
102
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
103
        else \
 
104
          dir2="../$$dir2"; \
 
105
        fi; \
 
106
        dir0="$$dir0"/"$$first"; \
 
107
      fi; \
 
108
    fi; \
 
109
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
110
  done; \
 
111
  reldir="$$dir2"
75
112
GZIP_ENV = --best
76
113
DIST_ARCHIVES = $(distdir).tar.bz2
77
114
distcleancheck_listfiles = find . -type f -print
80
117
ACTIVE_PLUGINS = @ACTIVE_PLUGINS@
81
118
ALL_LINGUAS = @ALL_LINGUAS@
82
119
AMTAR = @AMTAR@
 
120
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
83
121
AR = @AR@
84
122
AUTOCONF = @AUTOCONF@
85
123
AUTOHEADER = @AUTOHEADER@
292
330
        intltool-merge          \
293
331
        intltool-update
294
332
 
 
333
MAINTAINERCLEANFILES = \
 
334
        aclocal.m4              \
 
335
        config.guess            \
 
336
        config.h.in             \
 
337
        config.sub              \
 
338
        depcomp                 \
 
339
        gtk-doc.make            \
 
340
        install-sh              \
 
341
        ltmain.sh               \
 
342
        missing                 \
 
343
        mkinstalldirs           \
 
344
        omf.make                \
 
345
        py-compile              \
 
346
        xmldocs.make            \
 
347
        m4/gnome-doc-utils.m4   \
 
348
        m4/gtk-doc.m4           \
 
349
        m4/intltool.m4          \
 
350
        m4/libtool.m4           \
 
351
        m4/ltoptions.m4         \
 
352
        m4/ltsugar.m4           \
 
353
        m4/ltversion.m4         \
 
354
        m4/lt~obsolete.m4       \
 
355
        `find "$(srcdir)" -type f -name Makefile.in -print`
 
356
 
295
357
CHANGELOG_START = GEDIT_2_26_1
296
358
all: config.h
297
359
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
303
365
        @for dep in $?; do \
304
366
          case '$(am__configure_deps)' in \
305
367
            *$$dep*) \
306
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
307
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
368
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
369
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
308
370
                && exit 0; \
309
371
              exit 1;; \
310
372
          esac; \
311
373
        done; \
312
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
313
 
        cd $(top_srcdir) && \
314
 
          $(AUTOMAKE) --gnu  Makefile
 
374
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
375
        $(am__cd) $(top_srcdir) && \
 
376
          $(AUTOMAKE) --gnu Makefile
315
377
.PRECIOUS: Makefile
316
378
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
317
379
        @case '$?' in \
327
389
        $(SHELL) ./config.status --recheck
328
390
 
329
391
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
330
 
        cd $(srcdir) && $(AUTOCONF)
 
392
        $(am__cd) $(srcdir) && $(AUTOCONF)
331
393
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
332
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
394
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
395
$(am__aclocal_m4_deps):
333
396
 
334
397
config.h: stamp-h1
335
398
        @if test ! -f $@; then \
341
404
        @rm -f stamp-h1
342
405
        cd $(top_builddir) && $(SHELL) ./config.status config.h
343
406
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
344
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
407
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
345
408
        rm -f stamp-h1
346
409
        touch $@
347
410
 
381
444
          else \
382
445
            local_target="$$target"; \
383
446
          fi; \
384
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
447
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
385
448
          || eval $$failcom; \
386
449
        done; \
387
450
        if test "$$dot_seen" = "no"; then \
415
478
          else \
416
479
            local_target="$$target"; \
417
480
          fi; \
418
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
481
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
419
482
          || eval $$failcom; \
420
483
        done && test -z "$$fail"
421
484
tags-recursive:
422
485
        list='$(SUBDIRS)'; for subdir in $$list; do \
423
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
486
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
424
487
        done
425
488
ctags-recursive:
426
489
        list='$(SUBDIRS)'; for subdir in $$list; do \
427
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
490
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
428
491
        done
429
492
 
430
493
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
439
502
 
440
503
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
441
504
                $(TAGS_FILES) $(LISP)
442
 
        tags=; \
 
505
        set x; \
443
506
        here=`pwd`; \
444
507
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
445
508
          include_option=--etags-include; \
451
514
        list='$(SUBDIRS)'; for subdir in $$list; do \
452
515
          if test "$$subdir" = .; then :; else \
453
516
            test ! -f $$subdir/TAGS || \
454
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
517
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
455
518
          fi; \
456
519
        done; \
457
520
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
460
523
          done | \
461
524
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
462
525
              END { if (nonempty) { for (i in files) print i; }; }'`; \
463
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
526
        shift; \
 
527
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
464
528
          test -n "$$unique" || unique=$$empty_fix; \
465
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
466
 
            $$tags $$unique; \
 
529
          if test $$# -gt 0; then \
 
530
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
531
              "$$@" $$unique; \
 
532
          else \
 
533
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
534
              $$unique; \
 
535
          fi; \
467
536
        fi
468
537
ctags: CTAGS
469
538
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
470
539
                $(TAGS_FILES) $(LISP)
471
 
        tags=; \
472
540
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
473
541
        unique=`for i in $$list; do \
474
542
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
475
543
          done | \
476
544
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
477
545
              END { if (nonempty) { for (i in files) print i; }; }'`; \
478
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
546
        test -z "$(CTAGS_ARGS)$$unique" \
479
547
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
480
 
             $$tags $$unique
 
548
             $$unique
481
549
 
482
550
GTAGS:
483
551
        here=`$(am__cd) $(top_builddir) && pwd` \
484
 
          && cd $(top_srcdir) \
485
 
          && gtags -i $(GTAGS_ARGS) $$here
 
552
          && $(am__cd) $(top_srcdir) \
 
553
          && gtags -i $(GTAGS_ARGS) "$$here"
486
554
 
487
555
distclean-tags:
488
556
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
489
557
 
490
558
distdir: $(DISTFILES)
491
559
        $(am__remove_distdir)
492
 
        test -d $(distdir) || mkdir $(distdir)
 
560
        test -d "$(distdir)" || mkdir "$(distdir)"
493
561
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
494
562
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
495
563
        list='$(DISTFILES)'; \
505
573
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
506
574
          if test -d $$d/$$file; then \
507
575
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
576
            if test -d "$(distdir)/$$file"; then \
 
577
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
578
            fi; \
508
579
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
509
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
580
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
581
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
510
582
            fi; \
511
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
583
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
512
584
          else \
513
 
            test -f $(distdir)/$$file \
514
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
585
            test -f "$(distdir)/$$file" \
 
586
            || cp -p $$d/$$file "$(distdir)/$$file" \
515
587
            || exit 1; \
516
588
          fi; \
517
589
        done
518
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
590
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
519
591
          if test "$$subdir" = .; then :; else \
520
592
            test -d "$(distdir)/$$subdir" \
521
593
            || $(MKDIR_P) "$(distdir)/$$subdir" \
522
594
            || exit 1; \
523
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
524
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
525
 
            (cd $$subdir && \
 
595
          fi; \
 
596
        done
 
597
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
598
          if test "$$subdir" = .; then :; else \
 
599
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
600
            $(am__relativize); \
 
601
            new_distdir=$$reldir; \
 
602
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
603
            $(am__relativize); \
 
604
            new_top_distdir=$$reldir; \
 
605
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
606
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
607
            ($(am__cd) $$subdir && \
526
608
              $(MAKE) $(AM_MAKEFLAGS) \
527
 
                top_distdir="$$top_distdir" \
528
 
                distdir="$$distdir/$$subdir" \
 
609
                top_distdir="$$new_top_distdir" \
 
610
                distdir="$$new_distdir" \
529
611
                am__remove_distdir=: \
530
612
                am__skip_length_check=: \
 
613
                am__skip_mode_fix=: \
531
614
                distdir) \
532
615
              || exit 1; \
533
616
          fi; \
535
618
        $(MAKE) $(AM_MAKEFLAGS) \
536
619
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
537
620
          dist-hook
538
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
621
        -test -n "$(am__skip_mode_fix)" \
 
622
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
539
623
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
540
624
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
541
625
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
542
 
        || chmod -R a+r $(distdir)
 
626
        || chmod -R a+r "$(distdir)"
543
627
dist-gzip: distdir
544
628
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
545
629
        $(am__remove_distdir)
551
635
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
552
636
        $(am__remove_distdir)
553
637
 
 
638
dist-xz: distdir
 
639
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
640
        $(am__remove_distdir)
 
641
 
554
642
dist-tarZ: distdir
555
643
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
556
644
        $(am__remove_distdir)
579
667
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
580
668
        *.tar.lzma*) \
581
669
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
670
        *.tar.xz*) \
 
671
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
582
672
        *.tar.Z*) \
583
673
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
584
674
        *.shar.gz*) \
590
680
        mkdir $(distdir)/_build
591
681
        mkdir $(distdir)/_inst
592
682
        chmod a-w $(distdir)
 
683
        test -d $(distdir)/_build || exit 0; \
593
684
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
594
685
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
595
 
          && cd $(distdir)/_build \
 
686
          && am__cwd=`pwd` \
 
687
          && $(am__cd) $(distdir)/_build \
596
688
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
597
689
            $(DISTCHECK_CONFIGURE_FLAGS) \
598
690
          && $(MAKE) $(AM_MAKEFLAGS) \
614
706
          && rm -rf "$$dc_destdir" \
615
707
          && $(MAKE) $(AM_MAKEFLAGS) dist \
616
708
          && rm -rf $(DIST_ARCHIVES) \
617
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
709
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
710
          && cd "$$am__cwd" \
 
711
          || exit 1
618
712
        $(am__remove_distdir)
619
713
        @(echo "$(distdir) archives ready for distribution: "; \
620
714
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
621
715
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
622
716
distuninstallcheck:
623
 
        @cd $(distuninstallcheck_dir) \
 
717
        @$(am__cd) '$(distuninstallcheck_dir)' \
624
718
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
625
719
           || { echo "ERROR: files left after uninstall:" ; \
626
720
                if test -n "$(DESTDIR)"; then \
662
756
 
663
757
distclean-generic:
664
758
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
759
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
665
760
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
666
761
 
667
762
maintainer-clean-generic:
668
763
        @echo "This command is intended for maintainers to use"
669
764
        @echo "it deletes files that may require special tools to rebuild."
 
765
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
670
766
clean: clean-recursive
671
767
 
672
768
clean-am: clean-generic clean-libtool mostlyclean-am
683
779
 
684
780
html: html-recursive
685
781
 
 
782
html-am:
 
783
 
686
784
info: info-recursive
687
785
 
688
786
info-am:
691
789
 
692
790
install-dvi: install-dvi-recursive
693
791
 
 
792
install-dvi-am:
 
793
 
694
794
install-exec-am:
695
795
 
696
796
install-html: install-html-recursive
697
797
 
 
798
install-html-am:
 
799
 
698
800
install-info: install-info-recursive
699
801
 
 
802
install-info-am:
 
803
 
700
804
install-man:
701
805
 
702
806
install-pdf: install-pdf-recursive
703
807
 
 
808
install-pdf-am:
 
809
 
704
810
install-ps: install-ps-recursive
705
811
 
 
812
install-ps-am:
 
813
 
706
814
installcheck-am:
707
815
 
708
816
maintainer-clean: maintainer-clean-recursive
725
833
 
726
834
uninstall-am:
727
835
 
728
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
729
 
        install-strip
 
836
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
837
        ctags-recursive install-am install-strip tags-recursive
730
838
 
731
839
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
732
840
        all all-am am--refresh check check-am clean clean-generic \
733
841
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
734
 
        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip \
735
 
        distcheck distclean distclean-generic distclean-hdr \
 
842
        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
 
843
        dist-zip distcheck distclean distclean-generic distclean-hdr \
736
844
        distclean-libtool distclean-tags distcleancheck distdir \
737
845
        distuninstallcheck dvi dvi-am html html-am info info-am \
738
846
        install install-am install-data install-data-am install-dvi \
760
868
        fi
761
869
 
762
870
-include $(top_srcdir)/git.mk
 
871
 
763
872
# Tell versions [3.59,3.63) of GNU make to not export all variables.
764
873
# Otherwise a system limit (for SysV at least) may be exceeded.
765
874
.NOEXPORT: