Logo AND Algorithmique Numérique Distribuée

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