1# Makefile.in generated by automake 1.12.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2012 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
17# -*- Mode: Makefile; -*-
18# vim: set ft=automake :
19#
20# (C) 2011 by Argonne National Laboratory.
21#     See COPYRIGHT in top-level directory.
22#
23am__make_dryrun = \
24  { \
25    am__dry=no; \
26    case $$MAKEFLAGS in \
27      *\\[\ \	]*) \
28        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
29          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
30      *) \
31        for am__flg in $$MAKEFLAGS; do \
32          case $$am__flg in \
33            *=*|--*) ;; \
34            *n*) am__dry=yes; break;; \
35          esac; \
36        done;; \
37    esac; \
38    test $$am__dry = yes; \
39  }
40pkgdatadir = $(datadir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42pkglibdir = $(libdir)/@PACKAGE@
43pkglibexecdir = $(libexecdir)/@PACKAGE@
44am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
45install_sh_DATA = $(install_sh) -c -m 644
46install_sh_PROGRAM = $(install_sh) -c
47install_sh_SCRIPT = $(install_sh) -c
48INSTALL_HEADER = $(INSTALL_DATA)
49transform = $(program_transform_name)
50NORMAL_INSTALL = :
51PRE_INSTALL = :
52POST_INSTALL = :
53NORMAL_UNINSTALL = :
54PRE_UNINSTALL = :
55POST_UNINSTALL = :
56build_triplet = @build@
57host_triplet = @host@
58DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
59	$(srcdir)/testlist.in $(top_srcdir)/Makefile.mtest
60subdir = errors
61ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62am__aclocal_m4_deps = $(top_srcdir)/confdb/aclocal_cache.m4 \
63	$(top_srcdir)/confdb/aclocal_cc.m4 \
64	$(top_srcdir)/confdb/aclocal_cxx.m4 \
65	$(top_srcdir)/confdb/aclocal_f77.m4 \
66	$(top_srcdir)/confdb/aclocal_fc.m4 \
67	$(top_srcdir)/confdb/aclocal_make.m4 \
68	$(top_srcdir)/confdb/aclocal_runlog.m4 \
69	$(top_srcdir)/confdb/aclocal_util.m4 \
70	$(top_srcdir)/configure.ac
71am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
72	$(ACLOCAL_M4)
73mkinstalldirs = $(install_sh) -d
74CONFIG_HEADER = $(top_builddir)/include/mpitestconf.h
75CONFIG_CLEAN_FILES = testlist
76CONFIG_CLEAN_VPATH_FILES =
77AM_V_P = $(am__v_P_@AM_V@)
78am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
79am__v_P_0 = false
80am__v_P_1 = :
81AM_V_GEN = $(am__v_GEN_@AM_V@)
82am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
83am__v_GEN_0 = @echo "  GEN     " $@;
84am__v_GEN_1 =
85AM_V_at = $(am__v_at_@AM_V@)
86am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
87am__v_at_0 = @
88am__v_at_1 =
89SOURCES =
90DIST_SOURCES =
91RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
92	html-recursive info-recursive install-data-recursive \
93	install-dvi-recursive install-exec-recursive \
94	install-html-recursive install-info-recursive \
95	install-pdf-recursive install-ps-recursive install-recursive \
96	installcheck-recursive installdirs-recursive pdf-recursive \
97	ps-recursive uninstall-recursive
98am__can_run_installinfo = \
99  case $$AM_UPDATE_INFO_DIR in \
100    n|no|NO) false;; \
101    *) (install-info --version) >/dev/null 2>&1;; \
102  esac
103RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
104  distclean-recursive maintainer-clean-recursive
105AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
106	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
107	distdir
108ETAGS = etags
109CTAGS = ctags
110DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
111am__relativize = \
112  dir0=`pwd`; \
113  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
114  sed_rest='s,^[^/]*/*,,'; \
115  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
116  sed_butlast='s,/*[^/]*$$,,'; \
117  while test -n "$$dir1"; do \
118    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
119    if test "$$first" != "."; then \
120      if test "$$first" = ".."; then \
121        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
122        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
123      else \
124        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
125        if test "$$first2" = "$$first"; then \
126          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
127        else \
128          dir2="../$$dir2"; \
129        fi; \
130        dir0="$$dir0"/"$$first"; \
131      fi; \
132    fi; \
133    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
134  done; \
135  reldir="$$dir2"
136VPATH = @VPATH@
137ACLOCAL = @ACLOCAL@
138ALLOCMEMF = @ALLOCMEMF@
139ALLOCMEMFC = @ALLOCMEMFC@
140AMTAR = @AMTAR@
141AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
142AR = @AR@
143AUTOCONF = @AUTOCONF@
144AUTOHEADER = @AUTOHEADER@
145AUTOMAKE = @AUTOMAKE@
146AWK = @AWK@
147CC = @CC@
148CCDEPMODE = @CCDEPMODE@
149CFLAGS = @CFLAGS@
150CPP = @CPP@
151CPPFLAGS = @CPPFLAGS@
152CXX = @CXX@
153CXXCPP = @CXXCPP@
154CXXDEPMODE = @CXXDEPMODE@
155CXXFLAGS = @CXXFLAGS@
156CYGPATH_W = @CYGPATH_W@
157DEFS = @DEFS@
158DEPDIR = @DEPDIR@
159ECHO_C = @ECHO_C@
160ECHO_N = @ECHO_N@
161ECHO_T = @ECHO_T@
162EGREP = @EGREP@
163EXEEXT = @EXEEXT@
164F03SPAWNARGTEST = @F03SPAWNARGTEST@
165F77 = @F77@
166F77SPAWNARGTEST = @F77SPAWNARGTEST@
167F77_GETARG_LIBS = @F77_GETARG_LIBS@
168F77_MPI_ADDRESS = @F77_MPI_ADDRESS@
169F77_MPI_OFFSET = @F77_MPI_OFFSET@
170F77_NAME_MANGLE = @F77_NAME_MANGLE@
171FC = @FC@
172FCFLAGS = @FCFLAGS@
173FCFLAGS_f90 = @FCFLAGS_f90@
174FC_GETARG_LIBS = @FC_GETARG_LIBS@
175FFLAGS = @FFLAGS@
176FGREP = @FGREP@
177FLIBS = @FLIBS@
178FROM_MPICH2 = @FROM_MPICH2@
179GREP = @GREP@
180INSTALL = @INSTALL@
181INSTALL_DATA = @INSTALL_DATA@
182INSTALL_PROGRAM = @INSTALL_PROGRAM@
183INSTALL_SCRIPT = @INSTALL_SCRIPT@
184INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
185LDFLAGS = @LDFLAGS@
186LIBOBJS = @LIBOBJS@
187LIBS = @LIBS@
188LTLIBOBJS = @LTLIBOBJS@
189MAINT = @MAINT@
190MAKE = @MAKE@
191MAKEINFO = @MAKEINFO@
192MKDIR_P = @MKDIR_P@
193MPICC = @MPICC@
194MPICH2_ENABLE_CXX = @MPICH2_ENABLE_CXX@
195MPICH2_ENABLE_F77 = @MPICH2_ENABLE_F77@
196MPICH2_ENABLE_FC = @MPICH2_ENABLE_FC@
197MPICH_THREAD_LEVEL = @MPICH_THREAD_LEVEL@
198MPICXX = @MPICXX@
199MPIEXEC = @MPIEXEC@
200MPIF77 = @MPIF77@
201MPIFC = @MPIFC@
202MPILIBLOC = @MPILIBLOC@
203MPILIBNAME = @MPILIBNAME@
204MPI_HAS_MPIX = @MPI_HAS_MPIX@
205MPI_IS_STRICT = @MPI_IS_STRICT@
206MPI_NO_RMA = @MPI_NO_RMA@
207MPI_NO_SPAWN = @MPI_NO_SPAWN@
208MPI_SIZEOF_AINT = @MPI_SIZEOF_AINT@
209MPI_SIZEOF_OFFSET = @MPI_SIZEOF_OFFSET@
210MPI_SOURCE = @MPI_SOURCE@
211MPI_SUBVERSION = @MPI_SUBVERSION@
212MPI_VERSION = @MPI_VERSION@
213OBJEXT = @OBJEXT@
214PACKAGE = @PACKAGE@
215PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
216PACKAGE_NAME = @PACKAGE_NAME@
217PACKAGE_STRING = @PACKAGE_STRING@
218PACKAGE_TARNAME = @PACKAGE_TARNAME@
219PACKAGE_URL = @PACKAGE_URL@
220PACKAGE_VERSION = @PACKAGE_VERSION@
221PATH_SEPARATOR = @PATH_SEPARATOR@
222PERL = @PERL@
223RANLIB = @RANLIB@
224SET_CFLAGS = @SET_CFLAGS@
225SET_MAKE = @SET_MAKE@
226SHELL = @SHELL@
227STRIP = @STRIP@
228VERSION = @VERSION@
229WRAPPER_CFLAGS = @WRAPPER_CFLAGS@
230WRAPPER_CPPFLAGS = @WRAPPER_CPPFLAGS@
231WRAPPER_CXXFLAGS = @WRAPPER_CXXFLAGS@
232WRAPPER_FCFLAGS = @WRAPPER_FCFLAGS@
233WRAPPER_FFLAGS = @WRAPPER_FFLAGS@
234WRAPPER_LDFLAGS = @WRAPPER_LDFLAGS@
235WRAPPER_LIBS = @WRAPPER_LIBS@
236abs_builddir = @abs_builddir@
237abs_srcdir = @abs_srcdir@
238abs_top_builddir = @abs_top_builddir@
239abs_top_srcdir = @abs_top_srcdir@
240ac_ct_AR = @ac_ct_AR@
241ac_ct_CC = @ac_ct_CC@
242ac_ct_CXX = @ac_ct_CXX@
243ac_ct_F77 = @ac_ct_F77@
244ac_ct_FC = @ac_ct_FC@
245am__include = @am__include@
246am__leading_dot = @am__leading_dot@
247am__quote = @am__quote@
248am__tar = @am__tar@
249am__untar = @am__untar@
250bindir = @bindir@
251build = @build@
252build_alias = @build_alias@
253build_cpu = @build_cpu@
254build_os = @build_os@
255build_vendor = @build_vendor@
256builddir = @builddir@
257cxxdir = @cxxdir@
258datadir = @datadir@
259datarootdir = @datarootdir@
260docdir = @docdir@
261dvidir = @dvidir@
262errordir = @errordir@
263exec_prefix = @exec_prefix@
264f77dir = @f77dir@
265f90dir = @f90dir@
266faultsdir = @faultsdir@
267host = @host@
268host_alias = @host_alias@
269host_cpu = @host_cpu@
270host_os = @host_os@
271host_vendor = @host_vendor@
272htmldir = @htmldir@
273includedir = @includedir@
274infodir = @infodir@
275install_sh = @install_sh@
276iodir = @iodir@
277libdir = @libdir@
278libexecdir = @libexecdir@
279localedir = @localedir@
280localstatedir = @localstatedir@
281mandir = @mandir@
282master_top_builddir = @master_top_builddir@
283master_top_srcdir = @master_top_srcdir@
284mkdir_p = @mkdir_p@
285mpich2_top_srcdir = @mpich2_top_srcdir@
286oldincludedir = @oldincludedir@
287otherlangs = @otherlangs@
288pdfdir = @pdfdir@
289perfdir = @perfdir@
290prefix = @prefix@
291program_transform_name = @program_transform_name@
292psdir = @psdir@
293rmadir = @rmadir@
294sbindir = @sbindir@
295sharedstatedir = @sharedstatedir@
296spawndir = @spawndir@
297srcdir = @srcdir@
298sysconfdir = @sysconfdir@
299target_alias = @target_alias@
300threadsdir = @threadsdir@
301top_build_prefix = @top_build_prefix@
302top_builddir = @top_builddir@
303top_srcdir = @top_srcdir@
304
305# AM_CPPFLAGS are used for C++ code as well
306AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
307LDADD = $(top_builddir)/util/mtest.o
308CLEANFILES = summary.xml
309
310# FIXME should "datatype" be included in this list?  It was not in the
311# simplemake version for some reason and is also missing from the testlist
312# file
313static_subdirs = attr coll comm datatype group pt2pt rma topo basic faults
314all_lang_subdirs = cxx f77 f90
315SUBDIRS = $(static_subdirs) $(iodir) $(otherlangs) $(spawndir)
316DIST_SUBDIRS = $(static_subdirs) io $(all_lang_subdirs) spawn
317all: all-recursive
318
319.SUFFIXES:
320$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.mtest $(am__configure_deps)
321	@for dep in $?; do \
322	  case '$(am__configure_deps)' in \
323	    *$$dep*) \
324	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
325	        && { if test -f $@; then exit 0; else break; fi; }; \
326	      exit 1;; \
327	  esac; \
328	done; \
329	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign errors/Makefile'; \
330	$(am__cd) $(top_srcdir) && \
331	  $(AUTOMAKE) --foreign errors/Makefile
332.PRECIOUS: Makefile
333Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
334	@case '$?' in \
335	  *config.status*) \
336	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
337	  *) \
338	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
339	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
340	esac;
341$(top_srcdir)/Makefile.mtest:
342
343$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
344	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
345
346$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
347	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
349	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
350$(am__aclocal_m4_deps):
351testlist: $(top_builddir)/config.status $(srcdir)/testlist.in
352	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
353
354# This directory's subdirectories are mostly independent; you can cd
355# into them and run 'make' without going through this Makefile.
356# To change the values of 'make' variables: instead of editing Makefiles,
357# (1) if the variable is set in 'config.status', edit 'config.status'
358#     (which will cause the Makefiles to be regenerated when you run 'make');
359# (2) otherwise, pass the desired values on the 'make' command line.
360$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
361	@fail= failcom='exit 1'; \
362	for f in x $$MAKEFLAGS; do \
363	  case $$f in \
364	    *=* | --[!k]*);; \
365	    *k*) failcom='fail=yes';; \
366	  esac; \
367	done; \
368	dot_seen=no; \
369	target=`echo $@ | sed s/-recursive//`; \
370	case "$@" in \
371	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
372	  *) list='$(SUBDIRS)' ;; \
373	esac; \
374	for subdir in $$list; do \
375	  echo "Making $$target in $$subdir"; \
376	  if test "$$subdir" = "."; then \
377	    dot_seen=yes; \
378	    local_target="$$target-am"; \
379	  else \
380	    local_target="$$target"; \
381	  fi; \
382	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
383	  || eval $$failcom; \
384	done; \
385	if test "$$dot_seen" = "no"; then \
386	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
387	fi; test -z "$$fail"
388tags-recursive:
389	list='$(SUBDIRS)'; for subdir in $$list; do \
390	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
391	done
392ctags-recursive:
393	list='$(SUBDIRS)'; for subdir in $$list; do \
394	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
395	done
396cscopelist-recursive:
397	list='$(SUBDIRS)'; for subdir in $$list; do \
398	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
399	done
400
401ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
402	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
403	unique=`for i in $$list; do \
404	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
405	  done | \
406	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
407	      END { if (nonempty) { for (i in files) print i; }; }'`; \
408	mkid -fID $$unique
409tags: TAGS
410
411TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
412		$(TAGS_FILES) $(LISP)
413	set x; \
414	here=`pwd`; \
415	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
416	  include_option=--etags-include; \
417	  empty_fix=.; \
418	else \
419	  include_option=--include; \
420	  empty_fix=; \
421	fi; \
422	list='$(SUBDIRS)'; for subdir in $$list; do \
423	  if test "$$subdir" = .; then :; else \
424	    test ! -f $$subdir/TAGS || \
425	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
426	  fi; \
427	done; \
428	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
429	unique=`for i in $$list; do \
430	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
431	  done | \
432	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
433	      END { if (nonempty) { for (i in files) print i; }; }'`; \
434	shift; \
435	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
436	  test -n "$$unique" || unique=$$empty_fix; \
437	  if test $$# -gt 0; then \
438	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
439	      "$$@" $$unique; \
440	  else \
441	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
442	      $$unique; \
443	  fi; \
444	fi
445ctags: CTAGS
446CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
447		$(TAGS_FILES) $(LISP)
448	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
449	unique=`for i in $$list; do \
450	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
451	  done | \
452	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
453	      END { if (nonempty) { for (i in files) print i; }; }'`; \
454	test -z "$(CTAGS_ARGS)$$unique" \
455	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
456	     $$unique
457
458GTAGS:
459	here=`$(am__cd) $(top_builddir) && pwd` \
460	  && $(am__cd) $(top_srcdir) \
461	  && gtags -i $(GTAGS_ARGS) "$$here"
462
463cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
464	list='$(SOURCES) $(HEADERS) $(LISP)'; \
465	case "$(srcdir)" in \
466	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
467	  *) sdir=$(subdir)/$(srcdir) ;; \
468	esac; \
469	for i in $$list; do \
470	  if test -f "$$i"; then \
471	    echo "$(subdir)/$$i"; \
472	  else \
473	    echo "$$sdir/$$i"; \
474	  fi; \
475	done >> $(top_builddir)/cscope.files
476
477distclean-tags:
478	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
479
480distdir: $(DISTFILES)
481	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
482	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
483	list='$(DISTFILES)'; \
484	  dist_files=`for file in $$list; do echo $$file; done | \
485	  sed -e "s|^$$srcdirstrip/||;t" \
486	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
487	case $$dist_files in \
488	  */*) $(MKDIR_P) `echo "$$dist_files" | \
489			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
490			   sort -u` ;; \
491	esac; \
492	for file in $$dist_files; do \
493	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
494	  if test -d $$d/$$file; then \
495	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
496	    if test -d "$(distdir)/$$file"; then \
497	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
498	    fi; \
499	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
500	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
501	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
502	    fi; \
503	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
504	  else \
505	    test -f "$(distdir)/$$file" \
506	    || cp -p $$d/$$file "$(distdir)/$$file" \
507	    || exit 1; \
508	  fi; \
509	done
510	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
511	  if test "$$subdir" = .; then :; else \
512	    $(am__make_dryrun) \
513	      || test -d "$(distdir)/$$subdir" \
514	      || $(MKDIR_P) "$(distdir)/$$subdir" \
515	      || exit 1; \
516	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
517	    $(am__relativize); \
518	    new_distdir=$$reldir; \
519	    dir1=$$subdir; dir2="$(top_distdir)"; \
520	    $(am__relativize); \
521	    new_top_distdir=$$reldir; \
522	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
523	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
524	    ($(am__cd) $$subdir && \
525	      $(MAKE) $(AM_MAKEFLAGS) \
526	        top_distdir="$$new_top_distdir" \
527	        distdir="$$new_distdir" \
528		am__remove_distdir=: \
529		am__skip_length_check=: \
530		am__skip_mode_fix=: \
531	        distdir) \
532	      || exit 1; \
533	  fi; \
534	done
535check-am: all-am
536check: check-recursive
537all-am: Makefile
538installdirs: installdirs-recursive
539installdirs-am:
540install: install-recursive
541install-exec: install-exec-recursive
542install-data: install-data-recursive
543uninstall: uninstall-recursive
544
545install-am: all-am
546	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
547
548installcheck: installcheck-recursive
549install-strip:
550	if test -z '$(STRIP)'; then \
551	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
552	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
553	      install; \
554	else \
555	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
556	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
557	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
558	fi
559mostlyclean-generic:
560
561clean-generic:
562	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
563
564distclean-generic:
565	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
566	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
567
568maintainer-clean-generic:
569	@echo "This command is intended for maintainers to use"
570	@echo "it deletes files that may require special tools to rebuild."
571clean: clean-recursive
572
573clean-am: clean-generic mostlyclean-am
574
575distclean: distclean-recursive
576	-rm -f Makefile
577distclean-am: clean-am distclean-generic distclean-tags
578
579dvi: dvi-recursive
580
581dvi-am:
582
583html: html-recursive
584
585html-am:
586
587info: info-recursive
588
589info-am:
590
591install-data-am:
592
593install-dvi: install-dvi-recursive
594
595install-dvi-am:
596
597install-exec-am:
598
599install-html: install-html-recursive
600
601install-html-am:
602
603install-info: install-info-recursive
604
605install-info-am:
606
607install-man:
608
609install-pdf: install-pdf-recursive
610
611install-pdf-am:
612
613install-ps: install-ps-recursive
614
615install-ps-am:
616
617installcheck-am:
618
619maintainer-clean: maintainer-clean-recursive
620	-rm -f Makefile
621maintainer-clean-am: distclean-am maintainer-clean-generic
622
623mostlyclean: mostlyclean-recursive
624
625mostlyclean-am: mostlyclean-generic
626
627pdf: pdf-recursive
628
629pdf-am:
630
631ps: ps-recursive
632
633ps-am:
634
635uninstall-am:
636
637.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
638	cscopelist-recursive ctags-recursive install-am install-strip \
639	tags-recursive
640
641.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
642	all all-am check check-am clean clean-generic cscopelist \
643	cscopelist-recursive ctags ctags-recursive distclean \
644	distclean-generic distclean-tags distdir dvi dvi-am html \
645	html-am info info-am install install-am install-data \
646	install-data-am install-dvi install-dvi-am install-exec \
647	install-exec-am install-html install-html-am install-info \
648	install-info-am install-man install-pdf install-pdf-am \
649	install-ps install-ps-am install-strip installcheck \
650	installcheck-am installdirs installdirs-am maintainer-clean \
651	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
652	pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
653
654
655$(top_builddir)/util/mtest.$(OBJEXT): $(top_srcdir)/util/mtest.c
656	(cd $(top_builddir)/util && $(MAKE) mtest.$(OBJEXT))
657
658testing:
659	$(top_builddir)/runtests -srcdir=$(srcdir) -tests=testlist \
660		-mpiexec=${MPIEXEC} -xmlfile=summary.xml
661
662# Tell versions [3.59,3.63) of GNU make to not export all variables.
663# Otherwise a system limit (for SysV at least) may be exceeded.
664.NOEXPORT:
665