Annotation of parser3/src/targets/isapi/Makefile.in, revision 1.25
1.25 ! moko 1: # Makefile.in generated by automake 1.15 from Makefile.am.
1.10 paf 2: # @configure_input@
1.1 paf 3:
1.25 ! moko 4: # Copyright (C) 1994-2014 Free Software Foundation, Inc.
! 5:
1.1 paf 6: # This Makefile.in is free software; the Free Software Foundation
7: # gives unlimited permission to copy and/or distribute it,
8: # with or without modifications, as long as this notice is preserved.
9:
10: # This program is distributed in the hope that it will be useful,
11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13: # PARTICULAR PURPOSE.
14:
1.10 paf 15: @SET_MAKE@
16:
1.1 paf 17: #do not automake, desined to be compiled with MSVC only
18: VPATH = @srcdir@
1.25 ! moko 19: am__is_gnu_make = { \
! 20: if test -z '$(MAKELEVEL)'; then \
! 21: false; \
! 22: elif test -n '$(MAKE_HOST)'; then \
! 23: true; \
! 24: elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
! 25: true; \
! 26: else \
! 27: false; \
! 28: fi; \
! 29: }
! 30: am__make_running_with_option = \
! 31: case $${target_option-} in \
! 32: ?) ;; \
! 33: *) echo "am__make_running_with_option: internal error: invalid" \
! 34: "target option '$${target_option-}' specified" >&2; \
! 35: exit 1;; \
! 36: esac; \
! 37: has_opt=no; \
! 38: sane_makeflags=$$MAKEFLAGS; \
! 39: if $(am__is_gnu_make); then \
! 40: sane_makeflags=$$MFLAGS; \
! 41: else \
! 42: case $$MAKEFLAGS in \
! 43: *\\[\ \ ]*) \
! 44: bs=\\; \
! 45: sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
! 46: | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
! 47: esac; \
! 48: fi; \
! 49: skip_next=no; \
! 50: strip_trailopt () \
! 51: { \
! 52: flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
! 53: }; \
! 54: for flg in $$sane_makeflags; do \
! 55: test $$skip_next = yes && { skip_next=no; continue; }; \
! 56: case $$flg in \
! 57: *=*|--*) continue;; \
! 58: -*I) strip_trailopt 'I'; skip_next=yes;; \
! 59: -*I?*) strip_trailopt 'I';; \
! 60: -*O) strip_trailopt 'O'; skip_next=yes;; \
! 61: -*O?*) strip_trailopt 'O';; \
! 62: -*l) strip_trailopt 'l'; skip_next=yes;; \
! 63: -*l?*) strip_trailopt 'l';; \
! 64: -[dEDm]) skip_next=yes;; \
! 65: -[JT]) skip_next=yes;; \
! 66: esac; \
! 67: case $$flg in \
! 68: *$$target_option*) has_opt=yes; break;; \
! 69: esac; \
! 70: done; \
! 71: test $$has_opt = yes
! 72: am__make_dryrun = (target_option=n; $(am__make_running_with_option))
! 73: am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1.1 paf 74: pkgdatadir = $(datadir)/@PACKAGE@
1.23 moko 75: pkgincludedir = $(includedir)/@PACKAGE@
1.1 paf 76: pkglibdir = $(libdir)/@PACKAGE@
1.23 moko 77: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.10 paf 78: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79: install_sh_DATA = $(install_sh) -c -m 644
80: install_sh_PROGRAM = $(install_sh) -c
81: install_sh_SCRIPT = $(install_sh) -c
82: INSTALL_HEADER = $(INSTALL_DATA)
83: transform = $(program_transform_name)
1.1 paf 84: NORMAL_INSTALL = :
85: PRE_INSTALL = :
86: POST_INSTALL = :
87: NORMAL_UNINSTALL = :
88: PRE_UNINSTALL = :
89: POST_UNINSTALL = :
1.23 moko 90: build_triplet = @build@
1.1 paf 91: host_triplet = @host@
1.15 paf 92: subdir = src/targets/isapi
93: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.21 moko 94: am__aclocal_m4_deps = $(top_srcdir)/src/lib/ltdl/m4/argz.m4 \
95: $(top_srcdir)/src/lib/ltdl/m4/libtool.m4 \
96: $(top_srcdir)/src/lib/ltdl/m4/ltdl.m4 \
97: $(top_srcdir)/src/lib/ltdl/m4/ltoptions.m4 \
98: $(top_srcdir)/src/lib/ltdl/m4/ltsugar.m4 \
99: $(top_srcdir)/src/lib/ltdl/m4/ltversion.m4 \
100: $(top_srcdir)/src/lib/ltdl/m4/lt~obsolete.m4 \
1.24 moko 101: $(top_srcdir)/configure.ac
1.15 paf 102: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103: $(ACLOCAL_M4)
1.25 ! moko 104: DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
1.21 moko 105: mkinstalldirs = $(install_sh) -d
1.15 paf 106: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
107: CONFIG_CLEAN_FILES =
1.23 moko 108: CONFIG_CLEAN_VPATH_FILES =
1.25 ! moko 109: AM_V_P = $(am__v_P_@AM_V@)
! 110: am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
! 111: am__v_P_0 = false
! 112: am__v_P_1 = :
! 113: AM_V_GEN = $(am__v_GEN_@AM_V@)
! 114: am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
! 115: am__v_GEN_0 = @echo " GEN " $@;
! 116: am__v_GEN_1 =
! 117: AM_V_at = $(am__v_at_@AM_V@)
! 118: am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
! 119: am__v_at_0 = @
! 120: am__v_at_1 =
1.15 paf 121: SOURCES =
122: DIST_SOURCES =
1.25 ! moko 123: am__can_run_installinfo = \
! 124: case $$AM_UPDATE_INFO_DIR in \
! 125: n|no|NO) false;; \
! 126: *) (install-info --version) >/dev/null 2>&1;; \
! 127: esac
! 128: am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
! 129: am__DIST_COMMON = $(srcdir)/Makefile.in
1.15 paf 130: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.10 paf 131: ACLOCAL = @ACLOCAL@
132: AMTAR = @AMTAR@
1.25 ! moko 133: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.19 moko 134: APACHE = @APACHE@
135: APACHE_CFLAGS = @APACHE_CFLAGS@
136: APACHE_INC = @APACHE_INC@
1.21 moko 137: AR = @AR@
138: ARGZ_H = @ARGZ_H@
139: AS = @AS@
1.10 paf 140: AUTOCONF = @AUTOCONF@
141: AUTOHEADER = @AUTOHEADER@
142: AUTOMAKE = @AUTOMAKE@
1.1 paf 143: AWK = @AWK@
144: CC = @CC@
1.10 paf 145: CCDEPMODE = @CCDEPMODE@
146: CFLAGS = @CFLAGS@
1.11 paf 147: CPP = @CPP@
1.10 paf 148: CPPFLAGS = @CPPFLAGS@
1.1 paf 149: CXX = @CXX@
1.21 moko 150: CXXCPP = @CXXCPP@
1.10 paf 151: CXXDEPMODE = @CXXDEPMODE@
152: CXXFLAGS = @CXXFLAGS@
153: CYGPATH_W = @CYGPATH_W@
154: DEFS = @DEFS@
155: DEPDIR = @DEPDIR@
1.21 moko 156: DLLTOOL = @DLLTOOL@
157: DSYMUTIL = @DSYMUTIL@
158: DUMPBIN = @DUMPBIN@
1.10 paf 159: ECHO_C = @ECHO_C@
160: ECHO_N = @ECHO_N@
161: ECHO_T = @ECHO_T@
162: EGREP = @EGREP@
163: EXEEXT = @EXEEXT@
1.21 moko 164: FGREP = @FGREP@
1.12 paf 165: GC_LIBS = @GC_LIBS@
1.21 moko 166: GREP = @GREP@
1.1 paf 167: INCLTDL = @INCLTDL@
1.23 moko 168: INSTALL = @INSTALL@
1.10 paf 169: INSTALL_DATA = @INSTALL_DATA@
170: INSTALL_PROGRAM = @INSTALL_PROGRAM@
171: INSTALL_SCRIPT = @INSTALL_SCRIPT@
172: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.21 moko 173: LD = @LD@
1.10 paf 174: LDFLAGS = @LDFLAGS@
1.1 paf 175: LIBADD_DL = @LIBADD_DL@
1.21 moko 176: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
177: LIBADD_DLOPEN = @LIBADD_DLOPEN@
178: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.1 paf 179: LIBLTDL = @LIBLTDL@
1.10 paf 180: LIBOBJS = @LIBOBJS@
181: LIBS = @LIBS@
1.21 moko 182: LIBTOOL = @LIBTOOL@
183: LIPO = @LIPO@
184: LN_S = @LN_S@
185: LTDLDEPS = @LTDLDEPS@
186: LTDLINCL = @LTDLINCL@
187: LTDLOPEN = @LTDLOPEN@
1.10 paf 188: LTLIBOBJS = @LTLIBOBJS@
1.21 moko 189: LT_CONFIG_H = @LT_CONFIG_H@
190: LT_DLLOADERS = @LT_DLLOADERS@
191: LT_DLPREOPEN = @LT_DLPREOPEN@
1.1 paf 192: MAKEINFO = @MAKEINFO@
1.21 moko 193: MANIFEST_TOOL = @MANIFEST_TOOL@
1.6 paf 194: MIME_INCLUDES = @MIME_INCLUDES@
195: MIME_LIBS = @MIME_LIBS@
1.23 moko 196: MKDIR_P = @MKDIR_P@
1.21 moko 197: NM = @NM@
198: NMEDIT = @NMEDIT@
199: OBJDUMP = @OBJDUMP@
1.10 paf 200: OBJEXT = @OBJEXT@
1.21 moko 201: OTOOL = @OTOOL@
202: OTOOL64 = @OTOOL64@
1.1 paf 203: P3S = @P3S@
204: PACKAGE = @PACKAGE@
1.10 paf 205: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
206: PACKAGE_NAME = @PACKAGE_NAME@
207: PACKAGE_STRING = @PACKAGE_STRING@
208: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.23 moko 209: PACKAGE_URL = @PACKAGE_URL@
1.10 paf 210: PACKAGE_VERSION = @PACKAGE_VERSION@
211: PATH_SEPARATOR = @PATH_SEPARATOR@
1.17 misha 212: PCRE_INCLUDES = @PCRE_INCLUDES@
213: PCRE_LIBS = @PCRE_LIBS@
1.1 paf 214: RANLIB = @RANLIB@
1.21 moko 215: SED = @SED@
1.10 paf 216: SET_MAKE = @SET_MAKE@
217: SHELL = @SHELL@
218: STRIP = @STRIP@
1.1 paf 219: VERSION = @VERSION@
220: XML_INCLUDES = @XML_INCLUDES@
221: XML_LIBS = @XML_LIBS@
222: YACC = @YACC@
1.23 moko 223: YFLAGS = @YFLAGS@
224: abs_builddir = @abs_builddir@
225: abs_srcdir = @abs_srcdir@
226: abs_top_builddir = @abs_top_builddir@
227: abs_top_srcdir = @abs_top_srcdir@
1.21 moko 228: ac_ct_AR = @ac_ct_AR@
1.10 paf 229: ac_ct_CC = @ac_ct_CC@
230: ac_ct_CXX = @ac_ct_CXX@
1.21 moko 231: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1.10 paf 232: am__include = @am__include@
1.15 paf 233: am__leading_dot = @am__leading_dot@
1.10 paf 234: am__quote = @am__quote@
1.15 paf 235: am__tar = @am__tar@
236: am__untar = @am__untar@
1.10 paf 237: bindir = @bindir@
238: build = @build@
239: build_alias = @build_alias@
240: build_cpu = @build_cpu@
241: build_os = @build_os@
242: build_vendor = @build_vendor@
1.23 moko 243: builddir = @builddir@
1.10 paf 244: datadir = @datadir@
1.23 moko 245: datarootdir = @datarootdir@
1.7 paf 246: dll_extension = @dll_extension@
1.23 moko 247: docdir = @docdir@
248: dvidir = @dvidir@
1.10 paf 249: exec_prefix = @exec_prefix@
250: host = @host@
251: host_alias = @host_alias@
252: host_cpu = @host_cpu@
1.1 paf 253: host_os = @host_os@
1.10 paf 254: host_vendor = @host_vendor@
1.23 moko 255: htmldir = @htmldir@
1.10 paf 256: includedir = @includedir@
257: infodir = @infodir@
258: install_sh = @install_sh@
259: libdir = @libdir@
260: libexecdir = @libexecdir@
1.23 moko 261: localedir = @localedir@
1.10 paf 262: localstatedir = @localstatedir@
1.21 moko 263: ltdl_LIBOBJS = @ltdl_LIBOBJS@
264: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.10 paf 265: mandir = @mandir@
1.15 paf 266: mkdir_p = @mkdir_p@
1.10 paf 267: oldincludedir = @oldincludedir@
1.23 moko 268: pdfdir = @pdfdir@
1.10 paf 269: prefix = @prefix@
270: program_transform_name = @program_transform_name@
1.23 moko 271: psdir = @psdir@
1.10 paf 272: sbindir = @sbindir@
273: sharedstatedir = @sharedstatedir@
1.23 moko 274: srcdir = @srcdir@
1.10 paf 275: subdirs = @subdirs@
1.21 moko 276: sys_symbol_underscore = @sys_symbol_underscore@
1.10 paf 277: sysconfdir = @sysconfdir@
278: target_alias = @target_alias@
1.23 moko 279: top_build_prefix = @top_build_prefix@
280: top_builddir = @top_builddir@
281: top_srcdir = @top_srcdir@
1.13 paf 282: EXTRA_DIST = pa_threads.C parser3isapi.C parser3isapi.def parser3isapi.vcproj
1.10 paf 283: all: all-am
1.1 paf 284:
285: .SUFFIXES:
1.15 paf 286: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
287: @for dep in $?; do \
288: case '$(am__configure_deps)' in \
289: *$$dep*) \
1.23 moko 290: ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
291: && { if test -f $@; then exit 0; else break; fi; }; \
1.15 paf 292: exit 1;; \
293: esac; \
294: done; \
1.23 moko 295: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/targets/isapi/Makefile'; \
296: $(am__cd) $(top_srcdir) && \
297: $(AUTOMAKE) --gnu src/targets/isapi/Makefile
1.15 paf 298: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
299: @case '$?' in \
300: *config.status*) \
301: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
302: *) \
303: echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
304: cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
305: esac;
306:
307: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
308: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
309:
310: $(top_srcdir)/configure: $(am__configure_deps)
311: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
312: $(ACLOCAL_M4): $(am__aclocal_m4_deps)
313: cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.23 moko 314: $(am__aclocal_m4_deps):
1.21 moko 315:
316: mostlyclean-libtool:
317: -rm -f *.lo
318:
319: clean-libtool:
320: -rm -rf .libs _libs
1.25 ! moko 321: tags TAGS:
! 322:
! 323: ctags CTAGS:
1.10 paf 324:
1.25 ! moko 325: cscope cscopelist:
1.1 paf 326:
327:
328: distdir: $(DISTFILES)
1.23 moko 329: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
330: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
331: list='$(DISTFILES)'; \
332: dist_files=`for file in $$list; do echo $$file; done | \
333: sed -e "s|^$$srcdirstrip/||;t" \
334: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
335: case $$dist_files in \
336: */*) $(MKDIR_P) `echo "$$dist_files" | \
337: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
338: sort -u` ;; \
339: esac; \
340: for file in $$dist_files; do \
1.10 paf 341: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1.1 paf 342: if test -d $$d/$$file; then \
1.23 moko 343: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
344: if test -d "$(distdir)/$$file"; then \
345: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
346: fi; \
1.10 paf 347: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.23 moko 348: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
349: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.10 paf 350: fi; \
1.23 moko 351: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1 paf 352: else \
1.23 moko 353: test -f "$(distdir)/$$file" \
354: || cp -p $$d/$$file "$(distdir)/$$file" \
1.10 paf 355: || exit 1; \
1.1 paf 356: fi; \
357: done
358: check-am: all-am
359: check: check-am
1.12 paf 360: all-am: Makefile
1.10 paf 361: installdirs:
362: install: install-am
1.1 paf 363: install-exec: install-exec-am
364: install-data: install-data-am
1.10 paf 365: uninstall: uninstall-am
1.1 paf 366:
367: install-am: all-am
368: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1.10 paf 369:
370: installcheck: installcheck-am
1.1 paf 371: install-strip:
1.25 ! moko 372: if test -z '$(STRIP)'; then \
! 373: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 374: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 375: install; \
! 376: else \
! 377: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
! 378: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
! 379: "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
! 380: fi
1.1 paf 381: mostlyclean-generic:
382:
383: clean-generic:
384:
385: distclean-generic:
1.15 paf 386: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.23 moko 387: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1 paf 388:
389: maintainer-clean-generic:
1.10 paf 390: @echo "This command is intended for maintainers to use"
391: @echo "it deletes files that may require special tools to rebuild."
392: clean: clean-am
393:
1.21 moko 394: clean-am: clean-generic clean-libtool mostlyclean-am
1.10 paf 395:
396: distclean: distclean-am
1.15 paf 397: -rm -f Makefile
1.23 moko 398: distclean-am: clean-am distclean-generic
1.10 paf 399:
400: dvi: dvi-am
401:
402: dvi-am:
1.1 paf 403:
1.15 paf 404: html: html-am
405:
1.23 moko 406: html-am:
407:
1.10 paf 408: info: info-am
409:
410: info-am:
1.1 paf 411:
1.10 paf 412: install-data-am:
1.1 paf 413:
1.23 moko 414: install-dvi: install-dvi-am
415:
416: install-dvi-am:
417:
1.10 paf 418: install-exec-am:
1.1 paf 419:
1.23 moko 420: install-html: install-html-am
421:
422: install-html-am:
423:
1.10 paf 424: install-info: install-info-am
1.1 paf 425:
1.23 moko 426: install-info-am:
427:
1.10 paf 428: install-man:
1.1 paf 429:
1.23 moko 430: install-pdf: install-pdf-am
431:
432: install-pdf-am:
433:
434: install-ps: install-ps-am
435:
436: install-ps-am:
437:
1.10 paf 438: installcheck-am:
1.1 paf 439:
440: maintainer-clean: maintainer-clean-am
1.15 paf 441: -rm -f Makefile
1.10 paf 442: maintainer-clean-am: distclean-am maintainer-clean-generic
443:
444: mostlyclean: mostlyclean-am
445:
1.21 moko 446: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1.10 paf 447:
448: pdf: pdf-am
449:
450: pdf-am:
451:
452: ps: ps-am
453:
454: ps-am:
455:
1.23 moko 456: uninstall-am:
457:
458: .MAKE: install-am install-strip
1.1 paf 459:
1.21 moko 460: .PHONY: all all-am check check-am clean clean-generic clean-libtool \
1.25 ! moko 461: cscopelist-am ctags-am distclean distclean-generic \
! 462: distclean-libtool distdir dvi dvi-am html html-am info info-am \
! 463: install install-am install-data install-data-am install-dvi \
! 464: install-dvi-am install-exec install-exec-am install-html \
! 465: install-html-am install-info install-info-am install-man \
! 466: install-pdf install-pdf-am install-ps install-ps-am \
! 467: install-strip installcheck installcheck-am installdirs \
! 468: maintainer-clean maintainer-clean-generic mostlyclean \
! 469: mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
! 470: tags-am uninstall uninstall-am
! 471:
! 472: .PRECIOUS: Makefile
1.23 moko 473:
1.1 paf 474:
475: # Tell versions [3.59,3.63) of GNU make to not export all variables.
476: # Otherwise a system limit (for SysV at least) may be exceeded.
477: .NOEXPORT:
E-mail: