.
[gnulib.git] / lib / Makefile.in
1 # Makefile.in generated automatically by automake 1.2d from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997 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 = /bin/sh
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 pkgdatadir = $(datadir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38
39 top_builddir = ..
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 INSTALL = @INSTALL@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 transform = @program_transform_name@
51
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 CATALOGS = @CATALOGS@
59 CATOBJEXT = @CATOBJEXT@
60 CC = @CC@
61 CPP = @CPP@
62 DATADIRNAME = @DATADIRNAME@
63 DF_PROG = @DF_PROG@
64 GENCAT = @GENCAT@
65 GMOFILES = @GMOFILES@
66 GMSGFMT = @GMSGFMT@
67 GT_NO = @GT_NO@
68 GT_YES = @GT_YES@
69 INSTOBJEXT = @INSTOBJEXT@
70 INTLDEPS = @INTLDEPS@
71 INTLLIBS = @INTLLIBS@
72 INTLOBJS = @INTLOBJS@
73 LIBOBJS = @LIBOBJS@
74 MAINT = @MAINT@
75 MAKEINFO = @MAKEINFO@
76 MKINSTALLDIRS = @MKINSTALLDIRS@
77 MSGFMT = @MSGFMT@
78 MVDIR_PROG = @MVDIR_PROG@
79 PACKAGE = @PACKAGE@
80 PERL = @PERL@
81 POFILES = @POFILES@
82 POSUB = @POSUB@
83 RANLIB = @RANLIB@
84 U = @U@
85 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
86 USE_NLS = @USE_NLS@
87 VERSION = @VERSION@
88 YACC = @YACC@
89 l = @l@
90
91 AUTOMAKE_OPTIONS = ../src/ansi2knr
92
93 noinst_LIBRARIES = libfu.a
94
95 EXTRA_DIST = chown.c getgroups.c getline.c lstat.c malloc.c mktime.c \
96   realloc.c stat.c strftime.c
97
98 INCLUDES = -I.. -I$(srcdir) -I../intl
99
100 libfu_a_SOURCES = getdate.y posixtm.y getopt.c getopt1.c \
101 addext.c argmatch.c backupfile.c basename.c dirname.c filemode.c \
102 full-write.c human.c idcache.c \
103 isdir.c long-options.c makepath.c modechange.c hash.c path-concat.c \
104 safe-read.c save-cwd.c savedir.c stripslash.c userspec.c xgetcwd.c \
105 xmalloc.c xstrdup.c xstrtol.c xstrtoul.c yesno.c
106
107 libfu_a_LIBADD = @LIBOBJS@ @ALLOCA@
108 libfu_a_DEPENDENCIES = $(libfu_a_LIBADD)
109
110 noinst_HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h \
111 getdate.h getline.h getopt.h group-member.h human.h long-options.h \
112 makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \
113 save-cwd.h savedir.h strverscmp.h xalloc.h xstrtol.h xstrtoul.h
114
115 BUILT_SOURCES = getdate.c posixtm.c
116 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
117 CONFIG_HEADER = ../config.h
118 CONFIG_CLEAN_FILES = 
119 LIBRARIES =  $(noinst_LIBRARIES)
120
121
122 DEFS = @DEFS@ -I. -I$(srcdir) -I..
123 CPPFLAGS = @CPPFLAGS@
124 LDFLAGS = @LDFLAGS@
125 LIBS = @LIBS@
126 ANSI2KNR = ../src/ansi2knr
127 libfu_a_OBJECTS =  getdate$U.o posixtm$U.o getopt$U.o getopt1$U.o \
128 addext$U.o argmatch$U.o backupfile$U.o basename$U.o dirname$U.o \
129 filemode$U.o full-write$U.o human$U.o idcache$U.o isdir$U.o \
130 long-options$U.o makepath$U.o modechange$U.o hash$U.o path-concat$U.o \
131 safe-read$U.o save-cwd$U.o savedir$U.o stripslash$U.o userspec$U.o \
132 xgetcwd$U.o xmalloc$U.o xstrdup$U.o xstrtol$U.o xstrtoul$U.o yesno$U.o
133 AR = ar
134 YLWRAP = $(srcdir)/ylwrap
135 CFLAGS = @CFLAGS@
136 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
137 LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
138 HEADERS =  $(noinst_HEADERS)
139
140 DIST_COMMON =  Makefile.am Makefile.in alloca.c chown.c error.c error.h \
141 euidaccess.c fileblocks.c fnmatch.c fsusage.c ftruncate.c getdate.c \
142 getgroups.c getline.c group-member.c lstat.c malloc.c memcmp.c memcpy.c \
143 memset.c mkdir.c mktime.c mountlist.c obstack.c obstack.h posixtm.c \
144 realloc.c regex.c regex.h rename.c rmdir.c rpmatch.c rx.c rx.h stat.c \
145 stpcpy.c strcasecmp.c strdup.c strftime.c strndup.c strstr.c strtol.c \
146 strtoul.c strverscmp.c ylwrap
147
148
149 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
150
151 TAR = tar
152 GZIP = --best
153 DEP_FILES =  .deps/addext.P .deps/alloca.P .deps/argmatch.P \
154 .deps/backupfile.P .deps/basename.P .deps/chown.P .deps/dirname.P \
155 .deps/error.P .deps/euidaccess.P .deps/fileblocks.P .deps/filemode.P \
156 .deps/fnmatch.P .deps/fsusage.P .deps/ftruncate.P .deps/full-write.P \
157 .deps/getdate.P .deps/getgroups.P .deps/getline.P .deps/getopt.P \
158 .deps/getopt1.P .deps/group-member.P .deps/hash.P .deps/human.P \
159 .deps/idcache.P .deps/isdir.P .deps/long-options.P .deps/lstat.P \
160 .deps/makepath.P .deps/malloc.P .deps/memcmp.P .deps/memcpy.P \
161 .deps/memset.P .deps/mkdir.P .deps/mktime.P .deps/modechange.P \
162 .deps/mountlist.P .deps/obstack.P .deps/path-concat.P .deps/posixtm.P \
163 .deps/realloc.P .deps/regex.P .deps/rename.P .deps/rmdir.P \
164 .deps/rpmatch.P .deps/rx.P .deps/safe-read.P .deps/save-cwd.P \
165 .deps/savedir.P .deps/stat.P .deps/stpcpy.P .deps/strcasecmp.P \
166 .deps/strdup.P .deps/strftime.P .deps/stripslash.P .deps/strndup.P \
167 .deps/strstr.P .deps/strtol.P .deps/strtoul.P .deps/strverscmp.P \
168 .deps/userspec.P .deps/xgetcwd.P .deps/xmalloc.P .deps/xstrdup.P \
169 .deps/xstrtol.P .deps/xstrtoul.P .deps/yesno.P
170 SOURCES = $(libfu_a_SOURCES)
171 OBJECTS = $(libfu_a_OBJECTS)
172
173 default: all
174
175 .SUFFIXES:
176 .SUFFIXES: .S .c .h .o .s .y
177 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
178         cd $(top_srcdir) && $(AUTOMAKE) --gnits lib/Makefile
179
180 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
181         cd $(top_builddir) \
182           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
183
184
185 mostlyclean-noinstLIBRARIES:
186
187 clean-noinstLIBRARIES:
188         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
189
190 distclean-noinstLIBRARIES:
191
192 maintainer-clean-noinstLIBRARIES:
193
194 .c.o:
195         $(COMPILE) -c $<
196
197 .s.o:
198         $(COMPILE) -c $<
199
200 .S.o:
201         $(COMPILE) -c $<
202
203 mostlyclean-compile:
204         -rm -f *.o core
205
206 clean-compile:
207
208 distclean-compile:
209         -rm -f *.tab.c
210
211 maintainer-clean-compile:
212 ../src/ansi2knr: ../src/ansi2knr.o
213         cd ../src && $(MAKE) ansi2knr
214
215
216 mostlyclean-kr:
217         -rm -f *_.c
218
219 clean-kr:
220
221 distclean-kr:
222
223 maintainer-clean-kr:
224
225 libfu.a: $(libfu_a_OBJECTS) $(libfu_a_DEPENDENCIES)
226         -rm -f libfu.a
227         $(AR) cru libfu.a $(libfu_a_OBJECTS) $(libfu_a_LIBADD)
228         $(RANLIB) libfu.a
229 .y.c:
230         $(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.c y.tab.h $*.h -- $(YFLAGS)
231 .y.h:
232         $(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.c y.tab.h $*.h -- $(YFLAGS)
233 addext_.c: addext.c $(ANSI2KNR)
234         $(ANSI2KNR) `if test -f $(srcdir)/addext.c; then echo $(srcdir)/addext.c; else echo addext.c; fi` addext_.c
235 argmatch_.c: argmatch.c $(ANSI2KNR)
236         $(ANSI2KNR) `if test -f $(srcdir)/argmatch.c; then echo $(srcdir)/argmatch.c; else echo argmatch.c; fi` argmatch_.c
237 backupfile_.c: backupfile.c $(ANSI2KNR)
238         $(ANSI2KNR) `if test -f $(srcdir)/backupfile.c; then echo $(srcdir)/backupfile.c; else echo backupfile.c; fi` backupfile_.c
239 basename_.c: basename.c $(ANSI2KNR)
240         $(ANSI2KNR) `if test -f $(srcdir)/basename.c; then echo $(srcdir)/basename.c; else echo basename.c; fi` basename_.c
241 dirname_.c: dirname.c $(ANSI2KNR)
242         $(ANSI2KNR) `if test -f $(srcdir)/dirname.c; then echo $(srcdir)/dirname.c; else echo dirname.c; fi` dirname_.c
243 filemode_.c: filemode.c $(ANSI2KNR)
244         $(ANSI2KNR) `if test -f $(srcdir)/filemode.c; then echo $(srcdir)/filemode.c; else echo filemode.c; fi` filemode_.c
245 full-write_.c: full-write.c $(ANSI2KNR)
246         $(ANSI2KNR) `if test -f $(srcdir)/full-write.c; then echo $(srcdir)/full-write.c; else echo full-write.c; fi` full-write_.c
247 getdate_.c: getdate.c $(ANSI2KNR)
248         $(ANSI2KNR) `if test -f $(srcdir)/getdate.c; then echo $(srcdir)/getdate.c; else echo getdate.c; fi` getdate_.c
249 getopt_.c: getopt.c $(ANSI2KNR)
250         $(ANSI2KNR) `if test -f $(srcdir)/getopt.c; then echo $(srcdir)/getopt.c; else echo getopt.c; fi` getopt_.c
251 getopt1_.c: getopt1.c $(ANSI2KNR)
252         $(ANSI2KNR) `if test -f $(srcdir)/getopt1.c; then echo $(srcdir)/getopt1.c; else echo getopt1.c; fi` getopt1_.c
253 hash_.c: hash.c $(ANSI2KNR)
254         $(ANSI2KNR) `if test -f $(srcdir)/hash.c; then echo $(srcdir)/hash.c; else echo hash.c; fi` hash_.c
255 human_.c: human.c $(ANSI2KNR)
256         $(ANSI2KNR) `if test -f $(srcdir)/human.c; then echo $(srcdir)/human.c; else echo human.c; fi` human_.c
257 idcache_.c: idcache.c $(ANSI2KNR)
258         $(ANSI2KNR) `if test -f $(srcdir)/idcache.c; then echo $(srcdir)/idcache.c; else echo idcache.c; fi` idcache_.c
259 isdir_.c: isdir.c $(ANSI2KNR)
260         $(ANSI2KNR) `if test -f $(srcdir)/isdir.c; then echo $(srcdir)/isdir.c; else echo isdir.c; fi` isdir_.c
261 long-options_.c: long-options.c $(ANSI2KNR)
262         $(ANSI2KNR) `if test -f $(srcdir)/long-options.c; then echo $(srcdir)/long-options.c; else echo long-options.c; fi` long-options_.c
263 makepath_.c: makepath.c $(ANSI2KNR)
264         $(ANSI2KNR) `if test -f $(srcdir)/makepath.c; then echo $(srcdir)/makepath.c; else echo makepath.c; fi` makepath_.c
265 modechange_.c: modechange.c $(ANSI2KNR)
266         $(ANSI2KNR) `if test -f $(srcdir)/modechange.c; then echo $(srcdir)/modechange.c; else echo modechange.c; fi` modechange_.c
267 path-concat_.c: path-concat.c $(ANSI2KNR)
268         $(ANSI2KNR) `if test -f $(srcdir)/path-concat.c; then echo $(srcdir)/path-concat.c; else echo path-concat.c; fi` path-concat_.c
269 posixtm_.c: posixtm.c $(ANSI2KNR)
270         $(ANSI2KNR) `if test -f $(srcdir)/posixtm.c; then echo $(srcdir)/posixtm.c; else echo posixtm.c; fi` posixtm_.c
271 safe-read_.c: safe-read.c $(ANSI2KNR)
272         $(ANSI2KNR) `if test -f $(srcdir)/safe-read.c; then echo $(srcdir)/safe-read.c; else echo safe-read.c; fi` safe-read_.c
273 save-cwd_.c: save-cwd.c $(ANSI2KNR)
274         $(ANSI2KNR) `if test -f $(srcdir)/save-cwd.c; then echo $(srcdir)/save-cwd.c; else echo save-cwd.c; fi` save-cwd_.c
275 savedir_.c: savedir.c $(ANSI2KNR)
276         $(ANSI2KNR) `if test -f $(srcdir)/savedir.c; then echo $(srcdir)/savedir.c; else echo savedir.c; fi` savedir_.c
277 stripslash_.c: stripslash.c $(ANSI2KNR)
278         $(ANSI2KNR) `if test -f $(srcdir)/stripslash.c; then echo $(srcdir)/stripslash.c; else echo stripslash.c; fi` stripslash_.c
279 userspec_.c: userspec.c $(ANSI2KNR)
280         $(ANSI2KNR) `if test -f $(srcdir)/userspec.c; then echo $(srcdir)/userspec.c; else echo userspec.c; fi` userspec_.c
281 xgetcwd_.c: xgetcwd.c $(ANSI2KNR)
282         $(ANSI2KNR) `if test -f $(srcdir)/xgetcwd.c; then echo $(srcdir)/xgetcwd.c; else echo xgetcwd.c; fi` xgetcwd_.c
283 xmalloc_.c: xmalloc.c $(ANSI2KNR)
284         $(ANSI2KNR) `if test -f $(srcdir)/xmalloc.c; then echo $(srcdir)/xmalloc.c; else echo xmalloc.c; fi` xmalloc_.c
285 xstrdup_.c: xstrdup.c $(ANSI2KNR)
286         $(ANSI2KNR) `if test -f $(srcdir)/xstrdup.c; then echo $(srcdir)/xstrdup.c; else echo xstrdup.c; fi` xstrdup_.c
287 xstrtol_.c: xstrtol.c $(ANSI2KNR)
288         $(ANSI2KNR) `if test -f $(srcdir)/xstrtol.c; then echo $(srcdir)/xstrtol.c; else echo xstrtol.c; fi` xstrtol_.c
289 xstrtoul_.c: xstrtoul.c $(ANSI2KNR)
290         $(ANSI2KNR) `if test -f $(srcdir)/xstrtoul.c; then echo $(srcdir)/xstrtoul.c; else echo xstrtoul.c; fi` xstrtoul_.c
291 yesno_.c: yesno.c $(ANSI2KNR)
292         $(ANSI2KNR) `if test -f $(srcdir)/yesno.c; then echo $(srcdir)/yesno.c; else echo yesno.c; fi` yesno_.c
293 addext_.o argmatch_.o backupfile_.o basename_.o dirname_.o filemode_.o \
294 full-write_.o getdate_.o getopt_.o getopt1_.o hash_.o human_.o \
295 idcache_.o isdir_.o long-options_.o makepath_.o modechange_.o \
296 path-concat_.o posixtm_.o safe-read_.o save-cwd_.o savedir_.o \
297 stripslash_.o userspec_.o xgetcwd_.o xmalloc_.o xstrdup_.o xstrtol_.o \
298 xstrtoul_.o yesno_.o : $(ANSI2KNR)
299
300 tags: TAGS
301
302 ID: $(HEADERS) $(SOURCES) $(LISP)
303         here=`pwd` && cd $(srcdir) \
304           && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
305
306 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
307         tags=; \
308         here=`pwd`; \
309         test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$(LISP)$$tags" \
310           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) $(LISP) -o $$here/TAGS)
311
312 mostlyclean-tags:
313
314 clean-tags:
315
316 distclean-tags:
317         -rm -f TAGS ID
318
319 maintainer-clean-tags:
320
321 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
322
323 subdir = lib
324
325 distdir: $(DISTFILES)
326         here=`cd $(top_builddir) && pwd`; \
327         top_distdir=`cd $(top_distdir) && pwd`; \
328         distdir=`cd $(distdir) && pwd`; \
329         cd $(top_srcdir) \
330           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnits lib/Makefile
331         @for file in $(DISTFILES); do \
332           d=$(srcdir); \
333           test -f $(distdir)/$$file \
334           || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
335           || cp -p $$d/$$file $(distdir)/$$file; \
336         done
337
338 MKDEP = $(CC) -M $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
339
340 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
341
342 -include $(DEP_FILES)
343 -include .deps/.P
344 .deps/.P: $(BUILT_SOURCES)
345         echo > $@
346
347 mostlyclean-depend:
348
349 clean-depend:
350
351 distclean-depend:
352
353 maintainer-clean-depend:
354         -rm -rf .deps
355
356 .deps/%.P: %.c
357         @echo "Computing dependencies for $<..."
358         @o='o'; \
359         test -n "$o" && o='$$o'; \
360         $(MKDEP) $< >$@.tmp \
361           && sed "s,^\(.*\)\.o:,\1.$$o \1.l$$o $@:," < $@.tmp > $@ \
362           && rm -f $@.tmp
363 info:
364 dvi:
365 check: all
366         $(MAKE)
367 installcheck:
368 install-exec: 
369         @$(NORMAL_INSTALL)
370
371 install-data: 
372         @$(NORMAL_INSTALL)
373
374 install: install-exec install-data all
375         @:
376
377 uninstall: 
378
379 all: Makefile $(LIBRARIES) $(HEADERS)
380
381 install-strip:
382         $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
383 installdirs:
384
385
386 mostlyclean-generic:
387         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
388
389 clean-generic:
390         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
391
392 distclean-generic:
393         -rm -f Makefile $(DISTCLEANFILES)
394         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
395         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
396
397 maintainer-clean-generic:
398         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
399         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
400 mostlyclean:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
401                 mostlyclean-kr mostlyclean-tags mostlyclean-depend \
402                 mostlyclean-generic
403
404 clean:  clean-noinstLIBRARIES clean-compile clean-kr clean-tags \
405                 clean-depend clean-generic mostlyclean
406
407 distclean:  distclean-noinstLIBRARIES distclean-compile distclean-kr \
408                 distclean-tags distclean-depend distclean-generic clean
409         -rm -f config.status
410
411 maintainer-clean:  maintainer-clean-noinstLIBRARIES \
412                 maintainer-clean-compile maintainer-clean-kr \
413                 maintainer-clean-tags maintainer-clean-depend \
414                 maintainer-clean-generic distclean
415         @echo "This command is intended for maintainers to use;"
416         @echo "it deletes files that may require special tools to rebuild."
417
418 .PHONY: default mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
419 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
420 mostlyclean-compile distclean-compile clean-compile \
421 maintainer-clean-compile mostlyclean-kr distclean-kr clean-kr \
422 maintainer-clean-kr tags mostlyclean-tags distclean-tags clean-tags \
423 maintainer-clean-tags distdir mostlyclean-depend distclean-depend \
424 clean-depend maintainer-clean-depend info dvi installcheck install-exec \
425 install-data install uninstall all installdirs mostlyclean-generic \
426 distclean-generic clean-generic maintainer-clean-generic clean \
427 mostlyclean distclean maintainer-clean
428
429
430 # Tell versions [3.59,3.63) of GNU make to not export all variables.
431 # Otherwise a system limit (for SysV at least) may be exceeded.
432 .NOEXPORT: