~ubuntu-branches/ubuntu/raring/ltspfs/raring-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Graber
  • Date: 2010-01-13 13:49:37 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20100113134937-xfuq6hiuel2iuded
Tags: 0.5.14-0ubuntu1
* new upstream version (0.5.14)
 * Fix mount point access when the users are in the same primary group.
 * Fix localapp mount when remote and local user doesn't have matching case.
 * Bump standards to 3.8.3
 * Update short description (was the same for both ltspfsd-core and ltspfsd)

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
33
35
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
34
36
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
35
37
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
36
 
        depcomp install-sh missing
 
38
        compile depcomp install-sh missing
37
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
40
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
39
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
45
mkinstalldirs = $(install_sh) -d
44
46
CONFIG_HEADER = config.h
45
47
CONFIG_CLEAN_FILES =
 
48
CONFIG_CLEAN_VPATH_FILES =
46
49
SOURCES =
47
50
DIST_SOURCES =
48
51
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
54
57
        ps-recursive uninstall-recursive
55
58
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
56
59
  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
57
63
ETAGS = etags
58
64
CTAGS = ctags
59
65
DIST_SUBDIRS = $(SUBDIRS)
61
67
distdir = $(PACKAGE)-$(VERSION)
62
68
top_distdir = $(distdir)
63
69
am__remove_distdir = \
64
 
  { test ! -d $(distdir) \
65
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
66
 
         && rm -fr $(distdir); }; }
 
70
  { test ! -d "$(distdir)" \
 
71
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
72
         && rm -fr "$(distdir)"; }; }
 
73
am__relativize = \
 
74
  dir0=`pwd`; \
 
75
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
76
  sed_rest='s,^[^/]*/*,,'; \
 
77
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
78
  sed_butlast='s,/*[^/]*$$,,'; \
 
79
  while test -n "$$dir1"; do \
 
80
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
81
    if test "$$first" != "."; then \
 
82
      if test "$$first" = ".."; then \
 
83
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
84
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
85
      else \
 
86
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
87
        if test "$$first2" = "$$first"; then \
 
88
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
89
        else \
 
90
          dir2="../$$dir2"; \
 
91
        fi; \
 
92
        dir0="$$dir0"/"$$first"; \
 
93
      fi; \
 
94
    fi; \
 
95
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
96
  done; \
 
97
  reldir="$$dir2"
67
98
DIST_ARCHIVES = $(distdir).tar.gz
68
99
GZIP_ENV = --best
69
100
distuninstallcheck_listfiles = find . -type f -print
112
143
PACKAGE_NAME = @PACKAGE_NAME@
113
144
PACKAGE_STRING = @PACKAGE_STRING@
114
145
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
146
PACKAGE_URL = @PACKAGE_URL@
115
147
PACKAGE_VERSION = @PACKAGE_VERSION@
116
148
PATH_SEPARATOR = @PATH_SEPARATOR@
117
149
PKG_CONFIG = @PKG_CONFIG@
160
192
srcdir = @srcdir@
161
193
sysconfdir = @sysconfdir@
162
194
target_alias = @target_alias@
 
195
top_build_prefix = @top_build_prefix@
163
196
top_builddir = @top_builddir@
164
197
top_srcdir = @top_srcdir@
165
198
EXTRA_DIST = autogen.sh
174
207
        @for dep in $?; do \
175
208
          case '$(am__configure_deps)' in \
176
209
            *$$dep*) \
177
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
178
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
210
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
211
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
179
212
                && exit 0; \
180
213
              exit 1;; \
181
214
          esac; \
182
215
        done; \
183
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
184
 
        cd $(top_srcdir) && \
185
 
          $(AUTOMAKE) --gnu  Makefile
 
216
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
217
        $(am__cd) $(top_srcdir) && \
 
218
          $(AUTOMAKE) --gnu Makefile
186
219
.PRECIOUS: Makefile
187
220
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
188
221
        @case '$?' in \
198
231
        $(SHELL) ./config.status --recheck
199
232
 
200
233
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
201
 
        cd $(srcdir) && $(AUTOCONF)
 
234
        $(am__cd) $(srcdir) && $(AUTOCONF)
202
235
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
203
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
236
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
237
$(am__aclocal_m4_deps):
204
238
 
205
239
config.h: stamp-h1
206
240
        @if test ! -f $@; then \
212
246
        @rm -f stamp-h1
213
247
        cd $(top_builddir) && $(SHELL) ./config.status config.h
214
248
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
215
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
249
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
216
250
        rm -f stamp-h1
217
251
        touch $@
218
252
 
243
277
          else \
244
278
            local_target="$$target"; \
245
279
          fi; \
246
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
280
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
247
281
          || eval $$failcom; \
248
282
        done; \
249
283
        if test "$$dot_seen" = "no"; then \
277
311
          else \
278
312
            local_target="$$target"; \
279
313
          fi; \
280
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
314
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
281
315
          || eval $$failcom; \
282
316
        done && test -z "$$fail"
283
317
tags-recursive:
284
318
        list='$(SUBDIRS)'; for subdir in $$list; do \
285
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
319
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
286
320
        done
287
321
ctags-recursive:
288
322
        list='$(SUBDIRS)'; for subdir in $$list; do \
289
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
323
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
290
324
        done
291
325
 
292
326
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
294
328
        unique=`for i in $$list; do \
295
329
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
296
330
          done | \
297
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
331
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
298
332
              END { if (nonempty) { for (i in files) print i; }; }'`; \
299
333
        mkid -fID $$unique
300
334
tags: TAGS
301
335
 
302
336
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
303
337
                $(TAGS_FILES) $(LISP)
304
 
        tags=; \
 
338
        set x; \
305
339
        here=`pwd`; \
306
340
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
307
341
          include_option=--etags-include; \
313
347
        list='$(SUBDIRS)'; for subdir in $$list; do \
314
348
          if test "$$subdir" = .; then :; else \
315
349
            test ! -f $$subdir/TAGS || \
316
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
350
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
317
351
          fi; \
318
352
        done; \
319
353
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
322
356
          done | \
323
357
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
324
358
              END { if (nonempty) { for (i in files) print i; }; }'`; \
325
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
359
        shift; \
 
360
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
326
361
          test -n "$$unique" || unique=$$empty_fix; \
327
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
328
 
            $$tags $$unique; \
 
362
          if test $$# -gt 0; then \
 
363
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
364
              "$$@" $$unique; \
 
365
          else \
 
366
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
367
              $$unique; \
 
368
          fi; \
329
369
        fi
330
370
ctags: CTAGS
331
371
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
332
372
                $(TAGS_FILES) $(LISP)
333
 
        tags=; \
334
373
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
335
374
        unique=`for i in $$list; do \
336
375
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337
376
          done | \
338
377
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
339
378
              END { if (nonempty) { for (i in files) print i; }; }'`; \
340
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
379
        test -z "$(CTAGS_ARGS)$$unique" \
341
380
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
342
 
             $$tags $$unique
 
381
             $$unique
343
382
 
344
383
GTAGS:
345
384
        here=`$(am__cd) $(top_builddir) && pwd` \
346
 
          && cd $(top_srcdir) \
347
 
          && gtags -i $(GTAGS_ARGS) $$here
 
385
          && $(am__cd) $(top_srcdir) \
 
386
          && gtags -i $(GTAGS_ARGS) "$$here"
348
387
 
349
388
distclean-tags:
350
389
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
351
390
 
352
391
distdir: $(DISTFILES)
353
392
        $(am__remove_distdir)
354
 
        test -d $(distdir) || mkdir $(distdir)
 
393
        test -d "$(distdir)" || mkdir "$(distdir)"
355
394
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
356
395
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
357
396
        list='$(DISTFILES)'; \
367
406
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
368
407
          if test -d $$d/$$file; then \
369
408
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
409
            if test -d "$(distdir)/$$file"; then \
 
410
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
411
            fi; \
370
412
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
371
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
413
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
414
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
372
415
            fi; \
373
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
416
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
374
417
          else \
375
 
            test -f $(distdir)/$$file \
376
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
418
            test -f "$(distdir)/$$file" \
 
419
            || cp -p $$d/$$file "$(distdir)/$$file" \
377
420
            || exit 1; \
378
421
          fi; \
379
422
        done
380
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
423
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
381
424
          if test "$$subdir" = .; then :; else \
382
425
            test -d "$(distdir)/$$subdir" \
383
426
            || $(MKDIR_P) "$(distdir)/$$subdir" \
384
427
            || exit 1; \
385
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
386
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
387
 
            (cd $$subdir && \
 
428
          fi; \
 
429
        done
 
430
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
431
          if test "$$subdir" = .; then :; else \
 
432
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
433
            $(am__relativize); \
 
434
            new_distdir=$$reldir; \
 
435
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
436
            $(am__relativize); \
 
437
            new_top_distdir=$$reldir; \
 
438
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
439
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
440
            ($(am__cd) $$subdir && \
388
441
              $(MAKE) $(AM_MAKEFLAGS) \
389
 
                top_distdir="$$top_distdir" \
390
 
                distdir="$$distdir/$$subdir" \
 
442
                top_distdir="$$new_top_distdir" \
 
443
                distdir="$$new_distdir" \
391
444
                am__remove_distdir=: \
392
445
                am__skip_length_check=: \
 
446
                am__skip_mode_fix=: \
393
447
                distdir) \
394
448
              || exit 1; \
395
449
          fi; \
396
450
        done
397
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
451
        -test -n "$(am__skip_mode_fix)" \
 
452
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
398
453
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
399
454
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
400
455
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
401
 
        || chmod -R a+r $(distdir)
 
456
        || chmod -R a+r "$(distdir)"
402
457
dist-gzip: distdir
403
458
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
404
459
        $(am__remove_distdir)
411
466
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
412
467
        $(am__remove_distdir)
413
468
 
 
469
dist-xz: distdir
 
470
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
471
        $(am__remove_distdir)
 
472
 
414
473
dist-tarZ: distdir
415
474
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
416
475
        $(am__remove_distdir)
439
498
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
440
499
        *.tar.lzma*) \
441
500
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
501
        *.tar.xz*) \
 
502
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
442
503
        *.tar.Z*) \
443
504
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
444
505
        *.shar.gz*) \
450
511
        mkdir $(distdir)/_build
451
512
        mkdir $(distdir)/_inst
452
513
        chmod a-w $(distdir)
 
514
        test -d $(distdir)/_build || exit 0; \
453
515
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
454
516
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
455
 
          && cd $(distdir)/_build \
 
517
          && am__cwd=`pwd` \
 
518
          && $(am__cd) $(distdir)/_build \
456
519
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
457
520
            $(DISTCHECK_CONFIGURE_FLAGS) \
458
521
          && $(MAKE) $(AM_MAKEFLAGS) \
474
537
          && rm -rf "$$dc_destdir" \
475
538
          && $(MAKE) $(AM_MAKEFLAGS) dist \
476
539
          && rm -rf $(DIST_ARCHIVES) \
477
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
540
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
541
          && cd "$$am__cwd" \
 
542
          || exit 1
478
543
        $(am__remove_distdir)
479
544
        @(echo "$(distdir) archives ready for distribution: "; \
480
545
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
481
546
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
482
547
distuninstallcheck:
483
 
        @cd $(distuninstallcheck_dir) \
 
548
        @$(am__cd) '$(distuninstallcheck_dir)' \
484
549
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
485
550
           || { echo "ERROR: files left after uninstall:" ; \
486
551
                if test -n "$(DESTDIR)"; then \
522
587
 
523
588
distclean-generic:
524
589
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
590
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
525
591
 
526
592
maintainer-clean-generic:
527
593
        @echo "This command is intended for maintainers to use"
541
607
 
542
608
html: html-recursive
543
609
 
 
610
html-am:
 
611
 
544
612
info: info-recursive
545
613
 
546
614
info-am:
549
617
 
550
618
install-dvi: install-dvi-recursive
551
619
 
 
620
install-dvi-am:
 
621
 
552
622
install-exec-am:
553
623
 
554
624
install-html: install-html-recursive
555
625
 
 
626
install-html-am:
 
627
 
556
628
install-info: install-info-recursive
557
629
 
 
630
install-info-am:
 
631
 
558
632
install-man:
559
633
 
560
634
install-pdf: install-pdf-recursive
561
635
 
 
636
install-pdf-am:
 
637
 
562
638
install-ps: install-ps-recursive
563
639
 
 
640
install-ps-am:
 
641
 
564
642
installcheck-am:
565
643
 
566
644
maintainer-clean: maintainer-clean-recursive
583
661
 
584
662
uninstall-am:
585
663
 
586
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
587
 
        install-strip
 
664
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
665
        ctags-recursive install-am install-strip tags-recursive
588
666
 
589
667
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
590
668
        all all-am am--refresh check check-am clean clean-generic \
591
669
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
592
 
        dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
593
 
        distclean-generic distclean-hdr distclean-tags distcleancheck \
594
 
        distdir distuninstallcheck dvi dvi-am html html-am info \
595
 
        info-am install install-am install-data install-data-am \
596
 
        install-dvi install-dvi-am install-exec install-exec-am \
597
 
        install-html install-html-am install-info install-info-am \
598
 
        install-man install-pdf install-pdf-am install-ps \
599
 
        install-ps-am install-strip installcheck installcheck-am \
600
 
        installdirs installdirs-am maintainer-clean \
 
670
        dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
 
671
        distclean distclean-generic distclean-hdr distclean-tags \
 
672
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
673
        html-am info info-am install install-am install-data \
 
674
        install-data-am install-dvi install-dvi-am install-exec \
 
675
        install-exec-am install-html install-html-am install-info \
 
676
        install-info-am install-man install-pdf install-pdf-am \
 
677
        install-ps install-ps-am install-strip installcheck \
 
678
        installcheck-am installdirs installdirs-am maintainer-clean \
601
679
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
602
680
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
603
681
 
 
682
 
604
683
# Tell versions [3.59,3.63) of GNU make to not export all variables.
605
684
# Otherwise a system limit (for SysV at least) may be exceeded.
606
685
.NOEXPORT: