~ubuntu-branches/debian/sid/banshee/sid

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2011-03-26 00:48:41 UTC
  • mfrom: (1.4.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110326004841-34nwc0jl9d09r8hc
Tags: 1.9.6-1
* [3b75d9a] Fix wrong comparison of yes vs y for gio-hardware (LP: #736631)
* [9a41f05] New upstream release:
  + Enhancements:
    - Rename banshee-1 to banshee in preparation for 2.0
    - AmazonMp3.Store: amazon.ca support
    - MiroGuide: Handle Listen links from front page
    - Dap: Add support for Sharp IS01 (bgo#645361)
    - Playlists: Recognize m3u playlists without header (bgo#645351)
    - LibraryWatcher: Guard against watching incorrect dirs (bgo#633309)
    - MassStorage: Support Sirius Alpha Android phone (bgo#643960)
    - WebOSDevice: Support playlists (bgo#641486)
    - Windows: Auto-update functionality (bgo#641960)
  + Notable Bugs Fixed (26 fixed since 1.9.5):
    - MiroGuide: Properly escape search query strings
    - AmazonMp3.Store: Fix search query escaping
    - bgo#623183: DatabaseTrackInfo: Fix rating update on current track
    - bgo#637717: audio-profiles: fix duration for CBR lame profile
      (LP: #700684)
    - bgo#614192: GStreamer: Fix inappropriate repeating
    - bgo#643782: Mpris: Distinguish between music and video playlists
    - bgo#641515: Workaround X BadMatch crash (LP: #725316)
    - bgo#619609: Metadata: Do not fetch covers for unknown albums/artists
    - bgo#631012: Audiobook: Fix crash when switch to playlist
    - bgo#628087: Handle setting SearchEntry.Query to nullb
    - bgo#602145: InternetRadio: Clear playback errors when playing
      (LP: #423622)
    - bgo#635951: Fix skipping removed/deleted tracks
* [b5f2f21] Handle banshee-1 rename back to banshee
* [07f8bb8] Refresh 06_add-meego-desktop-file.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 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
78
80
mkinstalldirs = $(install_sh) -d
79
81
CONFIG_HEADER = $(top_builddir)/config.h
80
82
CONFIG_CLEAN_FILES = AssemblyInfo.cs
 
83
CONFIG_CLEAN_VPATH_FILES =
81
84
SOURCES =
82
85
DIST_SOURCES =
83
86
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
89
92
        ps-recursive uninstall-recursive
90
93
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
91
94
  distclean-recursive maintainer-clean-recursive
 
95
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
96
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
97
        distdir
92
98
ETAGS = etags
93
99
CTAGS = ctags
94
100
DIST_SUBDIRS = $(SUBDIRS)
95
101
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
102
am__relativize = \
 
103
  dir0=`pwd`; \
 
104
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
105
  sed_rest='s,^[^/]*/*,,'; \
 
106
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
107
  sed_butlast='s,/*[^/]*$$,,'; \
 
108
  while test -n "$$dir1"; do \
 
109
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
110
    if test "$$first" != "."; then \
 
111
      if test "$$first" = ".."; then \
 
112
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
113
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
114
      else \
 
115
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
116
        if test "$$first2" = "$$first"; then \
 
117
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
118
        else \
 
119
          dir2="../$$dir2"; \
 
120
        fi; \
 
121
        dir0="$$dir0"/"$$first"; \
 
122
      fi; \
 
123
    fi; \
 
124
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
125
  done; \
 
126
  reldir="$$dir2"
96
127
ACLOCAL = @ACLOCAL@
97
128
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
98
129
ALL_LINGUAS = @ALL_LINGUAS@
133
164
DEPDIR = @DEPDIR@
134
165
DISPLAY_VERSION = @DISPLAY_VERSION@
135
166
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
167
DLLTOOL = @DLLTOOL@
136
168
DOCDIR = @DOCDIR@
137
169
DOC_USER_FORMATS = @DOC_USER_FORMATS@
138
170
DSYMUTIL = @DSYMUTIL@
216
248
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
217
249
INSTOBJEXT = @INSTOBJEXT@
218
250
INTLLIBS = @INTLLIBS@
219
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
220
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
221
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
222
251
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
223
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
224
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
225
252
INTLTOOL_MERGE = @INTLTOOL_MERGE@
226
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
227
253
INTLTOOL_PERL = @INTLTOOL_PERL@
228
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
229
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
230
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
231
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
232
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
233
 
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
234
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
235
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
236
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
237
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
238
254
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
239
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
240
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
241
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
242
255
IPODSHARP_ASSEMBLIES = @IPODSHARP_ASSEMBLIES@
243
256
IPODSHARP_CFLAGS = @IPODSHARP_CFLAGS@
244
257
IPODSHARP_LIBS = @IPODSHARP_LIBS@
268
281
MAINT = @MAINT@
269
282
MAKEFLAGS = @MAKEFLAGS@
270
283
MAKEINFO = @MAKEINFO@
 
284
MANIFEST_TOOL = @MANIFEST_TOOL@
271
285
MCS = @MCS@
272
286
MDASSEMBLER = @MDASSEMBLER@
273
287
MEEGO_PANEL_CFLAGS = @MEEGO_PANEL_CFLAGS@
274
288
MEEGO_PANEL_LIBS = @MEEGO_PANEL_LIBS@
275
289
MKDIR_P = @MKDIR_P@
 
290
MKINSTALLDIRS = @MKINSTALLDIRS@
276
291
MONO = @MONO@
277
292
MONODOCER = @MONODOCER@
278
293
MONOMAC_ASSEMBLIES = @MONOMAC_ASSEMBLIES@
317
332
PACKAGE_NAME = @PACKAGE_NAME@
318
333
PACKAGE_STRING = @PACKAGE_STRING@
319
334
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
335
PACKAGE_URL = @PACKAGE_URL@
320
336
PACKAGE_VERSION = @PACKAGE_VERSION@
321
337
PATH_SEPARATOR = @PATH_SEPARATOR@
322
338
PKG_CONFIG = @PKG_CONFIG@
 
339
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
340
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
323
341
POFILES = @POFILES@
324
342
POSUB = @POSUB@
325
343
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
347
365
abs_srcdir = @abs_srcdir@
348
366
abs_top_builddir = @abs_top_builddir@
349
367
abs_top_srcdir = @abs_top_srcdir@
 
368
ac_ct_AR = @ac_ct_AR@
350
369
ac_ct_CC = @ac_ct_CC@
351
370
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
352
371
am__include = @am__include@
382
401
libexecdir = @libexecdir@
383
402
localedir = @localedir@
384
403
localstatedir = @localstatedir@
385
 
lt_ECHO = @lt_ECHO@
386
404
mandir = @mandir@
387
405
mkdir_p = @mkdir_p@
388
406
oldincludedir = @oldincludedir@
417
435
        @for dep in $?; do \
418
436
          case '$(am__configure_deps)' in \
419
437
            *$$dep*) \
420
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
421
 
                && exit 0; \
 
438
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
439
                && { if test -f $@; then exit 0; else break; fi; }; \
422
440
              exit 1;; \
423
441
          esac; \
424
442
        done; \
425
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
426
 
        cd $(top_srcdir) && \
427
 
          $(AUTOMAKE) --foreign  src/Makefile
 
443
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
 
444
        $(am__cd) $(top_srcdir) && \
 
445
          $(AUTOMAKE) --foreign src/Makefile
428
446
.PRECIOUS: Makefile
429
447
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
430
448
        @case '$?' in \
442
460
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
443
461
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
444
462
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
463
$(am__aclocal_m4_deps):
445
464
AssemblyInfo.cs: $(top_builddir)/config.status $(srcdir)/AssemblyInfo.cs.in
446
465
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
447
466
 
458
477
#     (which will cause the Makefiles to be regenerated when you run `make');
459
478
# (2) otherwise, pass the desired values on the `make' command line.
460
479
$(RECURSIVE_TARGETS):
461
 
        @failcom='exit 1'; \
 
480
        @fail= failcom='exit 1'; \
462
481
        for f in x $$MAKEFLAGS; do \
463
482
          case $$f in \
464
483
            *=* | --[!k]*);; \
475
494
          else \
476
495
            local_target="$$target"; \
477
496
          fi; \
478
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
497
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
479
498
          || eval $$failcom; \
480
499
        done; \
481
500
        if test "$$dot_seen" = "no"; then \
483
502
        fi; test -z "$$fail"
484
503
 
485
504
$(RECURSIVE_CLEAN_TARGETS):
486
 
        @failcom='exit 1'; \
 
505
        @fail= failcom='exit 1'; \
487
506
        for f in x $$MAKEFLAGS; do \
488
507
          case $$f in \
489
508
            *=* | --[!k]*);; \
509
528
          else \
510
529
            local_target="$$target"; \
511
530
          fi; \
512
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
531
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
513
532
          || eval $$failcom; \
514
533
        done && test -z "$$fail"
515
534
tags-recursive:
516
535
        list='$(SUBDIRS)'; for subdir in $$list; do \
517
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
536
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
518
537
        done
519
538
ctags-recursive:
520
539
        list='$(SUBDIRS)'; for subdir in $$list; do \
521
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
540
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
522
541
        done
523
542
 
524
543
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
526
545
        unique=`for i in $$list; do \
527
546
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
528
547
          done | \
529
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
548
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
530
549
              END { if (nonempty) { for (i in files) print i; }; }'`; \
531
550
        mkid -fID $$unique
532
551
tags: TAGS
533
552
 
534
553
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
535
554
                $(TAGS_FILES) $(LISP)
536
 
        tags=; \
 
555
        set x; \
537
556
        here=`pwd`; \
538
557
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
539
558
          include_option=--etags-include; \
545
564
        list='$(SUBDIRS)'; for subdir in $$list; do \
546
565
          if test "$$subdir" = .; then :; else \
547
566
            test ! -f $$subdir/TAGS || \
548
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
567
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
549
568
          fi; \
550
569
        done; \
551
570
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
554
573
          done | \
555
574
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
556
575
              END { if (nonempty) { for (i in files) print i; }; }'`; \
557
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
576
        shift; \
 
577
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
558
578
          test -n "$$unique" || unique=$$empty_fix; \
559
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
560
 
            $$tags $$unique; \
 
579
          if test $$# -gt 0; then \
 
580
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
581
              "$$@" $$unique; \
 
582
          else \
 
583
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
584
              $$unique; \
 
585
          fi; \
561
586
        fi
562
587
ctags: CTAGS
563
588
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
564
589
                $(TAGS_FILES) $(LISP)
565
 
        tags=; \
566
590
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
567
591
        unique=`for i in $$list; do \
568
592
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
569
593
          done | \
570
594
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
571
595
              END { if (nonempty) { for (i in files) print i; }; }'`; \
572
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
596
        test -z "$(CTAGS_ARGS)$$unique" \
573
597
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
574
 
             $$tags $$unique
 
598
             $$unique
575
599
 
576
600
GTAGS:
577
601
        here=`$(am__cd) $(top_builddir) && pwd` \
578
 
          && cd $(top_srcdir) \
579
 
          && gtags -i $(GTAGS_ARGS) $$here
 
602
          && $(am__cd) $(top_srcdir) \
 
603
          && gtags -i $(GTAGS_ARGS) "$$here"
580
604
 
581
605
distclean-tags:
582
606
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
597
621
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
598
622
          if test -d $$d/$$file; then \
599
623
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
624
            if test -d "$(distdir)/$$file"; then \
 
625
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
626
            fi; \
600
627
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
601
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
628
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
629
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
602
630
            fi; \
603
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
631
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
604
632
          else \
605
 
            test -f $(distdir)/$$file \
606
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
633
            test -f "$(distdir)/$$file" \
 
634
            || cp -p $$d/$$file "$(distdir)/$$file" \
607
635
            || exit 1; \
608
636
          fi; \
609
637
        done
610
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
638
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
611
639
          if test "$$subdir" = .; then :; else \
612
640
            test -d "$(distdir)/$$subdir" \
613
641
            || $(MKDIR_P) "$(distdir)/$$subdir" \
614
642
            || exit 1; \
615
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
616
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
617
 
            (cd $$subdir && \
 
643
          fi; \
 
644
        done
 
645
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
646
          if test "$$subdir" = .; then :; else \
 
647
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
648
            $(am__relativize); \
 
649
            new_distdir=$$reldir; \
 
650
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
651
            $(am__relativize); \
 
652
            new_top_distdir=$$reldir; \
 
653
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
654
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
655
            ($(am__cd) $$subdir && \
618
656
              $(MAKE) $(AM_MAKEFLAGS) \
619
 
                top_distdir="$$top_distdir" \
620
 
                distdir="$$distdir/$$subdir" \
 
657
                top_distdir="$$new_top_distdir" \
 
658
                distdir="$$new_distdir" \
621
659
                am__remove_distdir=: \
622
660
                am__skip_length_check=: \
 
661
                am__skip_mode_fix=: \
623
662
                distdir) \
624
663
              || exit 1; \
625
664
          fi; \
649
688
 
650
689
distclean-generic:
651
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)
652
692
 
653
693
maintainer-clean-generic:
654
694
        @echo "This command is intended for maintainers to use"
668
708
 
669
709
html: html-recursive
670
710
 
 
711
html-am:
 
712
 
671
713
info: info-recursive
672
714
 
673
715
info-am:
676
718
 
677
719
install-dvi: install-dvi-recursive
678
720
 
 
721
install-dvi-am:
 
722
 
679
723
install-exec-am:
680
724
 
681
725
install-html: install-html-recursive
682
726
 
 
727
install-html-am:
 
728
 
683
729
install-info: install-info-recursive
684
730
 
 
731
install-info-am:
 
732
 
685
733
install-man:
686
734
 
687
735
install-pdf: install-pdf-recursive
688
736
 
 
737
install-pdf-am:
 
738
 
689
739
install-ps: install-ps-recursive
690
740
 
 
741
install-ps-am:
 
742
 
691
743
installcheck-am:
692
744
 
693
745
maintainer-clean: maintainer-clean-recursive
708
760
 
709
761
uninstall-am:
710
762
 
711
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
712
 
        install-strip
 
763
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
764
        install-am install-strip tags-recursive
713
765
 
714
766
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
715
767
        all all-am check check-am clean clean-generic clean-libtool \
730
782
        @pushd $(top_builddir); \
731
783
        make run; \
732
784
        popd;
 
785
 
733
786
# Tell versions [3.59,3.63) of GNU make to not export all variables.
734
787
# Otherwise a system limit (for SysV at least) may be exceeded.
735
788
.NOEXPORT: