~ubuntu-branches/ubuntu/oneiric/gconf/oneiric-proposed

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-23 00:43:05 UTC
  • mto: (7.3.5 sid) (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: james.westby@ubuntu.com-20090923004305-28dhb0orglxennwy
Tags: upstream-2.28.0
ImportĀ upstreamĀ versionĀ 2.28.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
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.
17
16
 
18
17
VPATH = @srcdir@
19
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
20
20
pkgincludedir = $(includedir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
22
install_sh_DATA = $(install_sh) -c -m 644
25
23
install_sh_PROGRAM = $(install_sh) -c
43
41
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44
42
CONFIG_HEADER = $(top_builddir)/config.h
45
43
CONFIG_CLEAN_FILES =
46
 
CONFIG_CLEAN_VPATH_FILES =
47
44
SOURCES =
48
45
DIST_SOURCES =
49
46
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
53
50
        install-pdf-recursive install-ps-recursive install-recursive \
54
51
        installcheck-recursive installdirs-recursive pdf-recursive \
55
52
        ps-recursive uninstall-recursive
 
53
man1dir = $(mandir)/man1
 
54
am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(SchemasDTDdir)"
 
55
NROFF = nroff
 
56
MANS = $(man_MANS)
56
57
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
57
58
am__vpath_adj = case $$p in \
58
59
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
59
60
    *) f=$$p;; \
60
61
  esac;
61
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
62
 
am__install_max = 40
63
 
am__nobase_strip_setup = \
64
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
65
 
am__nobase_strip = \
66
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
67
 
am__nobase_list = $(am__nobase_strip_setup); \
68
 
  for p in $$list; do echo "$$p $$p"; done | \
69
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
70
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
71
 
    if (++n[$$2] == $(am__install_max)) \
72
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
73
 
    END { for (dir in files) print dir, files[dir] }'
74
 
am__base_list = \
75
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
76
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
77
 
man1dir = $(mandir)/man1
78
 
am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(SchemasDTDdir)"
79
 
NROFF = nroff
80
 
MANS = $(man_MANS)
 
62
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
63
SchemasDTDDATA_INSTALL = $(INSTALL_DATA)
81
64
DATA = $(SchemasDTD_DATA)
82
65
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
83
66
  distclean-recursive maintainer-clean-recursive
84
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
85
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
86
 
        distdir
87
67
ETAGS = etags
88
68
CTAGS = ctags
89
69
DIST_SUBDIRS = $(SUBDIRS)
90
70
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
91
 
am__relativize = \
92
 
  dir0=`pwd`; \
93
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
94
 
  sed_rest='s,^[^/]*/*,,'; \
95
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
96
 
  sed_butlast='s,/*[^/]*$$,,'; \
97
 
  while test -n "$$dir1"; do \
98
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
99
 
    if test "$$first" != "."; then \
100
 
      if test "$$first" = ".."; then \
101
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
102
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
103
 
      else \
104
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
105
 
        if test "$$first2" = "$$first"; then \
106
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
107
 
        else \
108
 
          dir2="../$$dir2"; \
109
 
        fi; \
110
 
        dir0="$$dir0"/"$$first"; \
111
 
      fi; \
112
 
    fi; \
113
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
114
 
  done; \
115
 
  reldir="$$dir2"
116
71
ACLOCAL = @ACLOCAL@
117
72
ALL_LINGUAS = @ALL_LINGUAS@
118
73
AMTAR = @AMTAR@
165
120
GMSGFMT = @GMSGFMT@
166
121
GREP = @GREP@
167
122
GTKDOC_CHECK = @GTKDOC_CHECK@
 
123
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
124
GTKDOC_REBASE = @GTKDOC_REBASE@
168
125
HTML_DIR = @HTML_DIR@
169
126
INSTALL = @INSTALL@
170
127
INSTALL_DATA = @INSTALL_DATA@
207
164
PACKAGE_NAME = @PACKAGE_NAME@
208
165
PACKAGE_STRING = @PACKAGE_STRING@
209
166
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
167
PACKAGE_URL = @PACKAGE_URL@
210
168
PACKAGE_VERSION = @PACKAGE_VERSION@
211
169
PATH_SEPARATOR = @PATH_SEPARATOR@
212
170
PKG_CONFIG = @PKG_CONFIG@
299
257
              exit 1;; \
300
258
          esac; \
301
259
        done; \
302
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
303
 
        $(am__cd) $(top_srcdir) && \
304
 
          $(AUTOMAKE) --gnu doc/Makefile
 
260
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
 
261
        cd $(top_srcdir) && \
 
262
          $(AUTOMAKE) --gnu  doc/Makefile
305
263
.PRECIOUS: Makefile
306
264
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
307
265
        @case '$?' in \
319
277
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
320
278
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
321
279
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322
 
$(am__aclocal_m4_deps):
323
280
 
324
281
mostlyclean-libtool:
325
282
        -rm -f *.lo
326
283
 
327
284
clean-libtool:
328
285
        -rm -rf .libs _libs
329
 
install-man1: $(man_MANS)
 
286
install-man1: $(man1_MANS) $(man_MANS)
330
287
        @$(NORMAL_INSTALL)
331
288
        test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
332
 
        @list=''; test -n "$(man1dir)" || exit 0; \
333
 
        { for i in $$list; do echo "$$i"; done; \
334
 
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
335
 
          sed -n '/\.1[a-z]*$$/p'; \
336
 
        } | while read p; do \
337
 
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
338
 
          echo "$$d$$p"; echo "$$p"; \
339
 
        done | \
340
 
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
341
 
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
342
 
        sed 'N;N;s,\n, ,g' | { \
343
 
        list=; while read file base inst; do \
344
 
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
345
 
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
346
 
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
347
 
          fi; \
 
289
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
 
290
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
291
        for i in $$l2; do \
 
292
          case "$$i" in \
 
293
            *.1*) list="$$list $$i" ;; \
 
294
          esac; \
348
295
        done; \
349
 
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
350
 
        while read files; do \
351
 
          test -z "$$files" || { \
352
 
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
353
 
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
354
 
        done; }
355
 
 
 
296
        for i in $$list; do \
 
297
          if test -f $$i; then file=$$i; \
 
298
          else file=$(srcdir)/$$i; fi; \
 
299
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
300
          case "$$ext" in \
 
301
            1*) ;; \
 
302
            *) ext='1' ;; \
 
303
          esac; \
 
304
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
305
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
306
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
307
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
 
308
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
 
309
        done
356
310
uninstall-man1:
357
311
        @$(NORMAL_UNINSTALL)
358
 
        @list=''; test -n "$(man1dir)" || exit 0; \
359
 
        files=`{ for i in $$list; do echo "$$i"; done; \
360
 
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
361
 
          sed -n '/\.1[a-z]*$$/p'; \
362
 
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
363
 
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
364
 
        test -z "$$files" || { \
365
 
          echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
366
 
          cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
 
312
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
 
313
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
 
314
        for i in $$l2; do \
 
315
          case "$$i" in \
 
316
            *.1*) list="$$list $$i" ;; \
 
317
          esac; \
 
318
        done; \
 
319
        for i in $$list; do \
 
320
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
 
321
          case "$$ext" in \
 
322
            1*) ;; \
 
323
            *) ext='1' ;; \
 
324
          esac; \
 
325
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
 
326
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
 
327
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
 
328
          echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
 
329
          rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
 
330
        done
367
331
install-SchemasDTDDATA: $(SchemasDTD_DATA)
368
332
        @$(NORMAL_INSTALL)
369
333
        test -z "$(SchemasDTDdir)" || $(MKDIR_P) "$(DESTDIR)$(SchemasDTDdir)"
370
 
        @list='$(SchemasDTD_DATA)'; test -n "$(SchemasDTDdir)" || list=; \
371
 
        for p in $$list; do \
 
334
        @list='$(SchemasDTD_DATA)'; for p in $$list; do \
372
335
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
373
 
          echo "$$d$$p"; \
374
 
        done | $(am__base_list) | \
375
 
        while read files; do \
376
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(SchemasDTDdir)'"; \
377
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(SchemasDTDdir)" || exit $$?; \
 
336
          f=$(am__strip_dir) \
 
337
          echo " $(SchemasDTDDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(SchemasDTDdir)/$$f'"; \
 
338
          $(SchemasDTDDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(SchemasDTDdir)/$$f"; \
378
339
        done
379
340
 
380
341
uninstall-SchemasDTDDATA:
381
342
        @$(NORMAL_UNINSTALL)
382
 
        @list='$(SchemasDTD_DATA)'; test -n "$(SchemasDTDdir)" || list=; \
383
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
384
 
        test -n "$$files" || exit 0; \
385
 
        echo " ( cd '$(DESTDIR)$(SchemasDTDdir)' && rm -f" $$files ")"; \
386
 
        cd "$(DESTDIR)$(SchemasDTDdir)" && rm -f $$files
 
343
        @list='$(SchemasDTD_DATA)'; for p in $$list; do \
 
344
          f=$(am__strip_dir) \
 
345
          echo " rm -f '$(DESTDIR)$(SchemasDTDdir)/$$f'"; \
 
346
          rm -f "$(DESTDIR)$(SchemasDTDdir)/$$f"; \
 
347
        done
387
348
 
388
349
# This directory's subdirectories are mostly independent; you can cd
389
350
# into them and run `make' without going through this Makefile.
409
370
          else \
410
371
            local_target="$$target"; \
411
372
          fi; \
412
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
373
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
413
374
          || eval $$failcom; \
414
375
        done; \
415
376
        if test "$$dot_seen" = "no"; then \
443
404
          else \
444
405
            local_target="$$target"; \
445
406
          fi; \
446
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
407
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
447
408
          || eval $$failcom; \
448
409
        done && test -z "$$fail"
449
410
tags-recursive:
450
411
        list='$(SUBDIRS)'; for subdir in $$list; do \
451
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
412
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
452
413
        done
453
414
ctags-recursive:
454
415
        list='$(SUBDIRS)'; for subdir in $$list; do \
455
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
416
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
456
417
        done
457
418
 
458
419
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
467
428
 
468
429
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
469
430
                $(TAGS_FILES) $(LISP)
470
 
        set x; \
 
431
        tags=; \
471
432
        here=`pwd`; \
472
433
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
473
434
          include_option=--etags-include; \
479
440
        list='$(SUBDIRS)'; for subdir in $$list; do \
480
441
          if test "$$subdir" = .; then :; else \
481
442
            test ! -f $$subdir/TAGS || \
482
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
443
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
483
444
          fi; \
484
445
        done; \
485
446
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
488
449
          done | \
489
450
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
490
451
              END { if (nonempty) { for (i in files) print i; }; }'`; \
491
 
        shift; \
492
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
452
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
493
453
          test -n "$$unique" || unique=$$empty_fix; \
494
 
          if test $$# -gt 0; then \
495
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
496
 
              "$$@" $$unique; \
497
 
          else \
498
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
499
 
              $$unique; \
500
 
          fi; \
 
454
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
455
            $$tags $$unique; \
501
456
        fi
502
457
ctags: CTAGS
503
458
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
504
459
                $(TAGS_FILES) $(LISP)
 
460
        tags=; \
505
461
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
506
462
        unique=`for i in $$list; do \
507
463
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
508
464
          done | \
509
465
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
510
466
              END { if (nonempty) { for (i in files) print i; }; }'`; \
511
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
467
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
512
468
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
513
 
             $$unique
 
469
             $$tags $$unique
514
470
 
515
471
GTAGS:
516
472
        here=`$(am__cd) $(top_builddir) && pwd` \
517
 
          && $(am__cd) $(top_srcdir) \
518
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
473
          && cd $(top_srcdir) \
 
474
          && gtags -i $(GTAGS_ARGS) $$here
519
475
 
520
476
distclean-tags:
521
477
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
522
478
 
523
479
distdir: $(DISTFILES)
524
 
        @list='$(MANS)'; if test -n "$$list"; then \
525
 
          list=`for p in $$list; do \
526
 
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
527
 
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
528
 
          if test -n "$$list" && \
529
 
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
530
 
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
531
 
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
532
 
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
533
 
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
534
 
            exit 1; \
535
 
          else :; fi; \
536
 
        else :; fi
537
480
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
538
481
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
539
482
        list='$(DISTFILES)'; \
549
492
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
550
493
          if test -d $$d/$$file; then \
551
494
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
552
 
            if test -d "$(distdir)/$$file"; then \
553
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
554
 
            fi; \
555
495
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
556
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
557
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
496
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
558
497
            fi; \
559
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
498
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
560
499
          else \
561
 
            test -f "$(distdir)/$$file" \
562
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
500
            test -f $(distdir)/$$file \
 
501
            || cp -p $$d/$$file $(distdir)/$$file \
563
502
            || exit 1; \
564
503
          fi; \
565
504
        done
566
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
505
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
567
506
          if test "$$subdir" = .; then :; else \
568
507
            test -d "$(distdir)/$$subdir" \
569
508
            || $(MKDIR_P) "$(distdir)/$$subdir" \
570
509
            || exit 1; \
571
 
          fi; \
572
 
        done
573
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
574
 
          if test "$$subdir" = .; then :; else \
575
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
576
 
            $(am__relativize); \
577
 
            new_distdir=$$reldir; \
578
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
579
 
            $(am__relativize); \
580
 
            new_top_distdir=$$reldir; \
581
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
582
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
583
 
            ($(am__cd) $$subdir && \
 
510
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
511
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
512
            (cd $$subdir && \
584
513
              $(MAKE) $(AM_MAKEFLAGS) \
585
 
                top_distdir="$$new_top_distdir" \
586
 
                distdir="$$new_distdir" \
 
514
                top_distdir="$$top_distdir" \
 
515
                distdir="$$distdir/$$subdir" \
587
516
                am__remove_distdir=: \
588
517
                am__skip_length_check=: \
589
 
                am__skip_mode_fix=: \
590
518
                distdir) \
591
519
              || exit 1; \
592
520
          fi; \
619
547
 
620
548
distclean-generic:
621
549
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
622
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
623
550
 
624
551
maintainer-clean-generic:
625
552
        @echo "This command is intended for maintainers to use"
638
565
 
639
566
html: html-recursive
640
567
 
641
 
html-am:
642
 
 
643
568
info: info-recursive
644
569
 
645
570
info-am:
648
573
 
649
574
install-dvi: install-dvi-recursive
650
575
 
651
 
install-dvi-am:
652
 
 
653
576
install-exec-am:
654
577
 
655
578
install-html: install-html-recursive
656
579
 
657
 
install-html-am:
658
 
 
659
580
install-info: install-info-recursive
660
581
 
661
 
install-info-am:
662
 
 
663
582
install-man: install-man1
664
583
 
665
584
install-pdf: install-pdf-recursive
666
585
 
667
 
install-pdf-am:
668
 
 
669
586
install-ps: install-ps-recursive
670
587
 
671
 
install-ps-am:
672
 
 
673
588
installcheck-am:
674
589
 
675
590
maintainer-clean: maintainer-clean-recursive
692
607
 
693
608
uninstall-man: uninstall-man1
694
609
 
695
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
696
 
        install-am install-strip tags-recursive
 
610
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
611
        install-strip
697
612
 
698
613
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
699
614
        all all-am check check-am clean clean-generic clean-libtool \
711
626
        uninstall-SchemasDTDDATA uninstall-am uninstall-man \
712
627
        uninstall-man1
713
628
 
714
 
 
715
629
# Tell versions [3.59,3.63) of GNU make to not export all variables.
716
630
# Otherwise a system limit (for SysV at least) may be exceeded.
717
631
.NOEXPORT: