~ubuntu-branches/ubuntu/karmic/mountall/karmic-201010040944

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant, Scott James Remnant, Kees Cook
  • Date: 2009-09-23 14:19:01 UTC
  • Revision ID: james.westby@ubuntu.com-20090923141901-anla1vw4troxeixl
Tags: 0.1.8
[ Scott James Remnant ]
* Further work on the fix from the previous version where the root
  filesystem would always be considered "local", retain that from the
  POV of the {virtual,local,remote}-filesystems events, but do mount
  the root straight away when it's virtual since there's no device to
  wait until it's ready.  LP: #431204.
* If a remote filesystem is already mounted and doesn't need a remount,
  don't wait for a network device to come up.  LP: #430348.

* Ignore single and double quotes in fstab device specifications, since
  mount -a used to.  LP: #431064.
* Never write mtab when mounting a mount with showthroughs (ie. /var)
  and instead update mtab once we've moved it into place
  later.  LP: #434172.

[ Kees Cook ]
* src/mountall.c: rework nftw hooks to use a global for argument passing
  instead of using nested functions and the resulting trampolines that
  cause an executable stack.  LP: #434813.
* debian/rules: revert powerpc exception, since the cause is fixed by
  removing the nested functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 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
66
68
mkinstalldirs = $(install_sh) -d
67
69
CONFIG_HEADER = config.h
68
70
CONFIG_CLEAN_FILES = intl/Makefile
 
71
CONFIG_CLEAN_VPATH_FILES =
69
72
SOURCES =
70
73
DIST_SOURCES =
71
74
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
77
80
        ps-recursive uninstall-recursive
78
81
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
79
82
  distclean-recursive maintainer-clean-recursive
 
83
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
84
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
85
        distdir dist dist-all distcheck
80
86
ETAGS = etags
81
87
CTAGS = ctags
82
88
DIST_SUBDIRS = $(SUBDIRS)
84
90
distdir = $(PACKAGE)-$(VERSION)
85
91
top_distdir = $(distdir)
86
92
am__remove_distdir = \
87
 
  { test ! -d $(distdir) \
88
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
89
 
         && rm -fr $(distdir); }; }
 
93
  { test ! -d "$(distdir)" \
 
94
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
95
         && rm -fr "$(distdir)"; }; }
 
96
am__relativize = \
 
97
  dir0=`pwd`; \
 
98
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
99
  sed_rest='s,^[^/]*/*,,'; \
 
100
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
101
  sed_butlast='s,/*[^/]*$$,,'; \
 
102
  while test -n "$$dir1"; do \
 
103
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
104
    if test "$$first" != "."; then \
 
105
      if test "$$first" = ".."; then \
 
106
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
107
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
108
      else \
 
109
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
110
        if test "$$first2" = "$$first"; then \
 
111
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
112
        else \
 
113
          dir2="../$$dir2"; \
 
114
        fi; \
 
115
        dir0="$$dir0"/"$$first"; \
 
116
      fi; \
 
117
    fi; \
 
118
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
119
  done; \
 
120
  reldir="$$dir2"
90
121
DIST_ARCHIVES = $(distdir).tar.gz
91
122
GZIP_ENV = --best
92
123
distuninstallcheck_listfiles = find . -type f -print
179
210
PACKAGE_NAME = @PACKAGE_NAME@
180
211
PACKAGE_STRING = @PACKAGE_STRING@
181
212
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
213
PACKAGE_URL = @PACKAGE_URL@
182
214
PACKAGE_VERSION = @PACKAGE_VERSION@
183
215
PATH_SEPARATOR = @PATH_SEPARATOR@
184
216
PKG_CONFIG = @PKG_CONFIG@
263
295
        @for dep in $?; do \
264
296
          case '$(am__configure_deps)' in \
265
297
            *$$dep*) \
266
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
267
 
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
298
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
299
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
268
300
                && exit 0; \
269
301
              exit 1;; \
270
302
          esac; \
271
303
        done; \
272
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
273
 
        cd $(top_srcdir) && \
274
 
          $(AUTOMAKE) --foreign  Makefile
 
304
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 
305
        $(am__cd) $(top_srcdir) && \
 
306
          $(AUTOMAKE) --foreign Makefile
275
307
.PRECIOUS: Makefile
276
308
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
277
309
        @case '$?' in \
287
319
        $(SHELL) ./config.status --recheck
288
320
 
289
321
$(top_srcdir)/configure:  $(am__configure_deps)
290
 
        cd $(srcdir) && $(AUTOCONF)
 
322
        $(am__cd) $(srcdir) && $(AUTOCONF)
291
323
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
292
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
324
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
325
$(am__aclocal_m4_deps):
293
326
 
294
327
config.h: stamp-h1
295
328
        @if test ! -f $@; then \
301
334
        @rm -f stamp-h1
302
335
        cd $(top_builddir) && $(SHELL) ./config.status config.h
303
336
$(srcdir)/config.h.in:  $(am__configure_deps) 
304
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
337
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
305
338
        rm -f stamp-h1
306
339
        touch $@
307
340
 
343
376
          else \
344
377
            local_target="$$target"; \
345
378
          fi; \
346
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
379
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
347
380
          || eval $$failcom; \
348
381
        done; \
349
382
        if test "$$dot_seen" = "no"; then \
377
410
          else \
378
411
            local_target="$$target"; \
379
412
          fi; \
380
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
413
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
381
414
          || eval $$failcom; \
382
415
        done && test -z "$$fail"
383
416
tags-recursive:
384
417
        list='$(SUBDIRS)'; for subdir in $$list; do \
385
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
418
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
386
419
        done
387
420
ctags-recursive:
388
421
        list='$(SUBDIRS)'; for subdir in $$list; do \
389
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
422
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
390
423
        done
391
424
 
392
425
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
401
434
 
402
435
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
403
436
                $(TAGS_FILES) $(LISP)
404
 
        tags=; \
 
437
        set x; \
405
438
        here=`pwd`; \
406
439
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
407
440
          include_option=--etags-include; \
413
446
        list='$(SUBDIRS)'; for subdir in $$list; do \
414
447
          if test "$$subdir" = .; then :; else \
415
448
            test ! -f $$subdir/TAGS || \
416
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
449
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
417
450
          fi; \
418
451
        done; \
419
452
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
422
455
          done | \
423
456
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
424
457
              END { if (nonempty) { for (i in files) print i; }; }'`; \
425
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
458
        shift; \
 
459
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
426
460
          test -n "$$unique" || unique=$$empty_fix; \
427
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
428
 
            $$tags $$unique; \
 
461
          if test $$# -gt 0; then \
 
462
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
463
              "$$@" $$unique; \
 
464
          else \
 
465
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
466
              $$unique; \
 
467
          fi; \
429
468
        fi
430
469
ctags: CTAGS
431
470
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
432
471
                $(TAGS_FILES) $(LISP)
433
 
        tags=; \
434
472
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
435
473
        unique=`for i in $$list; do \
436
474
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437
475
          done | \
438
476
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
439
477
              END { if (nonempty) { for (i in files) print i; }; }'`; \
440
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
478
        test -z "$(CTAGS_ARGS)$$unique" \
441
479
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
442
 
             $$tags $$unique
 
480
             $$unique
443
481
 
444
482
GTAGS:
445
483
        here=`$(am__cd) $(top_builddir) && pwd` \
446
 
          && cd $(top_srcdir) \
447
 
          && gtags -i $(GTAGS_ARGS) $$here
 
484
          && $(am__cd) $(top_srcdir) \
 
485
          && gtags -i $(GTAGS_ARGS) "$$here"
448
486
 
449
487
distclean-tags:
450
488
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
451
489
 
452
490
distdir: $(DISTFILES)
453
491
        $(am__remove_distdir)
454
 
        test -d $(distdir) || mkdir $(distdir)
 
492
        test -d "$(distdir)" || mkdir "$(distdir)"
455
493
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
456
494
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
457
495
        list='$(DISTFILES)'; \
467
505
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
468
506
          if test -d $$d/$$file; then \
469
507
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
508
            if test -d "$(distdir)/$$file"; then \
 
509
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
510
            fi; \
470
511
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
471
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
512
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
513
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
472
514
            fi; \
473
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
515
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
474
516
          else \
475
 
            test -f $(distdir)/$$file \
476
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
517
            test -f "$(distdir)/$$file" \
 
518
            || cp -p $$d/$$file "$(distdir)/$$file" \
477
519
            || exit 1; \
478
520
          fi; \
479
521
        done
480
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
522
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
481
523
          if test "$$subdir" = .; then :; else \
482
524
            test -d "$(distdir)/$$subdir" \
483
525
            || $(MKDIR_P) "$(distdir)/$$subdir" \
484
526
            || exit 1; \
485
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
486
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
487
 
            (cd $$subdir && \
 
527
          fi; \
 
528
        done
 
529
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
530
          if test "$$subdir" = .; then :; else \
 
531
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
532
            $(am__relativize); \
 
533
            new_distdir=$$reldir; \
 
534
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
535
            $(am__relativize); \
 
536
            new_top_distdir=$$reldir; \
 
537
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
538
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
539
            ($(am__cd) $$subdir && \
488
540
              $(MAKE) $(AM_MAKEFLAGS) \
489
 
                top_distdir="$$top_distdir" \
490
 
                distdir="$$distdir/$$subdir" \
 
541
                top_distdir="$$new_top_distdir" \
 
542
                distdir="$$new_distdir" \
491
543
                am__remove_distdir=: \
492
544
                am__skip_length_check=: \
 
545
                am__skip_mode_fix=: \
493
546
                distdir) \
494
547
              || exit 1; \
495
548
          fi; \
496
549
        done
497
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
550
        -test -n "$(am__skip_mode_fix)" \
 
551
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
498
552
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
499
553
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
500
554
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
501
 
        || chmod -R a+r $(distdir)
 
555
        || chmod -R a+r "$(distdir)"
502
556
dist-gzip: distdir
503
557
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
504
558
        $(am__remove_distdir)
511
565
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
512
566
        $(am__remove_distdir)
513
567
 
 
568
dist-xz: distdir
 
569
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
570
        $(am__remove_distdir)
 
571
 
514
572
dist-tarZ: distdir
515
573
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
516
574
        $(am__remove_distdir)
539
597
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
540
598
        *.tar.lzma*) \
541
599
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
600
        *.tar.xz*) \
 
601
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
542
602
        *.tar.Z*) \
543
603
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
544
604
        *.shar.gz*) \
550
610
        mkdir $(distdir)/_build
551
611
        mkdir $(distdir)/_inst
552
612
        chmod a-w $(distdir)
 
613
        test -d $(distdir)/_build || exit 0; \
553
614
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
554
615
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
555
 
          && cd $(distdir)/_build \
 
616
          && am__cwd=`pwd` \
 
617
          && $(am__cd) $(distdir)/_build \
556
618
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
557
619
            --with-included-gettext \
558
620
            $(DISTCHECK_CONFIGURE_FLAGS) \
575
637
          && rm -rf "$$dc_destdir" \
576
638
          && $(MAKE) $(AM_MAKEFLAGS) dist \
577
639
          && rm -rf $(DIST_ARCHIVES) \
578
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
640
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
641
          && cd "$$am__cwd" \
 
642
          || exit 1
579
643
        $(am__remove_distdir)
580
644
        @(echo "$(distdir) archives ready for distribution: "; \
581
645
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
582
646
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
583
647
distuninstallcheck:
584
 
        @cd $(distuninstallcheck_dir) \
 
648
        @$(am__cd) '$(distuninstallcheck_dir)' \
585
649
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
586
650
           || { echo "ERROR: files left after uninstall:" ; \
587
651
                if test -n "$(DESTDIR)"; then \
623
687
 
624
688
distclean-generic:
625
689
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
690
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
626
691
 
627
692
maintainer-clean-generic:
628
693
        @echo "This command is intended for maintainers to use"
643
708
 
644
709
html: html-recursive
645
710
 
 
711
html-am:
 
712
 
646
713
info: info-recursive
647
714
 
648
715
info-am:
651
718
 
652
719
install-dvi: install-dvi-recursive
653
720
 
 
721
install-dvi-am:
 
722
 
654
723
install-exec-am:
655
724
 
656
725
install-html: install-html-recursive
657
726
 
 
727
install-html-am:
 
728
 
658
729
install-info: install-info-recursive
659
730
 
 
731
install-info-am:
 
732
 
660
733
install-man:
661
734
 
662
735
install-pdf: install-pdf-recursive
663
736
 
 
737
install-pdf-am:
 
738
 
664
739
install-ps: install-ps-recursive
665
740
 
 
741
install-ps-am:
 
742
 
666
743
installcheck-am:
667
744
 
668
745
maintainer-clean: maintainer-clean-recursive
685
762
 
686
763
uninstall-am:
687
764
 
688
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
689
 
        install-strip
 
765
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
766
        ctags-recursive install-am install-strip tags-recursive
690
767
 
691
768
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
692
769
        all all-am am--refresh check check-am clean clean-generic \
693
770
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
694
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
695
 
        distclean distclean-generic distclean-hdr distclean-libtool \
696
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
697
 
        dvi-am html html-am info info-am install install-am \
698
 
        install-data install-data-am install-dvi install-dvi-am \
699
 
        install-exec install-exec-am install-html install-html-am \
700
 
        install-info install-info-am install-man install-pdf \
701
 
        install-pdf-am install-ps install-ps-am install-strip \
702
 
        installcheck installcheck-am installdirs installdirs-am \
703
 
        maintainer-clean maintainer-clean-generic mostlyclean \
704
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
705
 
        tags tags-recursive uninstall uninstall-am
 
771
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
772
        distcheck distclean distclean-generic distclean-hdr \
 
773
        distclean-libtool distclean-tags distcleancheck distdir \
 
774
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
775
        install install-am install-data install-data-am install-dvi \
 
776
        install-dvi-am install-exec install-exec-am install-html \
 
777
        install-html-am install-info install-info-am install-man \
 
778
        install-pdf install-pdf-am install-ps install-ps-am \
 
779
        install-strip installcheck installcheck-am installdirs \
 
780
        installdirs-am maintainer-clean maintainer-clean-generic \
 
781
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
782
        ps ps-am tags tags-recursive uninstall uninstall-am
 
783
 
706
784
 
707
785
# Tell versions [3.59,3.63) of GNU make to not export all variables.
708
786
# Otherwise a system limit (for SysV at least) may be exceeded.