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
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@
90noinst_PROGRAMS = wtimef90$(EXEEXT)
91subdir = f90/timer
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/confdb/aclocal_cache.m4 \
94	$(top_srcdir)/confdb/aclocal_cc.m4 \
95	$(top_srcdir)/confdb/aclocal_cxx.m4 \
96	$(top_srcdir)/confdb/aclocal_f77.m4 \
97	$(top_srcdir)/confdb/aclocal_fc.m4 \
98	$(top_srcdir)/confdb/aclocal_libs.m4 \
99	$(top_srcdir)/confdb/aclocal_make.m4 \
100	$(top_srcdir)/confdb/aclocal_runlog.m4 \
101	$(top_srcdir)/confdb/aclocal_threads.m4 \
102	$(top_srcdir)/confdb/aclocal_util.m4 \
103	$(top_srcdir)/confdb/libtool.m4 \
104	$(top_srcdir)/confdb/ltoptions.m4 \
105	$(top_srcdir)/confdb/ltsugar.m4 \
106	$(top_srcdir)/confdb/ltversion.m4 \
107	$(top_srcdir)/confdb/lt~obsolete.m4 $(top_srcdir)/version.m4 \
108	$(top_srcdir)/configure.ac
109am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
110	$(ACLOCAL_M4)
111DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
112mkinstalldirs = $(install_sh) -d
113CONFIG_HEADER = $(top_builddir)/include/mpitestconf.h
114CONFIG_CLEAN_FILES =
115CONFIG_CLEAN_VPATH_FILES =
116PROGRAMS = $(noinst_PROGRAMS)
117am_wtimef90_OBJECTS = wtimef90.$(OBJEXT)
118wtimef90_OBJECTS = $(am_wtimef90_OBJECTS)
119wtimef90_LDADD = $(LDADD)
120wtimef90_DEPENDENCIES = $(top_builddir)/util/mtest_f90.$(OBJEXT)
121AM_V_lt = $(am__v_lt_@AM_V@)
122am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
123am__v_lt_0 = --silent
124am__v_lt_1 =
125AM_V_P = $(am__v_P_@AM_V@)
126am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
127am__v_P_0 = false
128am__v_P_1 = :
129AM_V_GEN = $(am__v_GEN_@AM_V@)
130am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
131am__v_GEN_0 = @echo "  GEN     " $@;
132am__v_GEN_1 =
133AM_V_at = $(am__v_at_@AM_V@)
134am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
135am__v_at_0 = @
136am__v_at_1 =
137DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
138FCCOMPILE = $(FC) $(AM_FCFLAGS) $(FCFLAGS)
139LTFCCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=FC $(AM_LIBTOOLFLAGS) \
140	$(LIBTOOLFLAGS) --mode=compile $(FC) $(AM_FCFLAGS) $(FCFLAGS)
141AM_V_FC = $(am__v_FC_@AM_V@)
142am__v_FC_ = $(am__v_FC_@AM_DEFAULT_V@)
143am__v_FC_0 = @echo "  FC      " $@;
144am__v_FC_1 =
145FCLD = $(FC)
146FCLINK = $(LIBTOOL) $(AM_V_lt) --tag=FC $(AM_LIBTOOLFLAGS) \
147	$(LIBTOOLFLAGS) --mode=link $(FCLD) $(AM_FCFLAGS) $(FCFLAGS) \
148	$(AM_LDFLAGS) $(LDFLAGS) -o $@
149AM_V_FCLD = $(am__v_FCLD_@AM_V@)
150am__v_FCLD_ = $(am__v_FCLD_@AM_DEFAULT_V@)
151am__v_FCLD_0 = @echo "  FCLD    " $@;
152am__v_FCLD_1 =
153SOURCES = $(wtimef90_SOURCES)
154DIST_SOURCES = $(wtimef90_SOURCES)
155am__can_run_installinfo = \
156  case $$AM_UPDATE_INFO_DIR in \
157    n|no|NO) false;; \
158    *) (install-info --version) >/dev/null 2>&1;; \
159  esac
160am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
161# Read a list of newline-separated strings from the standard input,
162# and print each of them once, without duplicates.  Input order is
163# *not* preserved.
164am__uniquify_input = $(AWK) '\
165  BEGIN { nonempty = 0; } \
166  { items[$$0] = 1; nonempty = 1; } \
167  END { if (nonempty) { for (i in items) print i; }; } \
168'
169# Make sure the list of sources is unique.  This is necessary because,
170# e.g., the same source file might be shared among _SOURCES variables
171# for different programs/libraries.
172am__define_uniq_tagged_files = \
173  list='$(am__tagged_files)'; \
174  unique=`for i in $$list; do \
175    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
176  done | $(am__uniquify_input)`
177ETAGS = etags
178CTAGS = ctags
179am__DIST_COMMON = $(srcdir)/Makefile.in \
180	$(top_srcdir)/Makefile_f90.mtest
181DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
182VPATH = @VPATH@
183ACLOCAL = @ACLOCAL@
184ALLOCMEMF = @ALLOCMEMF@
185ALLOCMEMFC = @ALLOCMEMFC@
186AMTAR = @AMTAR@
187AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
188AR = @AR@
189AUTOCONF = @AUTOCONF@
190AUTOHEADER = @AUTOHEADER@
191AUTOMAKE = @AUTOMAKE@
192AWK = @AWK@
193CC = @CC@
194CCDEPMODE = @CCDEPMODE@
195CFLAGS = @CFLAGS@
196CPP = @CPP@
197CPPFLAGS = @CPPFLAGS@
198CXX = @CXX@
199CXXCPP = @CXXCPP@
200CXXDEPMODE = @CXXDEPMODE@
201CXXFLAGS = @CXXFLAGS@
202CYGPATH_W = @CYGPATH_W@
203DEFS = @DEFS@
204DEPDIR = @DEPDIR@
205DLLTOOL = @DLLTOOL@
206DSYMUTIL = @DSYMUTIL@
207DTP_SWITCH = @DTP_SWITCH@
208DUMPBIN = @DUMPBIN@
209ECHO_C = @ECHO_C@
210ECHO_N = @ECHO_N@
211ECHO_T = @ECHO_T@
212EGREP = @EGREP@
213EXEEXT = @EXEEXT@
214F03SPAWNARGTEST = @F03SPAWNARGTEST@
215F77 = @F77@
216F77SPAWNARGTEST = @F77SPAWNARGTEST@
217F77_GETARG_LIBS = @F77_GETARG_LIBS@
218F77_MPI_ADDRESS = @F77_MPI_ADDRESS@
219F77_MPI_OFFSET = @F77_MPI_OFFSET@
220F77_NAME_MANGLE = @F77_NAME_MANGLE@
221FC = @FC@
222FCFLAGS = @FCFLAGS@
223FCFLAGS_f90 = @FCFLAGS_f90@
224FCMODEXT = @FCMODEXT@
225FCMODINCFLAG = @FCMODINCFLAG@
226FCMODOUTFLAG = @FCMODOUTFLAG@
227FC_GETARG_LIBS = @FC_GETARG_LIBS@
228FC_WORK_FILES_ARG = @FC_WORK_FILES_ARG@
229FFLAGS = @FFLAGS@
230FGREP = @FGREP@
231FLIBS = @FLIBS@
232FROM_MPICH = @FROM_MPICH@
233GREP = @GREP@
234INSTALL = @INSTALL@
235INSTALL_DATA = @INSTALL_DATA@
236INSTALL_PROGRAM = @INSTALL_PROGRAM@
237INSTALL_SCRIPT = @INSTALL_SCRIPT@
238INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
239LD = @LD@
240LDFLAGS = @LDFLAGS@
241LIBOBJS = @LIBOBJS@
242LIBS = @LIBS@
243LIBTOOL = @LIBTOOL@
244LIPO = @LIPO@
245LN_S = @LN_S@
246LTLIBOBJS = @LTLIBOBJS@
247LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
248MAINT = @MAINT@
249MAKE = @MAKE@
250MAKEINFO = @MAKEINFO@
251MANIFEST_TOOL = @MANIFEST_TOOL@
252MKDIR_P = @MKDIR_P@
253MPICC = @MPICC@
254MPICH_ENABLE_CXX = @MPICH_ENABLE_CXX@
255MPICH_ENABLE_F77 = @MPICH_ENABLE_F77@
256MPICH_ENABLE_FC = @MPICH_ENABLE_FC@
257MPICH_THREAD_LEVEL = @MPICH_THREAD_LEVEL@
258MPICXX = @MPICXX@
259MPIEXEC = @MPIEXEC@
260MPIF77 = @MPIF77@
261MPIFC = @MPIFC@
262MPILIBLOC = @MPILIBLOC@
263MPILIBNAME = @MPILIBNAME@
264MPI_HAS_MPIX = @MPI_HAS_MPIX@
265MPI_IS_STRICT = @MPI_IS_STRICT@
266MPI_NO_RMA = @MPI_NO_RMA@
267MPI_NO_SPAWN = @MPI_NO_SPAWN@
268MPI_SIZEOF_AINT = @MPI_SIZEOF_AINT@
269MPI_SIZEOF_OFFSET = @MPI_SIZEOF_OFFSET@
270MPI_SOURCE = @MPI_SOURCE@
271MPI_SUBVERSION = @MPI_SUBVERSION@
272MPI_VERSION = @MPI_VERSION@
273NM = @NM@
274NMEDIT = @NMEDIT@
275OBJDUMP = @OBJDUMP@
276OBJEXT = @OBJEXT@
277OTOOL = @OTOOL@
278OTOOL64 = @OTOOL64@
279PACKAGE = @PACKAGE@
280PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
281PACKAGE_NAME = @PACKAGE_NAME@
282PACKAGE_STRING = @PACKAGE_STRING@
283PACKAGE_TARNAME = @PACKAGE_TARNAME@
284PACKAGE_URL = @PACKAGE_URL@
285PACKAGE_VERSION = @PACKAGE_VERSION@
286PATH_SEPARATOR = @PATH_SEPARATOR@
287PERL = @PERL@
288RANLIB = @RANLIB@
289RUN_XFAIL = @RUN_XFAIL@
290SED = @SED@
291SET_CFLAGS = @SET_CFLAGS@
292SET_MAKE = @SET_MAKE@
293SHELL = @SHELL@
294STRIP = @STRIP@
295VERSION = @VERSION@
296WRAPPER_CFLAGS = @WRAPPER_CFLAGS@
297WRAPPER_CPPFLAGS = @WRAPPER_CPPFLAGS@
298WRAPPER_CXXFLAGS = @WRAPPER_CXXFLAGS@
299WRAPPER_FCFLAGS = @WRAPPER_FCFLAGS@
300WRAPPER_FFLAGS = @WRAPPER_FFLAGS@
301WRAPPER_LDFLAGS = @WRAPPER_LDFLAGS@
302WRAPPER_LIBS = @WRAPPER_LIBS@
303abs_builddir = @abs_builddir@
304abs_srcdir = @abs_srcdir@
305abs_top_builddir = @abs_top_builddir@
306abs_top_srcdir = @abs_top_srcdir@
307ac_ct_AR = @ac_ct_AR@
308ac_ct_CC = @ac_ct_CC@
309ac_ct_CXX = @ac_ct_CXX@
310ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
311ac_ct_F77 = @ac_ct_F77@
312ac_ct_FC = @ac_ct_FC@
313am__include = @am__include@
314am__leading_dot = @am__leading_dot@
315am__quote = @am__quote@
316am__tar = @am__tar@
317am__untar = @am__untar@
318bindir = @bindir@
319build = @build@
320build_alias = @build_alias@
321build_cpu = @build_cpu@
322build_os = @build_os@
323build_vendor = @build_vendor@
324builddir = @builddir@
325ch3_tests = @ch3_tests@
326ch4_ofi_tests = @ch4_ofi_tests@
327ch4_tests = @ch4_tests@
328ch4_ucx_tests = @ch4_ucx_tests@
329ckpointdir = @ckpointdir@
330comm_overlap = @comm_overlap@
331cuda_CPPFLAGS = @cuda_CPPFLAGS@
332cuda_LDFLAGS = @cuda_LDFLAGS@
333cuda_LIBS = @cuda_LIBS@
334cxxdir = @cxxdir@
335datadir = @datadir@
336datarootdir = @datarootdir@
337docdir = @docdir@
338dvidir = @dvidir@
339errordir = @errordir@
340exec_prefix = @exec_prefix@
341f08dir = @f08dir@
342f77dir = @f77dir@
343f90dir = @f90dir@
344faultsdir = @faultsdir@
345ftdir = @ftdir@
346host = @host@
347host_alias = @host_alias@
348host_cpu = @host_cpu@
349host_os = @host_os@
350host_vendor = @host_vendor@
351htmldir = @htmldir@
352impldir = @impldir@
353includedir = @includedir@
354infodir = @infodir@
355install_sh = @install_sh@
356iodir = @iodir@
357largetest = @largetest@
358libdir = @libdir@
359libexecdir = @libexecdir@
360localedir = @localedir@
361localstatedir = @localstatedir@
362main_top_builddir = @main_top_builddir@
363main_top_srcdir = @main_top_srcdir@
364mandir = @mandir@
365mkdir_p = @mkdir_p@
366mpich_top_srcdir = @mpich_top_srcdir@
367mpix = @mpix@
368namepub_tests = @namepub_tests@
369nocxxdistgraph = @nocxxdistgraph@
370nslib = @nslib@
371oldincludedir = @oldincludedir@
372otherlangs = @otherlangs@
373pdfdir = @pdfdir@
374perfdir = @perfdir@
375prefix = @prefix@
376program_transform_name = @program_transform_name@
377psdir = @psdir@
378rmadir = @rmadir@
379sbindir = @sbindir@
380sharedstatedir = @sharedstatedir@
381socklib = @socklib@
382spawndir = @spawndir@
383srcdir = @srcdir@
384subdirs = @subdirs@
385sysconfdir = @sysconfdir@
386target_alias = @target_alias@
387threadlib = @threadlib@
388threadsdir = @threadsdir@
389top_build_prefix = @top_build_prefix@
390top_builddir = @top_builddir@
391top_srcdir = @top_srcdir@
392ze_CPPFLAGS = @ze_CPPFLAGS@
393ze_LDFLAGS = @ze_LDFLAGS@
394ze_LIBS = @ze_LIBS@
395
396# these CPPFLAGS are only used when building C/C++ source files, not for actual
397# F90 code itself
398AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include @cuda_CPPFLAGS@ @ze_CPPFLAGS@
399LDADD = $(top_builddir)/util/mtest_f90.$(OBJEXT)
400mtest_c_objects = $(top_builddir)/util/mtest.$(OBJEXT) $(top_builddir)/util/mtest_single.$(OBJEXT) $(top_builddir)/util/mtest_common.$(OBJEXT)
401
402# This is right for many platforms, but not all.  The right fix involves a
403# configure test, but this version is no worse than the simplemake version was.
404AM_FFLAGS = -I.
405CLEANFILES = summary.xml summary.tap summary.junit.xml
406EXTRA_DIST = testlist
407wtimef90_SOURCES = wtimef90.f90
408all: all-am
409
410.SUFFIXES:
411.SUFFIXES: .f90 .lo .o .obj
412$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile_f90.mtest $(am__configure_deps)
413	@for dep in $?; do \
414	  case '$(am__configure_deps)' in \
415	    *$$dep*) \
416	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
417	        && { if test -f $@; then exit 0; else break; fi; }; \
418	      exit 1;; \
419	  esac; \
420	done; \
421	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign f90/timer/Makefile'; \
422	$(am__cd) $(top_srcdir) && \
423	  $(AUTOMAKE) --foreign f90/timer/Makefile
424Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
425	@case '$?' in \
426	  *config.status*) \
427	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
428	  *) \
429	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
430	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
431	esac;
432$(top_srcdir)/Makefile_f90.mtest $(am__empty):
433
434$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
435	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
436
437$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
438	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
439$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
440	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
441$(am__aclocal_m4_deps):
442
443clean-noinstPROGRAMS:
444	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
445	echo " rm -f" $$list; \
446	rm -f $$list || exit $$?; \
447	test -n "$(EXEEXT)" || exit 0; \
448	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
449	echo " rm -f" $$list; \
450	rm -f $$list
451
452wtimef90$(EXEEXT): $(wtimef90_OBJECTS) $(wtimef90_DEPENDENCIES) $(EXTRA_wtimef90_DEPENDENCIES)
453	@rm -f wtimef90$(EXEEXT)
454	$(AM_V_FCLD)$(FCLINK) $(wtimef90_OBJECTS) $(wtimef90_LDADD) $(LIBS)
455
456mostlyclean-compile:
457	-rm -f *.$(OBJEXT)
458
459distclean-compile:
460	-rm -f *.tab.c
461
462.f90.o:
463	$(AM_V_FC)$(FCCOMPILE) -c -o $@ $(FCFLAGS_f90) $<
464
465.f90.obj:
466	$(AM_V_FC)$(FCCOMPILE) -c -o $@ $(FCFLAGS_f90) `$(CYGPATH_W) '$<'`
467
468.f90.lo:
469	$(AM_V_FC)$(LTFCCOMPILE) -c -o $@ $(FCFLAGS_f90) $<
470
471mostlyclean-libtool:
472	-rm -f *.lo
473
474clean-libtool:
475	-rm -rf .libs _libs
476
477ID: $(am__tagged_files)
478	$(am__define_uniq_tagged_files); mkid -fID $$unique
479tags: tags-am
480TAGS: tags
481
482tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
483	set x; \
484	here=`pwd`; \
485	$(am__define_uniq_tagged_files); \
486	shift; \
487	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
488	  test -n "$$unique" || unique=$$empty_fix; \
489	  if test $$# -gt 0; then \
490	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
491	      "$$@" $$unique; \
492	  else \
493	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
494	      $$unique; \
495	  fi; \
496	fi
497ctags: ctags-am
498
499CTAGS: ctags
500ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
501	$(am__define_uniq_tagged_files); \
502	test -z "$(CTAGS_ARGS)$$unique" \
503	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
504	     $$unique
505
506GTAGS:
507	here=`$(am__cd) $(top_builddir) && pwd` \
508	  && $(am__cd) $(top_srcdir) \
509	  && gtags -i $(GTAGS_ARGS) "$$here"
510cscopelist: cscopelist-am
511
512cscopelist-am: $(am__tagged_files)
513	list='$(am__tagged_files)'; \
514	case "$(srcdir)" in \
515	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
516	  *) sdir=$(subdir)/$(srcdir) ;; \
517	esac; \
518	for i in $$list; do \
519	  if test -f "$$i"; then \
520	    echo "$(subdir)/$$i"; \
521	  else \
522	    echo "$$sdir/$$i"; \
523	  fi; \
524	done >> $(top_builddir)/cscope.files
525
526distclean-tags:
527	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
528
529distdir: $(DISTFILES)
530	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
531	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
532	list='$(DISTFILES)'; \
533	  dist_files=`for file in $$list; do echo $$file; done | \
534	  sed -e "s|^$$srcdirstrip/||;t" \
535	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
536	case $$dist_files in \
537	  */*) $(MKDIR_P) `echo "$$dist_files" | \
538			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
539			   sort -u` ;; \
540	esac; \
541	for file in $$dist_files; do \
542	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
543	  if test -d $$d/$$file; then \
544	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
545	    if test -d "$(distdir)/$$file"; then \
546	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
547	    fi; \
548	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
549	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
550	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
551	    fi; \
552	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
553	  else \
554	    test -f "$(distdir)/$$file" \
555	    || cp -p $$d/$$file "$(distdir)/$$file" \
556	    || exit 1; \
557	  fi; \
558	done
559check-am: all-am
560check: check-am
561all-am: Makefile $(PROGRAMS)
562installdirs:
563install: install-am
564install-exec: install-exec-am
565install-data: install-data-am
566uninstall: uninstall-am
567
568install-am: all-am
569	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
570
571installcheck: installcheck-am
572install-strip:
573	if test -z '$(STRIP)'; then \
574	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
575	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
576	      install; \
577	else \
578	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
579	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
580	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
581	fi
582mostlyclean-generic:
583
584clean-generic:
585	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
586
587distclean-generic:
588	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
589	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
590
591maintainer-clean-generic:
592	@echo "This command is intended for maintainers to use"
593	@echo "it deletes files that may require special tools to rebuild."
594clean: clean-am
595
596clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
597	mostlyclean-am
598
599distclean: distclean-am
600	-rm -f Makefile
601distclean-am: clean-am distclean-compile distclean-generic \
602	distclean-tags
603
604dvi: dvi-am
605
606dvi-am:
607
608html: html-am
609
610html-am:
611
612info: info-am
613
614info-am:
615
616install-data-am:
617
618install-dvi: install-dvi-am
619
620install-dvi-am:
621
622install-exec-am:
623
624install-html: install-html-am
625
626install-html-am:
627
628install-info: install-info-am
629
630install-info-am:
631
632install-man:
633
634install-pdf: install-pdf-am
635
636install-pdf-am:
637
638install-ps: install-ps-am
639
640install-ps-am:
641
642installcheck-am:
643
644maintainer-clean: maintainer-clean-am
645	-rm -f Makefile
646maintainer-clean-am: distclean-am maintainer-clean-generic
647
648mostlyclean: mostlyclean-am
649
650mostlyclean-am: mostlyclean-compile mostlyclean-generic \
651	mostlyclean-libtool
652
653pdf: pdf-am
654
655pdf-am:
656
657ps: ps-am
658
659ps-am:
660
661uninstall-am:
662
663.MAKE: install-am install-strip
664
665.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
666	clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
667	ctags-am distclean distclean-compile distclean-generic \
668	distclean-libtool distclean-tags distdir dvi dvi-am html \
669	html-am info info-am install install-am install-data \
670	install-data-am install-dvi install-dvi-am install-exec \
671	install-exec-am install-html install-html-am install-info \
672	install-info-am install-man install-pdf install-pdf-am \
673	install-ps install-ps-am install-strip installcheck \
674	installcheck-am installdirs maintainer-clean \
675	maintainer-clean-generic mostlyclean mostlyclean-compile \
676	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
677	tags tags-am uninstall uninstall-am
678
679.PRECIOUS: Makefile
680
681
682$(top_builddir)/util/mtest_f90.$(OBJEXT): $(top_srcdir)/util/mtest_f90.f90
683	(cd $(top_builddir)/util && $(MAKE) mtest_f90.$(OBJEXT))
684$(top_builddir)/util/mtest.$(OBJEXT): $(top_srcdir)/util/mtest.c
685	(cd $(top_builddir)/util && $(MAKE) mtest.$(OBJEXT))
686$(top_builddir)/util/mtest_single.$(OBJEXT): $(top_srcdir)/util/mtest_single.c
687	(cd $(top_builddir)/util && $(MAKE) mtest_single.$(OBJEXT))
688
689testing:
690	$(top_builddir)/runtests -srcdir=$(srcdir) -tests=testlist \
691		-mpiexec=${MPIEXEC} -xmlfile=summary.xml -tapfile=summary.tap -junitfile=summary.junit.xml
692
693# Tell versions [3.59,3.63) of GNU make to not export all variables.
694# Otherwise a system limit (for SysV at least) may be exceeded.
695.NOEXPORT:
696