1# Makefile.in generated by automake 1.6.3 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5# 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@
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = .
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47INSTALL = @INSTALL@
48INSTALL_PROGRAM = @INSTALL_PROGRAM@
49INSTALL_DATA = @INSTALL_DATA@
50install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
52install_sh_SCRIPT = $(install_sh) -c
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54INSTALL_HEADER = $(INSTALL_DATA)
55transform = @program_transform_name@
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62host_alias = @host_alias@
63host_triplet = @host@
64
65EXEEXT = @EXEEXT@
66OBJEXT = @OBJEXT@
67PATH_SEPARATOR = @PATH_SEPARATOR@
68AMTAR = @AMTAR@
69AWK = @AWK@
70BINRELOC_CFLAGS = @BINRELOC_CFLAGS@
71BINRELOC_LIBS = @BINRELOC_LIBS@
72CANDLE = @CANDLE@
73CXX = @CXX@
74DEPDIR = @DEPDIR@
75DOXYGEN = @DOXYGEN@
76INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
77LIGHT = @LIGHT@
78MAINT = @MAINT@
79OBJC = @OBJC@
80OBJCFLAGS = @OBJCFLAGS@
81OBJCPP = @OBJCPP@
82PACKAGE = @PACKAGE@
83SDL_CFLAGS = @SDL_CFLAGS@
84SDL_CONFIG = @SDL_CONFIG@
85SDL_IMAGE_CFLAGS = @SDL_IMAGE_CFLAGS@
86SDL_IMAGE_LIBS = @SDL_IMAGE_LIBS@
87SDL_LIBS = @SDL_LIBS@
88SDL_MIXER_CFLAGS = @SDL_MIXER_CFLAGS@
89SDL_MIXER_LIBS = @SDL_MIXER_LIBS@
90STRIP = @STRIP@
91VERSION = @VERSION@
92WINDRES = @WINDRES@
93am__include = @am__include@
94am__quote = @am__quote@
95install_sh = @install_sh@
96
97# Process this file with automake to produce a Makefile.in file
98SUBDIRS = autopackage data doc m4 src
99
100ACLOCAL_AMFLAGS = -I m4
101
102EXTRA_DIST = \
103	COPYING.GPL	\
104	COPYING.LAL	\
105	README.GP2X
106
107
108@IS_OSX_HOST_TRUE@bundle_contents = @PACKAGE_NAME@.app/Contents
109subdir = .
110ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
111mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
112CONFIG_HEADER = config.h
113CONFIG_CLEAN_FILES =
114DIST_SOURCES =
115
116RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
117	uninstall-info-recursive all-recursive install-data-recursive \
118	install-exec-recursive installdirs-recursive install-recursive \
119	uninstall-recursive check-recursive installcheck-recursive
120DIST_COMMON = README AUTHORS INSTALL Makefile.am Makefile.in NEWS \
121	THANKS TODO aclocal.m4 config.guess config.h.in config.sub \
122	configure configure.ac depcomp install-sh missing mkinstalldirs
123DIST_SUBDIRS = $(SUBDIRS)
124all: config.h
125	$(MAKE) $(AM_MAKEFLAGS) all-recursive
126
127.SUFFIXES:
128
129am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
130 configure.lineno
131$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
132	cd $(top_srcdir) && \
133	  $(AUTOMAKE) --foreign  Makefile
134Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
135	cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
136
137$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
138	$(SHELL) ./config.status --recheck
139$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
140	cd $(srcdir) && $(AUTOCONF)
141
142$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac m4/binreloc.m4 m4/objc.m4 m4/sdl.m4
143	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
144
145config.h: stamp-h1
146	@if test ! -f $@; then \
147	  rm -f stamp-h1; \
148	  $(MAKE) stamp-h1; \
149	else :; fi
150
151stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
152	@rm -f stamp-h1
153	cd $(top_builddir) && $(SHELL) ./config.status config.h
154
155$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.ac $(ACLOCAL_M4)
156	cd $(top_srcdir) && $(AUTOHEADER)
157	touch $(srcdir)/config.h.in
158
159distclean-hdr:
160	-rm -f config.h stamp-h1
161uninstall-info-am:
162
163# This directory's subdirectories are mostly independent; you can cd
164# into them and run `make' without going through this Makefile.
165# To change the values of `make' variables: instead of editing Makefiles,
166# (1) if the variable is set in `config.status', edit `config.status'
167#     (which will cause the Makefiles to be regenerated when you run `make');
168# (2) otherwise, pass the desired values on the `make' command line.
169$(RECURSIVE_TARGETS):
170	@set fnord $$MAKEFLAGS; amf=$$2; \
171	dot_seen=no; \
172	target=`echo $@ | sed s/-recursive//`; \
173	list='$(SUBDIRS)'; for subdir in $$list; do \
174	  echo "Making $$target in $$subdir"; \
175	  if test "$$subdir" = "."; then \
176	    dot_seen=yes; \
177	    local_target="$$target-am"; \
178	  else \
179	    local_target="$$target"; \
180	  fi; \
181	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
182	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
183	done; \
184	if test "$$dot_seen" = "no"; then \
185	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
186	fi; test -z "$$fail"
187
188mostlyclean-recursive clean-recursive distclean-recursive \
189maintainer-clean-recursive:
190	@set fnord $$MAKEFLAGS; amf=$$2; \
191	dot_seen=no; \
192	case "$@" in \
193	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
194	  *) list='$(SUBDIRS)' ;; \
195	esac; \
196	rev=''; for subdir in $$list; do \
197	  if test "$$subdir" = "."; then :; else \
198	    rev="$$subdir $$rev"; \
199	  fi; \
200	done; \
201	rev="$$rev ."; \
202	target=`echo $@ | sed s/-recursive//`; \
203	for subdir in $$rev; do \
204	  echo "Making $$target in $$subdir"; \
205	  if test "$$subdir" = "."; then \
206	    local_target="$$target-am"; \
207	  else \
208	    local_target="$$target"; \
209	  fi; \
210	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
211	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
212	done && test -z "$$fail"
213tags-recursive:
214	list='$(SUBDIRS)'; for subdir in $$list; do \
215	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
216	done
217
218ETAGS = etags
219ETAGSFLAGS =
220
221tags: TAGS
222
223ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
224	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
225	unique=`for i in $$list; do \
226	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
227	  done | \
228	  $(AWK) '    { files[$$0] = 1; } \
229	       END { for (i in files) print i; }'`; \
230	mkid -fID $$unique
231
232TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
233		$(TAGS_FILES) $(LISP)
234	tags=; \
235	here=`pwd`; \
236	list='$(SUBDIRS)'; for subdir in $$list; do \
237	  if test "$$subdir" = .; then :; else \
238	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
239	  fi; \
240	done; \
241	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
242	unique=`for i in $$list; do \
243	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
244	  done | \
245	  $(AWK) '    { files[$$0] = 1; } \
246	       END { for (i in files) print i; }'`; \
247	test -z "$(ETAGS_ARGS)$$tags$$unique" \
248	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
249	     $$tags $$unique
250
251GTAGS:
252	here=`$(am__cd) $(top_builddir) && pwd` \
253	  && cd $(top_srcdir) \
254	  && gtags -i $(GTAGS_ARGS) $$here
255
256distclean-tags:
257	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
258DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
259
260top_distdir = .
261distdir = $(PACKAGE)-$(VERSION)
262
263am__remove_distdir = \
264  { test ! -d $(distdir) \
265    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
266         && rm -fr $(distdir); }; }
267
268GZIP_ENV = --best
269distcleancheck_listfiles = find . -type f -print
270
271distdir: $(DISTFILES)
272	$(am__remove_distdir)
273	mkdir $(distdir)
274	$(mkinstalldirs) $(distdir)/autopackage $(distdir)/data $(distdir)/doc
275	@list='$(DISTFILES)'; for file in $$list; do \
276	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
277	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
278	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
279	    dir="/$$dir"; \
280	    $(mkinstalldirs) "$(distdir)$$dir"; \
281	  else \
282	    dir=''; \
283	  fi; \
284	  if test -d $$d/$$file; then \
285	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
286	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
287	    fi; \
288	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
289	  else \
290	    test -f $(distdir)/$$file \
291	    || cp -p $$d/$$file $(distdir)/$$file \
292	    || exit 1; \
293	  fi; \
294	done
295	list='$(SUBDIRS)'; for subdir in $$list; do \
296	  if test "$$subdir" = .; then :; else \
297	    test -d $(distdir)/$$subdir \
298	    || mkdir $(distdir)/$$subdir \
299	    || exit 1; \
300	    (cd $$subdir && \
301	      $(MAKE) $(AM_MAKEFLAGS) \
302	        top_distdir="$(top_distdir)" \
303	        distdir=../$(distdir)/$$subdir \
304	        distdir) \
305	      || exit 1; \
306	  fi; \
307	done
308	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
309	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
310	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
311	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
312	|| chmod -R a+r $(distdir)
313dist-gzip: distdir
314	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
315	$(am__remove_distdir)
316
317dist-bzip2: distdir
318	$(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
319	$(am__remove_distdir)
320
321dist dist-all: distdir
322	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
323	$(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
324	$(am__remove_distdir)
325
326# This target untars the dist file and tries a VPATH configuration.  Then
327# it guarantees that the distribution is self-contained by making another
328# tarfile.
329distcheck: dist
330	$(am__remove_distdir)
331	GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
332	chmod -R a-w $(distdir); chmod a+w $(distdir)
333	mkdir $(distdir)/=build
334	mkdir $(distdir)/=inst
335	chmod a-w $(distdir)
336	dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
337	  && cd $(distdir)/=build \
338	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
339	    $(DISTCHECK_CONFIGURE_FLAGS) \
340	  && $(MAKE) $(AM_MAKEFLAGS) \
341	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
342	  && $(MAKE) $(AM_MAKEFLAGS) check \
343	  && $(MAKE) $(AM_MAKEFLAGS) install \
344	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
345	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
346	  && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
347	      || { echo "ERROR: files left after uninstall:" ; \
348	           find $$dc_install_base -type f -print ; \
349	           exit 1; } >&2 ) \
350	  && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
351	  && rm -f $(distdir).tar.gz \
352	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
353	$(am__remove_distdir)
354	@echo "$(distdir).tar.gz is ready for distribution" | \
355	  sed 'h;s/./=/g;p;x;p;x'
356distcleancheck: distclean
357	if test '$(srcdir)' = . ; then \
358	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
359	  exit 1 ; \
360	fi
361	test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
362	  || { echo "ERROR: files left after distclean:" ; \
363	       $(distcleancheck_listfiles) ; \
364	       exit 1; } >&2
365check-am: all-am
366check: check-recursive
367all-am: Makefile config.h
368installdirs: installdirs-recursive
369installdirs-am:
370
371install: install-recursive
372install-exec: install-exec-recursive
373install-data: install-data-recursive
374uninstall: uninstall-recursive
375
376install-am: all-am
377	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
378
379installcheck: installcheck-recursive
380install-strip:
381	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
382	  INSTALL_STRIP_FLAG=-s \
383	  `test -z '$(STRIP)' || \
384	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
385mostlyclean-generic:
386
387clean-generic:
388
389distclean-generic:
390	-rm -f Makefile $(CONFIG_CLEAN_FILES)
391
392maintainer-clean-generic:
393	@echo "This command is intended for maintainers to use"
394	@echo "it deletes files that may require special tools to rebuild."
395clean: clean-recursive
396
397clean-am: clean-generic mostlyclean-am
398
399distclean: distclean-recursive
400	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
401distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
402
403dvi: dvi-recursive
404
405dvi-am:
406
407info: info-recursive
408
409info-am:
410
411install-data-am:
412
413install-exec-am:
414
415install-info: install-info-recursive
416
417install-man:
418
419installcheck-am:
420
421maintainer-clean: maintainer-clean-recursive
422	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
423	-rm -rf autom4te.cache
424maintainer-clean-am: distclean-am maintainer-clean-generic
425
426mostlyclean: mostlyclean-recursive
427
428mostlyclean-am: mostlyclean-generic
429
430uninstall-am: uninstall-info-am
431
432uninstall-info: uninstall-info-recursive
433
434.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
435	clean-generic clean-recursive dist dist-all dist-bzip2 \
436	dist-gzip distcheck distclean distclean-generic distclean-hdr \
437	distclean-recursive distclean-tags distcleancheck distdir dvi \
438	dvi-am dvi-recursive info info-am info-recursive install \
439	install-am install-data install-data-am install-data-recursive \
440	install-exec install-exec-am install-exec-recursive \
441	install-info install-info-am install-info-recursive install-man \
442	install-recursive install-strip installcheck installcheck-am \
443	installdirs installdirs-am installdirs-recursive \
444	maintainer-clean maintainer-clean-generic \
445	maintainer-clean-recursive mostlyclean mostlyclean-generic \
446	mostlyclean-recursive tags tags-recursive uninstall \
447	uninstall-am uninstall-info-am uninstall-info-recursive \
448	uninstall-recursive
449
450
451@IS_WIN32_HOST_TRUE@@build_win32_msi_TRUE@msi:
452@IS_WIN32_HOST_TRUE@@build_win32_msi_TRUE@	"$(CANDLE)" -nologo -out amoebax.wixobj -dBuildDir="$(top_builddir)" -dSourceDir="$(top_srcdir)" $(top_srcdir)/data/amoebax.wxs
453@IS_WIN32_HOST_TRUE@@build_win32_msi_TRUE@	"$(LIGHT)" -nologo -out amoebax-@VERSION@.msi -ext WixUtilExtension -ext WixUIExtension \
454@IS_WIN32_HOST_TRUE@@build_win32_msi_TRUE@		 -cultures:en-us amoebax.wixobj
455@IS_WIN32_HOST_TRUE@@build_win32_msi_TRUE@	rm amoebax.wixobj
456@IS_OSX_HOST_TRUE@bundle: $(top_builddir)/src/amoebax
457@IS_OSX_HOST_TRUE@	mkdir -p $(bundle_contents)
458@IS_OSX_HOST_TRUE@	mkdir -p $(bundle_contents)/Frameworks
459@IS_OSX_HOST_TRUE@	mkdir -p $(bundle_contents)/MacOS
460@IS_OSX_HOST_TRUE@	mkdir -p $(bundle_contents)/Resources
461@IS_OSX_HOST_TRUE@	mkdir -p $(bundle_contents)/Resources/fonts
462@IS_OSX_HOST_TRUE@	mkdir -p $(bundle_contents)/Resources/graphics
463@IS_OSX_HOST_TRUE@	mkdir -p $(bundle_contents)/Resources/music
464@IS_OSX_HOST_TRUE@	mkdir -p $(bundle_contents)/Resources/sfx
465@IS_OSX_HOST_TRUE@	mkdir -p $(bundle_contents)/Resources/English.lproj
466@IS_OSX_HOST_TRUE@	mkdir -p $(bundle_contents)/Resources/English.lproj/AmoebaxMain.nib
467@IS_OSX_HOST_TRUE@	echo "APPL????" > $(bundle_contents)/PkgInfo
468@IS_OSX_HOST_TRUE@	$(INSTALL_STRIP_PROGRAM) $< $(bundle_contents)/MacOS
469@IS_OSX_HOST_TRUE@	$(INSTALL_PROGRAM) $(top_builddir)/data/Info.plist $(bundle_contents)
470@IS_OSX_HOST_TRUE@	$(INSTALL_PROGRAM) $(top_srcdir)/data/Amoebax.icns $(bundle_contents)/Resources
471@IS_OSX_HOST_TRUE@	$(INSTALL_PROGRAM) $(top_builddir)/data/InfoPlist.strings $(bundle_contents)/Resources/English.lproj
472@IS_OSX_HOST_TRUE@	$(INSTALL_PROGRAM) $(top_srcdir)/data/AmoebaxMain.nib/classes.nib $(bundle_contents)/Resources/English.lproj/AmoebaxMain.nib
473@IS_OSX_HOST_TRUE@	$(INSTALL_PROGRAM) $(top_srcdir)/data/AmoebaxMain.nib/info.nib $(bundle_contents)/Resources/English.lproj/AmoebaxMain.nib
474@IS_OSX_HOST_TRUE@	$(INSTALL_PROGRAM) $(top_srcdir)/data/AmoebaxMain.nib/objects.nib $(bundle_contents)/Resources/English.lproj/AmoebaxMain.nib
475@IS_OSX_HOST_TRUE@	$(INSTALL_PROGRAM) $(top_srcdir)/data/fonts/*.png $(bundle_contents)/Resources/fonts
476@IS_OSX_HOST_TRUE@	$(INSTALL_PROGRAM) $(top_srcdir)/data/graphics/*.png $(bundle_contents)/Resources/graphics
477@IS_OSX_HOST_TRUE@	$(INSTALL_PROGRAM) $(top_srcdir)/data/music/*.ogg $(bundle_contents)/Resources/music
478@IS_OSX_HOST_TRUE@	$(INSTALL_PROGRAM) $(top_srcdir)/data/sfx/*.wav $(bundle_contents)/Resources/sfx
479# Tell versions [3.59,3.63) of GNU make to not export all variables.
480# Otherwise a system limit (for SysV at least) may be exceeded.
481.NOEXPORT:
482