Imported Upstream version 1.1.29
[platform/upstream/libxslt.git] / tests / exslt / functions / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 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@
16 VPATH = @srcdir@
17 am__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 }
28 am__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
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = tests/exslt/functions
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/configure.in
93 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94         $(ACLOCAL_M4)
95 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
96 mkinstalldirs = $(install_sh) -d
97 CONFIG_HEADER = $(top_builddir)/config.h
98 CONFIG_CLEAN_FILES =
99 CONFIG_CLEAN_VPATH_FILES =
100 AM_V_P = $(am__v_P_@AM_V@)
101 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
102 am__v_P_0 = false
103 am__v_P_1 = :
104 AM_V_GEN = $(am__v_GEN_@AM_V@)
105 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
106 am__v_GEN_0 = @echo "  GEN     " $@;
107 am__v_GEN_1 = 
108 AM_V_at = $(am__v_at_@AM_V@)
109 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
110 am__v_at_0 = @
111 am__v_at_1 = 
112 SOURCES =
113 DIST_SOURCES =
114 am__can_run_installinfo = \
115   case $$AM_UPDATE_INFO_DIR in \
116     n|no|NO) false;; \
117     *) (install-info --version) >/dev/null 2>&1;; \
118   esac
119 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
120 am__DIST_COMMON = $(srcdir)/Makefile.in
121 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
122 ACLOCAL = @ACLOCAL@
123 AMTAR = @AMTAR@
124 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
125 AR = @AR@
126 AS = @AS@
127 AUTOCONF = @AUTOCONF@
128 AUTOHEADER = @AUTOHEADER@
129 AUTOMAKE = @AUTOMAKE@
130 AWK = @AWK@
131 CC = @CC@
132 CCDEPMODE = @CCDEPMODE@
133 CFLAGS = @CFLAGS@
134 CPP = @CPP@
135 CPPFLAGS = @CPPFLAGS@
136 CRYPTO_TESTDIR = @CRYPTO_TESTDIR@
137 CYGPATH_W = @CYGPATH_W@
138 DEFS = @DEFS@
139 DEPDIR = @DEPDIR@
140 DLLTOOL = @DLLTOOL@
141 DSYMUTIL = @DSYMUTIL@
142 DUMPBIN = @DUMPBIN@
143 ECHO_C = @ECHO_C@
144 ECHO_N = @ECHO_N@
145 ECHO_T = @ECHO_T@
146 EGREP = @EGREP@
147 EXEEXT = @EXEEXT@
148 EXSLT_INCLUDEDIR = @EXSLT_INCLUDEDIR@
149 EXSLT_LIBDIR = @EXSLT_LIBDIR@
150 EXSLT_LIBS = @EXSLT_LIBS@
151 EXTRA_LIBS = @EXTRA_LIBS@
152 FGREP = @FGREP@
153 GREP = @GREP@
154 HTML_DIR = @HTML_DIR@
155 INSTALL = @INSTALL@
156 INSTALL_DATA = @INSTALL_DATA@
157 INSTALL_PROGRAM = @INSTALL_PROGRAM@
158 INSTALL_SCRIPT = @INSTALL_SCRIPT@
159 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
160 LD = @LD@
161 LDFLAGS = @LDFLAGS@
162 LIBEXSLT_MAJOR_VERSION = @LIBEXSLT_MAJOR_VERSION@
163 LIBEXSLT_MICRO_VERSION = @LIBEXSLT_MICRO_VERSION@
164 LIBEXSLT_MINOR_VERSION = @LIBEXSLT_MINOR_VERSION@
165 LIBEXSLT_VERSION = @LIBEXSLT_VERSION@
166 LIBEXSLT_VERSION_EXTRA = @LIBEXSLT_VERSION_EXTRA@
167 LIBEXSLT_VERSION_INFO = @LIBEXSLT_VERSION_INFO@
168 LIBEXSLT_VERSION_NUMBER = @LIBEXSLT_VERSION_NUMBER@
169 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
170 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
171 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
172 LIBOBJS = @LIBOBJS@
173 LIBS = @LIBS@
174 LIBTOOL = @LIBTOOL@
175 LIBXML_CFLAGS = @LIBXML_CFLAGS@
176 LIBXML_LIBS = @LIBXML_LIBS@
177 LIBXML_REQUIRED_VERSION = @LIBXML_REQUIRED_VERSION@
178 LIBXML_SRC = @LIBXML_SRC@
179 LIBXSLT_DEFAULT_PLUGINS_PATH = @LIBXSLT_DEFAULT_PLUGINS_PATH@
180 LIBXSLT_MAJOR_MINOR_VERSION = @LIBXSLT_MAJOR_MINOR_VERSION@
181 LIBXSLT_MAJOR_VERSION = @LIBXSLT_MAJOR_VERSION@
182 LIBXSLT_MICRO_VERSION = @LIBXSLT_MICRO_VERSION@
183 LIBXSLT_MINOR_VERSION = @LIBXSLT_MINOR_VERSION@
184 LIBXSLT_VERSION = @LIBXSLT_VERSION@
185 LIBXSLT_VERSION_EXTRA = @LIBXSLT_VERSION_EXTRA@
186 LIBXSLT_VERSION_INFO = @LIBXSLT_VERSION_INFO@
187 LIBXSLT_VERSION_NUMBER = @LIBXSLT_VERSION_NUMBER@
188 LIPO = @LIPO@
189 LN_S = @LN_S@
190 LTLIBOBJS = @LTLIBOBJS@
191 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
192 MAKEINFO = @MAKEINFO@
193 MANIFEST_TOOL = @MANIFEST_TOOL@
194 MKDIR_P = @MKDIR_P@
195 MV = @MV@
196 M_LIBS = @M_LIBS@
197 NM = @NM@
198 NMEDIT = @NMEDIT@
199 OBJDUMP = @OBJDUMP@
200 OBJEXT = @OBJEXT@
201 OTOOL = @OTOOL@
202 OTOOL64 = @OTOOL64@
203 PACKAGE = @PACKAGE@
204 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
205 PACKAGE_NAME = @PACKAGE_NAME@
206 PACKAGE_STRING = @PACKAGE_STRING@
207 PACKAGE_TARNAME = @PACKAGE_TARNAME@
208 PACKAGE_URL = @PACKAGE_URL@
209 PACKAGE_VERSION = @PACKAGE_VERSION@
210 PATH_SEPARATOR = @PATH_SEPARATOR@
211 PERL = @PERL@
212 PYTHON = @PYTHON@
213 PYTHONSODV = @PYTHONSODV@
214 PYTHON_INCLUDES = @PYTHON_INCLUDES@
215 PYTHON_LIBS = @PYTHON_LIBS@
216 PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@
217 PYTHON_SUBDIR = @PYTHON_SUBDIR@
218 PYTHON_VERSION = @PYTHON_VERSION@
219 RANLIB = @RANLIB@
220 RELDATE = @RELDATE@
221 RM = @RM@
222 SED = @SED@
223 SET_MAKE = @SET_MAKE@
224 SHELL = @SHELL@
225 STRIP = @STRIP@
226 TAR = @TAR@
227 THREAD_LIBS = @THREAD_LIBS@
228 VERSION = @VERSION@
229 VERSION_SCRIPT_FLAGS = @VERSION_SCRIPT_FLAGS@
230 WIN32_EXTRA_LDFLAGS = @WIN32_EXTRA_LDFLAGS@
231 WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@
232 WITH_CRYPTO = @WITH_CRYPTO@
233 WITH_DEBUGGER = @WITH_DEBUGGER@
234 WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
235 WITH_MODULES = @WITH_MODULES@
236 WITH_TRIO = @WITH_TRIO@
237 WITH_XSLT_DEBUG = @WITH_XSLT_DEBUG@
238 XMLLINT = @XMLLINT@
239 XML_CONFIG = @XML_CONFIG@
240 XSLTPROC = @XSLTPROC@
241 XSLTPROCDV = @XSLTPROCDV@
242 XSLT_INCLUDEDIR = @XSLT_INCLUDEDIR@
243 XSLT_LIBDIR = @XSLT_LIBDIR@
244 XSLT_LIBS = @XSLT_LIBS@
245 XSLT_LOCALE_WINAPI = @XSLT_LOCALE_WINAPI@
246 XSLT_LOCALE_XLOCALE = @XSLT_LOCALE_XLOCALE@
247 abs_builddir = @abs_builddir@
248 abs_srcdir = @abs_srcdir@
249 abs_top_builddir = @abs_top_builddir@
250 abs_top_srcdir = @abs_top_srcdir@
251 ac_ct_AR = @ac_ct_AR@
252 ac_ct_CC = @ac_ct_CC@
253 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
254 am__include = @am__include@
255 am__leading_dot = @am__leading_dot@
256 am__quote = @am__quote@
257 am__tar = @am__tar@
258 am__untar = @am__untar@
259 bindir = @bindir@
260 build = @build@
261 build_alias = @build_alias@
262 build_cpu = @build_cpu@
263 build_os = @build_os@
264 build_vendor = @build_vendor@
265 builddir = @builddir@
266 datadir = @datadir@
267 datarootdir = @datarootdir@
268 docdir = @docdir@
269 dvidir = @dvidir@
270 exec_prefix = @exec_prefix@
271 host = @host@
272 host_alias = @host_alias@
273 host_cpu = @host_cpu@
274 host_os = @host_os@
275 host_vendor = @host_vendor@
276 htmldir = @htmldir@
277 includedir = @includedir@
278 infodir = @infodir@
279 install_sh = @install_sh@
280 libdir = @libdir@
281 libexecdir = @libexecdir@
282 localedir = @localedir@
283 localstatedir = @localstatedir@
284 mandir = @mandir@
285 mkdir_p = @mkdir_p@
286 oldincludedir = @oldincludedir@
287 pdfdir = @pdfdir@
288 prefix = @prefix@
289 program_transform_name = @program_transform_name@
290 psdir = @psdir@
291 pythondir = @pythondir@
292 sbindir = @sbindir@
293 sharedstatedir = @sharedstatedir@
294 srcdir = @srcdir@
295 sysconfdir = @sysconfdir@
296 target_alias = @target_alias@
297 top_build_prefix = @top_build_prefix@
298 top_builddir = @top_builddir@
299 top_srcdir = @top_srcdir@
300 EXTRA_DIST = \
301         function.1.out  function.1.xml  function.1.xsl  \
302         function.2.out  function.2.xml  function.2.xsl  \
303         function.3.out  function.3.xml  function.3.xsl  \
304         function.4.out  function.4.xml  function.4.xsl  \
305         function.5.out  function.5.xml  function.5.xsl  \
306         function.6.out  function.6.xml  function.6.xsl  \
307         function.7.out  function.7.xml  function.7.xsl  \
308         function.8.out  function.8.xml  function.8.xsl  \
309         function.9.out  function.9.xml  function.9.xsl  \
310         function.10.out function.10.xml function.10.xsl
311
312 CLEANFILES = .memdump
313 all: all-am
314
315 .SUFFIXES:
316 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
317         @for dep in $?; do \
318           case '$(am__configure_deps)' in \
319             *$$dep*) \
320               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
321                 && { if test -f $@; then exit 0; else break; fi; }; \
322               exit 1;; \
323           esac; \
324         done; \
325         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/exslt/functions/Makefile'; \
326         $(am__cd) $(top_srcdir) && \
327           $(AUTOMAKE) --gnu tests/exslt/functions/Makefile
328 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
329         @case '$?' in \
330           *config.status*) \
331             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
332           *) \
333             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
334             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
335         esac;
336
337 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
338         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
339
340 $(top_srcdir)/configure:  $(am__configure_deps)
341         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
342 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
343         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
344 $(am__aclocal_m4_deps):
345
346 mostlyclean-libtool:
347         -rm -f *.lo
348
349 clean-libtool:
350         -rm -rf .libs _libs
351 tags TAGS:
352
353 ctags CTAGS:
354
355 cscope cscopelist:
356
357
358 distdir: $(DISTFILES)
359         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
360         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
361         list='$(DISTFILES)'; \
362           dist_files=`for file in $$list; do echo $$file; done | \
363           sed -e "s|^$$srcdirstrip/||;t" \
364               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
365         case $$dist_files in \
366           */*) $(MKDIR_P) `echo "$$dist_files" | \
367                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
368                            sort -u` ;; \
369         esac; \
370         for file in $$dist_files; do \
371           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
372           if test -d $$d/$$file; then \
373             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
374             if test -d "$(distdir)/$$file"; then \
375               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
376             fi; \
377             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
378               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
379               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
380             fi; \
381             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
382           else \
383             test -f "$(distdir)/$$file" \
384             || cp -p $$d/$$file "$(distdir)/$$file" \
385             || exit 1; \
386           fi; \
387         done
388 check-am: all-am
389 check: check-am
390 all-am: Makefile
391 installdirs:
392 install: install-am
393 install-exec: install-exec-am
394 install-data: install-data-am
395 uninstall: uninstall-am
396
397 install-am: all-am
398         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
399
400 installcheck: installcheck-am
401 install-strip:
402         if test -z '$(STRIP)'; then \
403           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
404             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
405               install; \
406         else \
407           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
408             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
409             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
410         fi
411 mostlyclean-generic:
412
413 clean-generic:
414         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
415
416 distclean-generic:
417         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
418         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
419
420 maintainer-clean-generic:
421         @echo "This command is intended for maintainers to use"
422         @echo "it deletes files that may require special tools to rebuild."
423 clean: clean-am
424
425 clean-am: clean-generic clean-libtool mostlyclean-am
426
427 distclean: distclean-am
428         -rm -f Makefile
429 distclean-am: clean-am distclean-generic
430
431 dvi: dvi-am
432
433 dvi-am:
434
435 html: html-am
436
437 html-am:
438
439 info: info-am
440
441 info-am:
442
443 install-data-am:
444
445 install-dvi: install-dvi-am
446
447 install-dvi-am:
448
449 install-exec-am:
450
451 install-html: install-html-am
452
453 install-html-am:
454
455 install-info: install-info-am
456
457 install-info-am:
458
459 install-man:
460
461 install-pdf: install-pdf-am
462
463 install-pdf-am:
464
465 install-ps: install-ps-am
466
467 install-ps-am:
468
469 installcheck-am:
470
471 maintainer-clean: maintainer-clean-am
472         -rm -f Makefile
473 maintainer-clean-am: distclean-am maintainer-clean-generic
474
475 mostlyclean: mostlyclean-am
476
477 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
478
479 pdf: pdf-am
480
481 pdf-am:
482
483 ps: ps-am
484
485 ps-am:
486
487 uninstall-am:
488
489 .MAKE: install-am install-strip
490
491 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
492         cscopelist-am ctags-am distclean distclean-generic \
493         distclean-libtool distdir dvi dvi-am html html-am info info-am \
494         install install-am install-data install-data-am install-dvi \
495         install-dvi-am install-exec install-exec-am install-html \
496         install-html-am install-info install-info-am install-man \
497         install-pdf install-pdf-am install-ps install-ps-am \
498         install-strip installcheck installcheck-am installdirs \
499         maintainer-clean maintainer-clean-generic mostlyclean \
500         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
501         tags-am uninstall uninstall-am
502
503 .PRECIOUS: Makefile
504
505
506 $(top_builddir)/xsltproc/xsltproc:
507         @(cd ../../../xsltproc ; $(MAKE) xsltproc)
508
509 valgrind:
510         @echo '## Running the regression tests under Valgrind'
511         $(MAKE) CHECKER='libtool --mode=execute valgrind -q --leak-check=full' tests
512
513 test tests: $(top_builddir)/xsltproc/xsltproc
514         @echo '## Running exslt function tests'
515         @(echo > .memdump)
516         @(for i in $(srcdir)/*.xsl ; do \
517           name=`basename $$i .xsl` ; \
518           if [ ! -f $(srcdir)/$$name.xml ] ; then continue ; fi ; \
519           log=`$(CHECKER) $(top_builddir)/xsltproc/xsltproc \
520                 $(srcdir)/$$name.xsl $(srcdir)/$$name.xml > $$name.res 2>$$name.bad;\
521           if [ ! -f $(srcdir)/$$name.out ] ; then \
522                 cp $$name.res $(srcdir)/$$name.out ; \
523                 if [ -s $$name.bad ] ; then \
524                         mv $$name.bad $(srcdir)/$$name.err ; \
525                 fi ; \
526           else \
527                 if  [ ! -s $$name.res ] ; then \
528                         echo "Fatal error, no $$name.res\n" ; \
529                 else \
530                         diff $(srcdir)/$$name.out $$name.res ; \
531                         if [ -s $(srcdir)/$$name.err ] ; then \
532                                 diff $(srcdir)/$$name.err $$name.bad; \
533                         else \
534                                 diff /dev/null $$name.bad; \
535                         fi ; \
536                 fi ; \
537           fi; \
538           grep "MORY ALLO" .memdump  | grep -v "MEMORY ALLOCATED : 0" || true`;\
539           if [ -n "$$log" ] ; then \
540                 echo $$name result ; \
541                 echo "$$log" ; \
542           fi ; \
543           rm -f $$name.res $$name.bad ; \
544           done)
545
546 # Tell versions [3.59,3.63) of GNU make to not export all variables.
547 # Otherwise a system limit (for SysV at least) may be exceeded.
548 .NOEXPORT: