~ubuntu-branches/ubuntu/vivid/gnome-user-docs/vivid-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Luca Falavigna
  • Date: 2014-07-15 22:20:04 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20140715222004-pce2zyc0v4ycke4o
Tags: 3.12.2-1
* Team upload.
* New upstream release.
* debian/control.in:
  - Bump Standards-Version to 3.9.5.

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.13.4 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)/gnome-user-docs.spec.in \
37
 
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
 
79
DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
 
80
        $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
81
        $(top_srcdir)/configure $(am__configure_deps) COPYING \
38
82
        install-sh missing
39
83
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
84
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41
85
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
86
        $(ACLOCAL_M4)
43
87
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
44
88
 configure.lineno config.status.lineno
45
89
mkinstalldirs = $(install_sh) -d
46
 
CONFIG_CLEAN_FILES = gnome-user-docs.spec
 
90
CONFIG_CLEAN_FILES =
47
91
CONFIG_CLEAN_VPATH_FILES =
48
 
AM_V_GEN = $(am__v_GEN_$(V))
49
 
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
50
 
am__v_GEN_0 = @echo "  GEN   " $@;
51
 
AM_V_at = $(am__v_at_$(V))
52
 
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
92
AM_V_P = $(am__v_P_@AM_V@)
 
93
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
94
am__v_P_0 = false
 
95
am__v_P_1 = :
 
96
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
97
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
98
am__v_GEN_0 = @echo "  GEN     " $@;
 
99
am__v_GEN_1 = 
 
100
AM_V_at = $(am__v_at_@AM_V@)
 
101
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
53
102
am__v_at_0 = @
 
103
am__v_at_1 = 
54
104
SOURCES =
55
105
DIST_SOURCES =
56
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57
 
        html-recursive info-recursive install-data-recursive \
58
 
        install-dvi-recursive install-exec-recursive \
59
 
        install-html-recursive install-info-recursive \
60
 
        install-pdf-recursive install-ps-recursive install-recursive \
61
 
        installcheck-recursive installdirs-recursive pdf-recursive \
62
 
        ps-recursive uninstall-recursive
 
106
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
107
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
108
        install-data-recursive install-dvi-recursive \
 
109
        install-exec-recursive install-html-recursive \
 
110
        install-info-recursive install-pdf-recursive \
 
111
        install-ps-recursive install-recursive installcheck-recursive \
 
112
        installdirs-recursive pdf-recursive ps-recursive \
 
113
        tags-recursive uninstall-recursive
 
114
am__can_run_installinfo = \
 
115
  case $$AM_UPDATE_INFO_DIR in \
 
116
    n|no|NO) false;; \
 
117
    *) (install-info --version) >/dev/null 2>&1;; \
 
118
  esac
63
119
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
64
120
  distclean-recursive maintainer-clean-recursive
65
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
66
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
67
 
        distdir dist dist-all distcheck
 
121
am__recursive_targets = \
 
122
  $(RECURSIVE_TARGETS) \
 
123
  $(RECURSIVE_CLEAN_TARGETS) \
 
124
  $(am__extra_recursive_targets)
 
125
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 
126
        cscope distdir dist dist-all distcheck
 
127
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
128
# Read a list of newline-separated strings from the standard input,
 
129
# and print each of them once, without duplicates.  Input order is
 
130
# *not* preserved.
 
131
am__uniquify_input = $(AWK) '\
 
132
  BEGIN { nonempty = 0; } \
 
133
  { items[$$0] = 1; nonempty = 1; } \
 
134
  END { if (nonempty) { for (i in items) print i; }; } \
 
135
'
 
136
# Make sure the list of sources is unique.  This is necessary because,
 
137
# e.g., the same source file might be shared among _SOURCES variables
 
138
# for different programs/libraries.
 
139
am__define_uniq_tagged_files = \
 
140
  list='$(am__tagged_files)'; \
 
141
  unique=`for i in $$list; do \
 
142
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
143
  done | $(am__uniquify_input)`
68
144
ETAGS = etags
69
145
CTAGS = ctags
 
146
CSCOPE = cscope
70
147
DIST_SUBDIRS = $(SUBDIRS)
71
148
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72
149
distdir = $(PACKAGE)-$(VERSION)
73
150
top_distdir = $(distdir)
74
151
am__remove_distdir = \
75
 
  { test ! -d "$(distdir)" \
76
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
77
 
         && rm -fr "$(distdir)"; }; }
 
152
  if test -d "$(distdir)"; then \
 
153
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
154
      && rm -rf "$(distdir)" \
 
155
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
156
  else :; fi
 
157
am__post_remove_distdir = $(am__remove_distdir)
78
158
am__relativize = \
79
159
  dir0=`pwd`; \
80
160
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
102
182
  reldir="$$dir2"
103
183
DIST_ARCHIVES = $(distdir).tar.gz
104
184
GZIP_ENV = --best
 
185
DIST_TARGETS = dist-gzip
105
186
distuninstallcheck_listfiles = find . -type f -print
 
187
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
188
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
106
189
distcleancheck_listfiles = find . -type f -print
107
190
ACLOCAL = @ACLOCAL@
108
191
AMTAR = @AMTAR@
143
226
STRIP = @STRIP@
144
227
VERSION = @VERSION@
145
228
XMLLINT = @XMLLINT@
 
229
YELP_LC_DIST = @YELP_LC_DIST@
 
230
YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@
146
231
abs_builddir = @abs_builddir@
147
232
abs_srcdir = @abs_srcdir@
148
233
abs_top_builddir = @abs_top_builddir@
186
271
all: all-recursive
187
272
 
188
273
.SUFFIXES:
189
 
am--refresh:
 
274
am--refresh: Makefile
190
275
        @:
191
276
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
192
277
        @for dep in $?; do \
220
305
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
221
306
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
222
307
$(am__aclocal_m4_deps):
223
 
gnome-user-docs.spec: $(top_builddir)/config.status $(srcdir)/gnome-user-docs.spec.in
224
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
225
308
 
226
309
# This directory's subdirectories are mostly independent; you can cd
227
 
# into them and run `make' without going through this Makefile.
228
 
# To change the values of `make' variables: instead of editing Makefiles,
229
 
# (1) if the variable is set in `config.status', edit `config.status'
230
 
#     (which will cause the Makefiles to be regenerated when you run `make');
231
 
# (2) otherwise, pass the desired values on the `make' command line.
232
 
$(RECURSIVE_TARGETS):
233
 
        @fail= failcom='exit 1'; \
234
 
        for f in x $$MAKEFLAGS; do \
235
 
          case $$f in \
236
 
            *=* | --[!k]*);; \
237
 
            *k*) failcom='fail=yes';; \
238
 
          esac; \
239
 
        done; \
 
310
# into them and run 'make' without going through this Makefile.
 
311
# To change the values of 'make' variables: instead of editing Makefiles,
 
312
# (1) if the variable is set in 'config.status', edit 'config.status'
 
313
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
314
# (2) otherwise, pass the desired values on the 'make' command line.
 
315
$(am__recursive_targets):
 
316
        @fail=; \
 
317
        if $(am__make_keepgoing); then \
 
318
          failcom='fail=yes'; \
 
319
        else \
 
320
          failcom='exit 1'; \
 
321
        fi; \
240
322
        dot_seen=no; \
241
323
        target=`echo $@ | sed s/-recursive//`; \
242
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
324
        case "$@" in \
 
325
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
326
          *) list='$(SUBDIRS)' ;; \
 
327
        esac; \
 
328
        for subdir in $$list; do \
243
329
          echo "Making $$target in $$subdir"; \
244
330
          if test "$$subdir" = "."; then \
245
331
            dot_seen=yes; \
254
340
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
255
341
        fi; test -z "$$fail"
256
342
 
257
 
$(RECURSIVE_CLEAN_TARGETS):
258
 
        @fail= failcom='exit 1'; \
259
 
        for f in x $$MAKEFLAGS; do \
260
 
          case $$f in \
261
 
            *=* | --[!k]*);; \
262
 
            *k*) failcom='fail=yes';; \
263
 
          esac; \
264
 
        done; \
265
 
        dot_seen=no; \
266
 
        case "$@" in \
267
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
268
 
          *) list='$(SUBDIRS)' ;; \
269
 
        esac; \
270
 
        rev=''; for subdir in $$list; do \
271
 
          if test "$$subdir" = "."; then :; else \
272
 
            rev="$$subdir $$rev"; \
273
 
          fi; \
274
 
        done; \
275
 
        rev="$$rev ."; \
276
 
        target=`echo $@ | sed s/-recursive//`; \
277
 
        for subdir in $$rev; do \
278
 
          echo "Making $$target in $$subdir"; \
279
 
          if test "$$subdir" = "."; then \
280
 
            local_target="$$target-am"; \
281
 
          else \
282
 
            local_target="$$target"; \
283
 
          fi; \
284
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
285
 
          || eval $$failcom; \
286
 
        done && test -z "$$fail"
287
 
tags-recursive:
288
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
289
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
290
 
        done
291
 
ctags-recursive:
292
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
293
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
294
 
        done
295
 
 
296
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
297
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
298
 
        unique=`for i in $$list; do \
299
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
300
 
          done | \
301
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
302
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
303
 
        mkid -fID $$unique
304
 
tags: TAGS
305
 
 
306
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
307
 
                $(TAGS_FILES) $(LISP)
 
343
ID: $(am__tagged_files)
 
344
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
345
tags: tags-recursive
 
346
TAGS: tags
 
347
 
 
348
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
308
349
        set x; \
309
350
        here=`pwd`; \
310
351
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
320
361
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
321
362
          fi; \
322
363
        done; \
323
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
324
 
        unique=`for i in $$list; do \
325
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
326
 
          done | \
327
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
328
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
364
        $(am__define_uniq_tagged_files); \
329
365
        shift; \
330
366
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
331
367
          test -n "$$unique" || unique=$$empty_fix; \
337
373
              $$unique; \
338
374
          fi; \
339
375
        fi
340
 
ctags: CTAGS
341
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
342
 
                $(TAGS_FILES) $(LISP)
343
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
344
 
        unique=`for i in $$list; do \
345
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
346
 
          done | \
347
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
348
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
376
ctags: ctags-recursive
 
377
 
 
378
CTAGS: ctags
 
379
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
380
        $(am__define_uniq_tagged_files); \
349
381
        test -z "$(CTAGS_ARGS)$$unique" \
350
382
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
351
383
             $$unique
354
386
        here=`$(am__cd) $(top_builddir) && pwd` \
355
387
          && $(am__cd) $(top_srcdir) \
356
388
          && gtags -i $(GTAGS_ARGS) "$$here"
 
389
cscope: cscope.files
 
390
        test ! -s cscope.files \
 
391
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 
392
clean-cscope:
 
393
        -rm -f cscope.files
 
394
cscope.files: clean-cscope cscopelist
 
395
cscopelist: cscopelist-recursive
 
396
 
 
397
cscopelist-am: $(am__tagged_files)
 
398
        list='$(am__tagged_files)'; \
 
399
        case "$(srcdir)" in \
 
400
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
401
          *) sdir=$(subdir)/$(srcdir) ;; \
 
402
        esac; \
 
403
        for i in $$list; do \
 
404
          if test -f "$$i"; then \
 
405
            echo "$(subdir)/$$i"; \
 
406
          else \
 
407
            echo "$$sdir/$$i"; \
 
408
          fi; \
 
409
        done >> $(top_builddir)/cscope.files
357
410
 
358
411
distclean-tags:
359
412
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
413
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
360
414
 
361
415
distdir: $(DISTFILES)
362
416
        $(am__remove_distdir)
392
446
        done
393
447
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
394
448
          if test "$$subdir" = .; then :; else \
395
 
            test -d "$(distdir)/$$subdir" \
396
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
397
 
            || exit 1; \
398
 
          fi; \
399
 
        done
400
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
401
 
          if test "$$subdir" = .; then :; else \
 
449
            $(am__make_dryrun) \
 
450
              || test -d "$(distdir)/$$subdir" \
 
451
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
452
              || exit 1; \
402
453
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
403
454
            $(am__relativize); \
404
455
            new_distdir=$$reldir; \
427
478
        || chmod -R a+r "$(distdir)"
428
479
dist-gzip: distdir
429
480
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
430
 
        $(am__remove_distdir)
 
481
        $(am__post_remove_distdir)
431
482
 
432
483
dist-bzip2: distdir
433
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
434
 
        $(am__remove_distdir)
 
484
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
485
        $(am__post_remove_distdir)
435
486
 
436
 
dist-lzma: distdir
437
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
438
 
        $(am__remove_distdir)
 
487
dist-lzip: distdir
 
488
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
 
489
        $(am__post_remove_distdir)
439
490
 
440
491
dist-xz: distdir
441
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
442
 
        $(am__remove_distdir)
 
492
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
 
493
        $(am__post_remove_distdir)
443
494
 
444
495
dist-tarZ: distdir
445
496
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
446
 
        $(am__remove_distdir)
 
497
        $(am__post_remove_distdir)
447
498
 
448
499
dist-shar: distdir
449
500
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
450
 
        $(am__remove_distdir)
 
501
        $(am__post_remove_distdir)
451
502
 
452
503
dist-zip: distdir
453
504
        -rm -f $(distdir).zip
454
505
        zip -rq $(distdir).zip $(distdir)
455
 
        $(am__remove_distdir)
 
506
        $(am__post_remove_distdir)
456
507
 
457
 
dist dist-all: distdir
458
 
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
459
 
        $(am__remove_distdir)
 
508
dist dist-all:
 
509
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 
510
        $(am__post_remove_distdir)
460
511
 
461
512
# This target untars the dist file and tries a VPATH configuration.  Then
462
513
# it guarantees that the distribution is self-contained by making another
467
518
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
468
519
        *.tar.bz2*) \
469
520
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
470
 
        *.tar.lzma*) \
471
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
521
        *.tar.lz*) \
 
522
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
472
523
        *.tar.xz*) \
473
524
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
474
525
        *.tar.Z*) \
478
529
        *.zip*) \
479
530
          unzip $(distdir).zip ;;\
480
531
        esac
481
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
482
 
        mkdir $(distdir)/_build
483
 
        mkdir $(distdir)/_inst
 
532
        chmod -R a-w $(distdir)
 
533
        chmod u+w $(distdir)
 
534
        mkdir $(distdir)/_build $(distdir)/_inst
484
535
        chmod a-w $(distdir)
485
536
        test -d $(distdir)/_build || exit 0; \
486
537
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
488
539
          && am__cwd=`pwd` \
489
540
          && $(am__cd) $(distdir)/_build \
490
541
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
542
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
491
543
            $(DISTCHECK_CONFIGURE_FLAGS) \
492
544
          && $(MAKE) $(AM_MAKEFLAGS) \
493
545
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
511
563
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
512
564
          && cd "$$am__cwd" \
513
565
          || exit 1
514
 
        $(am__remove_distdir)
 
566
        $(am__post_remove_distdir)
515
567
        @(echo "$(distdir) archives ready for distribution: "; \
516
568
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
517
569
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
518
570
distuninstallcheck:
519
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
520
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
571
        @test -n '$(distuninstallcheck_dir)' || { \
 
572
          echo 'ERROR: trying to run $@ with an empty' \
 
573
               '$$(distuninstallcheck_dir)' >&2; \
 
574
          exit 1; \
 
575
        }; \
 
576
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
577
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
578
          exit 1; \
 
579
        }; \
 
580
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
521
581
           || { echo "ERROR: files left after uninstall:" ; \
522
582
                if test -n "$(DESTDIR)"; then \
523
583
                  echo "  (check DESTDIR support)"; \
548
608
 
549
609
installcheck: installcheck-recursive
550
610
install-strip:
551
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
552
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
553
 
          `test -z '$(STRIP)' || \
554
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
611
        if test -z '$(STRIP)'; then \
 
612
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
613
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
614
              install; \
 
615
        else \
 
616
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
617
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
618
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
619
        fi
555
620
mostlyclean-generic:
556
621
 
557
622
clean-generic:
632
697
 
633
698
uninstall-am:
634
699
 
635
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
636
 
        install-am install-strip tags-recursive
 
700
.MAKE: $(am__recursive_targets) install-am install-strip
637
701
 
638
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
639
 
        all all-am am--refresh check check-am clean clean-generic \
640
 
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
641
 
        dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
642
 
        distclean distclean-generic distclean-tags distcleancheck \
643
 
        distdir distuninstallcheck dvi dvi-am html html-am info \
644
 
        info-am install install-am install-data install-data-am \
645
 
        install-dvi install-dvi-am install-exec install-exec-am \
646
 
        install-html install-html-am install-info install-info-am \
647
 
        install-man install-pdf install-pdf-am install-ps \
648
 
        install-ps-am install-strip installcheck installcheck-am \
649
 
        installdirs installdirs-am maintainer-clean \
 
702
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
 
703
        am--refresh check check-am clean clean-cscope clean-generic \
 
704
        cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
 
705
        dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
 
706
        distcheck distclean distclean-generic distclean-tags \
 
707
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
708
        html-am info info-am install install-am install-data \
 
709
        install-data-am install-dvi install-dvi-am install-exec \
 
710
        install-exec-am install-html install-html-am install-info \
 
711
        install-info-am install-man install-pdf install-pdf-am \
 
712
        install-ps install-ps-am install-strip installcheck \
 
713
        installcheck-am installdirs installdirs-am maintainer-clean \
650
714
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
651
 
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
 
715
        pdf-am ps ps-am tags tags-am uninstall uninstall-am
652
716
 
653
717
 
654
718
# Tell versions [3.59,3.63) of GNU make to not export all variables.