Logrunner is statically linked for easy deployment.
[gnucomo.git] / src / Makefile.in
1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 subdir = src
35 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
36 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
38 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
39         $(ACLOCAL_M4)
40 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
41 CONFIG_HEADER = $(top_builddir)/config.h
42 CONFIG_CLEAN_FILES =
43 CONFIG_CLEAN_VPATH_FILES =
44 SOURCES =
45 DIST_SOURCES =
46 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
47         html-recursive info-recursive install-data-recursive \
48         install-dvi-recursive install-exec-recursive \
49         install-html-recursive install-info-recursive \
50         install-pdf-recursive install-ps-recursive install-recursive \
51         installcheck-recursive installdirs-recursive pdf-recursive \
52         ps-recursive uninstall-recursive
53 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
54   distclean-recursive maintainer-clean-recursive
55 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
56         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
57         distdir
58 ETAGS = etags
59 CTAGS = ctags
60 DIST_SUBDIRS = $(SUBDIRS)
61 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
62 am__relativize = \
63   dir0=`pwd`; \
64   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
65   sed_rest='s,^[^/]*/*,,'; \
66   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
67   sed_butlast='s,/*[^/]*$$,,'; \
68   while test -n "$$dir1"; do \
69     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
70     if test "$$first" != "."; then \
71       if test "$$first" = ".."; then \
72         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
73         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
74       else \
75         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
76         if test "$$first2" = "$$first"; then \
77           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
78         else \
79           dir2="../$$dir2"; \
80         fi; \
81         dir0="$$dir0"/"$$first"; \
82       fi; \
83     fi; \
84     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
85   done; \
86   reldir="$$dir2"
87 ACLOCAL = @ACLOCAL@
88 AMTAR = @AMTAR@
89 AUTOCONF = @AUTOCONF@
90 AUTOHEADER = @AUTOHEADER@
91 AUTOMAKE = @AUTOMAKE@
92 AWK = @AWK@
93 CC = @CC@
94 CCDEPMODE = @CCDEPMODE@
95 CFLAGS = @CFLAGS@
96 CPP = @CPP@
97 CPPFLAGS = @CPPFLAGS@
98 CXX = @CXX@
99 CXXDEPMODE = @CXXDEPMODE@
100 CXXFLAGS = @CXXFLAGS@
101 CYGPATH_W = @CYGPATH_W@
102 DEFS = @DEFS@
103 DEPDIR = @DEPDIR@
104 ECHO_C = @ECHO_C@
105 ECHO_N = @ECHO_N@
106 ECHO_T = @ECHO_T@
107 EGREP = @EGREP@
108 EXEEXT = @EXEEXT@
109 GREP = @GREP@
110 INSTALL = @INSTALL@
111 INSTALL_DATA = @INSTALL_DATA@
112 INSTALL_PROGRAM = @INSTALL_PROGRAM@
113 INSTALL_SCRIPT = @INSTALL_SCRIPT@
114 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
115 LDFLAGS = @LDFLAGS@
116 LIBOBJS = @LIBOBJS@
117 LIBPQXX_CFLAGS = @LIBPQXX_CFLAGS@
118 LIBPQXX_LIBS = @LIBPQXX_LIBS@
119 LIBS = @LIBS@
120 LTLIBOBJS = @LTLIBOBJS@
121 MAKEINFO = @MAKEINFO@
122 MKDIR_P = @MKDIR_P@
123 OBJEXT = @OBJEXT@
124 PACKAGE = @PACKAGE@
125 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
126 PACKAGE_NAME = @PACKAGE_NAME@
127 PACKAGE_STRING = @PACKAGE_STRING@
128 PACKAGE_TARNAME = @PACKAGE_TARNAME@
129 PACKAGE_URL = @PACKAGE_URL@
130 PACKAGE_VERSION = @PACKAGE_VERSION@
131 PATH_SEPARATOR = @PATH_SEPARATOR@
132 PKG_CONFIG = @PKG_CONFIG@
133 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
134 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
135 RANLIB = @RANLIB@
136 SET_MAKE = @SET_MAKE@
137 SHELL = @SHELL@
138 STRIP = @STRIP@
139 VERSION = @VERSION@
140 XML_CONFIG = @XML_CONFIG@
141 abs_builddir = @abs_builddir@
142 abs_srcdir = @abs_srcdir@
143 abs_top_builddir = @abs_top_builddir@
144 abs_top_srcdir = @abs_top_srcdir@
145 ac_ct_CC = @ac_ct_CC@
146 ac_ct_CXX = @ac_ct_CXX@
147 am__include = @am__include@
148 am__leading_dot = @am__leading_dot@
149 am__quote = @am__quote@
150 am__tar = @am__tar@
151 am__untar = @am__untar@
152 bindir = @bindir@
153 build_alias = @build_alias@
154 builddir = @builddir@
155 datadir = @datadir@
156 datarootdir = @datarootdir@
157 docdir = @docdir@
158 dvidir = @dvidir@
159 exec_prefix = @exec_prefix@
160 host_alias = @host_alias@
161 htmldir = @htmldir@
162 includedir = @includedir@
163 infodir = @infodir@
164 install_sh = @install_sh@
165 libdir = @libdir@
166 libexecdir = @libexecdir@
167 localedir = @localedir@
168 localstatedir = @localstatedir@
169 mandir = @mandir@
170 mkdir_p = @mkdir_p@
171 oldincludedir = @oldincludedir@
172 pdfdir = @pdfdir@
173 prefix = @prefix@
174 program_transform_name = @program_transform_name@
175 psdir = @psdir@
176 sbindir = @sbindir@
177 sharedstatedir = @sharedstatedir@
178 srcdir = @srcdir@
179 sysconfdir = @sysconfdir@
180 target_alias = @target_alias@
181 top_build_prefix = @top_build_prefix@
182 top_builddir = @top_builddir@
183 top_srcdir = @top_srcdir@
184 SUBDIRS = lib gcm_input
185 all: all-recursive
186
187 .SUFFIXES:
188 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
189         @for dep in $?; do \
190           case '$(am__configure_deps)' in \
191             *$$dep*) \
192               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
193                 && { if test -f $@; then exit 0; else break; fi; }; \
194               exit 1;; \
195           esac; \
196         done; \
197         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
198         $(am__cd) $(top_srcdir) && \
199           $(AUTOMAKE) --gnu src/Makefile
200 .PRECIOUS: Makefile
201 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
202         @case '$?' in \
203           *config.status*) \
204             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
205           *) \
206             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
207             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
208         esac;
209
210 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
211         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
212
213 $(top_srcdir)/configure:  $(am__configure_deps)
214         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
215 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
216         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
217 $(am__aclocal_m4_deps):
218
219 # This directory's subdirectories are mostly independent; you can cd
220 # into them and run `make' without going through this Makefile.
221 # To change the values of `make' variables: instead of editing Makefiles,
222 # (1) if the variable is set in `config.status', edit `config.status'
223 #     (which will cause the Makefiles to be regenerated when you run `make');
224 # (2) otherwise, pass the desired values on the `make' command line.
225 $(RECURSIVE_TARGETS):
226         @fail= failcom='exit 1'; \
227         for f in x $$MAKEFLAGS; do \
228           case $$f in \
229             *=* | --[!k]*);; \
230             *k*) failcom='fail=yes';; \
231           esac; \
232         done; \
233         dot_seen=no; \
234         target=`echo $@ | sed s/-recursive//`; \
235         list='$(SUBDIRS)'; for subdir in $$list; do \
236           echo "Making $$target in $$subdir"; \
237           if test "$$subdir" = "."; then \
238             dot_seen=yes; \
239             local_target="$$target-am"; \
240           else \
241             local_target="$$target"; \
242           fi; \
243           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
244           || eval $$failcom; \
245         done; \
246         if test "$$dot_seen" = "no"; then \
247           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
248         fi; test -z "$$fail"
249
250 $(RECURSIVE_CLEAN_TARGETS):
251         @fail= failcom='exit 1'; \
252         for f in x $$MAKEFLAGS; do \
253           case $$f in \
254             *=* | --[!k]*);; \
255             *k*) failcom='fail=yes';; \
256           esac; \
257         done; \
258         dot_seen=no; \
259         case "$@" in \
260           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
261           *) list='$(SUBDIRS)' ;; \
262         esac; \
263         rev=''; for subdir in $$list; do \
264           if test "$$subdir" = "."; then :; else \
265             rev="$$subdir $$rev"; \
266           fi; \
267         done; \
268         rev="$$rev ."; \
269         target=`echo $@ | sed s/-recursive//`; \
270         for subdir in $$rev; do \
271           echo "Making $$target in $$subdir"; \
272           if test "$$subdir" = "."; then \
273             local_target="$$target-am"; \
274           else \
275             local_target="$$target"; \
276           fi; \
277           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
278           || eval $$failcom; \
279         done && test -z "$$fail"
280 tags-recursive:
281         list='$(SUBDIRS)'; for subdir in $$list; do \
282           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
283         done
284 ctags-recursive:
285         list='$(SUBDIRS)'; for subdir in $$list; do \
286           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
287         done
288
289 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
290         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
291         unique=`for i in $$list; do \
292             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
293           done | \
294           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
295               END { if (nonempty) { for (i in files) print i; }; }'`; \
296         mkid -fID $$unique
297 tags: TAGS
298
299 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
300                 $(TAGS_FILES) $(LISP)
301         set x; \
302         here=`pwd`; \
303         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
304           include_option=--etags-include; \
305           empty_fix=.; \
306         else \
307           include_option=--include; \
308           empty_fix=; \
309         fi; \
310         list='$(SUBDIRS)'; for subdir in $$list; do \
311           if test "$$subdir" = .; then :; else \
312             test ! -f $$subdir/TAGS || \
313               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
314           fi; \
315         done; \
316         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
317         unique=`for i in $$list; do \
318             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
319           done | \
320           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
321               END { if (nonempty) { for (i in files) print i; }; }'`; \
322         shift; \
323         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
324           test -n "$$unique" || unique=$$empty_fix; \
325           if test $$# -gt 0; then \
326             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
327               "$$@" $$unique; \
328           else \
329             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
330               $$unique; \
331           fi; \
332         fi
333 ctags: CTAGS
334 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
335                 $(TAGS_FILES) $(LISP)
336         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
337         unique=`for i in $$list; do \
338             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
339           done | \
340           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
341               END { if (nonempty) { for (i in files) print i; }; }'`; \
342         test -z "$(CTAGS_ARGS)$$unique" \
343           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
344              $$unique
345
346 GTAGS:
347         here=`$(am__cd) $(top_builddir) && pwd` \
348           && $(am__cd) $(top_srcdir) \
349           && gtags -i $(GTAGS_ARGS) "$$here"
350
351 distclean-tags:
352         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
353
354 distdir: $(DISTFILES)
355         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
356         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
357         list='$(DISTFILES)'; \
358           dist_files=`for file in $$list; do echo $$file; done | \
359           sed -e "s|^$$srcdirstrip/||;t" \
360               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
361         case $$dist_files in \
362           */*) $(MKDIR_P) `echo "$$dist_files" | \
363                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
364                            sort -u` ;; \
365         esac; \
366         for file in $$dist_files; do \
367           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
368           if test -d $$d/$$file; then \
369             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
370             if test -d "$(distdir)/$$file"; then \
371               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
372             fi; \
373             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
374               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
375               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
376             fi; \
377             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
378           else \
379             test -f "$(distdir)/$$file" \
380             || cp -p $$d/$$file "$(distdir)/$$file" \
381             || exit 1; \
382           fi; \
383         done
384         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
385           if test "$$subdir" = .; then :; else \
386             test -d "$(distdir)/$$subdir" \
387             || $(MKDIR_P) "$(distdir)/$$subdir" \
388             || exit 1; \
389           fi; \
390         done
391         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
392           if test "$$subdir" = .; then :; else \
393             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
394             $(am__relativize); \
395             new_distdir=$$reldir; \
396             dir1=$$subdir; dir2="$(top_distdir)"; \
397             $(am__relativize); \
398             new_top_distdir=$$reldir; \
399             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
400             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
401             ($(am__cd) $$subdir && \
402               $(MAKE) $(AM_MAKEFLAGS) \
403                 top_distdir="$$new_top_distdir" \
404                 distdir="$$new_distdir" \
405                 am__remove_distdir=: \
406                 am__skip_length_check=: \
407                 am__skip_mode_fix=: \
408                 distdir) \
409               || exit 1; \
410           fi; \
411         done
412 check-am: all-am
413 check: check-recursive
414 all-am: Makefile
415 installdirs: installdirs-recursive
416 installdirs-am:
417 install: install-recursive
418 install-exec: install-exec-recursive
419 install-data: install-data-recursive
420 uninstall: uninstall-recursive
421
422 install-am: all-am
423         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
424
425 installcheck: installcheck-recursive
426 install-strip:
427         if test -z '$(STRIP)'; then \
428           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
429             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
430               install; \
431         else \
432           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
433             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
434             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
435         fi
436 mostlyclean-generic:
437
438 clean-generic:
439
440 distclean-generic:
441         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
442         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
443
444 maintainer-clean-generic:
445         @echo "This command is intended for maintainers to use"
446         @echo "it deletes files that may require special tools to rebuild."
447 clean: clean-recursive
448
449 clean-am: clean-generic mostlyclean-am
450
451 distclean: distclean-recursive
452         -rm -f Makefile
453 distclean-am: clean-am distclean-generic distclean-tags
454
455 dvi: dvi-recursive
456
457 dvi-am:
458
459 html: html-recursive
460
461 html-am:
462
463 info: info-recursive
464
465 info-am:
466
467 install-data-am:
468
469 install-dvi: install-dvi-recursive
470
471 install-dvi-am:
472
473 install-exec-am:
474
475 install-html: install-html-recursive
476
477 install-html-am:
478
479 install-info: install-info-recursive
480
481 install-info-am:
482
483 install-man:
484
485 install-pdf: install-pdf-recursive
486
487 install-pdf-am:
488
489 install-ps: install-ps-recursive
490
491 install-ps-am:
492
493 installcheck-am:
494
495 maintainer-clean: maintainer-clean-recursive
496         -rm -f Makefile
497 maintainer-clean-am: distclean-am maintainer-clean-generic
498
499 mostlyclean: mostlyclean-recursive
500
501 mostlyclean-am: mostlyclean-generic
502
503 pdf: pdf-recursive
504
505 pdf-am:
506
507 ps: ps-recursive
508
509 ps-am:
510
511 uninstall-am:
512
513 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
514         install-am install-strip tags-recursive
515
516 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
517         all all-am check check-am clean clean-generic ctags \
518         ctags-recursive distclean distclean-generic distclean-tags \
519         distdir dvi dvi-am html html-am info info-am install \
520         install-am install-data install-data-am install-dvi \
521         install-dvi-am install-exec install-exec-am install-html \
522         install-html-am install-info install-info-am install-man \
523         install-pdf install-pdf-am install-ps install-ps-am \
524         install-strip installcheck installcheck-am installdirs \
525         installdirs-am maintainer-clean maintainer-clean-generic \
526         mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
527         tags-recursive uninstall uninstall-am
528
529
530 # Tell versions [3.59,3.63) of GNU make to not export all variables.
531 # Otherwise a system limit (for SysV at least) may be exceeded.
532 .NOEXPORT: