fix for trie index
[csql.git] / src / sqlnetwork / Makefile.in
bloba5560b5ed944b6c573fbb34b8606a761364d3d5b
1 # Makefile.in generated by automake 1.10 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
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.
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.
15 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkglibdir = $(libdir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22 install_sh_DATA = $(install_sh) -c -m 644
23 install_sh_PROGRAM = $(install_sh) -c
24 install_sh_SCRIPT = $(install_sh) -c
25 INSTALL_HEADER = $(INSTALL_DATA)
26 transform = $(program_transform_name)
27 NORMAL_INSTALL = :
28 PRE_INSTALL = :
29 POST_INSTALL = :
30 NORMAL_UNINSTALL = :
31 PRE_UNINSTALL = :
32 POST_UNINSTALL = :
33 build_triplet = @build@
34 host_triplet = @host@
35 subdir = src/sqlnetwork
36 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38 am__aclocal_m4_deps = $(top_srcdir)/configure.in
39 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40 $(ACLOCAL_M4)
41 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
42 CONFIG_HEADER = $(top_builddir)/config.h
43 CONFIG_CLEAN_FILES =
44 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
45 am__vpath_adj = case $$p in \
46 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
47 *) f=$$p;; \
48 esac;
49 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
50 am__installdirs = "$(DESTDIR)$(libdir)"
51 libLTLIBRARIES_INSTALL = $(INSTALL)
52 LTLIBRARIES = $(lib_LTLIBRARIES)
53 libcsqlsqlnw_la_LIBADD =
54 am_libcsqlsqlnw_la_OBJECTS = SqlNwConnection.lo SqlNwStatement.lo
55 libcsqlsqlnw_la_OBJECTS = $(am_libcsqlsqlnw_la_OBJECTS)
56 libcsqlsqlnw_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
57 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
58 $(CXXFLAGS) $(libcsqlsqlnw_la_LDFLAGS) $(LDFLAGS) -o $@
59 DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
60 depcomp = $(SHELL) $(top_srcdir)/depcomp
61 am__depfiles_maybe = depfiles
62 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
63 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
64 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
65 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
66 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
67 CXXLD = $(CXX)
68 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
69 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
70 $(LDFLAGS) -o $@
71 SOURCES = $(libcsqlsqlnw_la_SOURCES)
72 DIST_SOURCES = $(libcsqlsqlnw_la_SOURCES)
73 ETAGS = etags
74 CTAGS = ctags
75 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76 ACLOCAL = @ACLOCAL@
77 AMTAR = @AMTAR@
78 AR = @AR@
79 AUTOCONF = @AUTOCONF@
80 AUTOHEADER = @AUTOHEADER@
81 AUTOMAKE = @AUTOMAKE@
82 AWK = @AWK@
83 CC = @CC@
84 CCDEPMODE = @CCDEPMODE@
85 CFLAGS = @CFLAGS@
86 CPP = @CPP@
87 CPPFLAGS = @CPPFLAGS@
88 CXX = @CXX@
89 CXXCPP = @CXXCPP@
90 CXXDEPMODE = @CXXDEPMODE@
91 CXXFLAGS = @CXXFLAGS@
92 CYGPATH_W = @CYGPATH_W@
93 DEFS = @DEFS@
94 DEPDIR = @DEPDIR@
95 ECHO = @ECHO@
96 ECHO_C = @ECHO_C@
97 ECHO_N = @ECHO_N@
98 ECHO_T = @ECHO_T@
99 EGREP = @EGREP@
100 EXEEXT = @EXEEXT@
101 F77 = @F77@
102 FFLAGS = @FFLAGS@
103 GREP = @GREP@
104 INSTALL = @INSTALL@
105 INSTALL_DATA = @INSTALL_DATA@
106 INSTALL_PROGRAM = @INSTALL_PROGRAM@
107 INSTALL_SCRIPT = @INSTALL_SCRIPT@
108 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
109 LDFLAGS = @LDFLAGS@
110 LEX = @LEX@
111 LEXLIB = @LEXLIB@
112 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
113 LIBOBJS = @LIBOBJS@
114 LIBS = @LIBS@
115 LIBTOOL = @LIBTOOL@
116 LN_S = @LN_S@
117 LTLIBOBJS = @LTLIBOBJS@
118 MAKEINFO = @MAKEINFO@
119 MKDIR_P = @MKDIR_P@
120 OBJEXT = @OBJEXT@
121 PACKAGE = @PACKAGE@
122 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
123 PACKAGE_NAME = @PACKAGE_NAME@
124 PACKAGE_STRING = @PACKAGE_STRING@
125 PACKAGE_TARNAME = @PACKAGE_TARNAME@
126 PACKAGE_VERSION = @PACKAGE_VERSION@
127 PATH_SEPARATOR = @PATH_SEPARATOR@
128 RANLIB = @RANLIB@
129 SED = @SED@
130 SET_MAKE = @SET_MAKE@
131 SHELL = @SHELL@
132 STRIP = @STRIP@
133 VERSION = @VERSION@
134 YACC = @YACC@
135 YFLAGS = @YFLAGS@
136 abs_builddir = @abs_builddir@
137 abs_srcdir = @abs_srcdir@
138 abs_top_builddir = @abs_top_builddir@
139 abs_top_srcdir = @abs_top_srcdir@
140 ac_ct_CC = @ac_ct_CC@
141 ac_ct_CXX = @ac_ct_CXX@
142 ac_ct_F77 = @ac_ct_F77@
143 am__include = @am__include@
144 am__leading_dot = @am__leading_dot@
145 am__quote = @am__quote@
146 am__tar = @am__tar@
147 am__untar = @am__untar@
148 bindir = @bindir@
149 build = @build@
150 build_alias = @build_alias@
151 build_cpu = @build_cpu@
152 build_os = @build_os@
153 build_vendor = @build_vendor@
154 builddir = @builddir@
155 datadir = @datadir@
156 datarootdir = @datarootdir@
157 docdir = @docdir@
158 dvidir = @dvidir@
159 exec_prefix = @exec_prefix@
160 host = @host@
161 host_alias = @host_alias@
162 host_cpu = @host_cpu@
163 host_os = @host_os@
164 host_vendor = @host_vendor@
165 htmldir = @htmldir@
166 includedir = @includedir@
167 infodir = @infodir@
168 install_sh = @install_sh@
169 libdir = @libdir@
170 libexecdir = @libexecdir@
171 localedir = @localedir@
172 localstatedir = @localstatedir@
173 mandir = @mandir@
174 mkdir_p = @mkdir_p@
175 oldincludedir = @oldincludedir@
176 pdfdir = @pdfdir@
177 prefix = @prefix@
178 program_transform_name = @program_transform_name@
179 psdir = @psdir@
180 sbindir = @sbindir@
181 sharedstatedir = @sharedstatedir@
182 srcdir = @srcdir@
183 sysconfdir = @sysconfdir@
184 target_alias = @target_alias@
185 top_builddir = @top_builddir@
186 top_srcdir = @top_srcdir@
187 INCLUDES = -I$(top_srcdir)/include $(all_includes)
188 METASOURCES = AUTO
189 lib_LTLIBRARIES = libcsqlsqlnw.la
190 libcsqlsqlnw_la_LDFLAGS = -avoid-version -module
191 libcsqlsqlnw_la_SOURCES = SqlNwConnection.cxx SqlNwStatement.cxx
192 libcsqlsqlnw_a_LIBADD = $(top_builddir)/src/sql/libcsqlsql.la
193 all: all-am
195 .SUFFIXES:
196 .SUFFIXES: .cxx .lo .o .obj
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 && exit 0; \
203 exit 1;; \
204 esac; \
205 done; \
206 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/sqlnetwork/Makefile'; \
207 cd $(top_srcdir) && \
208 $(AUTOMAKE) --gnu src/sqlnetwork/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;
219 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
220 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
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 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
227 @$(NORMAL_INSTALL)
228 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
229 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
230 if test -f $$p; then \
231 f=$(am__strip_dir) \
232 echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
233 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
234 else :; fi; \
235 done
237 uninstall-libLTLIBRARIES:
238 @$(NORMAL_UNINSTALL)
239 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
240 p=$(am__strip_dir) \
241 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
242 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
243 done
245 clean-libLTLIBRARIES:
246 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
247 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
248 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
249 test "$$dir" != "$$p" || dir=.; \
250 echo "rm -f \"$${dir}/so_locations\""; \
251 rm -f "$${dir}/so_locations"; \
252 done
253 libcsqlsqlnw.la: $(libcsqlsqlnw_la_OBJECTS) $(libcsqlsqlnw_la_DEPENDENCIES)
254 $(libcsqlsqlnw_la_LINK) -rpath $(libdir) $(libcsqlsqlnw_la_OBJECTS) $(libcsqlsqlnw_la_LIBADD) $(LIBS)
256 mostlyclean-compile:
257 -rm -f *.$(OBJEXT)
259 distclean-compile:
260 -rm -f *.tab.c
262 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SqlNwConnection.Plo@am__quote@
263 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SqlNwStatement.Plo@am__quote@
265 .cxx.o:
266 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
267 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
268 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
269 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
270 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
272 .cxx.obj:
273 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
274 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
275 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
276 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
277 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
279 .cxx.lo:
280 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
281 @am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
282 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
283 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
284 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
286 mostlyclean-libtool:
287 -rm -f *.lo
289 clean-libtool:
290 -rm -rf .libs _libs
292 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
293 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
294 unique=`for i in $$list; do \
295 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
296 done | \
297 $(AWK) ' { files[$$0] = 1; } \
298 END { for (i in files) print i; }'`; \
299 mkid -fID $$unique
300 tags: TAGS
302 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
303 $(TAGS_FILES) $(LISP)
304 tags=; \
305 here=`pwd`; \
306 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
307 unique=`for i in $$list; do \
308 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
309 done | \
310 $(AWK) ' { files[$$0] = 1; } \
311 END { for (i in files) print i; }'`; \
312 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
313 test -n "$$unique" || unique=$$empty_fix; \
314 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
315 $$tags $$unique; \
317 ctags: CTAGS
318 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
319 $(TAGS_FILES) $(LISP)
320 tags=; \
321 here=`pwd`; \
322 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
323 unique=`for i in $$list; do \
324 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
325 done | \
326 $(AWK) ' { files[$$0] = 1; } \
327 END { for (i in files) print i; }'`; \
328 test -z "$(CTAGS_ARGS)$$tags$$unique" \
329 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
330 $$tags $$unique
332 GTAGS:
333 here=`$(am__cd) $(top_builddir) && pwd` \
334 && cd $(top_srcdir) \
335 && gtags -i $(GTAGS_ARGS) $$here
337 distclean-tags:
338 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
340 distdir: $(DISTFILES)
341 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
342 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
343 list='$(DISTFILES)'; \
344 dist_files=`for file in $$list; do echo $$file; done | \
345 sed -e "s|^$$srcdirstrip/||;t" \
346 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
347 case $$dist_files in \
348 */*) $(MKDIR_P) `echo "$$dist_files" | \
349 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
350 sort -u` ;; \
351 esac; \
352 for file in $$dist_files; do \
353 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
354 if test -d $$d/$$file; then \
355 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
356 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
357 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
358 fi; \
359 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
360 else \
361 test -f $(distdir)/$$file \
362 || cp -p $$d/$$file $(distdir)/$$file \
363 || exit 1; \
364 fi; \
365 done
366 check-am: all-am
367 check: check-am
368 all-am: Makefile $(LTLIBRARIES)
369 installdirs:
370 for dir in "$(DESTDIR)$(libdir)"; do \
371 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
372 done
373 install: install-am
374 install-exec: install-exec-am
375 install-data: install-data-am
376 uninstall: uninstall-am
378 install-am: all-am
379 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
381 installcheck: installcheck-am
382 install-strip:
383 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
384 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
385 `test -z '$(STRIP)' || \
386 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
387 mostlyclean-generic:
389 clean-generic:
391 distclean-generic:
392 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
394 maintainer-clean-generic:
395 @echo "This command is intended for maintainers to use"
396 @echo "it deletes files that may require special tools to rebuild."
397 clean: clean-am
399 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
400 mostlyclean-am
402 distclean: distclean-am
403 -rm -rf ./$(DEPDIR)
404 -rm -f Makefile
405 distclean-am: clean-am distclean-compile distclean-generic \
406 distclean-tags
408 dvi: dvi-am
410 dvi-am:
412 html: html-am
414 info: info-am
416 info-am:
418 install-data-am:
420 install-dvi: install-dvi-am
422 install-exec-am: install-libLTLIBRARIES
424 install-html: install-html-am
426 install-info: install-info-am
428 install-man:
430 install-pdf: install-pdf-am
432 install-ps: install-ps-am
434 installcheck-am:
436 maintainer-clean: maintainer-clean-am
437 -rm -rf ./$(DEPDIR)
438 -rm -f Makefile
439 maintainer-clean-am: distclean-am maintainer-clean-generic
441 mostlyclean: mostlyclean-am
443 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
444 mostlyclean-libtool
446 pdf: pdf-am
448 pdf-am:
450 ps: ps-am
452 ps-am:
454 uninstall-am: uninstall-libLTLIBRARIES
456 .MAKE: install-am install-strip
458 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
459 clean-libLTLIBRARIES clean-libtool ctags distclean \
460 distclean-compile distclean-generic distclean-libtool \
461 distclean-tags distdir dvi dvi-am html html-am info info-am \
462 install install-am install-data install-data-am install-dvi \
463 install-dvi-am install-exec install-exec-am install-html \
464 install-html-am install-info install-info-am \
465 install-libLTLIBRARIES install-man install-pdf install-pdf-am \
466 install-ps install-ps-am install-strip installcheck \
467 installcheck-am installdirs maintainer-clean \
468 maintainer-clean-generic mostlyclean mostlyclean-compile \
469 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
470 tags uninstall uninstall-am uninstall-libLTLIBRARIES
472 # Tell versions [3.59,3.63) of GNU make to not export all variables.
473 # Otherwise a system limit (for SysV at least) may be exceeded.
474 .NOEXPORT: