1# Makefile.in generated by automake 1.11.6 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, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18# -*- Mode: Makefile -*-
19#
20# Makefile.am - automake file for Rasqal SPARQL tests - simple
21#
22# Copyright (C) 2004-2009, David Beckett http://www.dajobe.org/
23# Copyright (C) 2004-2004, University of Bristol, UK http://www.bristol.ac.uk/
24#
25# This package is Free Software and part of Redland http://librdf.org/
26#
27# It is licensed under the following three licenses as alternatives:
28#   1. GNU Lesser General Public License (LGPL) V2.1 or any newer version
29#   2. GNU General Public License (GPL) V2 or any newer version
30#   3. Apache License, V2.0 or any newer version
31#
32# You may not use this file except in compliance with at least one of
33# the above three licenses.
34#
35# See LICENSE.html or LICENSE.txt at the top of this package for the
36# complete terms and further detail along with the license texts for
37# the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively.
38#
39VPATH = @srcdir@
40am__make_dryrun = \
41  { \
42    am__dry=no; \
43    case $$MAKEFLAGS in \
44      *\\[\ \	]*) \
45        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
46          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
47      *) \
48        for am__flg in $$MAKEFLAGS; do \
49          case $$am__flg in \
50            *=*|--*) ;; \
51            *n*) am__dry=yes; break;; \
52          esac; \
53        done;; \
54    esac; \
55    test $$am__dry = yes; \
56  }
57pkgdatadir = $(datadir)/@PACKAGE@
58pkgincludedir = $(includedir)/@PACKAGE@
59pkglibdir = $(libdir)/@PACKAGE@
60pkglibexecdir = $(libexecdir)/@PACKAGE@
61am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
62install_sh_DATA = $(install_sh) -c -m 644
63install_sh_PROGRAM = $(install_sh) -c
64install_sh_SCRIPT = $(install_sh) -c
65INSTALL_HEADER = $(INSTALL_DATA)
66transform = $(program_transform_name)
67NORMAL_INSTALL = :
68PRE_INSTALL = :
69POST_INSTALL = :
70NORMAL_UNINSTALL = :
71PRE_UNINSTALL = :
72POST_UNINSTALL = :
73build_triplet = @build@
74host_triplet = @host@
75subdir = tests/sparql/simple
76DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
77ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78am__aclocal_m4_deps = $(top_srcdir)/build/gtk-doc.m4 \
79	$(top_srcdir)/build/libtool.m4 \
80	$(top_srcdir)/build/ltoptions.m4 \
81	$(top_srcdir)/build/ltsugar.m4 \
82	$(top_srcdir)/build/ltversion.m4 \
83	$(top_srcdir)/build/lt~obsolete.m4 $(top_srcdir)/build/pkg.m4 \
84	$(top_srcdir)/configure.ac
85am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
86	$(ACLOCAL_M4)
87mkinstalldirs = $(install_sh) -d
88CONFIG_HEADER = $(top_builddir)/src/rasqal_config.h
89CONFIG_CLEAN_FILES =
90CONFIG_CLEAN_VPATH_FILES =
91AM_V_GEN = $(am__v_GEN_@AM_V@)
92am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
93am__v_GEN_0 = @echo "  GEN   " $@;
94AM_V_at = $(am__v_at_@AM_V@)
95am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
96am__v_at_0 = @
97SOURCES =
98DIST_SOURCES =
99am__can_run_installinfo = \
100  case $$AM_UPDATE_INFO_DIR in \
101    n|no|NO) false;; \
102    *) (install-info --version) >/dev/null 2>&1;; \
103  esac
104DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
105ACLOCAL = @ACLOCAL@
106AMTAR = @AMTAR@
107AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
108AR = @AR@
109AUTOCONF = @AUTOCONF@
110AUTOHEADER = @AUTOHEADER@
111AUTOMAKE = @AUTOMAKE@
112AWK = @AWK@
113BISON = @BISON@
114CC = @CC@
115CCDEPMODE = @CCDEPMODE@
116CFLAGS = @CFLAGS@
117CPP = @CPP@
118CPPFLAGS = @CPPFLAGS@
119CYGPATH_W = @CYGPATH_W@
120DEFS = @DEFS@
121DEPDIR = @DEPDIR@
122DLLTOOL = @DLLTOOL@
123DSYMUTIL = @DSYMUTIL@
124DUMPBIN = @DUMPBIN@
125ECHO_C = @ECHO_C@
126ECHO_N = @ECHO_N@
127ECHO_T = @ECHO_T@
128EGREP = @EGREP@
129EXEEXT = @EXEEXT@
130FGREP = @FGREP@
131GREP = @GREP@
132GTKDOC_CHECK = @GTKDOC_CHECK@
133GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
134GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
135GTKDOC_MKPDF = @GTKDOC_MKPDF@
136GTKDOC_REBASE = @GTKDOC_REBASE@
137HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@
138HAVE_TIME_H = @HAVE_TIME_H@
139HTML_DIR = @HTML_DIR@
140INSTALL = @INSTALL@
141INSTALL_DATA = @INSTALL_DATA@
142INSTALL_PROGRAM = @INSTALL_PROGRAM@
143INSTALL_SCRIPT = @INSTALL_SCRIPT@
144INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
145LD = @LD@
146LDFLAGS = @LDFLAGS@
147LEX = @LEX@
148LEXLIB = @LEXLIB@
149LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
150LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
151LIBOBJS = @LIBOBJS@
152LIBS = @LIBS@
153LIBTOOL = @LIBTOOL@
154LIPO = @LIPO@
155LN_S = @LN_S@
156LTLIBOBJS = @LTLIBOBJS@
157MAINT = @MAINT@
158MAKEINFO = @MAKEINFO@
159MANIFEST_TOOL = @MANIFEST_TOOL@
160MEM = @MEM@
161MEM_LIBS = @MEM_LIBS@
162MKDIR_P = @MKDIR_P@
163NM = @NM@
164NMEDIT = @NMEDIT@
165OBJDUMP = @OBJDUMP@
166OBJEXT = @OBJEXT@
167OTOOL = @OTOOL@
168OTOOL64 = @OTOOL64@
169PACKAGE = @PACKAGE@
170PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
171PACKAGE_NAME = @PACKAGE_NAME@
172PACKAGE_STRING = @PACKAGE_STRING@
173PACKAGE_TARNAME = @PACKAGE_TARNAME@
174PACKAGE_URL = @PACKAGE_URL@
175PACKAGE_VERSION = @PACKAGE_VERSION@
176PATH_SEPARATOR = @PATH_SEPARATOR@
177PCRE_CONFIG = @PCRE_CONFIG@
178PERL = @PERL@
179PKGCONFIG_CFLAGS = @PKGCONFIG_CFLAGS@
180PKGCONFIG_LIBS = @PKGCONFIG_LIBS@
181PKGCONFIG_REQUIRES = @PKGCONFIG_REQUIRES@
182PKG_CONFIG = @PKG_CONFIG@
183PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
184PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
185RANLIB = @RANLIB@
186RAPTOR2_CFLAGS = @RAPTOR2_CFLAGS@
187RAPTOR2_LIBS = @RAPTOR2_LIBS@
188RAPTOR_MIN_VERSION = @RAPTOR_MIN_VERSION@
189RAPTOR_VERSION_DEC = @RAPTOR_VERSION_DEC@
190RASQAL_EXTERNAL_LIBS = @RASQAL_EXTERNAL_LIBS@
191RASQAL_INTERNAL_CPPFLAGS = @RASQAL_INTERNAL_CPPFLAGS@
192RASQAL_INTERNAL_LIBS = @RASQAL_INTERNAL_LIBS@
193RASQAL_LIBTOOLLIBS = @RASQAL_LIBTOOLLIBS@
194RASQAL_LIBTOOL_VERSION = @RASQAL_LIBTOOL_VERSION@
195RASQAL_VERSION = @RASQAL_VERSION@
196RASQAL_VERSION_DECIMAL = @RASQAL_VERSION_DECIMAL@
197RASQAL_VERSION_MAJOR = @RASQAL_VERSION_MAJOR@
198RASQAL_VERSION_MINOR = @RASQAL_VERSION_MINOR@
199RASQAL_VERSION_RELEASE = @RASQAL_VERSION_RELEASE@
200RECHO = @RECHO@
201RECHO_C = @RECHO_C@
202RECHO_N = @RECHO_N@
203SED = @SED@
204SET_MAKE = @SET_MAKE@
205SHELL = @SHELL@
206STANDARD_CFLAGS = @STANDARD_CFLAGS@
207STRIP = @STRIP@
208TAR = @TAR@
209UUID_CFLAGS = @UUID_CFLAGS@
210UUID_CONFIG = @UUID_CONFIG@
211UUID_LIBS = @UUID_LIBS@
212VERSION = @VERSION@
213XML_CONFIG = @XML_CONFIG@
214abs_builddir = @abs_builddir@
215abs_srcdir = @abs_srcdir@
216abs_top_builddir = @abs_top_builddir@
217abs_top_srcdir = @abs_top_srcdir@
218ac_ct_AR = @ac_ct_AR@
219ac_ct_CC = @ac_ct_CC@
220ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
221am__include = @am__include@
222am__leading_dot = @am__leading_dot@
223am__quote = @am__quote@
224am__tar = @am__tar@
225am__untar = @am__untar@
226bindir = @bindir@
227build = @build@
228build_alias = @build_alias@
229build_cpu = @build_cpu@
230build_os = @build_os@
231build_vendor = @build_vendor@
232builddir = @builddir@
233datadir = @datadir@
234datarootdir = @datarootdir@
235docdir = @docdir@
236dvidir = @dvidir@
237exec_prefix = @exec_prefix@
238host = @host@
239host_alias = @host_alias@
240host_cpu = @host_cpu@
241host_os = @host_os@
242host_vendor = @host_vendor@
243htmldir = @htmldir@
244includedir = @includedir@
245infodir = @infodir@
246install_sh = @install_sh@
247libdir = @libdir@
248libexecdir = @libexecdir@
249localedir = @localedir@
250localstatedir = @localstatedir@
251mandir = @mandir@
252mkdir_p = @mkdir_p@
253oldincludedir = @oldincludedir@
254pdfdir = @pdfdir@
255prefix = @prefix@
256program_transform_name = @program_transform_name@
257psdir = @psdir@
258sbindir = @sbindir@
259sharedstatedir = @sharedstatedir@
260srcdir = @srcdir@
261sysconfdir = @sysconfdir@
262target_alias = @target_alias@
263top_build_prefix = @top_build_prefix@
264top_builddir = @top_builddir@
265top_srcdir = @top_srcdir@
266SPARQL_MANIFEST_FILES = manifest.n3
267SPARQL_MODEL_FILES = \
268data-01.n3 data-02.n3 dawg-data-01.n3
269
270SPARQL_TEST_NAMES = \
271dawg-triple-pattern-001 \
272dawg-triple-pattern-002 \
273dawg-triple-pattern-003 \
274dawg-triple-pattern-004
275
276SPARQL_TEST_FILES = \
277dawg-tp-01.rq dawg-tp-02.rq dawg-tp-03.rq dawg-tp-04.rq
278
279SPARQL_RESULT_FILES = \
280result-tp-01.n3 result-tp-02.n3 result-tp-03.n3 result-tp-04.n3
281
282EXTRA_DIST = \
283$(SPARQL_MANIFEST_FILES) \
284$(SPARQL_MODEL_FILES) \
285$(SPARQL_TEST_FILES) \
286$(SPARQL_RESULT_FILES)
287
288CLEANFILES = diff.out roqet.err roqet.out roqet.tmp result.out
289all: all-am
290
291.SUFFIXES:
292$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
293	@for dep in $?; do \
294	  case '$(am__configure_deps)' in \
295	    *$$dep*) \
296	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
297	        && { if test -f $@; then exit 0; else break; fi; }; \
298	      exit 1;; \
299	  esac; \
300	done; \
301	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/sparql/simple/Makefile'; \
302	$(am__cd) $(top_srcdir) && \
303	  $(AUTOMAKE) --gnu tests/sparql/simple/Makefile
304.PRECIOUS: Makefile
305Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
306	@case '$?' in \
307	  *config.status*) \
308	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
309	  *) \
310	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
311	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
312	esac;
313
314$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
315	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
316
317$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
318	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
319$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
320	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
321$(am__aclocal_m4_deps):
322
323mostlyclean-libtool:
324	-rm -f *.lo
325
326clean-libtool:
327	-rm -rf .libs _libs
328tags: TAGS
329TAGS:
330
331ctags: CTAGS
332CTAGS:
333
334
335distdir: $(DISTFILES)
336	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
337	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
338	list='$(DISTFILES)'; \
339	  dist_files=`for file in $$list; do echo $$file; done | \
340	  sed -e "s|^$$srcdirstrip/||;t" \
341	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
342	case $$dist_files in \
343	  */*) $(MKDIR_P) `echo "$$dist_files" | \
344			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
345			   sort -u` ;; \
346	esac; \
347	for file in $$dist_files; do \
348	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
349	  if test -d $$d/$$file; then \
350	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
351	    if test -d "$(distdir)/$$file"; then \
352	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
353	    fi; \
354	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
355	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
356	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
357	    fi; \
358	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
359	  else \
360	    test -f "$(distdir)/$$file" \
361	    || cp -p $$d/$$file "$(distdir)/$$file" \
362	    || exit 1; \
363	  fi; \
364	done
365check-am: all-am
366	$(MAKE) $(AM_MAKEFLAGS) check-local
367check: check-am
368all-am: Makefile
369installdirs:
370install: install-am
371install-exec: install-exec-am
372install-data: install-data-am
373uninstall: uninstall-am
374
375install-am: all-am
376	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
377
378installcheck: installcheck-am
379install-strip:
380	if test -z '$(STRIP)'; then \
381	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
382	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
383	      install; \
384	else \
385	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
386	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
387	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
388	fi
389mostlyclean-generic:
390
391clean-generic:
392	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
393
394distclean-generic:
395	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
396	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
397
398maintainer-clean-generic:
399	@echo "This command is intended for maintainers to use"
400	@echo "it deletes files that may require special tools to rebuild."
401clean: clean-am
402
403clean-am: clean-generic clean-libtool mostlyclean-am
404
405distclean: distclean-am
406	-rm -f Makefile
407distclean-am: clean-am distclean-generic
408
409dvi: dvi-am
410
411dvi-am:
412
413html: html-am
414
415html-am:
416
417info: info-am
418
419info-am:
420
421install-data-am:
422
423install-dvi: install-dvi-am
424
425install-dvi-am:
426
427install-exec-am:
428
429install-html: install-html-am
430
431install-html-am:
432
433install-info: install-info-am
434
435install-info-am:
436
437install-man:
438
439install-pdf: install-pdf-am
440
441install-pdf-am:
442
443install-ps: install-ps-am
444
445install-ps-am:
446
447installcheck-am:
448
449maintainer-clean: maintainer-clean-am
450	-rm -f Makefile
451maintainer-clean-am: distclean-am maintainer-clean-generic
452
453mostlyclean: mostlyclean-am
454
455mostlyclean-am: mostlyclean-generic mostlyclean-libtool
456
457pdf: pdf-am
458
459pdf-am:
460
461ps: ps-am
462
463ps-am:
464
465uninstall-am:
466
467.MAKE: check-am install-am install-strip
468
469.PHONY: all all-am check check-am check-local clean clean-generic \
470	clean-libtool distclean distclean-generic distclean-libtool \
471	distdir dvi dvi-am html html-am info info-am install \
472	install-am install-data install-data-am install-dvi \
473	install-dvi-am install-exec install-exec-am install-html \
474	install-html-am install-info install-info-am install-man \
475	install-pdf install-pdf-am install-ps install-ps-am \
476	install-strip installcheck installcheck-am installdirs \
477	maintainer-clean maintainer-clean-generic mostlyclean \
478	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
479	uninstall uninstall-am
480
481
482.PHONY: build-core build-roqet build-sparql-test-utils check-local get-testsuites-list get-testsuite-sparql-lexer get-testsuite-sparql-parser
483
484# This sequence allows parallel building of build-core and then once
485# that is built, parallel building of the dependent programs: roqet,
486# sparql_lexer_test and sparql_parser_test
487build-core:
488	@(cd $(top_builddir)/src ; $(MAKE))
489
490build-roqet: build-core
491	@(cd $(top_builddir)/utils ; $(MAKE) roqet)
492
493build-sparql-test-utils: build-core
494	@(cd $(top_builddir)/src ; $(MAKE) sparql_lexer_test sparql_parser_test)
495
496check-local: build-roqet build-sparql-test-utils
497	@$(PERL) $(srcdir)/../../improve .
498
499get-testsuites-list:
500	@echo "sparql-lexer sparql-parser sparql-query"
501
502get-testsuite-sparql-lexer get-testsuite-sparql-parser:
503	@tests="$(SPARQL_TEST_FILES)"; \
504	type=`echo $@ | sed -e 's/^.*sparql-//' -e 's/er$$//'`; \
505	verb=`echo $$type`ing; \
506	prog=sparql_`echo $$type`er_test; \
507	$(RECHO) '@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .'; \
508	$(RECHO) '@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .'; \
509	$(RECHO) '@prefix t:     <http://ns.librdf.org/2009/test-manifest#> .'; \
510	$(RECHO) ' '; \
511	$(RECHO) "<> a mf:Manifest; rdfs:comment \"SPARQL legal $$verb\"; mf:entries ("; \
512	for test in $$tests; do \
513	  comment="sparql $$type of $$test"; \
514	  $(RECHO) "  [ a t:PositiveTest; mf:name \"$$test\"; rdfs:comment \"$$comment\"; mf:action  \"$(top_builddir)/src/$$prog $(srcdir)/$$test\" ]"; \
515	done; \
516	$(RECHO) ")."
517
518get-testsuite-sparql-query:
519	@tests="$(SPARQL_TEST_NAMES)"; \
520	$(RECHO) '@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .'; \
521	$(RECHO) '@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .'; \
522	$(RECHO) '@prefix t:     <http://ns.librdf.org/2009/test-manifest#> .'; \
523	$(RECHO) ' '; \
524	$(RECHO) "<> a mf:Manifest; rdfs:comment \"SPARQL Query Execution\"; mf:entries ("; \
525	for test in $$tests; do \
526	  comment="sparql query $$test"; \
527	  expect="PositiveTest"; \
528	  t=`echo $$test`; \
529	  $(RECHO) "  [ a t:$$expect; mf:name \"$$test\"; rdfs:comment \"$$comment\"; mf:action  \"$(PERL) $(srcdir)/../check-sparql -s $(srcdir) $$t\" ]"; \
530	done; \
531	$(RECHO) ")."
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