~ubuntu-branches/ubuntu/vivid/banshee-community-extensions/vivid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-09-18 03:35:36 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100918033536-b2q2ut7xkk3g90rl
Tags: 1.7.6-0ubuntu1
* New upstream release
  + Enhancements:
    - [Lyrics] Add a Copy button to the lyrics window
    - [Lyrics] Fix up the label in LyricsPane
    - [Lyrics] Use Banshee.WebBrowser instead of webkit-sharp
  + Bugs Fixed:
    - [build] Bring gnome-doc-utils autofoo into the tree
    - [Lyrics] Detect a false positive from lyricsplugin.com
    - [Lyrics] Fixed LyricsWiki source
    - [U1MS] Set a TypeUniqueId for the source (bgo#626965)
* Change section from gnome to sound
* Imported Upstream version 1.7.6
* Drop webkit# build-dep
* Bump Banshee build-dep version and loosen binary-dep version
* Switch banshee dep with banshee-extensions-common in metapackage

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
18
17
pkgdatadir = $(datadir)/@PACKAGE@
 
18
pkglibdir = $(libdir)/@PACKAGE@
19
19
pkgincludedir = $(includedir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
21
install_sh_DATA = $(install_sh) -c -m 644
24
22
install_sh_PROGRAM = $(install_sh) -c
75
73
mkinstalldirs = $(install_sh) -d
76
74
CONFIG_HEADER = config.h
77
75
CONFIG_CLEAN_FILES = build/m4/shave/shave build/m4/shave/shave-libtool
78
 
CONFIG_CLEAN_VPATH_FILES =
79
76
SOURCES =
80
77
DIST_SOURCES =
81
78
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
87
84
        ps-recursive uninstall-recursive
88
85
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
89
86
  distclean-recursive maintainer-clean-recursive
90
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
91
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
92
 
        distdir dist dist-all distcheck
93
87
ETAGS = etags
94
88
CTAGS = ctags
95
89
DIST_SUBDIRS = $(SUBDIRS)
97
91
distdir = $(PACKAGE)-$(VERSION)
98
92
top_distdir = $(distdir)
99
93
am__remove_distdir = \
100
 
  { test ! -d "$(distdir)" \
101
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
102
 
         && rm -fr "$(distdir)"; }; }
103
 
am__relativize = \
104
 
  dir0=`pwd`; \
105
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
106
 
  sed_rest='s,^[^/]*/*,,'; \
107
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
108
 
  sed_butlast='s,/*[^/]*$$,,'; \
109
 
  while test -n "$$dir1"; do \
110
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
111
 
    if test "$$first" != "."; then \
112
 
      if test "$$first" = ".."; then \
113
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
114
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
115
 
      else \
116
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
117
 
        if test "$$first2" = "$$first"; then \
118
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
119
 
        else \
120
 
          dir2="../$$dir2"; \
121
 
        fi; \
122
 
        dir0="$$dir0"/"$$first"; \
123
 
      fi; \
124
 
    fi; \
125
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
126
 
  done; \
127
 
  reldir="$$dir2"
 
94
  { test ! -d $(distdir) \
 
95
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
96
         && rm -fr $(distdir); }; }
128
97
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).zip
129
98
GZIP_ENV = --best
130
99
distuninstallcheck_listfiles = find . -type f -print
145
114
BANSHEE_LIBS = @BANSHEE_LIBS@
146
115
BANSHEE_NOWPLAYING_CFLAGS = @BANSHEE_NOWPLAYING_CFLAGS@
147
116
BANSHEE_NOWPLAYING_LIBS = @BANSHEE_NOWPLAYING_LIBS@
 
117
BANSHEE_WEBBROWSER_CFLAGS = @BANSHEE_WEBBROWSER_CFLAGS@
 
118
BANSHEE_WEBBROWSER_LIBS = @BANSHEE_WEBBROWSER_LIBS@
148
119
BUILD_HOST_CPU = @BUILD_HOST_CPU@
149
120
BUILD_HOST_OS = @BUILD_HOST_OS@
150
121
BUILD_TIME = @BUILD_TIME@
209
180
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
210
181
INSTOBJEXT = @INSTOBJEXT@
211
182
INTLLIBS = @INTLLIBS@
 
183
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
184
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
185
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
212
186
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
187
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
188
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
213
189
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
190
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
214
191
INTLTOOL_PERL = @INTLTOOL_PERL@
 
192
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
193
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
194
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
195
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
196
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
197
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
198
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
199
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
200
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
201
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
215
202
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
203
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
204
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
205
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
216
206
JAY = @JAY@
217
207
LD = @LD@
218
208
LDFLAGS = @LDFLAGS@
229
219
MAKEINFO = @MAKEINFO@
230
220
MCS = @MCS@
231
221
MKDIR_P = @MKDIR_P@
232
 
MKINSTALLDIRS = @MKINSTALLDIRS@
233
222
MONO = @MONO@
234
223
MONO_CFLAGS = @MONO_CFLAGS@
235
224
MONO_LIBS = @MONO_LIBS@
257
246
PACKAGE_NAME = @PACKAGE_NAME@
258
247
PACKAGE_STRING = @PACKAGE_STRING@
259
248
PACKAGE_TARNAME = @PACKAGE_TARNAME@
260
 
PACKAGE_URL = @PACKAGE_URL@
261
249
PACKAGE_VERSION = @PACKAGE_VERSION@
262
250
PATH_SEPARATOR = @PATH_SEPARATOR@
263
251
PKG_CONFIG = @PKG_CONFIG@
282
270
USE_NLS = @USE_NLS@
283
271
V = @V@
284
272
VERSION = @VERSION@
285
 
WEBKIT_SHARP_CFLAGS = @WEBKIT_SHARP_CFLAGS@
286
 
WEBKIT_SHARP_LIBS = @WEBKIT_SHARP_LIBS@
287
273
XGETTEXT = @XGETTEXT@
288
274
abs_builddir = @abs_builddir@
289
275
abs_srcdir = @abs_srcdir@
393
379
@ENABLE_TESTS_TRUE@                       MONO_PATH="$(EXTENSION_DIR)/..:$(EXTENSION_DIR)${MONO_PATH+:$MONO_PATH}"
394
380
 
395
381
@ENABLE_TESTS_TRUE@RUNNER = for asm in $${TEST_ASSEMBLIES}; do echo -e "\033[1mRunning tests on $${asm}...\033[0m"; $(ENV_OPTIONS) nunit-console2 -nologo -noshadow $$asm; done
 
382
 
 
383
# ---------------
 
384
# Release Targets
 
385
# ---------------
 
386
RELEASE_WEB_USER = banshee
 
387
RELEASE_WEB_HOST = banshee.fm
 
388
RELEASE_WEB_PATH = /home/banshee/web/download.banshee.fm/banshee-community-extensions
396
389
all: config.h
397
390
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
398
391
 
403
396
        @for dep in $?; do \
404
397
          case '$(am__configure_deps)' in \
405
398
            *$$dep*) \
406
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
407
 
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
 
399
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
 
400
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
408
401
                && exit 0; \
409
402
              exit 1;; \
410
403
          esac; \
411
404
        done; \
412
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
413
 
        $(am__cd) $(top_srcdir) && \
414
 
          $(AUTOMAKE) --foreign Makefile
 
405
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
 
406
        cd $(top_srcdir) && \
 
407
          $(AUTOMAKE) --foreign  Makefile
415
408
.PRECIOUS: Makefile
416
409
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
417
410
        @case '$?' in \
427
420
        $(SHELL) ./config.status --recheck
428
421
 
429
422
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
430
 
        $(am__cd) $(srcdir) && $(AUTOCONF)
 
423
        cd $(srcdir) && $(AUTOCONF)
431
424
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
432
 
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
433
 
$(am__aclocal_m4_deps):
 
425
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
434
426
 
435
427
config.h: stamp-h1
436
428
        @if test ! -f $@; then \
442
434
        @rm -f stamp-h1
443
435
        cd $(top_builddir) && $(SHELL) ./config.status config.h
444
436
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
445
 
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
 
437
        cd $(top_srcdir) && $(AUTOHEADER)
446
438
        rm -f stamp-h1
447
439
        touch $@
448
440
 
460
452
        -rm -rf .libs _libs
461
453
 
462
454
distclean-libtool:
463
 
        -rm -f libtool config.lt
 
455
        -rm -f libtool
464
456
 
465
457
# This directory's subdirectories are mostly independent; you can cd
466
458
# into them and run `make' without going through this Makefile.
469
461
#     (which will cause the Makefiles to be regenerated when you run `make');
470
462
# (2) otherwise, pass the desired values on the `make' command line.
471
463
$(RECURSIVE_TARGETS):
472
 
        @fail= failcom='exit 1'; \
 
464
        @failcom='exit 1'; \
473
465
        for f in x $$MAKEFLAGS; do \
474
466
          case $$f in \
475
467
            *=* | --[!k]*);; \
486
478
          else \
487
479
            local_target="$$target"; \
488
480
          fi; \
489
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
481
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
490
482
          || eval $$failcom; \
491
483
        done; \
492
484
        if test "$$dot_seen" = "no"; then \
494
486
        fi; test -z "$$fail"
495
487
 
496
488
$(RECURSIVE_CLEAN_TARGETS):
497
 
        @fail= failcom='exit 1'; \
 
489
        @failcom='exit 1'; \
498
490
        for f in x $$MAKEFLAGS; do \
499
491
          case $$f in \
500
492
            *=* | --[!k]*);; \
520
512
          else \
521
513
            local_target="$$target"; \
522
514
          fi; \
523
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
515
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
524
516
          || eval $$failcom; \
525
517
        done && test -z "$$fail"
526
518
tags-recursive:
527
519
        list='$(SUBDIRS)'; for subdir in $$list; do \
528
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
520
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
529
521
        done
530
522
ctags-recursive:
531
523
        list='$(SUBDIRS)'; for subdir in $$list; do \
532
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
524
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
533
525
        done
534
526
 
535
527
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
537
529
        unique=`for i in $$list; do \
538
530
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
539
531
          done | \
540
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
532
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
541
533
              END { if (nonempty) { for (i in files) print i; }; }'`; \
542
534
        mkid -fID $$unique
543
535
tags: TAGS
544
536
 
545
537
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
546
538
                $(TAGS_FILES) $(LISP)
547
 
        set x; \
 
539
        tags=; \
548
540
        here=`pwd`; \
549
541
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
550
542
          include_option=--etags-include; \
556
548
        list='$(SUBDIRS)'; for subdir in $$list; do \
557
549
          if test "$$subdir" = .; then :; else \
558
550
            test ! -f $$subdir/TAGS || \
559
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
551
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
560
552
          fi; \
561
553
        done; \
562
554
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
565
557
          done | \
566
558
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
567
559
              END { if (nonempty) { for (i in files) print i; }; }'`; \
568
 
        shift; \
569
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
560
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
570
561
          test -n "$$unique" || unique=$$empty_fix; \
571
 
          if test $$# -gt 0; then \
572
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
573
 
              "$$@" $$unique; \
574
 
          else \
575
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
576
 
              $$unique; \
577
 
          fi; \
 
562
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
563
            $$tags $$unique; \
578
564
        fi
579
565
ctags: CTAGS
580
566
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
581
567
                $(TAGS_FILES) $(LISP)
 
568
        tags=; \
582
569
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
583
570
        unique=`for i in $$list; do \
584
571
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
585
572
          done | \
586
573
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
587
574
              END { if (nonempty) { for (i in files) print i; }; }'`; \
588
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
575
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
589
576
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
590
 
             $$unique
 
577
             $$tags $$unique
591
578
 
592
579
GTAGS:
593
580
        here=`$(am__cd) $(top_builddir) && pwd` \
594
 
          && $(am__cd) $(top_srcdir) \
595
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
581
          && cd $(top_srcdir) \
 
582
          && gtags -i $(GTAGS_ARGS) $$here
596
583
 
597
584
distclean-tags:
598
585
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
599
586
 
600
587
distdir: $(DISTFILES)
601
588
        $(am__remove_distdir)
602
 
        test -d "$(distdir)" || mkdir "$(distdir)"
 
589
        test -d $(distdir) || mkdir $(distdir)
603
590
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
604
591
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
605
592
        list='$(DISTFILES)'; \
615
602
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
616
603
          if test -d $$d/$$file; then \
617
604
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
618
 
            if test -d "$(distdir)/$$file"; then \
619
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
620
 
            fi; \
621
605
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
622
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
623
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
606
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
624
607
            fi; \
625
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
608
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
626
609
          else \
627
 
            test -f "$(distdir)/$$file" \
628
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
610
            test -f $(distdir)/$$file \
 
611
            || cp -p $$d/$$file $(distdir)/$$file \
629
612
            || exit 1; \
630
613
          fi; \
631
614
        done
632
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
615
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
633
616
          if test "$$subdir" = .; then :; else \
634
617
            test -d "$(distdir)/$$subdir" \
635
618
            || $(MKDIR_P) "$(distdir)/$$subdir" \
636
619
            || exit 1; \
637
 
          fi; \
638
 
        done
639
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
640
 
          if test "$$subdir" = .; then :; else \
641
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
642
 
            $(am__relativize); \
643
 
            new_distdir=$$reldir; \
644
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
645
 
            $(am__relativize); \
646
 
            new_top_distdir=$$reldir; \
647
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
648
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
649
 
            ($(am__cd) $$subdir && \
 
620
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
621
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
622
            (cd $$subdir && \
650
623
              $(MAKE) $(AM_MAKEFLAGS) \
651
 
                top_distdir="$$new_top_distdir" \
652
 
                distdir="$$new_distdir" \
 
624
                top_distdir="$$top_distdir" \
 
625
                distdir="$$distdir/$$subdir" \
653
626
                am__remove_distdir=: \
654
627
                am__skip_length_check=: \
655
 
                am__skip_mode_fix=: \
656
628
                distdir) \
657
629
              || exit 1; \
658
630
          fi; \
659
631
        done
660
 
        -test -n "$(am__skip_mode_fix)" \
661
 
        || find "$(distdir)" -type d ! -perm -755 \
662
 
                -exec chmod u+rwx,go+rx {} \; -o \
 
632
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
663
633
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
664
634
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
665
635
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
666
 
        || chmod -R a+r "$(distdir)"
 
636
        || chmod -R a+r $(distdir)
667
637
dist-gzip: distdir
668
638
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
669
639
        $(am__remove_distdir)
675
645
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
676
646
        $(am__remove_distdir)
677
647
 
678
 
dist-xz: distdir
679
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
680
 
        $(am__remove_distdir)
681
 
 
682
648
dist-tarZ: distdir
683
649
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
684
650
        $(am__remove_distdir)
704
670
distcheck: dist
705
671
        case '$(DIST_ARCHIVES)' in \
706
672
        *.tar.gz*) \
707
 
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
 
673
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
708
674
        *.tar.bz2*) \
709
 
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
675
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
710
676
        *.tar.lzma*) \
711
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
712
 
        *.tar.xz*) \
713
 
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 
677
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
714
678
        *.tar.Z*) \
715
679
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
716
680
        *.shar.gz*) \
717
 
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
 
681
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
718
682
        *.zip*) \
719
683
          unzip $(distdir).zip ;;\
720
684
        esac
722
686
        mkdir $(distdir)/_build
723
687
        mkdir $(distdir)/_inst
724
688
        chmod a-w $(distdir)
725
 
        test -d $(distdir)/_build || exit 0; \
726
689
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
727
690
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
728
 
          && am__cwd=`pwd` \
729
 
          && $(am__cd) $(distdir)/_build \
 
691
          && cd $(distdir)/_build \
730
692
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
731
693
            $(DISTCHECK_CONFIGURE_FLAGS) \
732
694
          && $(MAKE) $(AM_MAKEFLAGS) \
748
710
          && rm -rf "$$dc_destdir" \
749
711
          && $(MAKE) $(AM_MAKEFLAGS) dist \
750
712
          && rm -rf $(DIST_ARCHIVES) \
751
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
752
 
          && cd "$$am__cwd" \
753
 
          || exit 1
 
713
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
754
714
        $(am__remove_distdir)
755
715
        @(echo "$(distdir) archives ready for distribution: "; \
756
716
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
757
717
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
758
718
distuninstallcheck:
759
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
 
719
        @cd $(distuninstallcheck_dir) \
760
720
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
761
721
           || { echo "ERROR: files left after uninstall:" ; \
762
722
                if test -n "$(DESTDIR)"; then \
799
759
 
800
760
distclean-generic:
801
761
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
802
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
803
762
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
804
763
 
805
764
maintainer-clean-generic:
822
781
 
823
782
html: html-recursive
824
783
 
825
 
html-am:
826
 
 
827
784
info: info-recursive
828
785
 
829
786
info-am:
832
789
 
833
790
install-dvi: install-dvi-recursive
834
791
 
835
 
install-dvi-am:
836
 
 
837
792
install-exec-am:
838
793
 
839
794
install-html: install-html-recursive
840
795
 
841
 
install-html-am:
842
 
 
843
796
install-info: install-info-recursive
844
797
 
845
 
install-info-am:
846
 
 
847
798
install-man:
848
799
 
849
800
install-pdf: install-pdf-recursive
850
801
 
851
 
install-pdf-am:
852
 
 
853
802
install-ps: install-ps-recursive
854
803
 
855
 
install-ps-am:
856
 
 
857
804
installcheck-am:
858
805
 
859
806
maintainer-clean: maintainer-clean-recursive
876
823
 
877
824
uninstall-am:
878
825
 
879
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
880
 
        ctags-recursive install-am install-strip tags-recursive
 
826
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
827
        install-strip
881
828
 
882
829
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
883
830
        all all-am am--refresh check check-am clean clean-generic \
884
831
        clean-libtool clean-local ctags ctags-recursive dist dist-all \
885
 
        dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \
886
 
        dist-zip distcheck distclean distclean-generic distclean-hdr \
 
832
        dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-zip \
 
833
        distcheck distclean distclean-generic distclean-hdr \
887
834
        distclean-libtool distclean-tags distcleancheck distdir \
888
835
        distuninstallcheck dvi dvi-am html html-am info info-am \
889
836
        install install-am install-data install-data-am install-dvi \
913
860
@ENABLE_TESTS_TRUE@             export TEST_ASSEMBLIES="$(TEST_ASSEMBLIES)"; $(RUNNER); \
914
861
@ENABLE_TESTS_TRUE@     )
915
862
 
916
 
# ---------------
917
 
# Release Targets
918
 
# ---------------
919
 
 
920
 
-include release-rc
921
 
 
922
863
prepare-release: distcheck
923
864
        rm -rf release-data
924
865
        mkdir release-data
938
879
 
939
880
release: prepare-release upload-release tag-release
940
881
        rm -rf release-data
941
 
 
942
882
# Tell versions [3.59,3.63) of GNU make to not export all variables.
943
883
# Otherwise a system limit (for SysV at least) may be exceeded.
944
884
.NOEXPORT: