~ubuntu-branches/ubuntu/trusty/fluxbox/trusty-proposed

« back to all changes in this revision

Viewing changes to data/styles/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Paul Tagliamonte
  • Date: 2010-08-12 21:16:02 UTC
  • mfrom: (0.1.1) (1.1.10)
  • Revision ID: package-import@ubuntu.com-20100812211602-3tsmzl9in5nmwz7z
Tags: 1.1.1+git20100807.0cc08f9-1
* debian/ dir has been cleaned out, complete repackage
  of most files.
* pulled new archive from git.fluxbox.org HEAD, saved as
  tar.gz.
* Added in fluxbox.* files from the old dfsg tree.
* Added in system.fluxbox-menu file from the old dfsg tree
* Added the source/format file to bump package source
  version from 1.0 to 3.0 (quilt). 
* Changed rules file to match the old dfsg setup so that
  fluxbox behaves nicely.
* Removed entries from copyright that no longer apply.
* Added theme based on Denis Brand ( naran )'s old theme.
* Added a background I whipped up.
* Changed compile flags to point to debian theme by default
* Adding a patch to have fluxbox use x-terminal-emulator
  over xterm. Closes: #591694 (LP: #580485)
* Adding a patch to allow titlebar-window dragging.
* Changed the flags in rules to pull from a script. This script
  lets us un-hardcode what theme is default. Be sure there
  is a theme pack!
* Added comments to my patches.
* Removing debian/docs, empty file.
* Fixing fluxbox.desktop to remove all the warnings from
  desktop-file-validate
* Fixing libtool issue by running an update before
  configure in the rules script.
* Added a compile flag script to auto-detect what platform
  we are running on, and apply the correct theme. This
  should solve Ubuntnu issues later on.
* adding in a get-orig-source rule
* fixing the upstream version number to pinpoint
  the commit ( thanks, lfaraone ).
* adding a rule for get-orig-source. ( thanks again,
  lfaraone ).
* Updated rules to actually allow us to do a build from it
* Removed Denis from the uploaders ( as per an email
  conversation )
* Removing madduck from the uploaders ( thanks for asking,
  lfaraone. ). Thanks for your hard work, madduck.

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.1 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.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
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 =
43
46
SOURCES =
44
47
DIST_SOURCES =
45
48
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
54
57
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
55
58
    *) f=$$p;; \
56
59
  esac;
57
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
60
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
61
am__install_max = 40
 
62
am__nobase_strip_setup = \
 
63
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
64
am__nobase_strip = \
 
65
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
66
am__nobase_list = $(am__nobase_strip_setup); \
 
67
  for p in $$list; do echo "$$p $$p"; done | \
 
68
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
69
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
70
    if (++n[$$2] == $(am__install_max)) \
 
71
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
72
    END { for (dir in files) print dir, files[dir] }'
 
73
am__base_list = \
 
74
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
75
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
58
76
am__installdirs = "$(DESTDIR)$(styledir)"
59
 
styleDATA_INSTALL = $(INSTALL_DATA)
60
77
DATA = $(style_DATA)
61
78
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
62
79
  distclean-recursive maintainer-clean-recursive
 
80
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
81
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
82
        distdir
63
83
ETAGS = etags
64
84
CTAGS = ctags
65
85
DIST_SUBDIRS = $(SUBDIRS)
66
86
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
87
am__relativize = \
 
88
  dir0=`pwd`; \
 
89
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
90
  sed_rest='s,^[^/]*/*,,'; \
 
91
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
92
  sed_butlast='s,/*[^/]*$$,,'; \
 
93
  while test -n "$$dir1"; do \
 
94
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
95
    if test "$$first" != "."; then \
 
96
      if test "$$first" = ".."; then \
 
97
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
98
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
99
      else \
 
100
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
101
        if test "$$first2" = "$$first"; then \
 
102
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
103
        else \
 
104
          dir2="../$$dir2"; \
 
105
        fi; \
 
106
        dir0="$$dir0"/"$$first"; \
 
107
      fi; \
 
108
    fi; \
 
109
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
110
  done; \
 
111
  reldir="$$dir2"
67
112
ACLOCAL = @ACLOCAL@
68
113
AMTAR = @AMTAR@
69
114
AUTOCONF = @AUTOCONF@
117
162
PACKAGE_NAME = @PACKAGE_NAME@
118
163
PACKAGE_STRING = @PACKAGE_STRING@
119
164
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
165
PACKAGE_URL = @PACKAGE_URL@
120
166
PACKAGE_VERSION = @PACKAGE_VERSION@
121
167
PATH_SEPARATOR = @PATH_SEPARATOR@
122
168
PKG_CONFIG = @PKG_CONFIG@
174
220
srcdir = @srcdir@
175
221
sysconfdir = @sysconfdir@
176
222
target_alias = @target_alias@
 
223
top_build_prefix = @top_build_prefix@
177
224
top_builddir = @top_builddir@
178
225
top_srcdir = @top_srcdir@
179
 
SUBDIRS = Emerge BlueFlux
 
226
SUBDIRS = Emerge BlueFlux bora_black bora_blue bora_green \
 
227
        zimek_bisque zimek_darkblue zimek_green \
 
228
        arch carp ostrich green_tea bloe
180
229
 
181
230
styledir = $(pkgdatadir)/styles
182
231
MAINTAINERCLEANFILES = Makefile.in
192
241
        @for dep in $?; do \
193
242
          case '$(am__configure_deps)' in \
194
243
            *$$dep*) \
195
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
196
 
                && exit 0; \
 
244
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
245
                && { if test -f $@; then exit 0; else break; fi; }; \
197
246
              exit 1;; \
198
247
          esac; \
199
248
        done; \
200
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/styles/Makefile'; \
201
 
        cd $(top_srcdir) && \
202
 
          $(AUTOMAKE) --gnu  data/styles/Makefile
 
249
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/styles/Makefile'; \
 
250
        $(am__cd) $(top_srcdir) && \
 
251
          $(AUTOMAKE) --gnu data/styles/Makefile
203
252
.PRECIOUS: Makefile
204
253
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
205
254
        @case '$?' in \
217
266
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
218
267
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
219
268
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
269
$(am__aclocal_m4_deps):
220
270
install-styleDATA: $(style_DATA)
221
271
        @$(NORMAL_INSTALL)
222
272
        test -z "$(styledir)" || $(MKDIR_P) "$(DESTDIR)$(styledir)"
223
 
        @list='$(style_DATA)'; for p in $$list; do \
 
273
        @list='$(style_DATA)'; test -n "$(styledir)" || list=; \
 
274
        for p in $$list; do \
224
275
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
225
 
          f=$(am__strip_dir) \
226
 
          echo " $(styleDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(styledir)/$$f'"; \
227
 
          $(styleDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(styledir)/$$f"; \
 
276
          echo "$$d$$p"; \
 
277
        done | $(am__base_list) | \
 
278
        while read files; do \
 
279
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(styledir)'"; \
 
280
          $(INSTALL_DATA) $$files "$(DESTDIR)$(styledir)" || exit $$?; \
228
281
        done
229
282
 
230
283
uninstall-styleDATA:
231
284
        @$(NORMAL_UNINSTALL)
232
 
        @list='$(style_DATA)'; for p in $$list; do \
233
 
          f=$(am__strip_dir) \
234
 
          echo " rm -f '$(DESTDIR)$(styledir)/$$f'"; \
235
 
          rm -f "$(DESTDIR)$(styledir)/$$f"; \
236
 
        done
 
285
        @list='$(style_DATA)'; test -n "$(styledir)" || list=; \
 
286
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
287
        test -n "$$files" || exit 0; \
 
288
        echo " ( cd '$(DESTDIR)$(styledir)' && rm -f" $$files ")"; \
 
289
        cd "$(DESTDIR)$(styledir)" && rm -f $$files
237
290
 
238
291
# This directory's subdirectories are mostly independent; you can cd
239
292
# into them and run `make' without going through this Makefile.
242
295
#     (which will cause the Makefiles to be regenerated when you run `make');
243
296
# (2) otherwise, pass the desired values on the `make' command line.
244
297
$(RECURSIVE_TARGETS):
245
 
        @failcom='exit 1'; \
 
298
        @fail= failcom='exit 1'; \
246
299
        for f in x $$MAKEFLAGS; do \
247
300
          case $$f in \
248
301
            *=* | --[!k]*);; \
259
312
          else \
260
313
            local_target="$$target"; \
261
314
          fi; \
262
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
315
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
263
316
          || eval $$failcom; \
264
317
        done; \
265
318
        if test "$$dot_seen" = "no"; then \
267
320
        fi; test -z "$$fail"
268
321
 
269
322
$(RECURSIVE_CLEAN_TARGETS):
270
 
        @failcom='exit 1'; \
 
323
        @fail= failcom='exit 1'; \
271
324
        for f in x $$MAKEFLAGS; do \
272
325
          case $$f in \
273
326
            *=* | --[!k]*);; \
293
346
          else \
294
347
            local_target="$$target"; \
295
348
          fi; \
296
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
349
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
297
350
          || eval $$failcom; \
298
351
        done && test -z "$$fail"
299
352
tags-recursive:
300
353
        list='$(SUBDIRS)'; for subdir in $$list; do \
301
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
354
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
302
355
        done
303
356
ctags-recursive:
304
357
        list='$(SUBDIRS)'; for subdir in $$list; do \
305
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
358
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
306
359
        done
307
360
 
308
361
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
310
363
        unique=`for i in $$list; do \
311
364
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
312
365
          done | \
313
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
366
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
314
367
              END { if (nonempty) { for (i in files) print i; }; }'`; \
315
368
        mkid -fID $$unique
316
369
tags: TAGS
317
370
 
318
371
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
319
372
                $(TAGS_FILES) $(LISP)
320
 
        tags=; \
 
373
        set x; \
321
374
        here=`pwd`; \
322
375
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
323
376
          include_option=--etags-include; \
329
382
        list='$(SUBDIRS)'; for subdir in $$list; do \
330
383
          if test "$$subdir" = .; then :; else \
331
384
            test ! -f $$subdir/TAGS || \
332
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
385
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
333
386
          fi; \
334
387
        done; \
335
388
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
338
391
          done | \
339
392
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
340
393
              END { if (nonempty) { for (i in files) print i; }; }'`; \
341
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
394
        shift; \
 
395
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
342
396
          test -n "$$unique" || unique=$$empty_fix; \
343
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
344
 
            $$tags $$unique; \
 
397
          if test $$# -gt 0; then \
 
398
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
399
              "$$@" $$unique; \
 
400
          else \
 
401
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
402
              $$unique; \
 
403
          fi; \
345
404
        fi
346
405
ctags: CTAGS
347
406
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
348
407
                $(TAGS_FILES) $(LISP)
349
 
        tags=; \
350
408
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
351
409
        unique=`for i in $$list; do \
352
410
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353
411
          done | \
354
412
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
355
413
              END { if (nonempty) { for (i in files) print i; }; }'`; \
356
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
414
        test -z "$(CTAGS_ARGS)$$unique" \
357
415
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
358
 
             $$tags $$unique
 
416
             $$unique
359
417
 
360
418
GTAGS:
361
419
        here=`$(am__cd) $(top_builddir) && pwd` \
362
 
          && cd $(top_srcdir) \
363
 
          && gtags -i $(GTAGS_ARGS) $$here
 
420
          && $(am__cd) $(top_srcdir) \
 
421
          && gtags -i $(GTAGS_ARGS) "$$here"
364
422
 
365
423
distclean-tags:
366
424
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
381
439
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
382
440
          if test -d $$d/$$file; then \
383
441
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
442
            if test -d "$(distdir)/$$file"; then \
 
443
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
444
            fi; \
384
445
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
385
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
446
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
447
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
386
448
            fi; \
387
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
449
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
388
450
          else \
389
 
            test -f $(distdir)/$$file \
390
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
451
            test -f "$(distdir)/$$file" \
 
452
            || cp -p $$d/$$file "$(distdir)/$$file" \
391
453
            || exit 1; \
392
454
          fi; \
393
455
        done
394
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
456
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
395
457
          if test "$$subdir" = .; then :; else \
396
458
            test -d "$(distdir)/$$subdir" \
397
459
            || $(MKDIR_P) "$(distdir)/$$subdir" \
398
460
            || exit 1; \
399
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
400
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
401
 
            (cd $$subdir && \
 
461
          fi; \
 
462
        done
 
463
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
464
          if test "$$subdir" = .; then :; else \
 
465
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
466
            $(am__relativize); \
 
467
            new_distdir=$$reldir; \
 
468
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
469
            $(am__relativize); \
 
470
            new_top_distdir=$$reldir; \
 
471
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
472
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
473
            ($(am__cd) $$subdir && \
402
474
              $(MAKE) $(AM_MAKEFLAGS) \
403
 
                top_distdir="$$top_distdir" \
404
 
                distdir="$$distdir/$$subdir" \
 
475
                top_distdir="$$new_top_distdir" \
 
476
                distdir="$$new_distdir" \
405
477
                am__remove_distdir=: \
406
478
                am__skip_length_check=: \
 
479
                am__skip_mode_fix=: \
407
480
                distdir) \
408
481
              || exit 1; \
409
482
          fi; \
436
509
 
437
510
distclean-generic:
438
511
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
512
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
439
513
 
440
514
maintainer-clean-generic:
441
515
        @echo "This command is intended for maintainers to use"
456
530
 
457
531
html: html-recursive
458
532
 
 
533
html-am:
 
534
 
459
535
info: info-recursive
460
536
 
461
537
info-am:
464
540
 
465
541
install-dvi: install-dvi-recursive
466
542
 
 
543
install-dvi-am:
 
544
 
467
545
install-exec-am:
468
546
 
469
547
install-html: install-html-recursive
470
548
 
 
549
install-html-am:
 
550
 
471
551
install-info: install-info-recursive
472
552
 
 
553
install-info-am:
 
554
 
473
555
install-man:
474
556
 
475
557
install-pdf: install-pdf-recursive
476
558
 
 
559
install-pdf-am:
 
560
 
477
561
install-ps: install-ps-recursive
478
562
 
 
563
install-ps-am:
 
564
 
479
565
installcheck-am:
480
566
 
481
567
maintainer-clean: maintainer-clean-recursive
496
582
 
497
583
uninstall-am: uninstall-local uninstall-styleDATA
498
584
 
499
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
500
 
        install-strip
 
585
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
586
        install-am install-strip tags-recursive
501
587
 
502
588
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
503
589
        all all-am check check-am clean clean-generic ctags \
518
604
        rmdir $(styledir)
519
605
distclean-local:
520
606
        rm -f *\~
 
607
 
521
608
# Tell versions [3.59,3.63) of GNU make to not export all variables.
522
609
# Otherwise a system limit (for SysV at least) may be exceeded.
523
610
.NOEXPORT: