OSDN Git Service

12b243cd4f1e85579ad2d4e8bce75b212ab71d9a
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / libsupc++ / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 AR = @AR@
67 AS = @AS@
68 CC = @CC@
69 CPP = @CPP@
70 CSHADOW_FLAGS = @CSHADOW_FLAGS@
71 CXXCPP = @CXXCPP@
72 DEBUG_FLAGS = @DEBUG_FLAGS@
73 DLLTOOL = @DLLTOOL@
74 EXEEXT = @EXEEXT@
75 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
76 GCJ = @GCJ@
77 GCJFLAGS = @GCJFLAGS@
78 LIBMATHOBJS = @LIBMATHOBJS@
79 LIBSTRINGOBJS = @LIBSTRINGOBJS@
80 LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
81 LIBTOOL = @LIBTOOL@
82 LN_S = @LN_S@
83 MAINT = @MAINT@
84 MAKEINFO = @MAKEINFO@
85 OBJDUMP = @OBJDUMP@
86 OBJEXT = @OBJEXT@
87 OPT_LDFLAGS = @OPT_LDFLAGS@
88 PACKAGE = @PACKAGE@
89 RANLIB = @RANLIB@
90 SECTION_FLAGS = @SECTION_FLAGS@
91 SECTION_LDFLAGS = @SECTION_LDFLAGS@
92 STRIP = @STRIP@
93 USE_COMPLEX_LONG_DOUBLE = @USE_COMPLEX_LONG_DOUBLE@
94 VERSION = @VERSION@
95 WARN_FLAGS = @WARN_FLAGS@
96 WERROR = @WERROR@
97 enable_shared = @enable_shared@
98 enable_static = @enable_static@
99 glibcpp_CXX = @glibcpp_CXX@
100 glibcpp_basedir = @glibcpp_basedir@
101 glibcpp_builddir = @glibcpp_builddir@
102 glibcpp_prefixdir = @glibcpp_prefixdir@
103 glibcpp_srcdir = @glibcpp_srcdir@
104 glibcpp_toolexecdir = @glibcpp_toolexecdir@
105 glibcpp_toolexeclibdir = @glibcpp_toolexeclibdir@
106 gxx_include_dir = @gxx_include_dir@
107 ifGNUmake = @ifGNUmake@
108 libio_la = @libio_la@
109 toplevel_srcdir = @toplevel_srcdir@
110
111 AUTOMAKE_OPTIONS = 1.3 cygnus
112 MAINT_CHARSET = latin1
113
114 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
115
116 # Cross compiler and multilib support.
117 CXX = @glibcpp_CXX@
118 toolexecdir = @glibcpp_toolexecdir@
119 toolexeclibdir = @glibcpp_toolexeclibdir@
120
121 # Need this library to both be part of libstdc++.a, and installed
122 # separately too.
123 # 1) separate libsupc++.la 
124 toolexeclib_LTLIBRARIES = libsupc++.la
125 # 2) integrated libsupc++convenience.la that is to be a part of libstdc++.a
126 noinst_LTLIBRARIES = libsupc++convenience.la
127
128 # Compile flags that should be constant throughout the build, both for
129 # SUBDIRS and for libstdc++-v3 in general.
130 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
131
132 # These bits are all figured out from configure. Look in acinclude.m4
133 # or configure.in to see how they are set. See GLIBCPP_EXPORT_FLAGS
134 # NB: DEBUGFLAGS have to be at the end so that -O2 can be overridden.
135 CONFIG_CXXFLAGS =       @EXTRA_CXX_FLAGS@ @SECTION_FLAGS@ @CSHADOW_FLAGS@ @DEBUG_FLAGS@ 
136
137
138 # Warning flags to use.
139 WARN_CXXFLAGS =         @WARN_FLAGS@ $(WERROR) -fdiagnostics-show-location=once
140
141
142 # Use common includes from acinclude.m4/GLIBCPP_EXPORT_INCLUDES
143 GLIBCPP_INCLUDE_DIR = @GLIBCPP_INCLUDE_DIR@
144 C_INCLUDE_DIR = @C_INCLUDE_DIR@
145 CSTD_INCLUDES = @CSTD_INCLUDES@
146 LIBMATH_INCLUDES = @LIBMATH_INCLUDES@
147 LIBSUPCXX_INCLUDES = @LIBSUPCXX_INCLUDES@
148 LIBIO_INCLUDES = @LIBIO_INCLUDES@
149 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
150
151 INCLUDES =      -I$(toplevel_srcdir)/gcc -I$(toplevel_srcdir)/include   -I$(GLIBCPP_INCLUDE_DIR) $(CSTD_INCLUDES) -I$(top_builddir)/include      $(LIBSUPCXX_INCLUDES)
152
153
154 headers =       exception new typeinfo cxxabi.h exception_defines.h 
155
156
157 sources =       del_op.cc       del_opnt.cc     del_opv.cc      del_opvnt.cc    eh_alloc.cc     eh_aux_runtime.cc       eh_catch.cc     eh_exception.cc         eh_globals.cc   eh_personality.cc       eh_terminate.cc         eh_throw.cc     new_handler.cc  new_op.cc       new_opnt.cc     new_opv.cc      new_opvnt.cc    pure.cc         tinfo.cc        tinfo2.cc       vec.cc
158
159
160 libsupc___la_SOURCES = $(sources)
161 libsupc__convenience_la_SOURCES = $(sources)
162
163 glibcppinstalldir = @gxx_include_dir@
164 glibcppinstall_HEADERS = $(headers)
165
166 LIBSUPCXX_CXXFLAGS = $(LIBSUPCXX_PICFLAGS)
167
168 # AM_CXXFLAGS needs to be in each subdirectory so that it can be
169 # modified in a per-library or per-sub-library way.  Need to manually
170 # set this option because CONFIG_CXXFLAGS has to be after
171 # OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
172 # as the occasion call for it. (ie, --enable-debug)
173 AM_CXXFLAGS =   -fno-implicit-templates         $(LIBSUPCXX_CXXFLAGS)   $(WARN_CXXFLAGS)        $(OPTIMIZE_CXXFLAGS)    $(CONFIG_CXXFLAGS) 
174
175
176 # libstdc++ libtool notes
177
178 # 1) Need to explicitly set LTCXXCOMPILE so that AM_CXXFLAGS is
179 # last. (That way, things like -O2 passed down from the toplevel can
180 # be overridden by --enable-debug.)
181
182 # 2) In general, libtool expects an argument such as `--tag=CXX' when
183 # using the C++ compiler, because that will enable the settings
184 # detected when C++ support was being configured.  However, when no
185 # such flag is given in the command line, libtool attempts to figure
186 # it out by matching the compiler name in each configuration section
187 # against a prefix of the command line.  The problem is that, if the
188 # compiler name and its initial flags stored in the libtool
189 # configuration file don't match those in the command line, libtool
190 # can't decide which configuration to use, and it gives up.  The
191 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
192 # CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
193 # attempt to infer which configuration to use.
194 #
195 # We have to put --tag disable-shared after --tag CXX lest things
196 # CXX undo the affect of disable-shared.
197 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --tag disable-shared                --mode=compile $(CXX) $(INCLUDES)              $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(AM_CXXFLAGS) 
198
199
200 # 3) We'd have a problem when building the shared libstdc++ object if
201 # the rules automake generates would be used.  We cannot allow g++ to
202 # be used since this would add -lstdc++ to the link line which of
203 # course is problematic at this point.  So, we get the top-level
204 # directory to configure libstdc++-v3 to use gcc as the C++
205 # compilation driver.
206 CXXLINK = $(LIBTOOL) --tag CXX --tag disable-shared           --mode=link $(CXX)           @OPT_LDFLAGS@ @SECTION_LDFLAGS@ $(AM_CXXFLAGS) $(LDFLAGS) -o $@
207
208 CONFIG_HEADER = ../config.h
209 CONFIG_CLEAN_FILES = 
210 LTLIBRARIES =  $(noinst_LTLIBRARIES) $(toolexeclib_LTLIBRARIES)
211
212
213 DEFS = @DEFS@ -I. -I$(srcdir) -I..
214 CPPFLAGS = @CPPFLAGS@
215 LDFLAGS = @LDFLAGS@
216 LIBS = @LIBS@
217 libsupc__convenience_la_LDFLAGS = 
218 libsupc__convenience_la_LIBADD = 
219 libsupc__convenience_la_OBJECTS =  del_op.lo del_opnt.lo del_opv.lo \
220 del_opvnt.lo eh_alloc.lo eh_aux_runtime.lo eh_catch.lo eh_exception.lo \
221 eh_globals.lo eh_personality.lo eh_terminate.lo eh_throw.lo \
222 new_handler.lo new_op.lo new_opnt.lo new_opv.lo new_opvnt.lo pure.lo \
223 tinfo.lo tinfo2.lo vec.lo
224 libsupc___la_LDFLAGS = 
225 libsupc___la_LIBADD = 
226 libsupc___la_OBJECTS =  del_op.lo del_opnt.lo del_opv.lo del_opvnt.lo \
227 eh_alloc.lo eh_aux_runtime.lo eh_catch.lo eh_exception.lo eh_globals.lo \
228 eh_personality.lo eh_terminate.lo eh_throw.lo new_handler.lo new_op.lo \
229 new_opnt.lo new_opv.lo new_opvnt.lo pure.lo tinfo.lo tinfo2.lo vec.lo
230 CXXFLAGS = @CXXFLAGS@
231 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
232 CXXLD = $(CXX)
233 HEADERS =  $(glibcppinstall_HEADERS)
234
235 DIST_COMMON =  Makefile.am Makefile.in
236
237
238 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
239
240 TAR = gtar
241 GZIP_ENV = --best
242 SOURCES = $(libsupc__convenience_la_SOURCES) $(libsupc___la_SOURCES)
243 OBJECTS = $(libsupc__convenience_la_OBJECTS) $(libsupc___la_OBJECTS)
244
245 all: all-redirect
246 .SUFFIXES:
247 .SUFFIXES: .S .c .cc .lo .o .obj .s
248 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
249         cd $(top_srcdir) && $(AUTOMAKE) --cygnus libsupc++/Makefile
250
251 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
252         cd $(top_builddir) \
253           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
254
255
256 mostlyclean-noinstLTLIBRARIES:
257
258 clean-noinstLTLIBRARIES:
259         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
260
261 distclean-noinstLTLIBRARIES:
262
263 maintainer-clean-noinstLTLIBRARIES:
264
265 mostlyclean-toolexeclibLTLIBRARIES:
266
267 clean-toolexeclibLTLIBRARIES:
268         -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
269
270 distclean-toolexeclibLTLIBRARIES:
271
272 maintainer-clean-toolexeclibLTLIBRARIES:
273
274 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
275         @$(NORMAL_INSTALL)
276         $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
277         @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
278           if test -f $$p; then \
279             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \
280             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \
281           else :; fi; \
282         done
283
284 uninstall-toolexeclibLTLIBRARIES:
285         @$(NORMAL_UNINSTALL)
286         list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
287           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
288         done
289
290 .c.o:
291         $(COMPILE) -c $<
292
293 # FIXME: We should only use cygpath when building on Windows,
294 # and only if it is available.
295 .c.obj:
296         $(COMPILE) -c `cygpath -w $<`
297
298 .s.o:
299         $(COMPILE) -c $<
300
301 .S.o:
302         $(COMPILE) -c $<
303
304 mostlyclean-compile:
305         -rm -f *.o core *.core
306         -rm -f *.$(OBJEXT)
307
308 clean-compile:
309
310 distclean-compile:
311         -rm -f *.tab.c
312
313 maintainer-clean-compile:
314
315 .c.lo:
316         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
317
318 .s.lo:
319         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
320
321 .S.lo:
322         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
323
324 mostlyclean-libtool:
325         -rm -f *.lo
326
327 clean-libtool:
328         -rm -rf .libs _libs
329
330 distclean-libtool:
331
332 maintainer-clean-libtool:
333
334 libsupc++convenience.la: $(libsupc__convenience_la_OBJECTS) $(libsupc__convenience_la_DEPENDENCIES)
335         $(CXXLINK)  $(libsupc__convenience_la_LDFLAGS) $(libsupc__convenience_la_OBJECTS) $(libsupc__convenience_la_LIBADD) $(LIBS)
336
337 libsupc++.la: $(libsupc___la_OBJECTS) $(libsupc___la_DEPENDENCIES)
338         $(CXXLINK) -rpath $(toolexeclibdir) $(libsupc___la_LDFLAGS) $(libsupc___la_OBJECTS) $(libsupc___la_LIBADD) $(LIBS)
339 .cc.o:
340         $(CXXCOMPILE) -c $<
341 .cc.obj:
342         $(CXXCOMPILE) -c `cygpath -w $<`
343 .cc.lo:
344         $(LTCXXCOMPILE) -c $<
345
346 tags: TAGS
347
348 ID: $(HEADERS) $(SOURCES) $(LISP)
349         list='$(SOURCES) $(HEADERS)'; \
350         unique=`for i in $$list; do echo $$i; done | \
351           awk '    { files[$$0] = 1; } \
352                END { for (i in files) print i; }'`; \
353         here=`pwd` && cd $(srcdir) \
354           && mkid -f$$here/ID $$unique $(LISP)
355
356 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
357         tags=; \
358         here=`pwd`; \
359         list='$(SOURCES) $(HEADERS)'; \
360         unique=`for i in $$list; do echo $$i; done | \
361           awk '    { files[$$0] = 1; } \
362                END { for (i in files) print i; }'`; \
363         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
364           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
365
366 mostlyclean-tags:
367
368 clean-tags:
369
370 distclean-tags:
371         -rm -f TAGS ID
372
373 maintainer-clean-tags:
374
375 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
376
377 subdir = libsupc++
378
379 distdir: $(DISTFILES)
380         @for file in $(DISTFILES); do \
381           if test -f $$file; then d=.; else d=$(srcdir); fi; \
382           if test -d $$d/$$file; then \
383             cp -pr $$d/$$file $(distdir)/$$file; \
384           else \
385             test -f $(distdir)/$$file \
386             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
387             || cp -p $$d/$$file $(distdir)/$$file || :; \
388           fi; \
389         done
390 info-am:
391 info: info-am
392 dvi-am:
393 dvi: dvi-am
394 check-am:
395 check: check-am
396 installcheck-am:
397 installcheck: installcheck-am
398 install-info-am: 
399 install-info: install-info-am
400 install-exec-am: install-toolexeclibLTLIBRARIES
401 install-exec: install-exec-am
402
403 install-data-am: install-glibcppinstallHEADERS
404 install-data: install-data-am
405
406 install-am: all-am
407         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
408 install: install-am
409 uninstall-am: uninstall-toolexeclibLTLIBRARIES \
410                 uninstall-glibcppinstallHEADERS
411 uninstall: uninstall-am
412 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
413 all-redirect: all-am
414 install-strip:
415         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
416 installdirs:
417         $(mkinstalldirs)  $(DESTDIR)$(toolexeclibdir) \
418                 $(DESTDIR)$(glibcppinstalldir)
419
420
421 mostlyclean-generic:
422
423 clean-generic:
424
425 distclean-generic:
426         -rm -f Makefile $(CONFIG_CLEAN_FILES)
427         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
428
429 maintainer-clean-generic:
430 mostlyclean-am:  mostlyclean-noinstLTLIBRARIES \
431                 mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \
432                 mostlyclean-libtool mostlyclean-tags \
433                 mostlyclean-generic
434
435 mostlyclean: mostlyclean-am
436
437 clean-am:  clean-noinstLTLIBRARIES clean-toolexeclibLTLIBRARIES \
438                 clean-compile clean-libtool clean-tags clean-generic \
439                 mostlyclean-am
440
441 clean: clean-am
442
443 distclean-am:  distclean-noinstLTLIBRARIES \
444                 distclean-toolexeclibLTLIBRARIES distclean-compile \
445                 distclean-libtool distclean-tags distclean-generic \
446                 clean-am
447         -rm -f libtool
448
449 distclean: distclean-am
450
451 maintainer-clean-am:  maintainer-clean-noinstLTLIBRARIES \
452                 maintainer-clean-toolexeclibLTLIBRARIES \
453                 maintainer-clean-compile maintainer-clean-libtool \
454                 maintainer-clean-tags maintainer-clean-generic \
455                 distclean-am
456         @echo "This command is intended for maintainers to use;"
457         @echo "it deletes files that may require special tools to rebuild."
458
459 maintainer-clean: maintainer-clean-am
460
461 .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
462 clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
463 mostlyclean-toolexeclibLTLIBRARIES distclean-toolexeclibLTLIBRARIES \
464 clean-toolexeclibLTLIBRARIES maintainer-clean-toolexeclibLTLIBRARIES \
465 uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
466 mostlyclean-compile distclean-compile clean-compile \
467 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
468 clean-libtool maintainer-clean-libtool uninstall-glibcppinstallHEADERS \
469 install-glibcppinstallHEADERS tags mostlyclean-tags distclean-tags \
470 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
471 check-am installcheck-am installcheck install-info-am install-info \
472 install-exec-am install-exec install-data-am install-data install-am \
473 install uninstall-am uninstall all-redirect all-am all installdirs \
474 mostlyclean-generic distclean-generic clean-generic \
475 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
476
477
478 # We have to have rules modified from the default to counteract SUN make
479 # prepending each of $(glibcppinstall_HEADERS) with VPATH below.
480 install-glibcppinstallHEADERS: $(glibcppinstall_HEADERS)
481         @$(NORMAL_INSTALL)
482         $(mkinstalldirs) $(DESTDIR)$(glibcppinstalldir)
483         @list='$(glibcppinstall_HEADERS)'; for p in $$list; do \
484           q=`echo $$p | sed -e 's,.*/,,'`; \
485           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
486           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(glibcppinstalldir)/$$q"; \
487           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(glibcppinstalldir)/$$q; \
488         done
489
490 uninstall-glibcppinstallHEADERS:
491         @$(NORMAL_UNINSTALL)
492         list='$(glibcppinstall_HEADERS)'; for p in $$list; do \
493           q=`echo $$p | sed -e 's,.*/,,'`; \
494           rm -f $(DESTDIR)$(glibcppinstalldir)/$$q; \
495         done
496
497 # Tell versions [3.59,3.63) of GNU make to not export all variables.
498 # Otherwise a system limit (for SysV at least) may be exceeded.
499 .NOEXPORT: