new files from elsewhere
[automake.git] / Makefile.in
blob36ae30e30c91898b9f0b588f40272d192e93bbf6
1 # Makefile.in generated automatically by automake 1.1m from Makefile.am
3 # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy, distribute and modify it.
8 SHELL = /bin/sh
10 srcdir = @srcdir@
11 top_srcdir = @top_srcdir@
12 VPATH = @srcdir@
13 prefix = @prefix@
14 exec_prefix = @exec_prefix@
16 bindir = @bindir@
17 sbindir = @sbindir@
18 libexecdir = @libexecdir@
19 datadir = @datadir@
20 sysconfdir = @sysconfdir@
21 sharedstatedir = @sharedstatedir@
22 localstatedir = @localstatedir@
23 libdir = @libdir@
24 infodir = @infodir@
25 mandir = @mandir@
26 includedir = @includedir@
27 oldincludedir = /usr/include
29 pkgdatadir = $(datadir)/@PACKAGE@
30 pkglibdir = $(libdir)/@PACKAGE@
31 pkgincludedir = $(includedir)/@PACKAGE@
33 top_builddir = .
35 ACLOCAL = @ACLOCAL@
36 AUTOCONF = @AUTOCONF@
37 AUTOMAKE = @AUTOMAKE@
38 AUTOHEADER = @AUTOHEADER@
40 INSTALL = @INSTALL@
41 INSTALL_PROGRAM = @INSTALL_PROGRAM@
42 INSTALL_DATA = @INSTALL_DATA@
43 INSTALL_SCRIPT = @INSTALL_SCRIPT@
44 transform = @program_transform_name@
45 INSTALL_SCRIPT = @INSTALL_SCRIPT@
46 PACKAGE = @PACKAGE@
47 PERL = @PERL@
48 TAR = @TAR@
49 VERSION = @VERSION@
51 AUTOMAKE_OPTIONS = gnits
52 MAINT_CHARSET = latin1
54 SUBDIRS = tests m4
56 bin_SCRIPTS = automake aclocal
57 info_TEXINFOS = automake.texi
59 pkgdata_DATA = clean-kr.am clean.am compile-kr.am comp-vars.am \
60 compile.am data.am dejagnu.am depend.am depend2.am dist-vars.am \
61 footer.am header.am header-vars.am kr-extra.am libs.am library.am \
62 libtool.am ltlib.am ltlibrary.am mans-vars.am program.am progs.am \
63 remake-hdr.am remake.am scripts.am subdirs.am tags.am tags-clean.am \
64 texi-vers.am texinfos.am libs-clean.am ltlib-clean.am progs-clean.am \
65 data-clean.am COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1 \
66 lisp.am lisp-clean.am
68 pkgdata_SCRIPTS = config.guess config.sub install-sh interlock \
69 mdate-sh missing mkinstalldirs elisp-comp ylwrap acinstall
71 EXTRA_DIST = acinstall $(pkgdata_DATA)
73 # The following requires a fixed version of the Emacs 19.30 etags.
74 ETAGS_ARGS = automake.in aclocal.in --lang=none \
75 --regex='/^@node[ \t]+\([^,]+\)/\1/' automake.texi
76 TAGS_DEPENDENCIES = automake.in aclocal.in automake.texi
77 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
79 CONFIG_CLEAN_FILES = automake aclocal
80 SCRIPTS = $(bin_SCRIPTS) $(pkgdata_SCRIPTS)
82 MAKEINFO = @MAKEINFO@
83 TEXI2DVI = texi2dvi
84 INFO_DEPS = automake.info
85 DVIS = automake.dvi
86 TEXINFOS = automake.texi
87 DATA = $(pkgdata_DATA)
89 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
90 Makefile.in NEWS README-alpha THANKS TODO aclocal.in aclocal.m4 \
91 ansi2knr.1 ansi2knr.c automake.in config.guess config.sub configure \
92 configure.in elisp-comp install-sh interlock mdate-sh missing \
93 mkinstalldirs stamp-vti texinfo.tex version.texi ylwrap
96 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
98 GZIP = --best
99 default: all
101 .SUFFIXES:
102 .SUFFIXES: .texi .texinfo .info .dvi .ps
103 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
104 cd $(top_srcdir) && $(AUTOMAKE) --gnits Makefile
106 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
107 cd $(top_builddir) \
108 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
110 $(srcdir)/aclocal.m4: configure.in
111 cd $(srcdir) && $(ACLOCAL)
113 config.status: configure
114 $(SHELL) ./config.status --recheck
115 $(srcdir)/configure: configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
116 cd $(srcdir) && $(AUTOCONF)
117 automake: $(top_builddir)/config.status automake.in
118 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
119 aclocal: $(top_builddir)/config.status aclocal.in
120 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
122 install-binSCRIPTS: $(bin_SCRIPTS)
123 $(NORMAL_INSTALL)
124 $(mkinstalldirs) $(bindir)
125 @list="$(bin_SCRIPTS)"; for p in $$list; do \
126 if test -f $$p; then \
127 echo " $(INSTALL_SCRIPT) $$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
128 $(INSTALL_SCRIPT) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
129 else if test -f $(srcdir)/$$p; then \
130 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
131 $(INSTALL_SCRIPT) $(srcdir)/$$p $(bindir)/`echo $$p|sed '$(transform)'`; \
132 else :; fi; fi; \
133 done
135 uninstall-binSCRIPTS:
136 list="$(bin_SCRIPTS)"; for p in $$list; do \
137 rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
138 done
140 install-pkgdataSCRIPTS: $(pkgdata_SCRIPTS)
141 $(NORMAL_INSTALL)
142 $(mkinstalldirs) $(pkgdatadir)
143 @list="$(pkgdata_SCRIPTS)"; for p in $$list; do \
144 if test -f $$p; then \
145 echo " $(INSTALL_SCRIPT) $$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`"; \
146 $(INSTALL_SCRIPT) $$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
147 else if test -f $(srcdir)/$$p; then \
148 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`"; \
149 $(INSTALL_SCRIPT) $(srcdir)/$$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
150 else :; fi; fi; \
151 done
153 uninstall-pkgdataSCRIPTS:
154 list="$(pkgdata_SCRIPTS)"; for p in $$list; do \
155 rm -f $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
156 done
158 version.texi: stamp-vti
159 cp $(srcdir)/stamp-vti $(srcdir)/version.texi
161 stamp-vti: automake.texi $(top_srcdir)/configure.in
162 echo "@set UPDATED `cd $(srcdir) \
163 && $(SHELL) ./mdate-sh automake.texi`" > vti.tmp
164 echo "@set EDITION $(VERSION)" >> vti.tmp
165 echo "@set VERSION $(VERSION)" >> vti.tmp
166 cmp -s vti.tmp $(srcdir)/stamp-vti \
167 || cp vti.tmp $(srcdir)/stamp-vti
168 rm -f vti.tmp
170 mostlyclean-vti:
171 rm -f vti.tmp
173 clean-vti:
175 distclean-vti:
177 maintainer-clean-vti:
178 rm -f stamp-vti version.texi
180 automake.info: automake.texi version.texi
181 automake.dvi: automake.texi version.texi
184 DVIPS = dvips
186 .texi.info:
187 cd $(srcdir) \
188 && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
190 .texi.dvi:
191 TEXINPUTS=$(srcdir):$$TEXINPUTS \
192 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
194 .texi:
195 cd $(srcdir) \
196 && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
198 .texinfo.info:
199 cd $(srcdir) \
200 && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
202 .texinfo:
203 cd $(srcdir) \
204 && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
206 .texinfo.dvi:
207 TEXINPUTS=$(srcdir):$$TEXINPUTS $(TEXI2DVI) $<
208 .dvi.ps:
209 $(DVIPS) $< -o $@
211 install-info-am: $(INFO_DEPS)
212 $(NORMAL_INSTALL)
213 $(mkinstalldirs) $(infodir)
214 @for file in $(INFO_DEPS); do \
215 for ifile in `cd $(srcdir) && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
216 if test -f $(srcdir)/$$ifile; then \
217 echo " $(INSTALL_DATA) $(srcdir)/$$ifile $(infodir)/$$ifile"; \
218 $(INSTALL_DATA) $(srcdir)/$$ifile $(infodir)/$$ifile; \
219 else : ; fi; \
220 done; \
221 done
222 $(POST_INSTALL)
223 @if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
224 for file in $(INFO_DEPS); do \
225 echo " install-info --info-dir=$(infodir) $(infodir)/$$file";\
226 install-info --info-dir=$(infodir) $(infodir)/$$file; :;\
227 done; \
228 else : ; fi
230 uninstall-info:
231 if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
232 ii=yes; \
233 else ii=; fi; \
234 for file in $(INFO_DEPS); do \
235 (cd $(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
236 test -z $ii || install-info --info-dir=$(infodir) --remove $$file; \
237 done
239 dist-info: $(INFO_DEPS)
240 for base in $(INFO_DEPS); do \
241 d=$(srcdir); \
242 for file in `cd $$d && eval echo $$base*`; do \
243 test -f $(distdir)/$$file \
244 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
245 || cp -p $$d/$$file $(distdir)/$$file; \
246 done; \
247 done
249 mostlyclean-info:
250 rm -f automake.aux automake.cp automake.cps automake.dvi automake.fn \
251 automake.fns automake.ky automake.log automake.pg \
252 automake.toc automake.tp automake.tps automake.vr \
253 automake.vrs automake.op automake.tr automake.cv
255 clean-info:
257 distclean-info:
259 maintainer-clean-info:
260 for i in $(INFO_DEPS); do rm -f `eval echo $$i*`; done
262 install-pkgdataDATA: $(pkgdata_DATA)
263 $(NORMAL_INSTALL)
264 $(mkinstalldirs) $(pkgdatadir)
265 @list="$(pkgdata_DATA)"; for p in $$list; do \
266 if test -f $(srcdir)/$$p; then \
267 echo " $(INSTALL_DATA) $(srcdir)/$$p $(pkgdatadir)/$$p"; \
268 $(INSTALL_DATA) $(srcdir)/$$p $(pkgdatadir)/$$p; \
269 else if test -f $$p; then \
270 echo " $(INSTALL_DATA) $$p $(pkgdatadir)/$$p"; \
271 $(INSTALL_DATA) $$p $(pkgdatadir)/$$p; \
272 fi; fi; \
273 done
275 uninstall-pkgdataDATA:
276 list="$(pkgdata_DATA)"; for p in $$list; do \
277 rm -f $(pkgdatadir)/$$p; \
278 done
280 # This directory's subdirectories are mostly independent; you can cd
281 # into them and run `make' without going through this Makefile.
282 # To change the values of `make' variables: instead of editing Makefiles,
283 # (1) if the variable is set in `config.status', edit `config.status'
284 # (which will cause the Makefiles to be regenerated when you run `make');
285 # (2) otherwise, pass the desired values on the `make' command line.
287 @SET_MAKE@
289 all-recursive install-data-recursive install-exec-recursive \
290 installdirs-recursive install-recursive uninstall-recursive \
291 check-recursive installcheck-recursive info-recursive dvi-recursive \
292 mostlyclean-recursive clean-recursive distclean-recursive \
293 maintainer-clean-recursive:
294 @for subdir in $(SUBDIRS); do \
295 target=`echo $@ | sed s/-recursive//`; \
296 echo "Making $$target in $$subdir"; \
297 (cd $$subdir && $(MAKE) $$target) \
298 || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
299 done && test -z "$$fail"
300 tags-recursive:
301 list="$(SUBDIRS)"; for subdir in $$list; do \
302 (cd $$subdir && $(MAKE) tags); \
303 done
305 tags: TAGS
307 ID: $(HEADERS) $(SOURCES)
308 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
310 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
311 tags=; \
312 here=`pwd`; \
313 list="$(SUBDIRS)"; for subdir in $$list; do \
314 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
315 done; \
316 test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
317 || cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $(SOURCES) $(HEADERS) -o $$here/TAGS
319 mostlyclean-tags:
321 clean-tags:
323 distclean-tags:
324 rm -f TAGS ID
326 maintainer-clean-tags:
328 distdir = $(PACKAGE)-$(VERSION)
329 # This target untars the dist file and tries a VPATH configuration. Then
330 # it guarantees that the distribution is self-contained by making another
331 # tarfile.
332 distcheck: dist
333 rm -rf $(distdir)
334 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
335 mkdir $(distdir)/=build
336 mkdir $(distdir)/=inst
337 dc_install_base=`cd $(distdir)/=inst && pwd`; \
338 cd $(distdir)/=build \
339 && ../configure --srcdir=.. --prefix=$$dc_install_base \
340 && $(MAKE) \
341 && $(MAKE) dvi \
342 && $(MAKE) check \
343 && $(MAKE) install \
344 && $(MAKE) installcheck \
345 && $(MAKE) dist
346 rm -rf $(distdir)
347 @echo "========================"; \
348 echo "$(distdir).tar.gz is ready for distribution"; \
349 echo "========================"
350 dist: distdir
351 -chmod -R a+r $(distdir)
352 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
353 rm -rf $(distdir)
354 dist-all: distdir
355 -chmod -R a+r $(distdir)
356 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
357 rm -rf $(distdir)
358 distdir: $(DISTFILES)
359 @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" > /dev/null; then :; else \
360 echo "NEWS not updated; not releasing" 1>&2; \
361 exit 1; \
363 rm -rf $(distdir)
364 mkdir $(distdir)
365 -chmod 755 $(distdir)
366 here=`pwd`; distdir=`cd $(distdir) && pwd` \
367 && cd $(srcdir) \
368 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(srcdir) --output-dir=$$distdir --gnits
369 @for file in $(DISTFILES); do \
370 d=$(srcdir); \
371 test -f $(distdir)/$$file \
372 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
373 || cp -p $$d/$$file $(distdir)/$$file; \
374 done
375 for subdir in $(SUBDIRS); do \
376 test -d $(distdir)/$$subdir \
377 || mkdir $(distdir)/$$subdir \
378 || exit 1; \
379 chmod 755 $(distdir)/$$subdir; \
380 (cd $$subdir && $(MAKE) distdir=../$(distdir)/$$subdir distdir) \
381 || exit 1; \
382 done
383 $(MAKE) distdir="$(distdir)" dist-info
384 info: $(INFO_DEPS) info-recursive
385 dvi: $(DVIS) dvi-recursive
386 check: all-am
387 $(MAKE) check-recursive
388 installcheck: installcheck-recursive installcheck-local
389 all-am: $(INFO_DEPS) $(SCRIPTS) $(DATA) Makefile
391 install-exec-am: install-binSCRIPTS
393 install-data-am: install-info-am install-pkgdataSCRIPTS install-pkgdataDATA
395 uninstall-am: uninstall-binSCRIPTS uninstall-pkgdataSCRIPTS uninstall-info uninstall-pkgdataDATA
397 install-exec: install-exec-recursive install-exec-am
398 $(NORMAL_INSTALL)
400 install-data: install-data-recursive install-data-am
401 $(NORMAL_INSTALL)
403 install: install-recursive install-exec-am install-data-am
406 uninstall: uninstall-recursive uninstall-am
408 all: all-recursive all-am
410 install-strip:
411 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
412 installdirs: installdirs-recursive
413 $(mkinstalldirs) $(bindir) $(pkgdatadir) $(infodir) $(pkgdatadir)
416 mostlyclean-generic:
417 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
419 clean-generic:
420 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
422 distclean-generic:
423 rm -f Makefile $(DISTCLEANFILES)
424 rm -f config.cache config.log stamp-h
425 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
427 maintainer-clean-generic:
428 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
429 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
430 mostlyclean-am: mostlyclean-vti mostlyclean-info mostlyclean-tags \
431 mostlyclean-generic
433 clean-am: clean-vti clean-info clean-tags clean-generic mostlyclean-am
435 distclean-am: distclean-vti distclean-info distclean-tags \
436 distclean-generic clean-am
438 maintainer-clean-am: maintainer-clean-vti maintainer-clean-info \
439 maintainer-clean-tags maintainer-clean-generic \
440 distclean-am
442 mostlyclean: mostlyclean-recursive mostlyclean-am
444 clean: clean-recursive clean-am
446 distclean: distclean-recursive distclean-am
447 rm -f config.status
449 maintainer-clean: maintainer-clean-recursive maintainer-clean-am
450 @echo "This command is intended for maintainers to use;"
451 @echo "it deletes files that may require special tools to rebuild."
452 rm -f config.status
454 .PHONY: default uninstall-binSCRIPTS install-binSCRIPTS \
455 uninstall-pkgdataSCRIPTS install-pkgdataSCRIPTS mostlyclean-vti \
456 distclean-vti clean-vti maintainer-clean-vti install-info-am \
457 uninstall-info mostlyclean-info distclean-info clean-info \
458 maintainer-clean-info uninstall-pkgdataDATA install-pkgdataDATA \
459 install-data-recursive uninstall-data-recursive install-exec-recursive \
460 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
461 all-recursive check-recursive installcheck-recursive info-recursive \
462 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
463 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
464 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
465 installcheck-local installcheck all-am install-exec-am install-data-am \
466 uninstall-am install-exec install-data install uninstall all \
467 installdirs mostlyclean-generic distclean-generic clean-generic \
468 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
471 # Check to make sure some installed files are executable.
472 installcheck-local:
473 for file in $(pkgdata_SCRIPTS); do \
474 $(PERL) -e "exit ! -x '$(pkgdatadir)/$$file';" || exit 1; \
475 done
477 ################################################################
479 # Run the test suite using Perl 4.
480 perl4-check: automake aclocal
481 @if $(SHELL) -c 'perl4.036 -v' > /dev/null 2>&1; then \
482 $(MAKE) PERL=perl4.036 check; \
483 else :; fi
485 # Some simple checks, and then ordinary check. These are only really
486 # guaranteed to work on my machine.
487 maintainer-check: automake aclocal
488 $(PERL) -c -w automake
489 $(PERL) -c -w aclocal
490 @if grep '^[^#].*true' $(srcdir)/[a-z]*.am; then \
491 echo "can't use 'true' in GNU Makefile" 1>&2; \
492 exit 1; \
493 else :; fi
494 @if test `fgrep '$${' $(srcdir)/[a-z]*.am | fgrep -v '$$$$' | wc -l` -ne 0; then \
495 echo "found too many uses of '\$${'" 1>&2; \
496 exit 1; \
497 else :; fi
498 @if test `fgrep 'mkinstalldirs' $(srcdir)/[a-z]*.am | fgrep -v '$$(mkinstalldirs)' | wc -l` -ne 0; then \
499 echo "found incorrect use of mkinstalldirs" 1>&2; \
500 exit 1; \
501 else :; fi
502 @if $(SHELL) -c 'perl4.036 -v' >/dev/null 2>&1; then \
503 perl4.036 -c -w automake; \
504 perl4.036 -c -w aclocal; \
505 else :; fi
506 @if grep undef $(srcdir)/automake.in > /dev/null 2>&1; then \
507 echo "Found undef in automake.in; use delete instead" 1>&2; \
508 exit 1; \
511 # Tag before making distribution. Also, don't make a distribution if
512 # checks fail. Also, make sure the NEWS file is up-to-date.
513 cvs-dist: maintainer-check perl4-check distcheck
514 @if sed 1q $(srcdir)/NEWS | grep -e "$(VERSION)" > /dev/null; then :; else \
515 echo "NEWS not updated; not releasing" 1>&2; \
516 exit 1; \
518 cvs -q tag `echo "Release-$(VERSION)" | sed 's/\./-/g'`
519 $(MAKE) dist
521 cvs-diff:
522 thisver=`echo "Release-$(VERSION)" | sed 's/\./-/g'`; \
523 if test -z "$$OLDVERSION"; then \
524 prevno=`echo "$(VERSION)" - 0.01 | bc | sed 's/^\./0./'`; \
525 else prevno="$$OLDVERSION"; fi; \
526 prevver=Release-`echo $$prevno | sed 's/\./-/g'`; \
527 cvs -f rdiff -c -r $$prevver -r $$thisver $(PACKAGE) \
528 > $(PACKAGE)-$$prevno-$(VERSION).diff
530 path-check: distdir
531 (cd $(distdir) && \
532 find . -print | xargs pathchk -p); \
533 status=$$?; \
534 rm -rf $(distdir); \
535 exit $$status
537 # Tell versions [3.59,3.63) of GNU make to not export all variables.
538 # Otherwise a system limit (for SysV at least) may be exceeded.
539 .NOEXPORT: