~ubuntu-branches/debian/sid/pcmanfm/sid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Andriy Grytsenko
  • Date: 2014-02-25 04:07:51 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20140225040751-oo835klpwl58mcy4
Tags: 1.2.0-1
* Bump Standards-Version to actual one (fixes lintian warning, see QA page).
* Adding files NEWS to pcmanfm documentation.
* Bump Standards-Version to 3.9.5.
* Updating watch file to support XZ tarball format and non-numeric versions.
* Merging upstream version 1.2.0. (Closes: #656298, #731549)
* Use single docs directory for all packages.
* Raising version of libfm required to >= 1.2.0.

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.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  Free Software Foundation,
6
 
# 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@
 
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 \
 
30
    case $$MAKEFLAGS in \
 
31
      *\\[\ \   ]*) \
 
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))
18
62
pkgdatadir = $(datadir)/@PACKAGE@
19
63
pkgincludedir = $(includedir)/@PACKAGE@
20
64
pkglibdir = $(libdir)/@PACKAGE@
32
76
PRE_UNINSTALL = :
33
77
POST_UNINSTALL = :
34
78
subdir = .
35
 
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
36
 
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
37
 
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
38
 
        TODO compile depcomp install-sh missing
 
79
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
80
        $(top_srcdir)/configure $(am__configure_deps) \
 
81
        $(srcdir)/config.h.in AUTHORS COPYING ChangeLog INSTALL NEWS \
 
82
        README TODO compile depcomp install-sh missing
39
83
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
84
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41
85
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
90
CONFIG_HEADER = config.h
47
91
CONFIG_CLEAN_FILES =
48
92
CONFIG_CLEAN_VPATH_FILES =
 
93
AM_V_P = $(am__v_P_@AM_V@)
 
94
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
95
am__v_P_0 = false
 
96
am__v_P_1 = :
 
97
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
98
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
99
am__v_GEN_0 = @echo "  GEN     " $@;
 
100
am__v_GEN_1 = 
 
101
AM_V_at = $(am__v_at_@AM_V@)
 
102
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
103
am__v_at_0 = @
 
104
am__v_at_1 = 
49
105
SOURCES =
50
106
DIST_SOURCES =
51
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
52
 
        html-recursive info-recursive install-data-recursive \
53
 
        install-dvi-recursive install-exec-recursive \
54
 
        install-html-recursive install-info-recursive \
55
 
        install-pdf-recursive install-ps-recursive install-recursive \
56
 
        installcheck-recursive installdirs-recursive pdf-recursive \
57
 
        ps-recursive uninstall-recursive
 
107
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
108
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
109
        install-data-recursive install-dvi-recursive \
 
110
        install-exec-recursive install-html-recursive \
 
111
        install-info-recursive install-pdf-recursive \
 
112
        install-ps-recursive install-recursive installcheck-recursive \
 
113
        installdirs-recursive pdf-recursive ps-recursive \
 
114
        tags-recursive uninstall-recursive
 
115
am__can_run_installinfo = \
 
116
  case $$AM_UPDATE_INFO_DIR in \
 
117
    n|no|NO) false;; \
 
118
    *) (install-info --version) >/dev/null 2>&1;; \
 
119
  esac
58
120
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
59
121
  distclean-recursive maintainer-clean-recursive
60
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
61
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
62
 
        distdir dist dist-all distcheck
 
122
am__recursive_targets = \
 
123
  $(RECURSIVE_TARGETS) \
 
124
  $(RECURSIVE_CLEAN_TARGETS) \
 
125
  $(am__extra_recursive_targets)
 
126
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 
127
        cscope distdir dist dist-all distcheck
 
128
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
 
129
        $(LISP)config.h.in
 
130
# Read a list of newline-separated strings from the standard input,
 
131
# and print each of them once, without duplicates.  Input order is
 
132
# *not* preserved.
 
133
am__uniquify_input = $(AWK) '\
 
134
  BEGIN { nonempty = 0; } \
 
135
  { items[$$0] = 1; nonempty = 1; } \
 
136
  END { if (nonempty) { for (i in items) print i; }; } \
 
137
'
 
138
# Make sure the list of sources is unique.  This is necessary because,
 
139
# e.g., the same source file might be shared among _SOURCES variables
 
140
# for different programs/libraries.
 
141
am__define_uniq_tagged_files = \
 
142
  list='$(am__tagged_files)'; \
 
143
  unique=`for i in $$list; do \
 
144
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
145
  done | $(am__uniquify_input)`
63
146
ETAGS = etags
64
147
CTAGS = ctags
 
148
CSCOPE = cscope
65
149
DIST_SUBDIRS = $(SUBDIRS)
66
150
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
67
151
distdir = $(PACKAGE)-$(VERSION)
68
152
top_distdir = $(distdir)
69
153
am__remove_distdir = \
70
 
  { test ! -d "$(distdir)" \
71
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
72
 
         && rm -fr "$(distdir)"; }; }
 
154
  if test -d "$(distdir)"; then \
 
155
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
156
      && rm -rf "$(distdir)" \
 
157
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
158
  else :; fi
 
159
am__post_remove_distdir = $(am__remove_distdir)
73
160
am__relativize = \
74
161
  dir0=`pwd`; \
75
162
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
95
182
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
96
183
  done; \
97
184
  reldir="$$dir2"
98
 
DIST_ARCHIVES = $(distdir).tar.gz
99
185
GZIP_ENV = --best
 
186
DIST_ARCHIVES = $(distdir).tar.xz
 
187
DIST_TARGETS = dist-xz
100
188
distuninstallcheck_listfiles = find . -type f -print
 
189
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
190
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
101
191
distcleancheck_listfiles = find . -type f -print
102
192
ACLOCAL = @ACLOCAL@
103
193
ALL_LINGUAS = @ALL_LINGUAS@
104
194
AMTAR = @AMTAR@
 
195
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
105
196
AUTOCONF = @AUTOCONF@
106
197
AUTOHEADER = @AUTOHEADER@
107
198
AUTOMAKE = @AUTOMAKE@
142
233
INTLTOOL_MERGE = @INTLTOOL_MERGE@
143
234
INTLTOOL_PERL = @INTLTOOL_PERL@
144
235
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
236
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
237
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
238
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
239
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
145
240
LDFLAGS = @LDFLAGS@
146
241
LIBOBJS = @LIBOBJS@
147
242
LIBS = @LIBS@
199
294
includedir = @includedir@
200
295
infodir = @infodir@
201
296
install_sh = @install_sh@
 
297
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
298
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
202
299
libdir = @libdir@
203
300
libexecdir = @libexecdir@
204
301
localedir = @localedir@
227
324
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
228
325
 
229
326
.SUFFIXES:
230
 
am--refresh:
 
327
am--refresh: Makefile
231
328
        @:
232
329
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
233
330
        @for dep in $?; do \
263
360
$(am__aclocal_m4_deps):
264
361
 
265
362
config.h: stamp-h1
266
 
        @if test ! -f $@; then \
267
 
          rm -f stamp-h1; \
268
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
269
 
        else :; fi
 
363
        @test -f $@ || rm -f stamp-h1
 
364
        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
270
365
 
271
366
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
272
367
        @rm -f stamp-h1
280
375
        -rm -f config.h stamp-h1
281
376
 
282
377
# This directory's subdirectories are mostly independent; you can cd
283
 
# into them and run `make' without going through this Makefile.
284
 
# To change the values of `make' variables: instead of editing Makefiles,
285
 
# (1) if the variable is set in `config.status', edit `config.status'
286
 
#     (which will cause the Makefiles to be regenerated when you run `make');
287
 
# (2) otherwise, pass the desired values on the `make' command line.
288
 
$(RECURSIVE_TARGETS):
289
 
        @fail= failcom='exit 1'; \
290
 
        for f in x $$MAKEFLAGS; do \
291
 
          case $$f in \
292
 
            *=* | --[!k]*);; \
293
 
            *k*) failcom='fail=yes';; \
294
 
          esac; \
295
 
        done; \
 
378
# into them and run 'make' without going through this Makefile.
 
379
# To change the values of 'make' variables: instead of editing Makefiles,
 
380
# (1) if the variable is set in 'config.status', edit 'config.status'
 
381
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
382
# (2) otherwise, pass the desired values on the 'make' command line.
 
383
$(am__recursive_targets):
 
384
        @fail=; \
 
385
        if $(am__make_keepgoing); then \
 
386
          failcom='fail=yes'; \
 
387
        else \
 
388
          failcom='exit 1'; \
 
389
        fi; \
296
390
        dot_seen=no; \
297
391
        target=`echo $@ | sed s/-recursive//`; \
298
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
392
        case "$@" in \
 
393
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
394
          *) list='$(SUBDIRS)' ;; \
 
395
        esac; \
 
396
        for subdir in $$list; do \
299
397
          echo "Making $$target in $$subdir"; \
300
398
          if test "$$subdir" = "."; then \
301
399
            dot_seen=yes; \
310
408
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
311
409
        fi; test -z "$$fail"
312
410
 
313
 
$(RECURSIVE_CLEAN_TARGETS):
314
 
        @fail= failcom='exit 1'; \
315
 
        for f in x $$MAKEFLAGS; do \
316
 
          case $$f in \
317
 
            *=* | --[!k]*);; \
318
 
            *k*) failcom='fail=yes';; \
319
 
          esac; \
320
 
        done; \
321
 
        dot_seen=no; \
322
 
        case "$@" in \
323
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
324
 
          *) list='$(SUBDIRS)' ;; \
325
 
        esac; \
326
 
        rev=''; for subdir in $$list; do \
327
 
          if test "$$subdir" = "."; then :; else \
328
 
            rev="$$subdir $$rev"; \
329
 
          fi; \
330
 
        done; \
331
 
        rev="$$rev ."; \
332
 
        target=`echo $@ | sed s/-recursive//`; \
333
 
        for subdir in $$rev; do \
334
 
          echo "Making $$target in $$subdir"; \
335
 
          if test "$$subdir" = "."; then \
336
 
            local_target="$$target-am"; \
337
 
          else \
338
 
            local_target="$$target"; \
339
 
          fi; \
340
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
341
 
          || eval $$failcom; \
342
 
        done && test -z "$$fail"
343
 
tags-recursive:
344
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
345
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
346
 
        done
347
 
ctags-recursive:
348
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
349
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
350
 
        done
351
 
 
352
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
353
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
354
 
        unique=`for i in $$list; do \
355
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
356
 
          done | \
357
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
358
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
359
 
        mkid -fID $$unique
360
 
tags: TAGS
361
 
 
362
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
363
 
                $(TAGS_FILES) $(LISP)
 
411
ID: $(am__tagged_files)
 
412
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
413
tags: tags-recursive
 
414
TAGS: tags
 
415
 
 
416
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
364
417
        set x; \
365
418
        here=`pwd`; \
366
419
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
376
429
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
377
430
          fi; \
378
431
        done; \
379
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
380
 
        unique=`for i in $$list; do \
381
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
382
 
          done | \
383
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
384
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
432
        $(am__define_uniq_tagged_files); \
385
433
        shift; \
386
434
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
387
435
          test -n "$$unique" || unique=$$empty_fix; \
393
441
              $$unique; \
394
442
          fi; \
395
443
        fi
396
 
ctags: CTAGS
397
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
398
 
                $(TAGS_FILES) $(LISP)
399
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
400
 
        unique=`for i in $$list; do \
401
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
402
 
          done | \
403
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
404
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
444
ctags: ctags-recursive
 
445
 
 
446
CTAGS: ctags
 
447
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
448
        $(am__define_uniq_tagged_files); \
405
449
        test -z "$(CTAGS_ARGS)$$unique" \
406
450
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
407
451
             $$unique
410
454
        here=`$(am__cd) $(top_builddir) && pwd` \
411
455
          && $(am__cd) $(top_srcdir) \
412
456
          && gtags -i $(GTAGS_ARGS) "$$here"
 
457
cscope: cscope.files
 
458
        test ! -s cscope.files \
 
459
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 
460
clean-cscope:
 
461
        -rm -f cscope.files
 
462
cscope.files: clean-cscope cscopelist
 
463
cscopelist: cscopelist-recursive
 
464
 
 
465
cscopelist-am: $(am__tagged_files)
 
466
        list='$(am__tagged_files)'; \
 
467
        case "$(srcdir)" in \
 
468
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
469
          *) sdir=$(subdir)/$(srcdir) ;; \
 
470
        esac; \
 
471
        for i in $$list; do \
 
472
          if test -f "$$i"; then \
 
473
            echo "$(subdir)/$$i"; \
 
474
          else \
 
475
            echo "$$sdir/$$i"; \
 
476
          fi; \
 
477
        done >> $(top_builddir)/cscope.files
413
478
 
414
479
distclean-tags:
415
480
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
481
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
416
482
 
417
483
distdir: $(DISTFILES)
418
484
        $(am__remove_distdir)
448
514
        done
449
515
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
450
516
          if test "$$subdir" = .; then :; else \
451
 
            test -d "$(distdir)/$$subdir" \
452
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
453
 
            || exit 1; \
454
 
          fi; \
455
 
        done
456
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
457
 
          if test "$$subdir" = .; then :; else \
 
517
            $(am__make_dryrun) \
 
518
              || test -d "$(distdir)/$$subdir" \
 
519
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
520
              || exit 1; \
458
521
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
459
522
            $(am__relativize); \
460
523
            new_distdir=$$reldir; \
483
546
        || chmod -R a+r "$(distdir)"
484
547
dist-gzip: distdir
485
548
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
486
 
        $(am__remove_distdir)
 
549
        $(am__post_remove_distdir)
487
550
 
488
551
dist-bzip2: distdir
489
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
490
 
        $(am__remove_distdir)
491
 
 
492
 
dist-lzma: distdir
493
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
494
 
        $(am__remove_distdir)
495
 
 
 
552
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
553
        $(am__post_remove_distdir)
 
554
 
 
555
dist-lzip: distdir
 
556
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
 
557
        $(am__post_remove_distdir)
496
558
dist-xz: distdir
497
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
498
 
        $(am__remove_distdir)
 
559
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
 
560
        $(am__post_remove_distdir)
499
561
 
500
562
dist-tarZ: distdir
 
563
        @echo WARNING: "Support for shar distribution archives is" \
 
564
                       "deprecated." >&2
 
565
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
501
566
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
502
 
        $(am__remove_distdir)
 
567
        $(am__post_remove_distdir)
503
568
 
504
569
dist-shar: distdir
 
570
        @echo WARNING: "Support for distribution archives compressed with" \
 
571
                       "legacy program 'compress' is deprecated." >&2
 
572
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
505
573
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
506
 
        $(am__remove_distdir)
 
574
        $(am__post_remove_distdir)
507
575
 
508
576
dist-zip: distdir
509
577
        -rm -f $(distdir).zip
510
578
        zip -rq $(distdir).zip $(distdir)
511
 
        $(am__remove_distdir)
 
579
        $(am__post_remove_distdir)
512
580
 
513
 
dist dist-all: distdir
514
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
515
 
        $(am__remove_distdir)
 
581
dist dist-all:
 
582
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 
583
        $(am__post_remove_distdir)
516
584
 
517
585
# This target untars the dist file and tries a VPATH configuration.  Then
518
586
# it guarantees that the distribution is self-contained by making another
523
591
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
524
592
        *.tar.bz2*) \
525
593
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
526
 
        *.tar.lzma*) \
527
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
594
        *.tar.lz*) \
 
595
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
528
596
        *.tar.xz*) \
529
597
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
530
598
        *.tar.Z*) \
534
602
        *.zip*) \
535
603
          unzip $(distdir).zip ;;\
536
604
        esac
537
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
538
 
        mkdir $(distdir)/_build
539
 
        mkdir $(distdir)/_inst
 
605
        chmod -R a-w $(distdir)
 
606
        chmod u+w $(distdir)
 
607
        mkdir $(distdir)/_build $(distdir)/_inst
540
608
        chmod a-w $(distdir)
541
609
        test -d $(distdir)/_build || exit 0; \
542
610
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
543
611
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
544
612
          && am__cwd=`pwd` \
545
613
          && $(am__cd) $(distdir)/_build \
546
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
614
          && ../configure \
 
615
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
547
616
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
617
            --srcdir=.. --prefix="$$dc_install_base" \
548
618
          && $(MAKE) $(AM_MAKEFLAGS) \
549
619
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
550
620
          && $(MAKE) $(AM_MAKEFLAGS) check \
567
637
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
568
638
          && cd "$$am__cwd" \
569
639
          || exit 1
570
 
        $(am__remove_distdir)
 
640
        $(am__post_remove_distdir)
571
641
        @(echo "$(distdir) archives ready for distribution: "; \
572
642
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
573
643
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
574
644
distuninstallcheck:
575
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
576
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
645
        @test -n '$(distuninstallcheck_dir)' || { \
 
646
          echo 'ERROR: trying to run $@ with an empty' \
 
647
               '$$(distuninstallcheck_dir)' >&2; \
 
648
          exit 1; \
 
649
        }; \
 
650
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
651
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
652
          exit 1; \
 
653
        }; \
 
654
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
577
655
           || { echo "ERROR: files left after uninstall:" ; \
578
656
                if test -n "$(DESTDIR)"; then \
579
657
                  echo "  (check DESTDIR support)"; \
604
682
 
605
683
installcheck: installcheck-recursive
606
684
install-strip:
607
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
608
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
609
 
          `test -z '$(STRIP)' || \
610
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
685
        if test -z '$(STRIP)'; then \
 
686
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
687
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
688
              install; \
 
689
        else \
 
690
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
691
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
692
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
693
        fi
611
694
mostlyclean-generic:
612
695
 
613
696
clean-generic:
688
771
 
689
772
uninstall-am:
690
773
 
691
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
692
 
        ctags-recursive install-am install-strip tags-recursive
 
774
.MAKE: $(am__recursive_targets) all install-am install-strip
693
775
 
694
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
695
 
        all all-am am--refresh check check-am clean clean-generic \
696
 
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
697
 
        dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
698
 
        distclean distclean-generic distclean-hdr distclean-tags \
699
 
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
700
 
        html-am info info-am install install-am install-data \
701
 
        install-data-am install-dvi install-dvi-am install-exec \
702
 
        install-exec-am install-html install-html-am install-info \
703
 
        install-info-am install-man install-pdf install-pdf-am \
704
 
        install-ps install-ps-am install-strip installcheck \
705
 
        installcheck-am installdirs installdirs-am maintainer-clean \
706
 
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
707
 
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
 
776
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
 
777
        am--refresh check check-am clean clean-cscope clean-generic \
 
778
        cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
 
779
        dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
 
780
        distcheck distclean distclean-generic distclean-hdr \
 
781
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
782
        dvi-am html html-am info info-am install install-am \
 
783
        install-data install-data-am install-dvi install-dvi-am \
 
784
        install-exec install-exec-am install-html install-html-am \
 
785
        install-info install-info-am install-man install-pdf \
 
786
        install-pdf-am install-ps install-ps-am install-strip \
 
787
        installcheck installcheck-am installdirs installdirs-am \
 
788
        maintainer-clean maintainer-clean-generic mostlyclean \
 
789
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
 
790
        uninstall-am
708
791
 
709
792
 
710
793
# Tell versions [3.59,3.63) of GNU make to not export all variables.