~ubuntu-branches/debian/sid/sbuild/sid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Roger Leigh, Roger Leigh
  • Date: 2013-10-13 19:35:57 UTC
  • mfrom: (0.3.25)
  • Revision ID: package-import@ubuntu.com-20131013193557-g43dvwdy189ivv41
Tags: 0.64.1-1
[ Roger Leigh ]
* New release.
* sbuild:
  - sbuild-createchroot now works with perl 5.18 (Closes: #724858).
    Thanks to Alexander Chernyakhovsky for this patch, which corrects
    the use of File::Temp.  Thanks also to Paul Elliott and Václav
    Ovsík who also provided an equivalent patches.
  - Sbuild::Conf: Add missing File::Spec (Closes: #722012).  Thanks to
    Václav Ovsík for this patch.
  - Sbuild::Build: Remove perl 5.10 autoflush workaround; flushing works
    correctly wih perl 5.18.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
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.
57
56
#
58
57
#####################################################################
59
58
VPATH = @srcdir@
60
 
am__make_dryrun = \
61
 
  { \
62
 
    am__dry=no; \
 
59
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
60
am__make_running_with_option = \
 
61
  case $${target_option-} in \
 
62
      ?) ;; \
 
63
      *) echo "am__make_running_with_option: internal error: invalid" \
 
64
              "target option '$${target_option-}' specified" >&2; \
 
65
         exit 1;; \
 
66
  esac; \
 
67
  has_opt=no; \
 
68
  sane_makeflags=$$MAKEFLAGS; \
 
69
  if $(am__is_gnu_make); then \
 
70
    sane_makeflags=$$MFLAGS; \
 
71
  else \
63
72
    case $$MAKEFLAGS in \
64
73
      *\\[\ \   ]*) \
65
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
66
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
67
 
      *) \
68
 
        for am__flg in $$MAKEFLAGS; do \
69
 
          case $$am__flg in \
70
 
            *=*|--*) ;; \
71
 
            *n*) am__dry=yes; break;; \
72
 
          esac; \
73
 
        done;; \
74
 
    esac; \
75
 
    test $$am__dry = yes; \
76
 
  }
 
74
        bs=\\; \
 
75
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
76
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
77
    esac; \
 
78
  fi; \
 
79
  skip_next=no; \
 
80
  strip_trailopt () \
 
81
  { \
 
82
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
83
  }; \
 
84
  for flg in $$sane_makeflags; do \
 
85
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
86
    case $$flg in \
 
87
      *=*|--*) continue;; \
 
88
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
89
      -*I?*) strip_trailopt 'I';; \
 
90
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
91
      -*O?*) strip_trailopt 'O';; \
 
92
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
93
      -*l?*) strip_trailopt 'l';; \
 
94
      -[dEDm]) skip_next=yes;; \
 
95
      -[JT]) skip_next=yes;; \
 
96
    esac; \
 
97
    case $$flg in \
 
98
      *$$target_option*) has_opt=yes; break;; \
 
99
    esac; \
 
100
  done; \
 
101
  test $$has_opt = yes
 
102
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
103
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
77
104
pkgdatadir = $(datadir)/@PACKAGE@
78
105
pkgincludedir = $(includedir)/@PACKAGE@
79
106
pkglibdir = $(libdir)/@PACKAGE@
92
119
POST_UNINSTALL = :
93
120
build_triplet = @build@
94
121
host_triplet = @host@
95
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
96
 
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
97
 
        $(top_srcdir)/configure $(top_srcdir)/scripts/global.mk \
98
 
        AUTHORS COPYING ChangeLog INSTALL NEWS TODO \
99
 
        scripts/config.guess scripts/config.sub scripts/depcomp \
100
 
        scripts/install-sh scripts/missing
 
122
DIST_COMMON = $(top_srcdir)/scripts/global.mk INSTALL NEWS README \
 
123
        AUTHORS ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
124
        $(top_srcdir)/configure $(am__configure_deps) \
 
125
        $(srcdir)/config.h.in COPYING TODO scripts/config.guess \
 
126
        scripts/config.sub scripts/depcomp scripts/install-sh \
 
127
        scripts/missing $(top_srcdir)/scripts/config.guess \
 
128
        $(top_srcdir)/scripts/config.sub \
 
129
        $(top_srcdir)/scripts/install-sh $(top_srcdir)/scripts/missing
101
130
subdir = .
102
131
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
103
132
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
109
138
CONFIG_HEADER = config.h
110
139
CONFIG_CLEAN_FILES =
111
140
CONFIG_CLEAN_VPATH_FILES =
 
141
AM_V_P = $(am__v_P_@AM_V@)
 
142
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
143
am__v_P_0 = false
 
144
am__v_P_1 = :
112
145
AM_V_GEN = $(am__v_GEN_@AM_V@)
113
146
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
114
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
147
am__v_GEN_0 = @echo "  GEN     " $@;
 
148
am__v_GEN_1 = 
115
149
AM_V_at = $(am__v_at_@AM_V@)
116
150
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
117
151
am__v_at_0 = @
 
152
am__v_at_1 = 
118
153
SOURCES =
119
154
DIST_SOURCES =
120
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
121
 
        html-recursive info-recursive install-data-recursive \
122
 
        install-dvi-recursive install-exec-recursive \
123
 
        install-html-recursive install-info-recursive \
124
 
        install-pdf-recursive install-ps-recursive install-recursive \
125
 
        installcheck-recursive installdirs-recursive pdf-recursive \
126
 
        ps-recursive uninstall-recursive
 
155
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
156
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
157
        install-data-recursive install-dvi-recursive \
 
158
        install-exec-recursive install-html-recursive \
 
159
        install-info-recursive install-pdf-recursive \
 
160
        install-ps-recursive install-recursive installcheck-recursive \
 
161
        installdirs-recursive pdf-recursive ps-recursive \
 
162
        tags-recursive uninstall-recursive
127
163
am__can_run_installinfo = \
128
164
  case $$AM_UPDATE_INFO_DIR in \
129
165
    n|no|NO) false;; \
131
167
  esac
132
168
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
133
169
  distclean-recursive maintainer-clean-recursive
134
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
135
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
136
 
        distdir dist dist-all distcheck
 
170
am__recursive_targets = \
 
171
  $(RECURSIVE_TARGETS) \
 
172
  $(RECURSIVE_CLEAN_TARGETS) \
 
173
  $(am__extra_recursive_targets)
 
174
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 
175
        cscope distdir dist dist-all distcheck
 
176
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
 
177
        $(LISP)config.h.in
 
178
# Read a list of newline-separated strings from the standard input,
 
179
# and print each of them once, without duplicates.  Input order is
 
180
# *not* preserved.
 
181
am__uniquify_input = $(AWK) '\
 
182
  BEGIN { nonempty = 0; } \
 
183
  { items[$$0] = 1; nonempty = 1; } \
 
184
  END { if (nonempty) { for (i in items) print i; }; } \
 
185
'
 
186
# Make sure the list of sources is unique.  This is necessary because,
 
187
# e.g., the same source file might be shared among _SOURCES variables
 
188
# for different programs/libraries.
 
189
am__define_uniq_tagged_files = \
 
190
  list='$(am__tagged_files)'; \
 
191
  unique=`for i in $$list; do \
 
192
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
193
  done | $(am__uniquify_input)`
137
194
ETAGS = etags
138
195
CTAGS = ctags
 
196
CSCOPE = cscope
139
197
DIST_SUBDIRS = $(SUBDIRS)
140
198
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
141
199
distdir = $(PACKAGE)-$(VERSION)
146
204
      && rm -rf "$(distdir)" \
147
205
      || { sleep 5 && rm -rf "$(distdir)"; }; \
148
206
  else :; fi
 
207
am__post_remove_distdir = $(am__remove_distdir)
149
208
am__relativize = \
150
209
  dir0=`pwd`; \
151
210
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
173
232
  reldir="$$dir2"
174
233
DIST_ARCHIVES = $(distdir).tar.gz
175
234
GZIP_ENV = --best
 
235
DIST_TARGETS = dist-gzip
176
236
distuninstallcheck_listfiles = find . -type f -print
177
237
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
178
238
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
335
395
$(am__aclocal_m4_deps):
336
396
 
337
397
config.h: stamp-h1
338
 
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
339
 
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
 
398
        @test -f $@ || rm -f stamp-h1
 
399
        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
340
400
 
341
401
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
342
402
        @rm -f stamp-h1
350
410
        -rm -f config.h stamp-h1
351
411
 
352
412
# This directory's subdirectories are mostly independent; you can cd
353
 
# into them and run `make' without going through this Makefile.
354
 
# To change the values of `make' variables: instead of editing Makefiles,
355
 
# (1) if the variable is set in `config.status', edit `config.status'
356
 
#     (which will cause the Makefiles to be regenerated when you run `make');
357
 
# (2) otherwise, pass the desired values on the `make' command line.
358
 
$(RECURSIVE_TARGETS):
359
 
        @fail= failcom='exit 1'; \
360
 
        for f in x $$MAKEFLAGS; do \
361
 
          case $$f in \
362
 
            *=* | --[!k]*);; \
363
 
            *k*) failcom='fail=yes';; \
364
 
          esac; \
365
 
        done; \
 
413
# into them and run 'make' without going through this Makefile.
 
414
# To change the values of 'make' variables: instead of editing Makefiles,
 
415
# (1) if the variable is set in 'config.status', edit 'config.status'
 
416
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
417
# (2) otherwise, pass the desired values on the 'make' command line.
 
418
$(am__recursive_targets):
 
419
        @fail=; \
 
420
        if $(am__make_keepgoing); then \
 
421
          failcom='fail=yes'; \
 
422
        else \
 
423
          failcom='exit 1'; \
 
424
        fi; \
366
425
        dot_seen=no; \
367
426
        target=`echo $@ | sed s/-recursive//`; \
368
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
427
        case "$@" in \
 
428
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
429
          *) list='$(SUBDIRS)' ;; \
 
430
        esac; \
 
431
        for subdir in $$list; do \
369
432
          echo "Making $$target in $$subdir"; \
370
433
          if test "$$subdir" = "."; then \
371
434
            dot_seen=yes; \
380
443
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
381
444
        fi; test -z "$$fail"
382
445
 
383
 
$(RECURSIVE_CLEAN_TARGETS):
384
 
        @fail= failcom='exit 1'; \
385
 
        for f in x $$MAKEFLAGS; do \
386
 
          case $$f in \
387
 
            *=* | --[!k]*);; \
388
 
            *k*) failcom='fail=yes';; \
389
 
          esac; \
390
 
        done; \
391
 
        dot_seen=no; \
392
 
        case "$@" in \
393
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
394
 
          *) list='$(SUBDIRS)' ;; \
395
 
        esac; \
396
 
        rev=''; for subdir in $$list; do \
397
 
          if test "$$subdir" = "."; then :; else \
398
 
            rev="$$subdir $$rev"; \
399
 
          fi; \
400
 
        done; \
401
 
        rev="$$rev ."; \
402
 
        target=`echo $@ | sed s/-recursive//`; \
403
 
        for subdir in $$rev; do \
404
 
          echo "Making $$target in $$subdir"; \
405
 
          if test "$$subdir" = "."; then \
406
 
            local_target="$$target-am"; \
407
 
          else \
408
 
            local_target="$$target"; \
409
 
          fi; \
410
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
411
 
          || eval $$failcom; \
412
 
        done && test -z "$$fail"
413
 
tags-recursive:
414
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
415
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
416
 
        done
417
 
ctags-recursive:
418
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
419
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
420
 
        done
421
 
 
422
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
423
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
424
 
        unique=`for i in $$list; do \
425
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
426
 
          done | \
427
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
428
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
429
 
        mkid -fID $$unique
430
 
tags: TAGS
431
 
 
432
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
433
 
                $(TAGS_FILES) $(LISP)
 
446
ID: $(am__tagged_files)
 
447
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
448
tags: tags-recursive
 
449
TAGS: tags
 
450
 
 
451
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
434
452
        set x; \
435
453
        here=`pwd`; \
436
454
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
446
464
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
447
465
          fi; \
448
466
        done; \
449
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
450
 
        unique=`for i in $$list; do \
451
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
452
 
          done | \
453
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
454
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
467
        $(am__define_uniq_tagged_files); \
455
468
        shift; \
456
469
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
457
470
          test -n "$$unique" || unique=$$empty_fix; \
463
476
              $$unique; \
464
477
          fi; \
465
478
        fi
466
 
ctags: CTAGS
467
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
468
 
                $(TAGS_FILES) $(LISP)
469
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
470
 
        unique=`for i in $$list; do \
471
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
472
 
          done | \
473
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
474
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
479
ctags: ctags-recursive
 
480
 
 
481
CTAGS: ctags
 
482
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
483
        $(am__define_uniq_tagged_files); \
475
484
        test -z "$(CTAGS_ARGS)$$unique" \
476
485
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
477
486
             $$unique
480
489
        here=`$(am__cd) $(top_builddir) && pwd` \
481
490
          && $(am__cd) $(top_srcdir) \
482
491
          && gtags -i $(GTAGS_ARGS) "$$here"
 
492
cscope: cscope.files
 
493
        test ! -s cscope.files \
 
494
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 
495
clean-cscope:
 
496
        -rm -f cscope.files
 
497
cscope.files: clean-cscope cscopelist
 
498
cscopelist: cscopelist-recursive
 
499
 
 
500
cscopelist-am: $(am__tagged_files)
 
501
        list='$(am__tagged_files)'; \
 
502
        case "$(srcdir)" in \
 
503
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
504
          *) sdir=$(subdir)/$(srcdir) ;; \
 
505
        esac; \
 
506
        for i in $$list; do \
 
507
          if test -f "$$i"; then \
 
508
            echo "$(subdir)/$$i"; \
 
509
          else \
 
510
            echo "$$sdir/$$i"; \
 
511
          fi; \
 
512
        done >> $(top_builddir)/cscope.files
483
513
 
484
514
distclean-tags:
485
515
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
516
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
486
517
 
487
518
distdir: $(DISTFILES)
488
519
        @case `sed 15q $(srcdir)/NEWS` in \
559
590
        || chmod -R a+r "$(distdir)"
560
591
dist-gzip: distdir
561
592
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
562
 
        $(am__remove_distdir)
 
593
        $(am__post_remove_distdir)
563
594
 
564
595
dist-bzip2: distdir
565
596
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
566
 
        $(am__remove_distdir)
 
597
        $(am__post_remove_distdir)
567
598
 
568
599
dist-lzip: distdir
569
600
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
570
 
        $(am__remove_distdir)
571
 
 
572
 
dist-lzma: distdir
573
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
574
 
        $(am__remove_distdir)
 
601
        $(am__post_remove_distdir)
575
602
 
576
603
dist-xz: distdir
577
604
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
578
 
        $(am__remove_distdir)
 
605
        $(am__post_remove_distdir)
579
606
 
580
607
dist-tarZ: distdir
 
608
        @echo WARNING: "Support for shar distribution archives is" \
 
609
                       "deprecated." >&2
 
610
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
581
611
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
582
 
        $(am__remove_distdir)
 
612
        $(am__post_remove_distdir)
583
613
 
584
614
dist-shar: distdir
 
615
        @echo WARNING: "Support for distribution archives compressed with" \
 
616
                       "legacy program 'compress' is deprecated." >&2
 
617
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
585
618
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
586
 
        $(am__remove_distdir)
 
619
        $(am__post_remove_distdir)
587
620
 
588
621
dist-zip: distdir
589
622
        -rm -f $(distdir).zip
590
623
        zip -rq $(distdir).zip $(distdir)
591
 
        $(am__remove_distdir)
 
624
        $(am__post_remove_distdir)
592
625
 
593
 
dist dist-all: distdir
594
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
595
 
        $(am__remove_distdir)
 
626
dist dist-all:
 
627
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 
628
        $(am__post_remove_distdir)
596
629
 
597
630
# This target untars the dist file and tries a VPATH configuration.  Then
598
631
# it guarantees that the distribution is self-contained by making another
603
636
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
604
637
        *.tar.bz2*) \
605
638
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
606
 
        *.tar.lzma*) \
607
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
608
639
        *.tar.lz*) \
609
640
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
610
641
        *.tar.xz*) \
616
647
        *.zip*) \
617
648
          unzip $(distdir).zip ;;\
618
649
        esac
619
 
        chmod -R a-w $(distdir); chmod u+w $(distdir)
620
 
        mkdir $(distdir)/_build
621
 
        mkdir $(distdir)/_inst
 
650
        chmod -R a-w $(distdir)
 
651
        chmod u+w $(distdir)
 
652
        mkdir $(distdir)/_build $(distdir)/_inst
622
653
        chmod a-w $(distdir)
623
654
        test -d $(distdir)/_build || exit 0; \
624
655
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
650
681
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
651
682
          && cd "$$am__cwd" \
652
683
          || exit 1
653
 
        $(am__remove_distdir)
 
684
        $(am__post_remove_distdir)
654
685
        @(echo "$(distdir) archives ready for distribution: "; \
655
686
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
656
687
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
780
811
 
781
812
uninstall-am:
782
813
 
783
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
784
 
        ctags-recursive install-am install-strip tags-recursive
 
814
.MAKE: $(am__recursive_targets) all install-am install-strip
785
815
 
786
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
787
 
        all all-am am--refresh check check-am clean clean-generic \
788
 
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
789
 
        dist-hook dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
 
816
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
 
817
        am--refresh check check-am clean clean-cscope clean-generic \
 
818
        cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
 
819
        dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
790
820
        dist-zip distcheck distclean distclean-generic distclean-hdr \
791
821
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
792
822
        dvi-am html html-am info info-am install install-am \
796
826
        install-pdf-am install-ps install-ps-am install-strip \
797
827
        installcheck installcheck-am installdirs installdirs-am \
798
828
        maintainer-clean maintainer-clean-generic mostlyclean \
799
 
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
800
 
        uninstall uninstall-am
 
829
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
 
830
        uninstall-am
801
831
 
802
832
 
803
833
dist-hook: