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