Tizen 2.1 base
[external/libgpg-error.git] / lang / Makefile.in
1 # Makefile.in generated by automake 1.10.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  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.
9
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.
14
15 @SET_MAKE@
16
17 # Makefile.am for libgpg-error.
18 # Copyright (C) 2003, 2006 g10 Code GmbH
19
20 # This file is part of libgpg-error.
21
22 # libgpg-error is free software; you can redistribute it and/or modify
23 # it under the terms of the GNU Lesser General Public License as
24 # published by the Free Software Foundation; either version 2.1 of the
25 # License, or (at your option) any later version.
26
27 # libgpg-error is distributed in the hope that it will be useful,
28 # but WITHOUT ANY WARRANTY; without even the implied warranty of
29 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30 # GNU Lesser General Public License for more details.
31
32 # You should have received a copy of the GNU Lesser General Public
33 # License along with this program; if not, write to the Free Software
34 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
35 VPATH = @srcdir@
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 build_triplet = @build@
52 host_triplet = @host@
53 subdir = lang
54 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
55 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56 am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \
57         $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
58         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
59         $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
60         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
61         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
62 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
63         $(ACLOCAL_M4)
64 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
65 CONFIG_HEADER = $(top_builddir)/config.h
66 CONFIG_CLEAN_FILES =
67 SOURCES =
68 DIST_SOURCES =
69 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
70         html-recursive info-recursive install-data-recursive \
71         install-dvi-recursive install-exec-recursive \
72         install-html-recursive install-info-recursive \
73         install-pdf-recursive install-ps-recursive install-recursive \
74         installcheck-recursive installdirs-recursive pdf-recursive \
75         ps-recursive uninstall-recursive
76 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
77   distclean-recursive maintainer-clean-recursive
78 ETAGS = etags
79 CTAGS = ctags
80 DIST_SUBDIRS = $(SUBDIRS)
81 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82 ACLOCAL = @ACLOCAL@
83 AMTAR = @AMTAR@
84 AR = @AR@
85 AS = @AS@
86 AUTOCONF = @AUTOCONF@
87 AUTOHEADER = @AUTOHEADER@
88 AUTOMAKE = @AUTOMAKE@
89 AWK = @AWK@
90 BUILD_FILEVERSION = @BUILD_FILEVERSION@
91 BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
92 CC = @CC@
93 CCDEPMODE = @CCDEPMODE@
94 CC_FOR_BUILD = @CC_FOR_BUILD@
95 CFLAGS = @CFLAGS@
96 CPP = @CPP@
97 CPPFLAGS = @CPPFLAGS@
98 CXX = @CXX@
99 CXXCPP = @CXXCPP@
100 CXXDEPMODE = @CXXDEPMODE@
101 CXXFLAGS = @CXXFLAGS@
102 CYGPATH_W = @CYGPATH_W@
103 DEFS = @DEFS@
104 DEPDIR = @DEPDIR@
105 DLLTOOL = @DLLTOOL@
106 ECHO = @ECHO@
107 ECHO_C = @ECHO_C@
108 ECHO_N = @ECHO_N@
109 ECHO_T = @ECHO_T@
110 EGREP = @EGREP@
111 EXEEXT = @EXEEXT@
112 F77 = @F77@
113 FFLAGS = @FFLAGS@
114 GMSGFMT = @GMSGFMT@
115 GMSGFMT_015 = @GMSGFMT_015@
116 GPG_ERROR_CONFIG_CFLAGS = @GPG_ERROR_CONFIG_CFLAGS@
117 GPG_ERROR_CONFIG_LIBS = @GPG_ERROR_CONFIG_LIBS@
118 GREP = @GREP@
119 INSTALL = @INSTALL@
120 INSTALL_DATA = @INSTALL_DATA@
121 INSTALL_PROGRAM = @INSTALL_PROGRAM@
122 INSTALL_SCRIPT = @INSTALL_SCRIPT@
123 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
124 INTLLIBS = @INTLLIBS@
125 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
126 LDFLAGS = @LDFLAGS@
127 LIBGPG_ERROR_LT_AGE = @LIBGPG_ERROR_LT_AGE@
128 LIBGPG_ERROR_LT_CURRENT = @LIBGPG_ERROR_LT_CURRENT@
129 LIBGPG_ERROR_LT_REVISION = @LIBGPG_ERROR_LT_REVISION@
130 LIBICONV = @LIBICONV@
131 LIBINTL = @LIBINTL@
132 LIBOBJS = @LIBOBJS@
133 LIBS = @LIBS@
134 LIBTOOL = @LIBTOOL@
135 LN_S = @LN_S@
136 LTLIBICONV = @LTLIBICONV@
137 LTLIBINTL = @LTLIBINTL@
138 LTLIBOBJS = @LTLIBOBJS@
139 MAINT = @MAINT@
140 MAKEINFO = @MAKEINFO@
141 MKDIR_P = @MKDIR_P@
142 MSGFMT = @MSGFMT@
143 MSGFMT_015 = @MSGFMT_015@
144 MSGMERGE = @MSGMERGE@
145 OBJDUMP = @OBJDUMP@
146 OBJEXT = @OBJEXT@
147 PACKAGE = @PACKAGE@
148 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
149 PACKAGE_NAME = @PACKAGE_NAME@
150 PACKAGE_STRING = @PACKAGE_STRING@
151 PACKAGE_TARNAME = @PACKAGE_TARNAME@
152 PACKAGE_VERSION = @PACKAGE_VERSION@
153 PATH_SEPARATOR = @PATH_SEPARATOR@
154 POSUB = @POSUB@
155 RANLIB = @RANLIB@
156 RC = @RC@
157 SET_MAKE = @SET_MAKE@
158 SHELL = @SHELL@
159 STRIP = @STRIP@
160 USE_NLS = @USE_NLS@
161 VERSION = @VERSION@
162 XGETTEXT = @XGETTEXT@
163 XGETTEXT_015 = @XGETTEXT_015@
164 abs_builddir = @abs_builddir@
165 abs_srcdir = @abs_srcdir@
166 abs_top_builddir = @abs_top_builddir@
167 abs_top_srcdir = @abs_top_srcdir@
168 ac_ct_CC = @ac_ct_CC@
169 ac_ct_CXX = @ac_ct_CXX@
170 ac_ct_F77 = @ac_ct_F77@
171 am__include = @am__include@
172 am__leading_dot = @am__leading_dot@
173 am__quote = @am__quote@
174 am__tar = @am__tar@
175 am__untar = @am__untar@
176 bindir = @bindir@
177 build = @build@
178 build_alias = @build_alias@
179 build_cpu = @build_cpu@
180 build_os = @build_os@
181 build_vendor = @build_vendor@
182 builddir = @builddir@
183 datadir = @datadir@
184 datarootdir = @datarootdir@
185 docdir = @docdir@
186 dvidir = @dvidir@
187 exec_prefix = @exec_prefix@
188 host = @host@
189 host_alias = @host_alias@
190 host_cpu = @host_cpu@
191 host_os = @host_os@
192 host_vendor = @host_vendor@
193 htmldir = @htmldir@
194 includedir = @includedir@
195 infodir = @infodir@
196 install_sh = @install_sh@
197 libdir = @libdir@
198 libexecdir = @libexecdir@
199 localedir = @localedir@
200 localstatedir = @localstatedir@
201 mandir = @mandir@
202 mkdir_p = @mkdir_p@
203 oldincludedir = @oldincludedir@
204 pdfdir = @pdfdir@
205 prefix = @prefix@
206 program_transform_name = @program_transform_name@
207 psdir = @psdir@
208 sbindir = @sbindir@
209 sharedstatedir = @sharedstatedir@
210 srcdir = @srcdir@
211 sysconfdir = @sysconfdir@
212 target_alias = @target_alias@
213 top_builddir = @top_builddir@
214 top_srcdir = @top_srcdir@
215 SUBDIRS = cl
216 EXTRA_DIST = README
217 all: all-recursive
218
219 .SUFFIXES:
220 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
221         @for dep in $?; do \
222           case '$(am__configure_deps)' in \
223             *$$dep*) \
224               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
225                 && exit 0; \
226               exit 1;; \
227           esac; \
228         done; \
229         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lang/Makefile'; \
230         cd $(top_srcdir) && \
231           $(AUTOMAKE) --gnu  lang/Makefile
232 .PRECIOUS: Makefile
233 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
234         @case '$?' in \
235           *config.status*) \
236             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
237           *) \
238             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
239             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
240         esac;
241
242 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
243         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
244
245 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
246         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
247 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
248         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
249
250 mostlyclean-libtool:
251         -rm -f *.lo
252
253 clean-libtool:
254         -rm -rf .libs _libs
255
256 # This directory's subdirectories are mostly independent; you can cd
257 # into them and run `make' without going through this Makefile.
258 # To change the values of `make' variables: instead of editing Makefiles,
259 # (1) if the variable is set in `config.status', edit `config.status'
260 #     (which will cause the Makefiles to be regenerated when you run `make');
261 # (2) otherwise, pass the desired values on the `make' command line.
262 $(RECURSIVE_TARGETS):
263         @failcom='exit 1'; \
264         for f in x $$MAKEFLAGS; do \
265           case $$f in \
266             *=* | --[!k]*);; \
267             *k*) failcom='fail=yes';; \
268           esac; \
269         done; \
270         dot_seen=no; \
271         target=`echo $@ | sed s/-recursive//`; \
272         list='$(SUBDIRS)'; for subdir in $$list; do \
273           echo "Making $$target in $$subdir"; \
274           if test "$$subdir" = "."; then \
275             dot_seen=yes; \
276             local_target="$$target-am"; \
277           else \
278             local_target="$$target"; \
279           fi; \
280           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
281           || eval $$failcom; \
282         done; \
283         if test "$$dot_seen" = "no"; then \
284           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
285         fi; test -z "$$fail"
286
287 $(RECURSIVE_CLEAN_TARGETS):
288         @failcom='exit 1'; \
289         for f in x $$MAKEFLAGS; do \
290           case $$f in \
291             *=* | --[!k]*);; \
292             *k*) failcom='fail=yes';; \
293           esac; \
294         done; \
295         dot_seen=no; \
296         case "$@" in \
297           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
298           *) list='$(SUBDIRS)' ;; \
299         esac; \
300         rev=''; for subdir in $$list; do \
301           if test "$$subdir" = "."; then :; else \
302             rev="$$subdir $$rev"; \
303           fi; \
304         done; \
305         rev="$$rev ."; \
306         target=`echo $@ | sed s/-recursive//`; \
307         for subdir in $$rev; do \
308           echo "Making $$target in $$subdir"; \
309           if test "$$subdir" = "."; then \
310             local_target="$$target-am"; \
311           else \
312             local_target="$$target"; \
313           fi; \
314           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
315           || eval $$failcom; \
316         done && test -z "$$fail"
317 tags-recursive:
318         list='$(SUBDIRS)'; for subdir in $$list; do \
319           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
320         done
321 ctags-recursive:
322         list='$(SUBDIRS)'; for subdir in $$list; do \
323           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
324         done
325
326 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
327         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
328         unique=`for i in $$list; do \
329             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
330           done | \
331           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
332               END { if (nonempty) { for (i in files) print i; }; }'`; \
333         mkid -fID $$unique
334 tags: TAGS
335
336 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
337                 $(TAGS_FILES) $(LISP)
338         tags=; \
339         here=`pwd`; \
340         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
341           include_option=--etags-include; \
342           empty_fix=.; \
343         else \
344           include_option=--include; \
345           empty_fix=; \
346         fi; \
347         list='$(SUBDIRS)'; for subdir in $$list; do \
348           if test "$$subdir" = .; then :; else \
349             test ! -f $$subdir/TAGS || \
350               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
351           fi; \
352         done; \
353         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
354         unique=`for i in $$list; do \
355             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
356           done | \
357           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
358               END { if (nonempty) { for (i in files) print i; }; }'`; \
359         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
360           test -n "$$unique" || unique=$$empty_fix; \
361           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
362             $$tags $$unique; \
363         fi
364 ctags: CTAGS
365 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
366                 $(TAGS_FILES) $(LISP)
367         tags=; \
368         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
369         unique=`for i in $$list; do \
370             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
371           done | \
372           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
373               END { if (nonempty) { for (i in files) print i; }; }'`; \
374         test -z "$(CTAGS_ARGS)$$tags$$unique" \
375           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
376              $$tags $$unique
377
378 GTAGS:
379         here=`$(am__cd) $(top_builddir) && pwd` \
380           && cd $(top_srcdir) \
381           && gtags -i $(GTAGS_ARGS) $$here
382
383 distclean-tags:
384         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
385
386 distdir: $(DISTFILES)
387         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
388         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
389         list='$(DISTFILES)'; \
390           dist_files=`for file in $$list; do echo $$file; done | \
391           sed -e "s|^$$srcdirstrip/||;t" \
392               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
393         case $$dist_files in \
394           */*) $(MKDIR_P) `echo "$$dist_files" | \
395                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
396                            sort -u` ;; \
397         esac; \
398         for file in $$dist_files; do \
399           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
400           if test -d $$d/$$file; then \
401             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
402             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
403               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
404             fi; \
405             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
406           else \
407             test -f $(distdir)/$$file \
408             || cp -p $$d/$$file $(distdir)/$$file \
409             || exit 1; \
410           fi; \
411         done
412         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
413           if test "$$subdir" = .; then :; else \
414             test -d "$(distdir)/$$subdir" \
415             || $(MKDIR_P) "$(distdir)/$$subdir" \
416             || exit 1; \
417             distdir=`$(am__cd) $(distdir) && pwd`; \
418             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
419             (cd $$subdir && \
420               $(MAKE) $(AM_MAKEFLAGS) \
421                 top_distdir="$$top_distdir" \
422                 distdir="$$distdir/$$subdir" \
423                 am__remove_distdir=: \
424                 am__skip_length_check=: \
425                 distdir) \
426               || exit 1; \
427           fi; \
428         done
429 check-am: all-am
430 check: check-recursive
431 all-am: Makefile
432 installdirs: installdirs-recursive
433 installdirs-am:
434 install: install-recursive
435 install-exec: install-exec-recursive
436 install-data: install-data-recursive
437 uninstall: uninstall-recursive
438
439 install-am: all-am
440         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
441
442 installcheck: installcheck-recursive
443 install-strip:
444         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
445           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
446           `test -z '$(STRIP)' || \
447             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
448 mostlyclean-generic:
449
450 clean-generic:
451
452 distclean-generic:
453         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
454
455 maintainer-clean-generic:
456         @echo "This command is intended for maintainers to use"
457         @echo "it deletes files that may require special tools to rebuild."
458 clean: clean-recursive
459
460 clean-am: clean-generic clean-libtool mostlyclean-am
461
462 distclean: distclean-recursive
463         -rm -f Makefile
464 distclean-am: clean-am distclean-generic distclean-tags
465
466 dvi: dvi-recursive
467
468 dvi-am:
469
470 html: html-recursive
471
472 info: info-recursive
473
474 info-am:
475
476 install-data-am:
477
478 install-dvi: install-dvi-recursive
479
480 install-exec-am:
481
482 install-html: install-html-recursive
483
484 install-info: install-info-recursive
485
486 install-man:
487
488 install-pdf: install-pdf-recursive
489
490 install-ps: install-ps-recursive
491
492 installcheck-am:
493
494 maintainer-clean: maintainer-clean-recursive
495         -rm -f Makefile
496 maintainer-clean-am: distclean-am maintainer-clean-generic
497
498 mostlyclean: mostlyclean-recursive
499
500 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
501
502 pdf: pdf-recursive
503
504 pdf-am:
505
506 ps: ps-recursive
507
508 ps-am:
509
510 uninstall-am:
511
512 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
513         install-strip
514
515 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
516         all all-am check check-am clean clean-generic clean-libtool \
517         ctags ctags-recursive distclean distclean-generic \
518         distclean-libtool distclean-tags distdir dvi dvi-am html \
519         html-am info info-am install install-am install-data \
520         install-data-am install-dvi install-dvi-am install-exec \
521         install-exec-am install-html install-html-am install-info \
522         install-info-am install-man install-pdf install-pdf-am \
523         install-ps install-ps-am install-strip installcheck \
524         installcheck-am installdirs installdirs-am maintainer-clean \
525         maintainer-clean-generic mostlyclean mostlyclean-generic \
526         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
527         uninstall uninstall-am
528
529 # Tell versions [3.59,3.63) of GNU make to not export all variables.
530 # Otherwise a system limit (for SysV at least) may be exceeded.
531 .NOEXPORT: