fixing my fix to teh fix
[cacao.git] / 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 # $Id: Makefile.in 125 1999-01-28 19:50:01Z phil $
14
15
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36
37 DESTDIR =
38
39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
42
43 top_builddir = .
44
45 ACLOCAL = @ACLOCAL@
46 AUTOCONF = @AUTOCONF@
47 AUTOMAKE = @AUTOMAKE@
48 AUTOHEADER = @AUTOHEADER@
49
50 INSTALL = @INSTALL@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52 INSTALL_DATA = @INSTALL_DATA@
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 transform = @program_transform_name@
55
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = @host_alias@
63 host_triplet = @host@
64 CC = @CC@
65 COMPILER_OBJECTS = @COMPILER_OBJECTS@
66 COMPILER_SOURCES = @COMPILER_SOURCES@
67 GC_OBJ = @GC_OBJ@
68 LIBTHREAD = @LIBTHREAD@
69 MAKEINFO = @MAKEINFO@
70 PACKAGE = @PACKAGE@
71 RANLIB = @RANLIB@
72 SYSDEP_DIR = @SYSDEP_DIR@
73 THREAD_OBJ = @THREAD_OBJ@
74 VERSION = @VERSION@
75
76 MAINTAINERCLEANFILES = Makefile.in configure
77 SUBDIRS = toolbox mm alpha jit comp nat threads mips tst doc
78
79 EXTRA_DIST = html/cacaoinstall.html html/cacaoman.html html/index.html
80
81 CLEANFILES = @SYSDEP_DIR@/asmpart.o                      @SYSDEP_DIR@/asmpart.s              @SYSDEP_DIR@/offsets.h              nativetable.hh                  nativetypes.hh
82
83
84 bin_PROGRAMS = cacao
85 noinst_PROGRAMS = cacaoh
86
87 INCLUDES = -I/usr/include -I$(top_srcdir)/@SYSDEP_DIR@ -I$(top_srcdir)/jit -I@SYSDEP_DIR@ -I$(top_srcdir)
88
89 cacao_SOURCES =         asmpart.h       builtin.c       builtin.h       callargs.h      @COMPILER_SOURCES@      global.h        jit.c   jit.h   loader.c        loader.h        main.c  native.c        native.h        tables.c        tables.h
90
91
92 EXTRA_cacao_SOURCES = compiler.c compiler.h
93
94 cacao_LDADD =   @SYSDEP_DIR@/asmpart.o  @COMPILER_OBJECTS@      toolbox/libtoolbox.a    @GC_OBJ@     @THREAD_OBJ@
95
96
97 cacao_DEPENDENCIES =    @SYSDEP_DIR@/asmpart.o  @COMPILER_OBJECTS@      toolbox/libtoolbox.a    @GC_OBJ@        @THREAD_OBJ@
98
99
100 cacaoh_SOURCES = headers.c tables.c loader.c builtin.c
101 cacaoh_LDADD = toolbox/libtoolbox.a @GC_OBJ@ @THREAD_OBJ@
102 cacaoh_DEPENDENCIES = toolbox/libtoolbox.a @GC_OBJ@ @THREAD_OBJ@
103 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
104 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
105 CONFIG_HEADER = config.h
106 CONFIG_CLEAN_FILES = 
107 PROGRAMS =  $(bin_PROGRAMS) $(noinst_PROGRAMS)
108
109
110 DEFS = @DEFS@ -I. -I$(srcdir) -I.
111 CPPFLAGS = @CPPFLAGS@
112 LDFLAGS = @LDFLAGS@
113 LIBS = @LIBS@
114 cacao_OBJECTS =  builtin.o jit.o loader.o main.o native.o tables.o
115 cacao_LDFLAGS = 
116 cacaoh_OBJECTS =  headers.o tables.o loader.o builtin.o
117 cacaoh_LDFLAGS = 
118 CFLAGS = @CFLAGS@
119 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
120 CCLD = $(CC)
121 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
122 DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
123 Makefile.am Makefile.in NEWS acconfig.h aclocal.m4 config.guess \
124 config.h.in config.sub configure configure.in install-sh missing \
125 mkinstalldirs
126
127
128 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
129
130 TAR = tar
131 GZIP_ENV = --best
132 SOURCES = $(cacao_SOURCES) $(EXTRA_cacao_SOURCES) $(cacaoh_SOURCES)
133 OBJECTS = $(cacao_OBJECTS) $(cacaoh_OBJECTS)
134
135 all: all-redirect
136 .SUFFIXES:
137 .SUFFIXES: .S .c .o .s
138 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
139         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
140
141 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
142         cd $(top_builddir) \
143           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
144
145 $(ACLOCAL_M4):  configure.in 
146         cd $(srcdir) && $(ACLOCAL)
147
148 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
149         $(SHELL) ./config.status --recheck
150 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
151         cd $(srcdir) && $(AUTOCONF)
152
153 config.h: stamp-h
154         @if test ! -f $@; then \
155                 rm -f stamp-h; \
156                 $(MAKE) stamp-h; \
157         else :; fi
158 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
159         cd $(top_builddir) \
160           && CONFIG_FILES= CONFIG_HEADERS=config.h \
161              $(SHELL) ./config.status
162         @echo timestamp > stamp-h 2> /dev/null
163 $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
164         @if test ! -f $@; then \
165                 rm -f $(srcdir)/stamp-h.in; \
166                 $(MAKE) $(srcdir)/stamp-h.in; \
167         else :; fi
168 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
169         cd $(top_srcdir) && $(AUTOHEADER)
170         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
171
172 mostlyclean-hdr:
173
174 clean-hdr:
175
176 distclean-hdr:
177         -rm -f config.h
178
179 maintainer-clean-hdr:
180
181 mostlyclean-binPROGRAMS:
182
183 clean-binPROGRAMS:
184         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
185
186 distclean-binPROGRAMS:
187
188 maintainer-clean-binPROGRAMS:
189
190 install-binPROGRAMS: $(bin_PROGRAMS)
191         @$(NORMAL_INSTALL)
192         $(mkinstalldirs) $(DESTDIR)$(bindir)
193         @list='$(bin_PROGRAMS)'; for p in $$list; do \
194           if test -f $$p; then \
195             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
196              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
197           else :; fi; \
198         done
199
200 uninstall-binPROGRAMS:
201         @$(NORMAL_UNINSTALL)
202         list='$(bin_PROGRAMS)'; for p in $$list; do \
203           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
204         done
205
206 mostlyclean-noinstPROGRAMS:
207
208 clean-noinstPROGRAMS:
209         -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
210
211 distclean-noinstPROGRAMS:
212
213 maintainer-clean-noinstPROGRAMS:
214
215 .c.o:
216         $(COMPILE) -c $<
217
218 .s.o:
219         $(COMPILE) -c $<
220
221 .S.o:
222         $(COMPILE) -c $<
223
224 mostlyclean-compile:
225         -rm -f *.o core *.core
226
227 clean-compile:
228
229 distclean-compile:
230         -rm -f *.tab.c
231
232 maintainer-clean-compile:
233
234 cacao: $(cacao_OBJECTS) $(cacao_DEPENDENCIES)
235         @rm -f cacao
236         $(LINK) $(cacao_LDFLAGS) $(cacao_OBJECTS) $(cacao_LDADD) $(LIBS)
237
238 cacaoh: $(cacaoh_OBJECTS) $(cacaoh_DEPENDENCIES)
239         @rm -f cacaoh
240         $(LINK) $(cacaoh_LDFLAGS) $(cacaoh_OBJECTS) $(cacaoh_LDADD) $(LIBS)
241
242 # This directory's subdirectories are mostly independent; you can cd
243 # into them and run `make' without going through this Makefile.
244 # To change the values of `make' variables: instead of editing Makefiles,
245 # (1) if the variable is set in `config.status', edit `config.status'
246 #     (which will cause the Makefiles to be regenerated when you run `make');
247 # (2) otherwise, pass the desired values on the `make' command line.
248
249 @SET_MAKE@
250
251 all-recursive install-data-recursive install-exec-recursive \
252 installdirs-recursive install-recursive uninstall-recursive  \
253 check-recursive installcheck-recursive info-recursive dvi-recursive:
254         @set fnord $(MAKEFLAGS); amf=$$2; \
255         dot_seen=no; \
256         target=`echo $@ | sed s/-recursive//`; \
257         list='$(SUBDIRS)'; for subdir in $$list; do \
258           echo "Making $$target in $$subdir"; \
259           if test "$$subdir" = "."; then \
260             dot_seen=yes; \
261             local_target="$$target-am"; \
262           else \
263             local_target="$$target"; \
264           fi; \
265           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
266            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
267         done; \
268         if test "$$dot_seen" = "no"; then \
269           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
270         fi; test -z "$$fail"
271
272 mostlyclean-recursive clean-recursive distclean-recursive \
273 maintainer-clean-recursive:
274         @set fnord $(MAKEFLAGS); amf=$$2; \
275         dot_seen=no; \
276         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
277           rev="$$subdir $$rev"; \
278           test "$$subdir" = "." && dot_seen=yes; \
279         done; \
280         test "$$dot_seen" = "no" && rev=". $$rev"; \
281         target=`echo $@ | sed s/-recursive//`; \
282         for subdir in $$rev; do \
283           echo "Making $$target in $$subdir"; \
284           if test "$$subdir" = "."; then \
285             local_target="$$target-am"; \
286           else \
287             local_target="$$target"; \
288           fi; \
289           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
290            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
291         done && test -z "$$fail"
292 tags-recursive:
293         list='$(SUBDIRS)'; for subdir in $$list; do \
294           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
295         done
296
297 tags: TAGS
298
299 ID: $(HEADERS) $(SOURCES) $(LISP)
300         list='$(SOURCES) $(HEADERS)'; \
301         unique=`for i in $$list; do echo $$i; done | \
302           awk '    { files[$$0] = 1; } \
303                END { for (i in files) print i; }'`; \
304         here=`pwd` && cd $(srcdir) \
305           && mkid -f$$here/ID $$unique $(LISP)
306
307 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
308         tags=; \
309         here=`pwd`; \
310         list='$(SUBDIRS)'; for subdir in $$list; do \
311    if test "$$subdir" = .; then :; else \
312             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
313    fi; \
314         done; \
315         list='$(SOURCES) $(HEADERS)'; \
316         unique=`for i in $$list; do echo $$i; done | \
317           awk '    { files[$$0] = 1; } \
318                END { for (i in files) print i; }'`; \
319         test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
320           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
321
322 mostlyclean-tags:
323
324 clean-tags:
325
326 distclean-tags:
327         -rm -f TAGS ID
328
329 maintainer-clean-tags:
330
331 distdir = $(PACKAGE)-$(VERSION)
332 top_distdir = $(distdir)
333
334 # This target untars the dist file and tries a VPATH configuration.  Then
335 # it guarantees that the distribution is self-contained by making another
336 # tarfile.
337 distcheck: dist
338         -rm -rf $(distdir)
339         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
340         mkdir $(distdir)/=build
341         mkdir $(distdir)/=inst
342         dc_install_base=`cd $(distdir)/=inst && pwd`; \
343         cd $(distdir)/=build \
344           && ../configure --srcdir=.. --prefix=$$dc_install_base \
345           && $(MAKE) $(AM_MAKEFLAGS) \
346           && $(MAKE) $(AM_MAKEFLAGS) dvi \
347           && $(MAKE) $(AM_MAKEFLAGS) check \
348           && $(MAKE) $(AM_MAKEFLAGS) install \
349           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
350           && $(MAKE) $(AM_MAKEFLAGS) dist
351         -rm -rf $(distdir)
352         @banner="$(distdir).tar.gz is ready for distribution"; \
353         dashes=`echo "$$banner" | sed s/./=/g`; \
354         echo "$$dashes"; \
355         echo "$$banner"; \
356         echo "$$dashes"
357 dist: distdir
358         -chmod -R a+r $(distdir)
359         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
360         -rm -rf $(distdir)
361 dist-all: distdir
362         -chmod -R a+r $(distdir)
363         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
364         -rm -rf $(distdir)
365 distdir: $(DISTFILES)
366         -rm -rf $(distdir)
367         mkdir $(distdir)
368         -chmod 777 $(distdir)
369         $(mkinstalldirs) $(distdir)/html
370         @for file in $(DISTFILES); do \
371           d=$(srcdir); \
372           if test -d $$d/$$file; then \
373             cp -pr $$/$$file $(distdir)/$$file; \
374           else \
375             test -f $(distdir)/$$file \
376             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
377             || cp -p $$d/$$file $(distdir)/$$file || :; \
378           fi; \
379         done
380         for subdir in $(SUBDIRS); do \
381           if test "$$subdir" = .; then :; else \
382             test -d $(distdir)/$$subdir \
383             || mkdir $(distdir)/$$subdir \
384             || exit 1; \
385             chmod 777 $(distdir)/$$subdir; \
386             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
387               || exit 1; \
388           fi; \
389         done
390 info-am:
391 info: info-recursive
392 dvi-am:
393 dvi: dvi-recursive
394 check-am: all-am
395 check: check-recursive
396 installcheck-am:
397 installcheck: installcheck-recursive
398 all-recursive-am: config.h
399         $(MAKE) $(AM_MAKEFLAGS) all-recursive
400
401 install-exec-am: install-binPROGRAMS
402 install-exec: install-exec-recursive
403
404 install-data-am:
405 install-data: install-data-recursive
406
407 install-am: all-am
408         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
409 install: install-recursive
410 uninstall-am: uninstall-binPROGRAMS
411 uninstall: uninstall-recursive
412 all-am: Makefile $(PROGRAMS) config.h
413 all-redirect: all-recursive-am
414 install-strip:
415         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
416 installdirs: installdirs-recursive
417 installdirs-am:
418         $(mkinstalldirs)  $(DESTDIR)$(bindir)
419
420
421 mostlyclean-generic:
422
423 clean-generic:
424         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
425
426 distclean-generic:
427         -rm -f Makefile $(CONFIG_CLEAN_FILES)
428         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
429
430 maintainer-clean-generic:
431         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
432 mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
433                 mostlyclean-noinstPROGRAMS mostlyclean-compile \
434                 mostlyclean-tags mostlyclean-generic
435
436 mostlyclean: mostlyclean-recursive
437
438 clean-am:  clean-hdr clean-binPROGRAMS clean-noinstPROGRAMS \
439                 clean-compile clean-tags clean-generic mostlyclean-am
440
441 clean: clean-recursive
442
443 distclean-am:  distclean-hdr distclean-binPROGRAMS \
444                 distclean-noinstPROGRAMS distclean-compile \
445                 distclean-tags distclean-generic clean-am
446
447 distclean: distclean-recursive
448         -rm -f config.status
449
450 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
451                 maintainer-clean-noinstPROGRAMS \
452                 maintainer-clean-compile maintainer-clean-tags \
453                 maintainer-clean-generic distclean-am
454         @echo "This command is intended for maintainers to use;"
455         @echo "it deletes files that may require special tools to rebuild."
456
457 maintainer-clean: maintainer-clean-recursive
458         -rm -f config.status
459
460 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
461 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
462 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
463 mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
464 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
465 mostlyclean-compile distclean-compile clean-compile \
466 maintainer-clean-compile install-data-recursive \
467 uninstall-data-recursive install-exec-recursive \
468 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
469 all-recursive check-recursive installcheck-recursive info-recursive \
470 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
471 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
472 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
473 dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
474 install-exec-am install-exec install-data-am install-data install-am \
475 install uninstall-am uninstall all-redirect all-am all installdirs-am \
476 installdirs mostlyclean-generic distclean-generic clean-generic \
477 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
478
479
480 native.c: nativetypes.hh @SYSDEP_DIR@/offsets.h nativetable.hh
481
482 nativetypes.hh @SYSDEP_DIR@/offsets.h nativetable.hh: cacaoh
483         ./cacaoh \
484                 java.lang.Object \
485                 java.lang.String \
486                 java.lang.Class \
487                 java.lang.ClassLoader \
488                 java.lang.Compiler \
489                 java.lang.Double \
490                 java.lang.Float \
491                 java.lang.Math \
492                 java.lang.Runtime \
493                 java.lang.SecurityManager \
494                 java.lang.System \
495                 java.lang.Thread \
496                 java.lang.ThreadGroup \
497                 java.lang.Throwable \
498                 java.io.File \
499                 java.io.FileDescriptor \
500                 java.io.FileInputStream \
501                 java.io.FileOutputStream \
502                 java.io.PrintStream \
503                 java.io.RandomAccessFile \
504                 java.util.Properties \
505                 java.util.Date
506
507 @SYSDEP_DIR@/asmpart.o: $(top_srcdir)/@SYSDEP_DIR@/asmpart.c @SYSDEP_DIR@/offsets.h
508         rm -f @SYSDEP_DIR@/asmpart.s
509         @CPP@ $(INCLUDES) $(top_srcdir)/@SYSDEP_DIR@/asmpart.c \
510                         > @SYSDEP_DIR@/asmpart.s
511         @CC@ $(CFLAGS) $(INCLUDES) -c -o @SYSDEP_DIR@/asmpart.o \
512                         @SYSDEP_DIR@/asmpart.s
513         rm -f asmpart.s
514
515 compiler.o: builtin.h compiler.h global.h loader.h tables.h native.h \
516             asmpart.h compiler.c comp/*.c \
517             @SYSDEP_DIR@/gen.c @SYSDEP_DIR@/disass.c
518         @CC@ $(CFLAGS) $(INCLUDES) -c compiler.c
519
520 # Tell versions [3.59,3.63) of GNU make to not export all variables.
521 # Otherwise a system limit (for SysV at least) may be exceeded.
522 .NOEXPORT: