~ubuntu-branches/ubuntu/precise/flac/precise-updates

« back to all changes in this revision

Viewing changes to doc/html/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Joshua Kwan
  • Date: 2007-05-29 22:56:36 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529225636-ljeff8xxip09qaap
Tags: 1.1.4-1
* New upstream release. closes: #405167, #411311
  - libOggFLAC and libOggFLAC++ have been merged into libFLAC, so
    remove their corresponding packages.
  - Because of the API changes required to effect the above, there has
    been yet another soname bump. libflac7 -> libflac8 and
    libflac++5 -> libflac++6. Emails have been dispatched to the
    maintainers of dependent packages.
* Some notes on patches that were removed:
  - 02_stdin_stdout, 06_manpage_mention_utf8_convert: merged upstream
  - 08_manpage_warnings: Upstream has changed the manpage so it defintely
    can't fit in in 80 cols, so just forget about it. We'll live.
  - 05_eof_warnings_are_errors: Upstream decided to add a -w option to
    flac to treat all warnings as errors. I am going to defer to that
    for now, but if people think it's stupid let me know and I'll port
    the patch forward.
  - 04_stack_smasher: was a backport from 1.1.3, so it's obsolete.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
5
# Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
15
15
@SET_MAKE@
16
16
 
17
17
#  FLAC - Free Lossless Audio Codec
18
 
#  Copyright (C) 2001,2002,2003,2004,2005  Josh Coalson
 
18
#  Copyright (C) 2001,2002,2003,2004,2005,2006,2007  Josh Coalson
19
19
#
20
20
#  This file is part the FLAC project.  FLAC is comprised of several
21
21
#  components distributed under difference licenses.  The codec libraries
38
38
pkglibdir = $(libdir)/@PACKAGE@
39
39
pkgincludedir = $(includedir)/@PACKAGE@
40
40
top_builddir = ../..
 
41
 
41
42
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42
43
INSTALL = @INSTALL@
43
44
install_sh_DATA = $(install_sh) -c -m 644
52
53
PRE_UNINSTALL = :
53
54
POST_UNINSTALL = :
54
55
host_triplet = @host@
55
 
subdir = doc/html
56
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
58
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
59
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60
 
        $(ACLOCAL_M4)
61
 
mkinstalldirs = $(mkdir_p)
62
 
CONFIG_HEADER = $(top_builddir)/config.h
63
 
CONFIG_CLEAN_FILES =
64
 
SOURCES =
65
 
DIST_SOURCES =
66
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
67
 
        html-recursive info-recursive install-data-recursive \
68
 
        install-exec-recursive install-info-recursive \
69
 
        install-recursive installcheck-recursive installdirs-recursive \
70
 
        pdf-recursive ps-recursive uninstall-info-recursive \
71
 
        uninstall-recursive
72
 
am__installdirs = "$(DESTDIR)$(docdir)"
73
 
docDATA_INSTALL = $(INSTALL_DATA)
74
 
DATA = $(doc_DATA)
75
 
ETAGS = etags
76
 
CTAGS = ctags
77
 
DIST_SUBDIRS = $(SUBDIRS)
78
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79
56
ACLOCAL = @ACLOCAL@
 
57
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
80
58
AMDEP_FALSE = @AMDEP_FALSE@
81
59
AMDEP_TRUE = @AMDEP_TRUE@
82
60
AMTAR = @AMTAR@
 
61
AR = @AR@
83
62
AS = @AS@
84
63
AUTOCONF = @AUTOCONF@
85
64
AUTOHEADER = @AUTOHEADER@
93
72
CPP = @CPP@
94
73
CPPFLAGS = @CPPFLAGS@
95
74
CXX = @CXX@
 
75
CXXCPP = @CXXCPP@
96
76
CXXDEPMODE = @CXXDEPMODE@
97
77
CXXFLAGS = @CXXFLAGS@
98
78
CYGPATH_W = @CYGPATH_W@
108
88
ECHO_T = @ECHO_T@
109
89
EGREP = @EGREP@
110
90
EXEEXT = @EXEEXT@
 
91
F77 = @F77@
 
92
FFLAGS = @FFLAGS@
 
93
FLAC__TEST_LEVEL = @FLAC__TEST_LEVEL@
 
94
FLAC__TEST_WITH_VALGRIND = @FLAC__TEST_WITH_VALGRIND@
111
95
FLaC__CPU_IA32_FALSE = @FLaC__CPU_IA32_FALSE@
112
96
FLaC__CPU_IA32_TRUE = @FLaC__CPU_IA32_TRUE@
113
97
FLaC__CPU_PPC_FALSE = @FLaC__CPU_PPC_FALSE@
114
98
FLaC__CPU_PPC_TRUE = @FLaC__CPU_PPC_TRUE@
115
99
FLaC__CPU_SPARC_FALSE = @FLaC__CPU_SPARC_FALSE@
116
100
FLaC__CPU_SPARC_TRUE = @FLaC__CPU_SPARC_TRUE@
117
 
FLaC__EXHAUSTIVE_TESTS_FALSE = @FLaC__EXHAUSTIVE_TESTS_FALSE@
118
 
FLaC__EXHAUSTIVE_TESTS_TRUE = @FLaC__EXHAUSTIVE_TESTS_TRUE@
119
101
FLaC__HAS_AS_FALSE = @FLaC__HAS_AS_FALSE@
120
102
FLaC__HAS_AS_TRUE = @FLaC__HAS_AS_TRUE@
121
103
FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE = @FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE@
148
130
FLaC__USE_3DNOW_TRUE = @FLaC__USE_3DNOW_TRUE@
149
131
FLaC__USE_ALTIVEC_FALSE = @FLaC__USE_ALTIVEC_FALSE@
150
132
FLaC__USE_ALTIVEC_TRUE = @FLaC__USE_ALTIVEC_TRUE@
151
 
FLaC__VALGRIND_TESTING_FALSE = @FLaC__VALGRIND_TESTING_FALSE@
152
 
FLaC__VALGRIND_TESTING_TRUE = @FLaC__VALGRIND_TESTING_TRUE@
153
133
GAS = @GAS@
154
134
INSTALL_DATA = @INSTALL_DATA@
155
135
INSTALL_PROGRAM = @INSTALL_PROGRAM@
195
175
XMMS_PLUGIN_DIR = @XMMS_PLUGIN_DIR@
196
176
XMMS_VERSION = @XMMS_VERSION@
197
177
XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VISUALIZATION_PLUGIN_DIR@
 
178
ac_ct_AR = @ac_ct_AR@
198
179
ac_ct_CC = @ac_ct_CC@
199
180
ac_ct_CXX = @ac_ct_CXX@
 
181
ac_ct_F77 = @ac_ct_F77@
200
182
ac_ct_RANLIB = @ac_ct_RANLIB@
201
183
ac_ct_STRIP = @ac_ct_STRIP@
202
184
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
226
208
libexecdir = @libexecdir@
227
209
localstatedir = @localstatedir@
228
210
mandir = @mandir@
229
 
mkdir_p = @mkdir_p@
230
211
oldincludedir = @oldincludedir@
231
212
prefix = @prefix@
232
213
program_transform_name = @program_transform_name@
234
215
sharedstatedir = @sharedstatedir@
235
216
sysconfdir = @sysconfdir@
236
217
target_alias = @target_alias@
 
218
 
237
219
AUTOMAKE_OPTIONS = foreign
 
220
 
238
221
SUBDIRS = ru images
 
222
 
239
223
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html
 
224
 
240
225
doc_DATA = \
241
226
        changelog.html \
242
227
        comparison.html \
243
228
        developers.html \
244
229
        documentation.html \
 
230
        documentation_bugs.html \
 
231
        documentation_format_overview.html \
 
232
        documentation_tasks.html \
 
233
        documentation_tools.html \
 
234
        documentation_tools_flac.html \
 
235
        documentation_tools_metaflac.html \
 
236
        documentation_tools_plugins.html \
245
237
        download.html \
246
238
        faq.html \
247
239
        favicon.ico \
248
240
        features.html \
 
241
        flac.css \
249
242
        format.html \
250
 
        goals.html \
251
243
        id.html \
252
244
        index.html \
 
245
        itunes.html \
253
246
        license.html \
254
247
        links.html \
255
248
        news.html \
256
249
        ogg_mapping.html
257
250
 
258
 
@FLaC__HAS_DOXYGEN_FALSE@EXTRA_DIST = $(doc_DATA)
259
 
@FLaC__HAS_DOXYGEN_TRUE@EXTRA_DIST = $(doc_DATA) api
 
251
 
 
252
EXTRA_DIST = $(doc_DATA) api
 
253
subdir = doc/html
 
254
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
255
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
256
CONFIG_HEADER = $(top_builddir)/config.h
 
257
CONFIG_CLEAN_FILES =
 
258
DIST_SOURCES =
 
259
DATA = $(doc_DATA)
 
260
 
 
261
 
 
262
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
263
        ps-recursive install-info-recursive uninstall-info-recursive \
 
264
        all-recursive install-data-recursive install-exec-recursive \
 
265
        installdirs-recursive install-recursive uninstall-recursive \
 
266
        check-recursive installcheck-recursive
 
267
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
 
268
DIST_SUBDIRS = $(SUBDIRS)
260
269
all: all-recursive
261
270
 
262
271
.SUFFIXES:
263
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
264
 
        @for dep in $?; do \
265
 
          case '$(am__configure_deps)' in \
266
 
            *$$dep*) \
267
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
268
 
                && exit 0; \
269
 
              exit 1;; \
270
 
          esac; \
271
 
        done; \
272
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  doc/html/Makefile'; \
 
272
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
273
273
        cd $(top_srcdir) && \
274
274
          $(AUTOMAKE) --foreign  doc/html/Makefile
275
 
.PRECIOUS: Makefile
276
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
277
 
        @case '$?' in \
278
 
          *config.status*) \
279
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
280
 
          *) \
281
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
282
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
283
 
        esac;
284
 
 
285
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
286
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287
 
 
288
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
289
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
290
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
291
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
275
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
276
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
292
277
 
293
278
mostlyclean-libtool:
294
279
        -rm -f *.lo
299
284
distclean-libtool:
300
285
        -rm -f libtool
301
286
uninstall-info-am:
 
287
docDATA_INSTALL = $(INSTALL_DATA)
302
288
install-docDATA: $(doc_DATA)
303
289
        @$(NORMAL_INSTALL)
304
 
        test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)"
 
290
        $(mkinstalldirs) $(DESTDIR)$(docdir)
305
291
        @list='$(doc_DATA)'; for p in $$list; do \
306
292
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
307
293
          f="`echo $$p | sed -e 's|^.*/||'`"; \
308
 
          echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
309
 
          $(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
 
294
          echo " $(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f"; \
 
295
          $(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f; \
310
296
        done
311
297
 
312
298
uninstall-docDATA:
313
299
        @$(NORMAL_UNINSTALL)
314
300
        @list='$(doc_DATA)'; for p in $$list; do \
315
301
          f="`echo $$p | sed -e 's|^.*/||'`"; \
316
 
          echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
317
 
          rm -f "$(DESTDIR)$(docdir)/$$f"; \
 
302
          echo " rm -f $(DESTDIR)$(docdir)/$$f"; \
 
303
          rm -f $(DESTDIR)$(docdir)/$$f; \
318
304
        done
319
305
 
320
306
# This directory's subdirectories are mostly independent; you can cd
376
362
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
377
363
        done
378
364
 
 
365
ETAGS = etags
 
366
ETAGSFLAGS =
 
367
 
 
368
CTAGS = ctags
 
369
CTAGSFLAGS =
 
370
 
 
371
tags: TAGS
 
372
 
379
373
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
380
374
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
381
375
        unique=`for i in $$list; do \
384
378
          $(AWK) '    { files[$$0] = 1; } \
385
379
               END { for (i in files) print i; }'`; \
386
380
        mkid -fID $$unique
387
 
tags: TAGS
388
381
 
389
382
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
390
383
                $(TAGS_FILES) $(LISP)
391
384
        tags=; \
392
385
        here=`pwd`; \
393
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
386
        if (etags --etags-include --version) >/dev/null 2>&1; then \
394
387
          include_option=--etags-include; \
395
 
          empty_fix=.; \
396
388
        else \
397
389
          include_option=--include; \
398
 
          empty_fix=; \
399
390
        fi; \
400
391
        list='$(SUBDIRS)'; for subdir in $$list; do \
401
392
          if test "$$subdir" = .; then :; else \
402
 
            test ! -f $$subdir/TAGS || \
 
393
            test -f $$subdir/TAGS && \
403
394
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
404
395
          fi; \
405
396
        done; \
409
400
          done | \
410
401
          $(AWK) '    { files[$$0] = 1; } \
411
402
               END { for (i in files) print i; }'`; \
412
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
413
 
          test -n "$$unique" || unique=$$empty_fix; \
414
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
415
 
            $$tags $$unique; \
416
 
        fi
 
403
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
404
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
405
             $$tags $$unique
 
406
 
417
407
ctags: CTAGS
418
408
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
419
409
                $(TAGS_FILES) $(LISP)
436
426
 
437
427
distclean-tags:
438
428
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
429
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
430
 
 
431
top_distdir = ../..
 
432
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
439
433
 
440
434
distdir: $(DISTFILES)
441
435
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
449
443
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
450
444
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
451
445
            dir="/$$dir"; \
452
 
            $(mkdir_p) "$(distdir)$$dir"; \
 
446
            $(mkinstalldirs) "$(distdir)$$dir"; \
453
447
          else \
454
448
            dir=''; \
455
449
          fi; \
466
460
        done
467
461
        list='$(SUBDIRS)'; for subdir in $$list; do \
468
462
          if test "$$subdir" = .; then :; else \
469
 
            test -d "$(distdir)/$$subdir" \
470
 
            || mkdir "$(distdir)/$$subdir" \
 
463
            test -d $(distdir)/$$subdir \
 
464
            || mkdir $(distdir)/$$subdir \
471
465
            || exit 1; \
472
466
            (cd $$subdir && \
473
467
              $(MAKE) $(AM_MAKEFLAGS) \
474
 
                top_distdir="../$(top_distdir)" \
475
 
                distdir="../$(distdir)/$$subdir" \
 
468
                top_distdir="$(top_distdir)" \
 
469
                distdir=../$(distdir)/$$subdir \
476
470
                distdir) \
477
471
              || exit 1; \
478
472
          fi; \
482
476
all-am: Makefile $(DATA)
483
477
installdirs: installdirs-recursive
484
478
installdirs-am:
485
 
        for dir in "$(DESTDIR)$(docdir)"; do \
486
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
487
 
        done
 
479
        $(mkinstalldirs) $(DESTDIR)$(docdir)
 
480
 
488
481
install: install-recursive
489
482
install-exec: install-exec-recursive
490
483
install-data: install-data-recursive
522
515
 
523
516
dvi-am:
524
517
 
525
 
html: html-recursive
526
 
 
527
518
info: info-recursive
528
519
 
529
520
info-am:
559
550
 
560
551
uninstall-info: uninstall-info-recursive
561
552
 
562
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
563
 
        clean clean-generic clean-libtool clean-recursive ctags \
 
553
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
 
554
        clean-generic clean-libtool clean-recursive ctags \
564
555
        ctags-recursive distclean distclean-generic distclean-libtool \
565
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
566
 
        html-am info info-am install install-am install-data \
567
 
        install-data-am install-data-local install-docDATA \
568
 
        install-exec install-exec-am install-info install-info-am \
569
 
        install-man install-strip installcheck installcheck-am \
570
 
        installdirs installdirs-am maintainer-clean \
571
 
        maintainer-clean-generic maintainer-clean-local \
572
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
573
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
574
 
        tags tags-recursive uninstall uninstall-am uninstall-docDATA \
575
 
        uninstall-info-am uninstall-local
 
556
        distclean-recursive distclean-tags distdir dvi dvi-am \
 
557
        dvi-recursive info info-am info-recursive install install-am \
 
558
        install-data install-data-am install-data-local \
 
559
        install-data-recursive install-docDATA install-exec \
 
560
        install-exec-am install-exec-recursive install-info \
 
561
        install-info-am install-info-recursive install-man \
 
562
        install-recursive install-strip installcheck installcheck-am \
 
563
        installdirs installdirs-am installdirs-recursive \
 
564
        maintainer-clean maintainer-clean-generic \
 
565
        maintainer-clean-local maintainer-clean-recursive mostlyclean \
 
566
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
 
567
        pdf pdf-am pdf-recursive ps ps-am ps-recursive tags \
 
568
        tags-recursive uninstall uninstall-am uninstall-docDATA \
 
569
        uninstall-info-am uninstall-info-recursive uninstall-local \
 
570
        uninstall-recursive
576
571
 
577
572
 
578
573
# The install targets don't copy whole directories so we have to
579
574
# handle 'api/' specially:
580
 
@FLaC__HAS_DOXYGEN_TRUE@install-data-local:
581
 
@FLaC__HAS_DOXYGEN_TRUE@        $(mkinstalldirs) $(DESTDIR)$(docdir)/api
582
 
@FLaC__HAS_DOXYGEN_TRUE@        (cd api && $(INSTALL_DATA) * $(DESTDIR)$(docdir)/api)
583
 
@FLaC__HAS_DOXYGEN_TRUE@uninstall-local:
584
 
@FLaC__HAS_DOXYGEN_TRUE@        rm -rf $(DESTDIR)$(docdir)/api
585
 
@FLaC__HAS_DOXYGEN_TRUE@maintainer-clean-local:
586
 
@FLaC__HAS_DOXYGEN_TRUE@        rm -rf api
 
575
install-data-local:
 
576
        $(mkinstalldirs) $(DESTDIR)$(docdir)/api
 
577
        (cd api && $(INSTALL_DATA) * $(DESTDIR)$(docdir)/api)
 
578
uninstall-local:
 
579
        rm -rf $(DESTDIR)$(docdir)/api
 
580
maintainer-clean-local:
 
581
        rm -rf api
587
582
# Tell versions [3.59,3.63) of GNU make to not export all variables.
588
583
# Otherwise a system limit (for SysV at least) may be exceeded.
589
584
.NOEXPORT: