~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to docs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-09-08 09:33:41 UTC
  • mfrom: (1.1.29 upstream)
  • Revision ID: james.westby@ubuntu.com-20090908093341-jh02q5ba0q8jyu9l
Tags: 2.27.92-0ubuntu1
* New upstream release (LP: #425998)
  - Some improvements when handling DVD-RW sequential
  - #593829 - Brasero gets stuck in a loop at "Getting size" while burning another session on a multi-session disk
  - #578466 - Unable to overburn
  - #593314 - Brasero is failing to burn from sftp
  - #593492 - Compilation must be ordered by file name
  - #587122 - Copying DVD - "Error while reading video DVD (no error)"
  - #592026 - brasero crashes when eject a medium
  - #592025 - brasero crashes on detecting src images on a NFS path when preparing burning an image
  - #591880 - Image checksumming causes internal error (LP: #354995)
  - #591397 - Brasero Main window pops up after exiting from Image Burning window.
  - Translation updates
  - lots of small fixes and improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
40
42
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
41
43
CONFIG_HEADER = $(top_builddir)/config.h
42
44
CONFIG_CLEAN_FILES =
 
45
CONFIG_CLEAN_VPATH_FILES =
 
46
AM_V_GEN = $(am__v_GEN_$(V))
 
47
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
48
am__v_GEN_0 = @echo "  GEN   " $@;
 
49
AM_V_at = $(am__v_at_$(V))
 
50
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
51
am__v_at_0 = @
43
52
SOURCES =
44
53
DIST_SOURCES =
45
54
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
49
58
        install-pdf-recursive install-ps-recursive install-recursive \
50
59
        installcheck-recursive installdirs-recursive pdf-recursive \
51
60
        ps-recursive uninstall-recursive
 
61
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
62
am__vpath_adj = case $$p in \
 
63
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
64
    *) f=$$p;; \
 
65
  esac;
 
66
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
67
am__install_max = 40
 
68
am__nobase_strip_setup = \
 
69
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
70
am__nobase_strip = \
 
71
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
72
am__nobase_list = $(am__nobase_strip_setup); \
 
73
  for p in $$list; do echo "$$p $$p"; done | \
 
74
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
75
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
76
    if (++n[$$2] == $(am__install_max)) \
 
77
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
78
    END { for (dir in files) print dir, files[dir] }'
 
79
am__base_list = \
 
80
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
81
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
52
82
man1dir = $(mandir)/man1
53
83
am__installdirs = "$(DESTDIR)$(man1dir)"
54
84
NROFF = nroff
55
85
MANS = $(man_MANS)
56
86
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
57
87
  distclean-recursive maintainer-clean-recursive
 
88
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
89
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
90
        distdir
58
91
ETAGS = etags
59
92
CTAGS = ctags
60
93
DIST_SUBDIRS = $(SUBDIRS)
61
94
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
95
am__relativize = \
 
96
  dir0=`pwd`; \
 
97
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
98
  sed_rest='s,^[^/]*/*,,'; \
 
99
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
100
  sed_butlast='s,/*[^/]*$$,,'; \
 
101
  while test -n "$$dir1"; do \
 
102
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
103
    if test "$$first" != "."; then \
 
104
      if test "$$first" = ".."; then \
 
105
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
106
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
107
      else \
 
108
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
109
        if test "$$first2" = "$$first"; then \
 
110
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
111
        else \
 
112
          dir2="../$$dir2"; \
 
113
        fi; \
 
114
        dir0="$$dir0"/"$$first"; \
 
115
      fi; \
 
116
    fi; \
 
117
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
118
  done; \
 
119
  reldir="$$dir2"
62
120
ACLOCAL = @ACLOCAL@
63
121
ALL_LINGUAS = @ALL_LINGUAS@
64
122
AMTAR = @AMTAR@
 
123
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
65
124
AR = @AR@
66
125
AUTOCONF = @AUTOCONF@
67
126
AUTOHEADER = @AUTOHEADER@
160
219
MAINT = @MAINT@
161
220
MAKEINFO = @MAKEINFO@
162
221
MKDIR_P = @MKDIR_P@
 
222
MKINSTALLDIRS = @MKINSTALLDIRS@
163
223
MSGFMT = @MSGFMT@
164
224
MSGFMT_OPTS = @MSGFMT_OPTS@
165
225
MSGMERGE = @MSGMERGE@
257
317
        @for dep in $?; do \
258
318
          case '$(am__configure_deps)' in \
259
319
            *$$dep*) \
260
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
261
 
                && exit 0; \
 
320
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
321
                && { if test -f $@; then exit 0; else break; fi; }; \
262
322
              exit 1;; \
263
323
          esac; \
264
324
        done; \
265
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  docs/Makefile'; \
266
 
        cd $(top_srcdir) && \
267
 
          $(AUTOMAKE) --foreign  docs/Makefile
 
325
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \
 
326
        $(am__cd) $(top_srcdir) && \
 
327
          $(AUTOMAKE) --foreign docs/Makefile
268
328
.PRECIOUS: Makefile
269
329
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
270
330
        @case '$?' in \
282
342
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
283
343
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
284
344
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
345
$(am__aclocal_m4_deps):
285
346
 
286
347
mostlyclean-libtool:
287
348
        -rm -f *.lo
288
349
 
289
350
clean-libtool:
290
351
        -rm -rf .libs _libs
291
 
install-man1: $(man1_MANS) $(man_MANS)
 
352
install-man1: $(man_MANS)
292
353
        @$(NORMAL_INSTALL)
293
354
        test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
294
 
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
295
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
296
 
        for i in $$l2; do \
297
 
          case "$$i" in \
298
 
            *.1*) list="$$list $$i" ;; \
299
 
          esac; \
 
355
        @list=''; test -n "$(man1dir)" || exit 0; \
 
356
        { for i in $$list; do echo "$$i"; done; \
 
357
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
358
          sed -n '/\.1[a-z]*$$/p'; \
 
359
        } | while read p; do \
 
360
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
361
          echo "$$d$$p"; echo "$$p"; \
 
362
        done | \
 
363
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
 
364
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
365
        sed 'N;N;s,\n, ,g' | { \
 
366
        list=; while read file base inst; do \
 
367
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
368
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
 
369
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
 
370
          fi; \
300
371
        done; \
301
 
        for i in $$list; do \
302
 
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
303
 
          else file=$$i; fi; \
304
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
305
 
          case "$$ext" in \
306
 
            1*) ;; \
307
 
            *) ext='1' ;; \
308
 
          esac; \
309
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
310
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
311
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
312
 
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
313
 
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
314
 
        done
 
372
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
373
        while read files; do \
 
374
          test -z "$$files" || { \
 
375
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
 
376
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
 
377
        done; }
 
378
 
315
379
uninstall-man1:
316
380
        @$(NORMAL_UNINSTALL)
317
 
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
318
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
319
 
        for i in $$l2; do \
320
 
          case "$$i" in \
321
 
            *.1*) list="$$list $$i" ;; \
322
 
          esac; \
323
 
        done; \
324
 
        for i in $$list; do \
325
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
326
 
          case "$$ext" in \
327
 
            1*) ;; \
328
 
            *) ext='1' ;; \
329
 
          esac; \
330
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
331
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
332
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
333
 
          echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
334
 
          rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
335
 
        done
 
381
        @list=''; test -n "$(man1dir)" || exit 0; \
 
382
        files=`{ for i in $$list; do echo "$$i"; done; \
 
383
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
384
          sed -n '/\.1[a-z]*$$/p'; \
 
385
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
 
386
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
387
        test -z "$$files" || { \
 
388
          echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
 
389
          cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
336
390
 
337
391
# This directory's subdirectories are mostly independent; you can cd
338
392
# into them and run `make' without going through this Makefile.
358
412
          else \
359
413
            local_target="$$target"; \
360
414
          fi; \
361
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
415
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
362
416
          || eval $$failcom; \
363
417
        done; \
364
418
        if test "$$dot_seen" = "no"; then \
392
446
          else \
393
447
            local_target="$$target"; \
394
448
          fi; \
395
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
449
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
396
450
          || eval $$failcom; \
397
451
        done && test -z "$$fail"
398
452
tags-recursive:
399
453
        list='$(SUBDIRS)'; for subdir in $$list; do \
400
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
454
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
401
455
        done
402
456
ctags-recursive:
403
457
        list='$(SUBDIRS)'; for subdir in $$list; do \
404
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
458
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
405
459
        done
406
460
 
407
461
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
409
463
        unique=`for i in $$list; do \
410
464
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
411
465
          done | \
412
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
466
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
413
467
              END { if (nonempty) { for (i in files) print i; }; }'`; \
414
468
        mkid -fID $$unique
415
469
tags: TAGS
416
470
 
417
471
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
418
472
                $(TAGS_FILES) $(LISP)
419
 
        tags=; \
 
473
        set x; \
420
474
        here=`pwd`; \
421
475
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
422
476
          include_option=--etags-include; \
428
482
        list='$(SUBDIRS)'; for subdir in $$list; do \
429
483
          if test "$$subdir" = .; then :; else \
430
484
            test ! -f $$subdir/TAGS || \
431
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
485
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
432
486
          fi; \
433
487
        done; \
434
488
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
437
491
          done | \
438
492
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
439
493
              END { if (nonempty) { for (i in files) print i; }; }'`; \
440
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
494
        shift; \
 
495
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
441
496
          test -n "$$unique" || unique=$$empty_fix; \
442
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
443
 
            $$tags $$unique; \
 
497
          if test $$# -gt 0; then \
 
498
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
499
              "$$@" $$unique; \
 
500
          else \
 
501
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
502
              $$unique; \
 
503
          fi; \
444
504
        fi
445
505
ctags: CTAGS
446
506
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
447
507
                $(TAGS_FILES) $(LISP)
448
 
        tags=; \
449
508
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
450
509
        unique=`for i in $$list; do \
451
510
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
452
511
          done | \
453
512
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
454
513
              END { if (nonempty) { for (i in files) print i; }; }'`; \
455
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
514
        test -z "$(CTAGS_ARGS)$$unique" \
456
515
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
457
 
             $$tags $$unique
 
516
             $$unique
458
517
 
459
518
GTAGS:
460
519
        here=`$(am__cd) $(top_builddir) && pwd` \
461
 
          && cd $(top_srcdir) \
462
 
          && gtags -i $(GTAGS_ARGS) $$here
 
520
          && $(am__cd) $(top_srcdir) \
 
521
          && gtags -i $(GTAGS_ARGS) "$$here"
463
522
 
464
523
distclean-tags:
465
524
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
466
525
 
467
526
distdir: $(DISTFILES)
 
527
        @list='$(MANS)'; if test -n "$$list"; then \
 
528
          list=`for p in $$list; do \
 
529
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
530
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
 
531
          if test -n "$$list" && \
 
532
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
 
533
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
 
534
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
 
535
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
 
536
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
 
537
            exit 1; \
 
538
          else :; fi; \
 
539
        else :; fi
468
540
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
469
541
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
470
542
        list='$(DISTFILES)'; \
480
552
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
481
553
          if test -d $$d/$$file; then \
482
554
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
555
            if test -d "$(distdir)/$$file"; then \
 
556
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
557
            fi; \
483
558
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
484
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
559
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
560
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
485
561
            fi; \
486
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
562
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
487
563
          else \
488
 
            test -f $(distdir)/$$file \
489
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
564
            test -f "$(distdir)/$$file" \
 
565
            || cp -p $$d/$$file "$(distdir)/$$file" \
490
566
            || exit 1; \
491
567
          fi; \
492
568
        done
493
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
569
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
494
570
          if test "$$subdir" = .; then :; else \
495
571
            test -d "$(distdir)/$$subdir" \
496
572
            || $(MKDIR_P) "$(distdir)/$$subdir" \
497
573
            || exit 1; \
498
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
499
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
500
 
            (cd $$subdir && \
 
574
          fi; \
 
575
        done
 
576
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
577
          if test "$$subdir" = .; then :; else \
 
578
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
579
            $(am__relativize); \
 
580
            new_distdir=$$reldir; \
 
581
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
582
            $(am__relativize); \
 
583
            new_top_distdir=$$reldir; \
 
584
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
585
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
586
            ($(am__cd) $$subdir && \
501
587
              $(MAKE) $(AM_MAKEFLAGS) \
502
 
                top_distdir="$$top_distdir" \
503
 
                distdir="$$distdir/$$subdir" \
 
588
                top_distdir="$$new_top_distdir" \
 
589
                distdir="$$new_distdir" \
504
590
                am__remove_distdir=: \
505
591
                am__skip_length_check=: \
 
592
                am__skip_mode_fix=: \
506
593
                distdir) \
507
594
              || exit 1; \
508
595
          fi; \
535
622
 
536
623
distclean-generic:
537
624
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
625
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
538
626
 
539
627
maintainer-clean-generic:
540
628
        @echo "This command is intended for maintainers to use"
553
641
 
554
642
html: html-recursive
555
643
 
 
644
html-am:
 
645
 
556
646
info: info-recursive
557
647
 
558
648
info-am:
561
651
 
562
652
install-dvi: install-dvi-recursive
563
653
 
 
654
install-dvi-am:
 
655
 
564
656
install-exec-am:
565
657
 
566
658
install-html: install-html-recursive
567
659
 
 
660
install-html-am:
 
661
 
568
662
install-info: install-info-recursive
569
663
 
 
664
install-info-am:
 
665
 
570
666
install-man: install-man1
571
667
 
572
668
install-pdf: install-pdf-recursive
573
669
 
 
670
install-pdf-am:
 
671
 
574
672
install-ps: install-ps-recursive
575
673
 
 
674
install-ps-am:
 
675
 
576
676
installcheck-am:
577
677
 
578
678
maintainer-clean: maintainer-clean-recursive
595
695
 
596
696
uninstall-man: uninstall-man1
597
697
 
598
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
599
 
        install-strip
 
698
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
699
        install-am install-strip tags-recursive
600
700
 
601
701
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
602
702
        all all-am check check-am clean clean-generic clean-libtool \
615
715
 
616
716
 
617
717
-include $(top_srcdir)/git.mk
 
718
 
618
719
# Tell versions [3.59,3.63) of GNU make to not export all variables.
619
720
# Otherwise a system limit (for SysV at least) may be exceeded.
620
721
.NOEXPORT: