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