~ubuntu-branches/debian/jessie/betaradio/jessie

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Shih-Yuan Lee (FourDollars)
  • Date: 2014-08-18 11:50:45 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20140818115045-6ymj9l9xbb0lgtbp
Tags: 1.6-1
* New upstream release.
* debian/control:
  - Update Debian Policy version to 3.9.5
* debian/compat,
  debian/control: 
  - Update debhelper to 9
* debian/patches/fix_desktop.patch:
  - Fix lintian tags: desktop-entry-lacks-keywords-entry and
  desktop-entry-uses-reserved-category.
* debian/copyright: Fix lintian tag, out-of-date-copyright-format-uri.
* debian/control: Update Vcs-Browser to GitHub.

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.1 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.
15
14
 
16
15
@SET_MAKE@
17
16
VPATH = @srcdir@
18
 
am__make_dryrun = \
19
 
  { \
20
 
    am__dry=no; \
 
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__make_running_with_option = \
 
19
  case $${target_option-} in \
 
20
      ?) ;; \
 
21
      *) echo "am__make_running_with_option: internal error: invalid" \
 
22
              "target option '$${target_option-}' specified" >&2; \
 
23
         exit 1;; \
 
24
  esac; \
 
25
  has_opt=no; \
 
26
  sane_makeflags=$$MAKEFLAGS; \
 
27
  if $(am__is_gnu_make); then \
 
28
    sane_makeflags=$$MFLAGS; \
 
29
  else \
21
30
    case $$MAKEFLAGS in \
22
31
      *\\[\ \   ]*) \
23
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25
 
      *) \
26
 
        for am__flg in $$MAKEFLAGS; do \
27
 
          case $$am__flg in \
28
 
            *=*|--*) ;; \
29
 
            *n*) am__dry=yes; break;; \
30
 
          esac; \
31
 
        done;; \
32
 
    esac; \
33
 
    test $$am__dry = yes; \
34
 
  }
 
32
        bs=\\; \
 
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
34
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
35
    esac; \
 
36
  fi; \
 
37
  skip_next=no; \
 
38
  strip_trailopt () \
 
39
  { \
 
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
41
  }; \
 
42
  for flg in $$sane_makeflags; do \
 
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
44
    case $$flg in \
 
45
      *=*|--*) continue;; \
 
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
47
      -*I?*) strip_trailopt 'I';; \
 
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
49
      -*O?*) strip_trailopt 'O';; \
 
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
51
      -*l?*) strip_trailopt 'l';; \
 
52
      -[dEDm]) skip_next=yes;; \
 
53
      -[JT]) skip_next=yes;; \
 
54
    esac; \
 
55
    case $$flg in \
 
56
      *$$target_option*) has_opt=yes; break;; \
 
57
    esac; \
 
58
  done; \
 
59
  test $$has_opt = yes
 
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35
62
pkgdatadir = $(datadir)/@PACKAGE@
36
63
pkgincludedir = $(includedir)/@PACKAGE@
37
64
pkglibdir = $(libdir)/@PACKAGE@
51
78
build_triplet = @build@
52
79
host_triplet = @host@
53
80
subdir = .
54
 
DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
55
 
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
56
 
        $(top_srcdir)/configure ABOUT-NLS COPYING ChangeLog TODO \
 
81
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
82
        $(top_srcdir)/configure $(am__configure_deps) \
 
83
        $(srcdir)/config.h.in ABOUT-NLS COPYING ChangeLog TODO \
57
84
        build-aux/compile build-aux/config.guess \
58
 
        build-aux/config.rpath build-aux/config.sub build-aux/depcomp \
59
 
        build-aux/install-sh build-aux/ltmain.sh build-aux/missing
 
85
        build-aux/config.rpath build-aux/config.sub \
 
86
        build-aux/install-sh build-aux/missing build-aux/ltmain.sh \
 
87
        $(top_srcdir)/build-aux/compile \
 
88
        $(top_srcdir)/build-aux/config.guess \
 
89
        $(top_srcdir)/build-aux/config.rpath \
 
90
        $(top_srcdir)/build-aux/config.sub \
 
91
        $(top_srcdir)/build-aux/install-sh \
 
92
        $(top_srcdir)/build-aux/ltmain.sh \
 
93
        $(top_srcdir)/build-aux/missing
60
94
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
95
am__aclocal_m4_deps = $(top_srcdir)/m4/argz.m4 \
62
96
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
75
109
CONFIG_HEADER = config.h
76
110
CONFIG_CLEAN_FILES =
77
111
CONFIG_CLEAN_VPATH_FILES =
 
112
AM_V_P = $(am__v_P_@AM_V@)
 
113
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
114
am__v_P_0 = false
 
115
am__v_P_1 = :
78
116
AM_V_GEN = $(am__v_GEN_@AM_V@)
79
117
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
80
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
118
am__v_GEN_0 = @echo "  GEN     " $@;
 
119
am__v_GEN_1 = 
81
120
AM_V_at = $(am__v_at_@AM_V@)
82
121
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
83
122
am__v_at_0 = @
 
123
am__v_at_1 = 
84
124
SOURCES =
85
125
DIST_SOURCES =
86
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
87
 
        html-recursive info-recursive install-data-recursive \
88
 
        install-dvi-recursive install-exec-recursive \
89
 
        install-html-recursive install-info-recursive \
90
 
        install-pdf-recursive install-ps-recursive install-recursive \
91
 
        installcheck-recursive installdirs-recursive pdf-recursive \
92
 
        ps-recursive uninstall-recursive
 
126
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
127
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
128
        install-data-recursive install-dvi-recursive \
 
129
        install-exec-recursive install-html-recursive \
 
130
        install-info-recursive install-pdf-recursive \
 
131
        install-ps-recursive install-recursive installcheck-recursive \
 
132
        installdirs-recursive pdf-recursive ps-recursive \
 
133
        tags-recursive uninstall-recursive
93
134
am__can_run_installinfo = \
94
135
  case $$AM_UPDATE_INFO_DIR in \
95
136
    n|no|NO) false;; \
97
138
  esac
98
139
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
99
140
  distclean-recursive maintainer-clean-recursive
100
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
101
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
102
 
        distdir dist dist-all distcheck
 
141
am__recursive_targets = \
 
142
  $(RECURSIVE_TARGETS) \
 
143
  $(RECURSIVE_CLEAN_TARGETS) \
 
144
  $(am__extra_recursive_targets)
 
145
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 
146
        cscope distdir dist dist-all distcheck
 
147
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
 
148
        $(LISP)config.h.in
 
149
# Read a list of newline-separated strings from the standard input,
 
150
# and print each of them once, without duplicates.  Input order is
 
151
# *not* preserved.
 
152
am__uniquify_input = $(AWK) '\
 
153
  BEGIN { nonempty = 0; } \
 
154
  { items[$$0] = 1; nonempty = 1; } \
 
155
  END { if (nonempty) { for (i in items) print i; }; } \
 
156
'
 
157
# Make sure the list of sources is unique.  This is necessary because,
 
158
# e.g., the same source file might be shared among _SOURCES variables
 
159
# for different programs/libraries.
 
160
am__define_uniq_tagged_files = \
 
161
  list='$(am__tagged_files)'; \
 
162
  unique=`for i in $$list; do \
 
163
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
164
  done | $(am__uniquify_input)`
103
165
ETAGS = etags
104
166
CTAGS = ctags
 
167
CSCOPE = cscope
105
168
DIST_SUBDIRS = $(SUBDIRS)
106
169
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
107
170
distdir = $(PACKAGE)-$(VERSION)
112
175
      && rm -rf "$(distdir)" \
113
176
      || { sleep 5 && rm -rf "$(distdir)"; }; \
114
177
  else :; fi
 
178
am__post_remove_distdir = $(am__remove_distdir)
115
179
am__relativize = \
116
180
  dir0=`pwd`; \
117
181
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
138
202
  done; \
139
203
  reldir="$$dir2"
140
204
GZIP_ENV = --best
141
 
DIST_ARCHIVES = $(distdir).tar.bz2
 
205
DIST_ARCHIVES = $(distdir).tar.xz
 
206
DIST_TARGETS = dist-xz
142
207
distuninstallcheck_listfiles = find . -type f -print
143
208
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
144
209
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
176
241
GREP = @GREP@
177
242
GST_CFLAGS = @GST_CFLAGS@
178
243
GST_LIBS = @GST_LIBS@
 
244
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
 
245
GTHREAD_LIBS = @GTHREAD_LIBS@
179
246
GTK_CFLAGS = @GTK_CFLAGS@
180
247
GTK_LIBS = @GTK_LIBS@
181
248
INCLTDL = @INCLTDL@
249
316
VALA_FLAGS = @VALA_FLAGS@
250
317
VALA_LIBS = @VALA_LIBS@
251
318
VERSION = @VERSION@
 
319
X11_CFLAGS = @X11_CFLAGS@
 
320
X11_LIBS = @X11_LIBS@
252
321
XGETTEXT = @XGETTEXT@
253
322
XGETTEXT_015 = @XGETTEXT_015@
254
323
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
360
429
$(am__aclocal_m4_deps):
361
430
 
362
431
config.h: stamp-h1
363
 
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
364
 
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
 
432
        @test -f $@ || rm -f stamp-h1
 
433
        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
365
434
 
366
435
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
367
436
        @rm -f stamp-h1
384
453
        -rm -f libtool config.lt
385
454
 
386
455
# This directory's subdirectories are mostly independent; you can cd
387
 
# into them and run `make' without going through this Makefile.
388
 
# To change the values of `make' variables: instead of editing Makefiles,
389
 
# (1) if the variable is set in `config.status', edit `config.status'
390
 
#     (which will cause the Makefiles to be regenerated when you run `make');
391
 
# (2) otherwise, pass the desired values on the `make' command line.
392
 
$(RECURSIVE_TARGETS):
393
 
        @fail= failcom='exit 1'; \
394
 
        for f in x $$MAKEFLAGS; do \
395
 
          case $$f in \
396
 
            *=* | --[!k]*);; \
397
 
            *k*) failcom='fail=yes';; \
398
 
          esac; \
399
 
        done; \
 
456
# into them and run 'make' without going through this Makefile.
 
457
# To change the values of 'make' variables: instead of editing Makefiles,
 
458
# (1) if the variable is set in 'config.status', edit 'config.status'
 
459
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
460
# (2) otherwise, pass the desired values on the 'make' command line.
 
461
$(am__recursive_targets):
 
462
        @fail=; \
 
463
        if $(am__make_keepgoing); then \
 
464
          failcom='fail=yes'; \
 
465
        else \
 
466
          failcom='exit 1'; \
 
467
        fi; \
400
468
        dot_seen=no; \
401
469
        target=`echo $@ | sed s/-recursive//`; \
402
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
470
        case "$@" in \
 
471
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
472
          *) list='$(SUBDIRS)' ;; \
 
473
        esac; \
 
474
        for subdir in $$list; do \
403
475
          echo "Making $$target in $$subdir"; \
404
476
          if test "$$subdir" = "."; then \
405
477
            dot_seen=yes; \
414
486
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
415
487
        fi; test -z "$$fail"
416
488
 
417
 
$(RECURSIVE_CLEAN_TARGETS):
418
 
        @fail= failcom='exit 1'; \
419
 
        for f in x $$MAKEFLAGS; do \
420
 
          case $$f in \
421
 
            *=* | --[!k]*);; \
422
 
            *k*) failcom='fail=yes';; \
423
 
          esac; \
424
 
        done; \
425
 
        dot_seen=no; \
426
 
        case "$@" in \
427
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
428
 
          *) list='$(SUBDIRS)' ;; \
429
 
        esac; \
430
 
        rev=''; for subdir in $$list; do \
431
 
          if test "$$subdir" = "."; then :; else \
432
 
            rev="$$subdir $$rev"; \
433
 
          fi; \
434
 
        done; \
435
 
        rev="$$rev ."; \
436
 
        target=`echo $@ | sed s/-recursive//`; \
437
 
        for subdir in $$rev; do \
438
 
          echo "Making $$target in $$subdir"; \
439
 
          if test "$$subdir" = "."; then \
440
 
            local_target="$$target-am"; \
441
 
          else \
442
 
            local_target="$$target"; \
443
 
          fi; \
444
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
445
 
          || eval $$failcom; \
446
 
        done && test -z "$$fail"
447
 
tags-recursive:
448
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
449
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
450
 
        done
451
 
ctags-recursive:
452
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
453
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
454
 
        done
455
 
 
456
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
457
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
458
 
        unique=`for i in $$list; do \
459
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
460
 
          done | \
461
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
462
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
463
 
        mkid -fID $$unique
464
 
tags: TAGS
465
 
 
466
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
467
 
                $(TAGS_FILES) $(LISP)
 
489
ID: $(am__tagged_files)
 
490
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
491
tags: tags-recursive
 
492
TAGS: tags
 
493
 
 
494
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
468
495
        set x; \
469
496
        here=`pwd`; \
470
497
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
480
507
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
481
508
          fi; \
482
509
        done; \
483
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
484
 
        unique=`for i in $$list; do \
485
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
486
 
          done | \
487
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
488
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
510
        $(am__define_uniq_tagged_files); \
489
511
        shift; \
490
512
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
491
513
          test -n "$$unique" || unique=$$empty_fix; \
497
519
              $$unique; \
498
520
          fi; \
499
521
        fi
500
 
ctags: CTAGS
501
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
502
 
                $(TAGS_FILES) $(LISP)
503
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
504
 
        unique=`for i in $$list; do \
505
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
506
 
          done | \
507
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
508
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
522
ctags: ctags-recursive
 
523
 
 
524
CTAGS: ctags
 
525
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
526
        $(am__define_uniq_tagged_files); \
509
527
        test -z "$(CTAGS_ARGS)$$unique" \
510
528
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
511
529
             $$unique
514
532
        here=`$(am__cd) $(top_builddir) && pwd` \
515
533
          && $(am__cd) $(top_srcdir) \
516
534
          && gtags -i $(GTAGS_ARGS) "$$here"
 
535
cscope: cscope.files
 
536
        test ! -s cscope.files \
 
537
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 
538
clean-cscope:
 
539
        -rm -f cscope.files
 
540
cscope.files: clean-cscope cscopelist
 
541
cscopelist: cscopelist-recursive
 
542
 
 
543
cscopelist-am: $(am__tagged_files)
 
544
        list='$(am__tagged_files)'; \
 
545
        case "$(srcdir)" in \
 
546
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
547
          *) sdir=$(subdir)/$(srcdir) ;; \
 
548
        esac; \
 
549
        for i in $$list; do \
 
550
          if test -f "$$i"; then \
 
551
            echo "$(subdir)/$$i"; \
 
552
          else \
 
553
            echo "$$sdir/$$i"; \
 
554
          fi; \
 
555
        done >> $(top_builddir)/cscope.files
517
556
 
518
557
distclean-tags:
519
558
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
559
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
520
560
 
521
561
distdir: $(DISTFILES)
522
562
        $(am__remove_distdir)
584
624
        || chmod -R a+r "$(distdir)"
585
625
dist-gzip: distdir
586
626
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
587
 
        $(am__remove_distdir)
 
627
        $(am__post_remove_distdir)
 
628
 
588
629
dist-bzip2: distdir
589
630
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
590
 
        $(am__remove_distdir)
 
631
        $(am__post_remove_distdir)
591
632
 
592
633
dist-lzip: distdir
593
634
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
594
 
        $(am__remove_distdir)
595
 
 
596
 
dist-lzma: distdir
597
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
598
 
        $(am__remove_distdir)
599
 
 
 
635
        $(am__post_remove_distdir)
600
636
dist-xz: distdir
601
637
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
602
 
        $(am__remove_distdir)
 
638
        $(am__post_remove_distdir)
603
639
 
604
640
dist-tarZ: distdir
 
641
        @echo WARNING: "Support for shar distribution archives is" \
 
642
                       "deprecated." >&2
 
643
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
605
644
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
606
 
        $(am__remove_distdir)
 
645
        $(am__post_remove_distdir)
607
646
 
608
647
dist-shar: distdir
 
648
        @echo WARNING: "Support for distribution archives compressed with" \
 
649
                       "legacy program 'compress' is deprecated." >&2
 
650
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
609
651
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
610
 
        $(am__remove_distdir)
 
652
        $(am__post_remove_distdir)
611
653
 
612
654
dist-zip: distdir
613
655
        -rm -f $(distdir).zip
614
656
        zip -rq $(distdir).zip $(distdir)
615
 
        $(am__remove_distdir)
 
657
        $(am__post_remove_distdir)
616
658
 
617
 
dist dist-all: distdir
618
 
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
619
 
        $(am__remove_distdir)
 
659
dist dist-all:
 
660
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 
661
        $(am__post_remove_distdir)
620
662
 
621
663
# This target untars the dist file and tries a VPATH configuration.  Then
622
664
# it guarantees that the distribution is self-contained by making another
627
669
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
628
670
        *.tar.bz2*) \
629
671
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
630
 
        *.tar.lzma*) \
631
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
632
672
        *.tar.lz*) \
633
673
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
634
674
        *.tar.xz*) \
640
680
        *.zip*) \
641
681
          unzip $(distdir).zip ;;\
642
682
        esac
643
 
        chmod -R a-w $(distdir); chmod u+w $(distdir)
644
 
        mkdir $(distdir)/_build
645
 
        mkdir $(distdir)/_inst
 
683
        chmod -R a-w $(distdir)
 
684
        chmod u+w $(distdir)
 
685
        mkdir $(distdir)/_build $(distdir)/_inst
646
686
        chmod a-w $(distdir)
647
687
        test -d $(distdir)/_build || exit 0; \
648
688
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
649
689
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
650
690
          && am__cwd=`pwd` \
651
691
          && $(am__cd) $(distdir)/_build \
652
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
692
          && ../configure \
653
693
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
654
694
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
695
            --srcdir=.. --prefix="$$dc_install_base" \
655
696
          && $(MAKE) $(AM_MAKEFLAGS) \
656
697
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
657
698
          && $(MAKE) $(AM_MAKEFLAGS) check \
674
715
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
675
716
          && cd "$$am__cwd" \
676
717
          || exit 1
677
 
        $(am__remove_distdir)
 
718
        $(am__post_remove_distdir)
678
719
        @(echo "$(distdir) archives ready for distribution: "; \
679
720
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
680
721
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
810
851
 
811
852
uninstall-am:
812
853
 
813
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
814
 
        ctags-recursive install-am install-strip tags-recursive
 
854
.MAKE: $(am__recursive_targets) all install-am install-strip
815
855
 
816
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
817
 
        all all-am am--refresh check check-am clean clean-generic \
818
 
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
819
 
        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
820
 
        dist-zip distcheck distclean distclean-generic distclean-hdr \
821
 
        distclean-libtool distclean-tags distcleancheck distdir \
822
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
823
 
        install install-am install-data install-data-am install-dvi \
824
 
        install-dvi-am install-exec install-exec-am install-html \
825
 
        install-html-am install-info install-info-am install-man \
826
 
        install-pdf install-pdf-am install-ps install-ps-am \
827
 
        install-strip installcheck installcheck-am installdirs \
828
 
        installdirs-am maintainer-clean maintainer-clean-generic \
829
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
830
 
        ps ps-am tags tags-recursive uninstall uninstall-am
 
856
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
 
857
        am--refresh check check-am clean clean-cscope clean-generic \
 
858
        clean-libtool cscope cscopelist-am ctags ctags-am dist \
 
859
        dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
 
860
        dist-xz dist-zip distcheck distclean distclean-generic \
 
861
        distclean-hdr distclean-libtool distclean-tags distcleancheck \
 
862
        distdir distuninstallcheck dvi dvi-am html html-am info \
 
863
        info-am install install-am install-data install-data-am \
 
864
        install-dvi install-dvi-am install-exec install-exec-am \
 
865
        install-html install-html-am install-info install-info-am \
 
866
        install-man install-pdf install-pdf-am install-ps \
 
867
        install-ps-am install-strip installcheck installcheck-am \
 
868
        installdirs installdirs-am maintainer-clean \
 
869
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
870
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
 
871
        uninstall-am
831
872
 
832
873
 
833
874
# Tell versions [3.59,3.63) of GNU make to not export all variables.