~ubuntu-branches/ubuntu/raring/dovecot/raring

« back to all changes in this revision

Viewing changes to pigeonhole/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Marco Nenciarini
  • Date: 2011-09-19 19:26:48 UTC
  • mfrom: (1.14.4 upstream)
  • mto: (4.8.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: package-import@ubuntu.com-20110919192648-ri3sovtiz334yori
Tags: 1:2.0.15-1
* [a22575a] New upstream version 2.0.15: (Closes: #642045)
    + doveadm altmove: Added -r parameter to move mails back to primary
      storage.
    - v2.0.14: Index reading could have eaten a lot of memory in some
      situations
    - doveadm index no longer affects future caching decisions
    - mbox: Fixed crash during mail delivery when mailbox didn't yet have
      GUID assigned to it.
    - zlib+mbox: Fetching last message from compressed mailboxes crashed.
    - lib-sql: Fixed load balancing and error
* [8ce5abc] Update pigeonhole to release 0.2.4
* [87658d2] Add dovecot-solr to dovecot-core's Suggests line.

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.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
17
17
 
18
18
VPATH = @srcdir@
19
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
20
21
pkgincludedir = $(includedir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
23
install_sh_DATA = $(install_sh) -c -m 644
25
24
install_sh_PROGRAM = $(install_sh) -c
53
52
mkinstalldirs = $(install_sh) -d
54
53
CONFIG_HEADER = dummy-config.h pigeonhole-config.h
55
54
CONFIG_CLEAN_FILES = stamp.h
56
 
CONFIG_CLEAN_VPATH_FILES =
57
55
SOURCES =
58
56
DIST_SOURCES =
59
57
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
68
66
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
69
67
    *) f=$$p;; \
70
68
  esac;
71
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
72
 
am__install_max = 40
73
 
am__nobase_strip_setup = \
74
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
75
 
am__nobase_strip = \
76
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
77
 
am__nobase_list = $(am__nobase_strip_setup); \
78
 
  for p in $$list; do echo "$$p $$p"; done | \
79
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
80
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
81
 
    if (++n[$$2] == $(am__install_max)) \
82
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
83
 
    END { for (dir in files) print dir, files[dir] }'
84
 
am__base_list = \
85
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
86
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
69
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
87
70
am__installdirs = "$(DESTDIR)$(pkginc_libdir)"
 
71
nodist_pkginc_libHEADERS_INSTALL = $(INSTALL_HEADER)
88
72
HEADERS = $(nodist_pkginc_lib_HEADERS)
89
73
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
90
74
  distclean-recursive maintainer-clean-recursive
91
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
92
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
93
 
        distdir dist dist-all distcheck
94
75
ETAGS = etags
95
76
CTAGS = ctags
96
77
DIST_SUBDIRS = src doc
98
79
distdir = $(PACKAGE)-$(VERSION)
99
80
top_distdir = $(distdir)
100
81
am__remove_distdir = \
101
 
  { test ! -d "$(distdir)" \
102
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
103
 
         && rm -fr "$(distdir)"; }; }
104
 
am__relativize = \
105
 
  dir0=`pwd`; \
106
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
107
 
  sed_rest='s,^[^/]*/*,,'; \
108
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
109
 
  sed_butlast='s,/*[^/]*$$,,'; \
110
 
  while test -n "$$dir1"; do \
111
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
112
 
    if test "$$first" != "."; then \
113
 
      if test "$$first" = ".."; then \
114
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
115
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
116
 
      else \
117
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
118
 
        if test "$$first2" = "$$first"; then \
119
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
120
 
        else \
121
 
          dir2="../$$dir2"; \
122
 
        fi; \
123
 
        dir0="$$dir0"/"$$first"; \
124
 
      fi; \
125
 
    fi; \
126
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
127
 
  done; \
128
 
  reldir="$$dir2"
 
82
  { test ! -d $(distdir) \
 
83
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
84
         && rm -fr $(distdir); }; }
129
85
DIST_ARCHIVES = $(distdir).tar.gz
130
86
GZIP_ENV = --best
131
87
distuninstallcheck_listfiles = find . -type f -print
374
330
        tests/extensions/spamvirustest/virustest.svtest \
375
331
        tests/extensions/spamvirustest/spamtestplus.svtest \
376
332
        tests/extensions/spamvirustest/errors.svtest \
 
333
        tests/extensions/ihave/execute.svtest \
 
334
        tests/extensions/ihave/errors.svtest \
 
335
        tests/extensions/ihave/restrictions.svtest \
 
336
        tests/extensions/vnd.dovecot/debug/execute.svtest \
377
337
        tests/deprecated/notify/basic.svtest \
378
338
        tests/deprecated/notify/mailto.svtest \
379
339
        tests/deprecated/notify/errors.svtest \
393
353
        @for dep in $?; do \
394
354
          case '$(am__configure_deps)' in \
395
355
            *$$dep*) \
396
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
397
 
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
 
356
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
 
357
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
398
358
                && exit 0; \
399
359
              exit 1;; \
400
360
          esac; \
401
361
        done; \
402
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
403
 
        $(am__cd) $(top_srcdir) && \
404
 
          $(AUTOMAKE) --foreign Makefile
 
362
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
 
363
        cd $(top_srcdir) && \
 
364
          $(AUTOMAKE) --foreign  Makefile
405
365
.PRECIOUS: Makefile
406
366
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
407
367
        @case '$?' in \
417
377
        $(SHELL) ./config.status --recheck
418
378
 
419
379
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
420
 
        $(am__cd) $(srcdir) && $(AUTOCONF)
 
380
        cd $(srcdir) && $(AUTOCONF)
421
381
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
422
 
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
423
 
$(am__aclocal_m4_deps):
 
382
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
424
383
 
425
384
dummy-config.h: stamp-h1
426
385
        @if test ! -f $@; then \
432
391
        @rm -f stamp-h1
433
392
        cd $(top_builddir) && $(SHELL) ./config.status dummy-config.h
434
393
$(srcdir)/dummy-config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
435
 
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
 
394
        cd $(top_srcdir) && $(AUTOHEADER)
436
395
        rm -f stamp-h1
437
396
        touch $@
438
397
 
462
421
install-nodist_pkginc_libHEADERS: $(nodist_pkginc_lib_HEADERS)
463
422
        @$(NORMAL_INSTALL)
464
423
        test -z "$(pkginc_libdir)" || $(MKDIR_P) "$(DESTDIR)$(pkginc_libdir)"
465
 
        @list='$(nodist_pkginc_lib_HEADERS)'; test -n "$(pkginc_libdir)" || list=; \
466
 
        for p in $$list; do \
 
424
        @list='$(nodist_pkginc_lib_HEADERS)'; for p in $$list; do \
467
425
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
468
 
          echo "$$d$$p"; \
469
 
        done | $(am__base_list) | \
470
 
        while read files; do \
471
 
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkginc_libdir)'"; \
472
 
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkginc_libdir)" || exit $$?; \
 
426
          f=$(am__strip_dir) \
 
427
          echo " $(nodist_pkginc_libHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(pkginc_libdir)/$$f'"; \
 
428
          $(nodist_pkginc_libHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(pkginc_libdir)/$$f"; \
473
429
        done
474
430
 
475
431
uninstall-nodist_pkginc_libHEADERS:
476
432
        @$(NORMAL_UNINSTALL)
477
 
        @list='$(nodist_pkginc_lib_HEADERS)'; test -n "$(pkginc_libdir)" || list=; \
478
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
479
 
        test -n "$$files" || exit 0; \
480
 
        echo " ( cd '$(DESTDIR)$(pkginc_libdir)' && rm -f" $$files ")"; \
481
 
        cd "$(DESTDIR)$(pkginc_libdir)" && rm -f $$files
 
433
        @list='$(nodist_pkginc_lib_HEADERS)'; for p in $$list; do \
 
434
          f=$(am__strip_dir) \
 
435
          echo " rm -f '$(DESTDIR)$(pkginc_libdir)/$$f'"; \
 
436
          rm -f "$(DESTDIR)$(pkginc_libdir)/$$f"; \
 
437
        done
482
438
 
483
439
# This directory's subdirectories are mostly independent; you can cd
484
440
# into them and run `make' without going through this Makefile.
504
460
          else \
505
461
            local_target="$$target"; \
506
462
          fi; \
507
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
463
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
508
464
          || eval $$failcom; \
509
465
        done; \
510
466
        if test "$$dot_seen" = "no"; then \
538
494
          else \
539
495
            local_target="$$target"; \
540
496
          fi; \
541
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
497
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
542
498
          || eval $$failcom; \
543
499
        done && test -z "$$fail"
544
500
tags-recursive:
545
501
        list='$(SUBDIRS)'; for subdir in $$list; do \
546
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
502
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
547
503
        done
548
504
ctags-recursive:
549
505
        list='$(SUBDIRS)'; for subdir in $$list; do \
550
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
506
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
551
507
        done
552
508
 
553
509
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
562
518
 
563
519
TAGS: tags-recursive $(HEADERS) $(SOURCES) dummy-config.h.in pigeonhole-config.h.in $(TAGS_DEPENDENCIES) \
564
520
                $(TAGS_FILES) $(LISP)
565
 
        set x; \
 
521
        tags=; \
566
522
        here=`pwd`; \
567
523
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
568
524
          include_option=--etags-include; \
574
530
        list='$(SUBDIRS)'; for subdir in $$list; do \
575
531
          if test "$$subdir" = .; then :; else \
576
532
            test ! -f $$subdir/TAGS || \
577
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
533
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
578
534
          fi; \
579
535
        done; \
580
536
        list='$(SOURCES) $(HEADERS) dummy-config.h.in pigeonhole-config.h.in $(LISP) $(TAGS_FILES)'; \
583
539
          done | \
584
540
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
585
541
              END { if (nonempty) { for (i in files) print i; }; }'`; \
586
 
        shift; \
587
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
542
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
588
543
          test -n "$$unique" || unique=$$empty_fix; \
589
 
          if test $$# -gt 0; then \
590
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
591
 
              "$$@" $$unique; \
592
 
          else \
593
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
594
 
              $$unique; \
595
 
          fi; \
 
544
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
545
            $$tags $$unique; \
596
546
        fi
597
547
ctags: CTAGS
598
548
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) dummy-config.h.in pigeonhole-config.h.in $(TAGS_DEPENDENCIES) \
599
549
                $(TAGS_FILES) $(LISP)
 
550
        tags=; \
600
551
        list='$(SOURCES) $(HEADERS) dummy-config.h.in pigeonhole-config.h.in $(LISP) $(TAGS_FILES)'; \
601
552
        unique=`for i in $$list; do \
602
553
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
603
554
          done | \
604
555
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
605
556
              END { if (nonempty) { for (i in files) print i; }; }'`; \
606
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
557
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
607
558
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
608
 
             $$unique
 
559
             $$tags $$unique
609
560
 
610
561
GTAGS:
611
562
        here=`$(am__cd) $(top_builddir) && pwd` \
612
 
          && $(am__cd) $(top_srcdir) \
613
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
563
          && cd $(top_srcdir) \
 
564
          && gtags -i $(GTAGS_ARGS) $$here
614
565
 
615
566
distclean-tags:
616
567
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
617
568
 
618
569
distdir: $(DISTFILES)
619
570
        $(am__remove_distdir)
620
 
        test -d "$(distdir)" || mkdir "$(distdir)"
 
571
        test -d $(distdir) || mkdir $(distdir)
621
572
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
622
573
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
623
574
        list='$(DISTFILES)'; \
633
584
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
634
585
          if test -d $$d/$$file; then \
635
586
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
636
 
            if test -d "$(distdir)/$$file"; then \
637
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
638
 
            fi; \
639
587
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
640
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
641
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
588
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
642
589
            fi; \
643
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
590
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
644
591
          else \
645
 
            test -f "$(distdir)/$$file" \
646
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
592
            test -f $(distdir)/$$file \
 
593
            || cp -p $$d/$$file $(distdir)/$$file \
647
594
            || exit 1; \
648
595
          fi; \
649
596
        done
650
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
597
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
651
598
          if test "$$subdir" = .; then :; else \
652
599
            test -d "$(distdir)/$$subdir" \
653
600
            || $(MKDIR_P) "$(distdir)/$$subdir" \
654
601
            || exit 1; \
655
 
          fi; \
656
 
        done
657
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
658
 
          if test "$$subdir" = .; then :; else \
659
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
660
 
            $(am__relativize); \
661
 
            new_distdir=$$reldir; \
662
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
663
 
            $(am__relativize); \
664
 
            new_top_distdir=$$reldir; \
665
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
666
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
667
 
            ($(am__cd) $$subdir && \
 
602
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
603
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
604
            (cd $$subdir && \
668
605
              $(MAKE) $(AM_MAKEFLAGS) \
669
 
                top_distdir="$$new_top_distdir" \
670
 
                distdir="$$new_distdir" \
 
606
                top_distdir="$$top_distdir" \
 
607
                distdir="$$distdir/$$subdir" \
671
608
                am__remove_distdir=: \
672
609
                am__skip_length_check=: \
673
 
                am__skip_mode_fix=: \
674
610
                distdir) \
675
611
              || exit 1; \
676
612
          fi; \
677
613
        done
678
 
        -test -n "$(am__skip_mode_fix)" \
679
 
        || find "$(distdir)" -type d ! -perm -755 \
 
614
        -find "$(distdir)" -type d ! -perm -755 \
680
615
                -exec chmod u+rwx,go+rx {} \; -o \
681
616
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
682
617
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
683
618
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
684
 
        || chmod -R a+r "$(distdir)"
 
619
        || chmod -R a+r $(distdir)
685
620
dist-gzip: distdir
686
621
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
687
622
        $(am__remove_distdir)
694
629
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
695
630
        $(am__remove_distdir)
696
631
 
697
 
dist-xz: distdir
698
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
699
 
        $(am__remove_distdir)
700
 
 
701
632
dist-tarZ: distdir
702
633
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
703
634
        $(am__remove_distdir)
721
652
distcheck: dist
722
653
        case '$(DIST_ARCHIVES)' in \
723
654
        *.tar.gz*) \
724
 
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
 
655
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
725
656
        *.tar.bz2*) \
726
 
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
657
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
727
658
        *.tar.lzma*) \
728
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
729
 
        *.tar.xz*) \
730
 
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 
659
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
731
660
        *.tar.Z*) \
732
661
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
733
662
        *.shar.gz*) \
734
 
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
 
663
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
735
664
        *.zip*) \
736
665
          unzip $(distdir).zip ;;\
737
666
        esac
739
668
        mkdir $(distdir)/_build
740
669
        mkdir $(distdir)/_inst
741
670
        chmod a-w $(distdir)
742
 
        test -d $(distdir)/_build || exit 0; \
743
671
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
744
672
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
745
 
          && am__cwd=`pwd` \
746
 
          && $(am__cd) $(distdir)/_build \
 
673
          && cd $(distdir)/_build \
747
674
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
748
675
            $(DISTCHECK_CONFIGURE_FLAGS) \
749
676
          && $(MAKE) $(AM_MAKEFLAGS) \
765
692
          && rm -rf "$$dc_destdir" \
766
693
          && $(MAKE) $(AM_MAKEFLAGS) dist \
767
694
          && rm -rf $(DIST_ARCHIVES) \
768
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
769
 
          && cd "$$am__cwd" \
770
 
          || exit 1
 
695
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
771
696
        $(am__remove_distdir)
772
697
        @(echo "$(distdir) archives ready for distribution: "; \
773
698
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
774
699
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
775
700
distuninstallcheck:
776
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
 
701
        @cd $(distuninstallcheck_dir) \
777
702
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
778
703
           || { echo "ERROR: files left after uninstall:" ; \
779
704
                if test -n "$(DESTDIR)"; then \
818
743
 
819
744
distclean-generic:
820
745
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
821
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
822
746
 
823
747
maintainer-clean-generic:
824
748
        @echo "This command is intended for maintainers to use"
893
817
 
894
818
uninstall-am: uninstall-nodist_pkginc_libHEADERS
895
819
 
896
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
897
 
        ctags-recursive install-am install-strip tags-recursive
 
820
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
821
        install-strip
898
822
 
899
823
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
900
824
        all all-am am--refresh check check-am clean clean-generic \
901
825
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
902
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
903
 
        distcheck distclean distclean-generic distclean-hdr \
904
 
        distclean-libtool distclean-tags distcleancheck distdir \
905
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
906
 
        install install-am install-data install-data-am install-dvi \
907
 
        install-dvi-am install-exec install-exec-am install-html \
908
 
        install-html-am install-info install-info-am install-man \
 
826
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
 
827
        distclean distclean-generic distclean-hdr distclean-libtool \
 
828
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
829
        dvi-am html html-am info info-am install install-am \
 
830
        install-data install-data-am install-dvi install-dvi-am \
 
831
        install-exec install-exec-am install-html install-html-am \
 
832
        install-info install-info-am install-man \
909
833
        install-nodist_pkginc_libHEADERS install-pdf install-pdf-am \
910
834
        install-ps install-ps-am install-strip installcheck \
911
835
        installcheck-am installdirs installdirs-am maintainer-clean \
925
849
test: $(test_cases)
926
850
 
927
851
check: check-am test all-am
928
 
 
929
852
# Tell versions [3.59,3.63) of GNU make to not export all variables.
930
853
# Otherwise a system limit (for SysV at least) may be exceeded.
931
854
.NOEXPORT: