1# Makefile.in generated by automake 1.16.5 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90@ENABLE_DEVEL_DOCS_TRUE@@HAVE_DOT_TRUE@@HAVE_DOXYGEN_TRUE@am__append_1 = manual
91subdir = doc
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
94	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
95	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
96	$(top_srcdir)/m4/xcb.m4 $(top_srcdir)/configure.ac
97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98	$(ACLOCAL_M4)
99DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
100mkinstalldirs = $(install_sh) -d
101CONFIG_HEADER = $(top_builddir)/src/config.h
102CONFIG_CLEAN_FILES = xcb.doxygen
103CONFIG_CLEAN_VPATH_FILES =
104AM_V_P = $(am__v_P_@AM_V@)
105am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106am__v_P_0 = false
107am__v_P_1 = :
108AM_V_GEN = $(am__v_GEN_@AM_V@)
109am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110am__v_GEN_0 = @echo "  GEN     " $@;
111am__v_GEN_1 = 
112AM_V_at = $(am__v_at_@AM_V@)
113am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114am__v_at_0 = @
115am__v_at_1 = 
116SOURCES =
117DIST_SOURCES =
118am__can_run_installinfo = \
119  case $$AM_UPDATE_INFO_DIR in \
120    n|no|NO) false;; \
121    *) (install-info --version) >/dev/null 2>&1;; \
122  esac
123am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
124am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/xcb.doxygen.in
125DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
126ACLOCAL = @ACLOCAL@
127ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
128ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
129AMTAR = @AMTAR@
130AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
131APP_MAN_DIR = @APP_MAN_DIR@
132APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
133AR = @AR@
134AS = @AS@
135AUTOCONF = @AUTOCONF@
136AUTOHEADER = @AUTOHEADER@
137AUTOMAKE = @AUTOMAKE@
138AWK = @AWK@
139BASE_CFLAGS = @BASE_CFLAGS@
140CC = @CC@
141CCDEPMODE = @CCDEPMODE@
142CFLAGS = @CFLAGS@
143CHANGELOG_CMD = @CHANGELOG_CMD@
144CHECK_CFLAGS = @CHECK_CFLAGS@
145CHECK_LIBS = @CHECK_LIBS@
146CPPFLAGS = @CPPFLAGS@
147CSCOPE = @CSCOPE@
148CTAGS = @CTAGS@
149CWARNFLAGS = @CWARNFLAGS@
150CYGPATH_W = @CYGPATH_W@
151DEFS = @DEFS@
152DEPDIR = @DEPDIR@
153DLLTOOL = @DLLTOOL@
154DOT = @DOT@
155DOXYGEN = @DOXYGEN@
156DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
157DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
158DSYMUTIL = @DSYMUTIL@
159DUMPBIN = @DUMPBIN@
160ECHO_C = @ECHO_C@
161ECHO_N = @ECHO_N@
162ECHO_T = @ECHO_T@
163EGREP = @EGREP@
164ETAGS = @ETAGS@
165EXEEXT = @EXEEXT@
166FGREP = @FGREP@
167FILECMD = @FILECMD@
168FILE_MAN_DIR = @FILE_MAN_DIR@
169FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
170GREP = @GREP@
171HAVE_DOT = @HAVE_DOT@
172HTML_CHECK_RESULT = @HTML_CHECK_RESULT@
173INSTALL = @INSTALL@
174INSTALL_CMD = @INSTALL_CMD@
175INSTALL_DATA = @INSTALL_DATA@
176INSTALL_PROGRAM = @INSTALL_PROGRAM@
177INSTALL_SCRIPT = @INSTALL_SCRIPT@
178INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
179LD = @LD@
180LDFLAGS = @LDFLAGS@
181LIBOBJS = @LIBOBJS@
182LIBS = @LIBS@
183LIBTOOL = @LIBTOOL@
184LIB_MAN_DIR = @LIB_MAN_DIR@
185LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
186LIPO = @LIPO@
187LN_S = @LN_S@
188LTLIBOBJS = @LTLIBOBJS@
189LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
190MAKEINFO = @MAKEINFO@
191MANIFEST_TOOL = @MANIFEST_TOOL@
192MAN_SUBSTS = @MAN_SUBSTS@
193MISC_MAN_DIR = @MISC_MAN_DIR@
194MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
195MKDIR_P = @MKDIR_P@
196NEEDED = @NEEDED@
197NEEDED_CFLAGS = @NEEDED_CFLAGS@
198NEEDED_LIBS = @NEEDED_LIBS@
199NM = @NM@
200NMEDIT = @NMEDIT@
201OBJDUMP = @OBJDUMP@
202OBJEXT = @OBJEXT@
203OTOOL = @OTOOL@
204OTOOL64 = @OTOOL64@
205PACKAGE = @PACKAGE@
206PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
207PACKAGE_NAME = @PACKAGE_NAME@
208PACKAGE_STRING = @PACKAGE_STRING@
209PACKAGE_TARNAME = @PACKAGE_TARNAME@
210PACKAGE_URL = @PACKAGE_URL@
211PACKAGE_VERSION = @PACKAGE_VERSION@
212PATH_SEPARATOR = @PATH_SEPARATOR@
213PKG_CONFIG = @PKG_CONFIG@
214PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
215PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
216PYTHON = @PYTHON@
217PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
218PYTHON_PLATFORM = @PYTHON_PLATFORM@
219PYTHON_PREFIX = @PYTHON_PREFIX@
220PYTHON_VERSION = @PYTHON_VERSION@
221RANLIB = @RANLIB@
222SED = @SED@
223SET_MAKE = @SET_MAKE@
224SHELL = @SHELL@
225STRICT_CFLAGS = @STRICT_CFLAGS@
226STRIP = @STRIP@
227VERSION = @VERSION@
228XCBPROTO_CFLAGS = @XCBPROTO_CFLAGS@
229XCBPROTO_LIBS = @XCBPROTO_LIBS@
230XCBPROTO_VERSION = @XCBPROTO_VERSION@
231XCBPROTO_XCBINCLUDEDIR = @XCBPROTO_XCBINCLUDEDIR@
232XCBPROTO_XCBPYTHONDIR = @XCBPROTO_XCBPYTHONDIR@
233XDMCP_CFLAGS = @XDMCP_CFLAGS@
234XDMCP_LIBS = @XDMCP_LIBS@
235XORG_MAN_PAGE = @XORG_MAN_PAGE@
236XSLTPROC = @XSLTPROC@
237abs_builddir = @abs_builddir@
238abs_srcdir = @abs_srcdir@
239abs_top_builddir = @abs_top_builddir@
240abs_top_srcdir = @abs_top_srcdir@
241ac_ct_AR = @ac_ct_AR@
242ac_ct_CC = @ac_ct_CC@
243ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
244am__include = @am__include@
245am__leading_dot = @am__leading_dot@
246am__quote = @am__quote@
247am__tar = @am__tar@
248am__untar = @am__untar@
249bindir = @bindir@
250build = @build@
251build_alias = @build_alias@
252build_cpu = @build_cpu@
253build_os = @build_os@
254build_vendor = @build_vendor@
255builddir = @builddir@
256datadir = @datadir@
257datarootdir = @datarootdir@
258docdir = @docdir@
259dvidir = @dvidir@
260exec_prefix = @exec_prefix@
261host = @host@
262host_alias = @host_alias@
263host_cpu = @host_cpu@
264host_os = @host_os@
265host_vendor = @host_vendor@
266htmldir = @htmldir@
267includedir = @includedir@
268infodir = @infodir@
269install_sh = @install_sh@
270libdir = @libdir@
271libexecdir = @libexecdir@
272localedir = @localedir@
273localstatedir = @localstatedir@
274lt_enable_auto_import = @lt_enable_auto_import@
275mandir = @mandir@
276mkdir_p = @mkdir_p@
277oldincludedir = @oldincludedir@
278pdfdir = @pdfdir@
279pkgpyexecdir = @pkgpyexecdir@
280pkgpythondir = @pkgpythondir@
281prefix = @prefix@
282program_transform_name = @program_transform_name@
283psdir = @psdir@
284pyexecdir = @pyexecdir@
285pythondir = @pythondir@
286runstatedir = @runstatedir@
287sbindir = @sbindir@
288sharedstatedir = @sharedstatedir@
289srcdir = @srcdir@
290sysconfdir = @sysconfdir@
291target_alias = @target_alias@
292top_build_prefix = @top_build_prefix@
293top_builddir = @top_builddir@
294top_srcdir = @top_srcdir@
295xcbincludedir = @xcbincludedir@
296EXTRA_DIST = \
297tutorial/index.html \
298tutorial/xcb.css \
299xcb.doxygen.in \
300xkb_internals \
301xkb_issues
302
303docdirs = $(srcdir)/tutorial $(am__append_1)
304all: all-am
305
306.SUFFIXES:
307$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
308	@for dep in $?; do \
309	  case '$(am__configure_deps)' in \
310	    *$$dep*) \
311	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
312	        && { if test -f $@; then exit 0; else break; fi; }; \
313	      exit 1;; \
314	  esac; \
315	done; \
316	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
317	$(am__cd) $(top_srcdir) && \
318	  $(AUTOMAKE) --foreign doc/Makefile
319Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
320	@case '$?' in \
321	  *config.status*) \
322	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
323	  *) \
324	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
325	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
326	esac;
327
328$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
329	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330
331$(top_srcdir)/configure:  $(am__configure_deps)
332	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
334	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335$(am__aclocal_m4_deps):
336xcb.doxygen: $(top_builddir)/config.status $(srcdir)/xcb.doxygen.in
337	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
338
339mostlyclean-libtool:
340	-rm -f *.lo
341
342clean-libtool:
343	-rm -rf .libs _libs
344tags TAGS:
345
346ctags CTAGS:
347
348cscope cscopelist:
349
350distdir: $(BUILT_SOURCES)
351	$(MAKE) $(AM_MAKEFLAGS) distdir-am
352
353distdir-am: $(DISTFILES)
354	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
355	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
356	list='$(DISTFILES)'; \
357	  dist_files=`for file in $$list; do echo $$file; done | \
358	  sed -e "s|^$$srcdirstrip/||;t" \
359	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
360	case $$dist_files in \
361	  */*) $(MKDIR_P) `echo "$$dist_files" | \
362			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
363			   sort -u` ;; \
364	esac; \
365	for file in $$dist_files; do \
366	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
367	  if test -d $$d/$$file; then \
368	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
369	    if test -d "$(distdir)/$$file"; then \
370	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
371	    fi; \
372	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
373	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
374	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
375	    fi; \
376	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
377	  else \
378	    test -f "$(distdir)/$$file" \
379	    || cp -p $$d/$$file "$(distdir)/$$file" \
380	    || exit 1; \
381	  fi; \
382	done
383check-am: all-am
384check: check-am
385all-am: Makefile all-local
386installdirs:
387install: install-am
388install-exec: install-exec-am
389install-data: install-data-am
390uninstall: uninstall-am
391
392install-am: all-am
393	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
394
395installcheck: installcheck-am
396install-strip:
397	if test -z '$(STRIP)'; then \
398	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
399	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
400	      install; \
401	else \
402	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
403	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
404	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
405	fi
406mostlyclean-generic:
407
408clean-generic:
409
410distclean-generic:
411	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
412	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
413
414maintainer-clean-generic:
415	@echo "This command is intended for maintainers to use"
416	@echo "it deletes files that may require special tools to rebuild."
417@ENABLE_DEVEL_DOCS_FALSE@clean-local:
418@HAVE_DOT_FALSE@clean-local:
419@HAVE_DOXYGEN_FALSE@clean-local:
420clean: clean-am
421
422clean-am: clean-generic clean-libtool clean-local mostlyclean-am
423
424distclean: distclean-am
425	-rm -f Makefile
426distclean-am: clean-am distclean-generic
427
428dvi: dvi-am
429
430dvi-am:
431
432html: html-am
433
434html-am:
435
436info: info-am
437
438info-am:
439
440install-data-am: install-data-local
441
442install-dvi: install-dvi-am
443
444install-dvi-am:
445
446install-exec-am:
447
448install-html: install-html-am
449
450install-html-am:
451
452install-info: install-info-am
453
454install-info-am:
455
456install-man:
457
458install-pdf: install-pdf-am
459
460install-pdf-am:
461
462install-ps: install-ps-am
463
464install-ps-am:
465
466installcheck-am:
467
468maintainer-clean: maintainer-clean-am
469	-rm -f Makefile
470maintainer-clean-am: distclean-am maintainer-clean-generic
471
472mostlyclean: mostlyclean-am
473
474mostlyclean-am: mostlyclean-generic mostlyclean-libtool
475
476pdf: pdf-am
477
478pdf-am:
479
480ps: ps-am
481
482ps-am:
483
484uninstall-am: uninstall-local
485
486.MAKE: install-am install-strip
487
488.PHONY: all all-am all-local check check-am clean clean-generic \
489	clean-libtool clean-local cscopelist-am ctags-am distclean \
490	distclean-generic distclean-libtool distdir dvi dvi-am html \
491	html-am info info-am install install-am install-data \
492	install-data-am install-data-local install-dvi install-dvi-am \
493	install-exec install-exec-am install-html install-html-am \
494	install-info install-info-am install-man install-pdf \
495	install-pdf-am install-ps install-ps-am install-strip \
496	installcheck installcheck-am installdirs maintainer-clean \
497	maintainer-clean-generic mostlyclean mostlyclean-generic \
498	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
499	uninstall-am uninstall-local
500
501.PRECIOUS: Makefile
502
503
504# rule to build documentation and copy necessary files
505@ENABLE_DEVEL_DOCS_TRUE@@HAVE_DOT_TRUE@@HAVE_DOXYGEN_TRUE@manual:
506@ENABLE_DEVEL_DOCS_TRUE@@HAVE_DOT_TRUE@@HAVE_DOXYGEN_TRUE@	doxygen xcb.doxygen
507
508# rules to clean
509@ENABLE_DEVEL_DOCS_TRUE@@HAVE_DOT_TRUE@@HAVE_DOXYGEN_TRUE@clean-local:
510@ENABLE_DEVEL_DOCS_TRUE@@HAVE_DOT_TRUE@@HAVE_DOXYGEN_TRUE@	rm -rf manual/
511
512all-local: $(docdirs)
513
514# rule to install the html documentation and tutorial in $(htmldir)
515install-data-local:
516	@if ! test -d "$(DESTDIR)$(htmldir)"; then \
517	  echo "$(mkinstalldirs) '$(DESTDIR)$(htmldir)'"; \
518	  $(mkinstalldirs) '$(DESTDIR)$(htmldir)'; \
519	fi
520	@for d in $(docdirs); do \
521	  echo "cp -pR $$d '$(DESTDIR)$(htmldir)/'"; \
522	  cp -pR $$d '$(DESTDIR)$(htmldir)/'; \
523	done
524
525uninstall-local:
526	@for d in $(docdirs); do \
527	  d=`basename $$d`; \
528	  echo "test ! -d '$(DESTDIR)$(htmldir)/'$$d || { find '$(DESTDIR)$(htmldir)/'$$d -type d ! -perm -200 -exec chmod u+w '{}' ';' && rm -rf '$(DESTDIR)$(htmldir)/'$$d; }"; \
529	  test ! -d '$(DESTDIR)$(htmldir)/'$$d || { find '$(DESTDIR)$(htmldir)/'$$d -type d ! -perm -200 -exec chmod u+w '{}' ';' && rm -rf '$(DESTDIR)$(htmldir)/'$$d; }; \
530	done
531	rmdir "$(DESTDIR)$(htmldir)/" || true
532
533# Tell versions [3.59,3.63) of GNU make to not export all variables.
534# Otherwise a system limit (for SysV at least) may be exceeded.
535.NOEXPORT:
536