|
Packit |
0848f5 |
# Makefile.in generated by automake 1.15 from Makefile.am.
|
|
Packit |
0848f5 |
# @configure_input@
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
# This Makefile.in is free software; the Free Software Foundation
|
|
Packit |
0848f5 |
# gives unlimited permission to copy and/or distribute it,
|
|
Packit |
0848f5 |
# with or without modifications, as long as this notice is preserved.
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
# This program is distributed in the hope that it will be useful,
|
|
Packit |
0848f5 |
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
Packit |
0848f5 |
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
Packit |
0848f5 |
# PARTICULAR PURPOSE.
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
@SET_MAKE@
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
# -*- Mode: Makefile; -*-
|
|
Packit |
0848f5 |
# vim: set ft=automake :
|
|
Packit |
0848f5 |
#
|
|
Packit |
0848f5 |
# (C) 2011 by Argonne National Laboratory.
|
|
Packit |
0848f5 |
# See COPYRIGHT in top-level directory.
|
|
Packit |
0848f5 |
#
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
am__is_gnu_make = { \
|
|
Packit |
0848f5 |
if test -z '$(MAKELEVEL)'; then \
|
|
Packit |
0848f5 |
false; \
|
|
Packit |
0848f5 |
elif test -n '$(MAKE_HOST)'; then \
|
|
Packit |
0848f5 |
true; \
|
|
Packit |
0848f5 |
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
|
|
Packit |
0848f5 |
true; \
|
|
Packit |
0848f5 |
else \
|
|
Packit |
0848f5 |
false; \
|
|
Packit |
0848f5 |
fi; \
|
|
Packit |
0848f5 |
}
|
|
Packit |
0848f5 |
am__make_running_with_option = \
|
|
Packit |
0848f5 |
case $${target_option-} in \
|
|
Packit |
0848f5 |
?) ;; \
|
|
Packit |
0848f5 |
*) echo "am__make_running_with_option: internal error: invalid" \
|
|
Packit |
0848f5 |
"target option '$${target_option-}' specified" >&2; \
|
|
Packit |
0848f5 |
exit 1;; \
|
|
Packit |
0848f5 |
esac; \
|
|
Packit |
0848f5 |
has_opt=no; \
|
|
Packit |
0848f5 |
sane_makeflags=$$MAKEFLAGS; \
|
|
Packit |
0848f5 |
if $(am__is_gnu_make); then \
|
|
Packit |
0848f5 |
sane_makeflags=$$MFLAGS; \
|
|
Packit |
0848f5 |
else \
|
|
Packit |
0848f5 |
case $$MAKEFLAGS in \
|
|
Packit |
0848f5 |
*\\[\ \ ]*) \
|
|
Packit |
0848f5 |
bs=\\; \
|
|
Packit |
0848f5 |
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
|
Packit |
0848f5 |
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
|
Packit |
0848f5 |
esac; \
|
|
Packit |
0848f5 |
fi; \
|
|
Packit |
0848f5 |
skip_next=no; \
|
|
Packit |
0848f5 |
strip_trailopt () \
|
|
Packit |
0848f5 |
{ \
|
|
Packit |
0848f5 |
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
|
Packit |
0848f5 |
}; \
|
|
Packit |
0848f5 |
for flg in $$sane_makeflags; do \
|
|
Packit |
0848f5 |
test $$skip_next = yes && { skip_next=no; continue; }; \
|
|
Packit |
0848f5 |
case $$flg in \
|
|
Packit |
0848f5 |
*=*|--*) continue;; \
|
|
Packit |
0848f5 |
-*I) strip_trailopt 'I'; skip_next=yes;; \
|
|
Packit |
0848f5 |
-*I?*) strip_trailopt 'I';; \
|
|
Packit |
0848f5 |
-*O) strip_trailopt 'O'; skip_next=yes;; \
|
|
Packit |
0848f5 |
-*O?*) strip_trailopt 'O';; \
|
|
Packit |
0848f5 |
-*l) strip_trailopt 'l'; skip_next=yes;; \
|
|
Packit |
0848f5 |
-*l?*) strip_trailopt 'l';; \
|
|
Packit |
0848f5 |
-[dEDm]) skip_next=yes;; \
|
|
Packit |
0848f5 |
-[JT]) skip_next=yes;; \
|
|
Packit |
0848f5 |
esac; \
|
|
Packit |
0848f5 |
case $$flg in \
|
|
Packit |
0848f5 |
*$$target_option*) has_opt=yes; break;; \
|
|
Packit |
0848f5 |
esac; \
|
|
Packit |
0848f5 |
done; \
|
|
Packit |
0848f5 |
test $$has_opt = yes
|
|
Packit |
0848f5 |
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
|
Packit |
0848f5 |
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
|
Packit |
0848f5 |
pkgdatadir = $(datadir)/@PACKAGE@
|
|
Packit |
0848f5 |
pkgincludedir = $(includedir)/@PACKAGE@
|
|
Packit |
0848f5 |
pkglibdir = $(libdir)/@PACKAGE@
|
|
Packit |
0848f5 |
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
|
Packit |
0848f5 |
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
Packit |
0848f5 |
install_sh_DATA = $(install_sh) -c -m 644
|
|
Packit |
0848f5 |
install_sh_PROGRAM = $(install_sh) -c
|
|
Packit |
0848f5 |
install_sh_SCRIPT = $(install_sh) -c
|
|
Packit |
0848f5 |
INSTALL_HEADER = $(INSTALL_DATA)
|
|
Packit |
0848f5 |
transform = $(program_transform_name)
|
|
Packit |
0848f5 |
NORMAL_INSTALL = :
|
|
Packit |
0848f5 |
PRE_INSTALL = :
|
|
Packit |
0848f5 |
POST_INSTALL = :
|
|
Packit |
0848f5 |
NORMAL_UNINSTALL = :
|
|
Packit |
0848f5 |
PRE_UNINSTALL = :
|
|
Packit |
0848f5 |
POST_UNINSTALL = :
|
|
Packit |
0848f5 |
build_triplet = @build@
|
|
Packit |
0848f5 |
host_triplet = @host@
|
|
Packit |
0848f5 |
noinst_PROGRAMS = fileerrret$(EXEEXT) openerr$(EXEEXT) \
|
|
Packit |
0848f5 |
file_errhdl$(EXEEXT)
|
|
Packit |
0848f5 |
subdir = errors/io
|
|
Packit |
0848f5 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
Packit |
0848f5 |
am__aclocal_m4_deps = $(top_srcdir)/confdb/aclocal_cache.m4 \
|
|
Packit |
0848f5 |
$(top_srcdir)/confdb/aclocal_cc.m4 \
|
|
Packit |
0848f5 |
$(top_srcdir)/confdb/aclocal_cxx.m4 \
|
|
Packit |
0848f5 |
$(top_srcdir)/confdb/aclocal_f77.m4 \
|
|
Packit |
0848f5 |
$(top_srcdir)/confdb/aclocal_fc.m4 \
|
|
Packit |
0848f5 |
$(top_srcdir)/confdb/aclocal_make.m4 \
|
|
Packit |
0848f5 |
$(top_srcdir)/confdb/aclocal_runlog.m4 \
|
|
Packit |
0848f5 |
$(top_srcdir)/confdb/aclocal_util.m4 $(top_srcdir)/version.m4 \
|
|
Packit |
0848f5 |
$(top_srcdir)/configure.ac
|
|
Packit |
0848f5 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
Packit |
0848f5 |
$(ACLOCAL_M4)
|
|
Packit |
0848f5 |
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
|
|
Packit |
0848f5 |
mkinstalldirs = $(install_sh) -d
|
|
Packit |
0848f5 |
CONFIG_HEADER = $(top_builddir)/include/mpitestconf.h
|
|
Packit |
0848f5 |
CONFIG_CLEAN_FILES =
|
|
Packit |
0848f5 |
CONFIG_CLEAN_VPATH_FILES =
|
|
Packit |
0848f5 |
PROGRAMS = $(noinst_PROGRAMS)
|
|
Packit |
0848f5 |
file_errhdl_SOURCES = file_errhdl.c
|
|
Packit |
0848f5 |
file_errhdl_OBJECTS = file_errhdl.$(OBJEXT)
|
|
Packit |
0848f5 |
file_errhdl_LDADD = $(LDADD)
|
|
Packit |
0848f5 |
file_errhdl_DEPENDENCIES = $(top_builddir)/util/mtest.o \
|
|
Packit |
0848f5 |
$(top_builddir)/util/mtest_datatype.o \
|
|
Packit |
0848f5 |
$(top_builddir)/util/mtest_datatype_gen.o
|
|
Packit |
0848f5 |
fileerrret_SOURCES = fileerrret.c
|
|
Packit |
0848f5 |
fileerrret_OBJECTS = fileerrret.$(OBJEXT)
|
|
Packit |
0848f5 |
fileerrret_LDADD = $(LDADD)
|
|
Packit |
0848f5 |
fileerrret_DEPENDENCIES = $(top_builddir)/util/mtest.o \
|
|
Packit |
0848f5 |
$(top_builddir)/util/mtest_datatype.o \
|
|
Packit |
0848f5 |
$(top_builddir)/util/mtest_datatype_gen.o
|
|
Packit |
0848f5 |
openerr_SOURCES = openerr.c
|
|
Packit |
0848f5 |
openerr_OBJECTS = openerr.$(OBJEXT)
|
|
Packit |
0848f5 |
openerr_LDADD = $(LDADD)
|
|
Packit |
0848f5 |
openerr_DEPENDENCIES = $(top_builddir)/util/mtest.o \
|
|
Packit |
0848f5 |
$(top_builddir)/util/mtest_datatype.o \
|
|
Packit |
0848f5 |
$(top_builddir)/util/mtest_datatype_gen.o
|
|
Packit |
0848f5 |
AM_V_P = $(am__v_P_@AM_V@)
|
|
Packit |
0848f5 |
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
|
|
Packit |
0848f5 |
am__v_P_0 = false
|
|
Packit |
0848f5 |
am__v_P_1 = :
|
|
Packit |
0848f5 |
AM_V_GEN = $(am__v_GEN_@AM_V@)
|
|
Packit |
0848f5 |
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
|
|
Packit |
0848f5 |
am__v_GEN_0 = @echo " GEN " $@;
|
|
Packit |
0848f5 |
am__v_GEN_1 =
|
|
Packit |
0848f5 |
AM_V_at = $(am__v_at_@AM_V@)
|
|
Packit |
0848f5 |
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
|
|
Packit |
0848f5 |
am__v_at_0 = @
|
|
Packit |
0848f5 |
am__v_at_1 =
|
|
Packit |
0848f5 |
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
|
|
Packit |
0848f5 |
depcomp = $(SHELL) $(top_srcdir)/confdb/depcomp
|
|
Packit |
0848f5 |
am__depfiles_maybe = depfiles
|
|
Packit |
0848f5 |
am__mv = mv -f
|
|
Packit |
0848f5 |
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
Packit |
0848f5 |
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
Packit |
0848f5 |
AM_V_CC = $(am__v_CC_@AM_V@)
|
|
Packit |
0848f5 |
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
|
|
Packit |
0848f5 |
am__v_CC_0 = @echo " CC " $@;
|
|
Packit |
0848f5 |
am__v_CC_1 =
|
|
Packit |
0848f5 |
CCLD = $(CC)
|
|
Packit |
0848f5 |
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
Packit |
0848f5 |
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
|
|
Packit |
0848f5 |
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
|
|
Packit |
0848f5 |
am__v_CCLD_0 = @echo " CCLD " $@;
|
|
Packit |
0848f5 |
am__v_CCLD_1 =
|
|
Packit |
0848f5 |
SOURCES = file_errhdl.c fileerrret.c openerr.c
|
|
Packit |
0848f5 |
DIST_SOURCES = file_errhdl.c fileerrret.c openerr.c
|
|
Packit |
0848f5 |
am__can_run_installinfo = \
|
|
Packit |
0848f5 |
case $$AM_UPDATE_INFO_DIR in \
|
|
Packit |
0848f5 |
n|no|NO) false;; \
|
|
Packit |
0848f5 |
*) (install-info --version) >/dev/null 2>&1;; \
|
|
Packit |
0848f5 |
esac
|
|
Packit |
0848f5 |
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
|
Packit |
0848f5 |
# Read a list of newline-separated strings from the standard input,
|
|
Packit |
0848f5 |
# and print each of them once, without duplicates. Input order is
|
|
Packit |
0848f5 |
# *not* preserved.
|
|
Packit |
0848f5 |
am__uniquify_input = $(AWK) '\
|
|
Packit |
0848f5 |
BEGIN { nonempty = 0; } \
|
|
Packit |
0848f5 |
{ items[$$0] = 1; nonempty = 1; } \
|
|
Packit |
0848f5 |
END { if (nonempty) { for (i in items) print i; }; } \
|
|
Packit |
0848f5 |
'
|
|
Packit |
0848f5 |
# Make sure the list of sources is unique. This is necessary because,
|
|
Packit |
0848f5 |
# e.g., the same source file might be shared among _SOURCES variables
|
|
Packit |
0848f5 |
# for different programs/libraries.
|
|
Packit |
0848f5 |
am__define_uniq_tagged_files = \
|
|
Packit |
0848f5 |
list='$(am__tagged_files)'; \
|
|
Packit |
0848f5 |
unique=`for i in $$list; do \
|
|
Packit |
0848f5 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
Packit |
0848f5 |
done | $(am__uniquify_input)`
|
|
Packit |
0848f5 |
ETAGS = etags
|
|
Packit |
0848f5 |
CTAGS = ctags
|
|
Packit |
0848f5 |
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/Makefile.mtest \
|
|
Packit |
0848f5 |
$(top_srcdir)/confdb/depcomp
|
|
Packit |
0848f5 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
Packit |
0848f5 |
VPATH = @VPATH@
|
|
Packit |
0848f5 |
ACLOCAL = @ACLOCAL@
|
|
Packit |
0848f5 |
ALLOCMEMF = @ALLOCMEMF@
|
|
Packit |
0848f5 |
ALLOCMEMFC = @ALLOCMEMFC@
|
|
Packit |
0848f5 |
AMTAR = @AMTAR@
|
|
Packit |
0848f5 |
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
|
Packit |
0848f5 |
AR = @AR@
|
|
Packit |
0848f5 |
AUTOCONF = @AUTOCONF@
|
|
Packit |
0848f5 |
AUTOHEADER = @AUTOHEADER@
|
|
Packit |
0848f5 |
AUTOMAKE = @AUTOMAKE@
|
|
Packit |
0848f5 |
AWK = @AWK@
|
|
Packit |
0848f5 |
CC = @CC@
|
|
Packit |
0848f5 |
CCDEPMODE = @CCDEPMODE@
|
|
Packit |
0848f5 |
CFLAGS = @CFLAGS@
|
|
Packit |
0848f5 |
CPP = @CPP@
|
|
Packit |
0848f5 |
CPPFLAGS = @CPPFLAGS@
|
|
Packit |
0848f5 |
CXX = @CXX@
|
|
Packit |
0848f5 |
CXXCPP = @CXXCPP@
|
|
Packit |
0848f5 |
CXXDEPMODE = @CXXDEPMODE@
|
|
Packit |
0848f5 |
CXXFLAGS = @CXXFLAGS@
|
|
Packit |
0848f5 |
CYGPATH_W = @CYGPATH_W@
|
|
Packit |
0848f5 |
DEFS = @DEFS@
|
|
Packit |
0848f5 |
DEPDIR = @DEPDIR@
|
|
Packit |
0848f5 |
ECHO_C = @ECHO_C@
|
|
Packit |
0848f5 |
ECHO_N = @ECHO_N@
|
|
Packit |
0848f5 |
ECHO_T = @ECHO_T@
|
|
Packit |
0848f5 |
EGREP = @EGREP@
|
|
Packit |
0848f5 |
EXEEXT = @EXEEXT@
|
|
Packit |
0848f5 |
F03SPAWNARGTEST = @F03SPAWNARGTEST@
|
|
Packit |
0848f5 |
F77 = @F77@
|
|
Packit |
0848f5 |
F77SPAWNARGTEST = @F77SPAWNARGTEST@
|
|
Packit |
0848f5 |
F77_GETARG_LIBS = @F77_GETARG_LIBS@
|
|
Packit |
0848f5 |
F77_MPI_ADDRESS = @F77_MPI_ADDRESS@
|
|
Packit |
0848f5 |
F77_MPI_OFFSET = @F77_MPI_OFFSET@
|
|
Packit |
0848f5 |
F77_NAME_MANGLE = @F77_NAME_MANGLE@
|
|
Packit |
0848f5 |
FC = @FC@
|
|
Packit |
0848f5 |
FCFLAGS = @FCFLAGS@
|
|
Packit |
0848f5 |
FCFLAGS_f90 = @FCFLAGS_f90@
|
|
Packit |
0848f5 |
FCMODEXT = @FCMODEXT@
|
|
Packit |
0848f5 |
FCMODINCFLAG = @FCMODINCFLAG@
|
|
Packit |
0848f5 |
FCMODOUTFLAG = @FCMODOUTFLAG@
|
|
Packit |
0848f5 |
FC_GETARG_LIBS = @FC_GETARG_LIBS@
|
|
Packit |
0848f5 |
FC_WORK_FILES_ARG = @FC_WORK_FILES_ARG@
|
|
Packit |
0848f5 |
FFLAGS = @FFLAGS@
|
|
Packit |
0848f5 |
FGREP = @FGREP@
|
|
Packit |
0848f5 |
FLIBS = @FLIBS@
|
|
Packit |
0848f5 |
FROM_MPICH = @FROM_MPICH@
|
|
Packit |
0848f5 |
GREP = @GREP@
|
|
Packit |
0848f5 |
INSTALL = @INSTALL@
|
|
Packit |
0848f5 |
INSTALL_DATA = @INSTALL_DATA@
|
|
Packit |
0848f5 |
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
Packit |
0848f5 |
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
Packit |
0848f5 |
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
Packit |
0848f5 |
LDFLAGS = @LDFLAGS@
|
|
Packit |
0848f5 |
LIBOBJS = @LIBOBJS@
|
|
Packit |
0848f5 |
LIBS = @LIBS@
|
|
Packit |
0848f5 |
LTLIBOBJS = @LTLIBOBJS@
|
|
Packit |
0848f5 |
MAINT = @MAINT@
|
|
Packit |
0848f5 |
MAKE = @MAKE@
|
|
Packit |
0848f5 |
MAKEINFO = @MAKEINFO@
|
|
Packit |
0848f5 |
MKDIR_P = @MKDIR_P@
|
|
Packit |
0848f5 |
MPICC = @MPICC@
|
|
Packit |
0848f5 |
MPICH_ENABLE_CXX = @MPICH_ENABLE_CXX@
|
|
Packit |
0848f5 |
MPICH_ENABLE_F77 = @MPICH_ENABLE_F77@
|
|
Packit |
0848f5 |
MPICH_ENABLE_FC = @MPICH_ENABLE_FC@
|
|
Packit |
0848f5 |
MPICH_THREAD_LEVEL = @MPICH_THREAD_LEVEL@
|
|
Packit |
0848f5 |
MPICXX = @MPICXX@
|
|
Packit |
0848f5 |
MPIEXEC = @MPIEXEC@
|
|
Packit |
0848f5 |
MPIF77 = @MPIF77@
|
|
Packit |
0848f5 |
MPIFC = @MPIFC@
|
|
Packit |
0848f5 |
MPILIBLOC = @MPILIBLOC@
|
|
Packit |
0848f5 |
MPILIBNAME = @MPILIBNAME@
|
|
Packit |
0848f5 |
MPI_HAS_MPIX = @MPI_HAS_MPIX@
|
|
Packit |
0848f5 |
MPI_IS_STRICT = @MPI_IS_STRICT@
|
|
Packit |
0848f5 |
MPI_NO_RMA = @MPI_NO_RMA@
|
|
Packit |
0848f5 |
MPI_NO_SPAWN = @MPI_NO_SPAWN@
|
|
Packit |
0848f5 |
MPI_SIZEOF_AINT = @MPI_SIZEOF_AINT@
|
|
Packit |
0848f5 |
MPI_SIZEOF_OFFSET = @MPI_SIZEOF_OFFSET@
|
|
Packit |
0848f5 |
MPI_SOURCE = @MPI_SOURCE@
|
|
Packit |
0848f5 |
MPI_SUBVERSION = @MPI_SUBVERSION@
|
|
Packit |
0848f5 |
MPI_VERSION = @MPI_VERSION@
|
|
Packit |
0848f5 |
OBJEXT = @OBJEXT@
|
|
Packit |
0848f5 |
PACKAGE = @PACKAGE@
|
|
Packit |
0848f5 |
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
Packit |
0848f5 |
PACKAGE_NAME = @PACKAGE_NAME@
|
|
Packit |
0848f5 |
PACKAGE_STRING = @PACKAGE_STRING@
|
|
Packit |
0848f5 |
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
Packit |
0848f5 |
PACKAGE_URL = @PACKAGE_URL@
|
|
Packit |
0848f5 |
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
Packit |
0848f5 |
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
Packit |
0848f5 |
PERL = @PERL@
|
|
Packit |
0848f5 |
RANLIB = @RANLIB@
|
|
Packit |
0848f5 |
RUN_XFAIL = @RUN_XFAIL@
|
|
Packit |
0848f5 |
SET_CFLAGS = @SET_CFLAGS@
|
|
Packit |
0848f5 |
SET_MAKE = @SET_MAKE@
|
|
Packit |
0848f5 |
SHELL = @SHELL@
|
|
Packit |
0848f5 |
STRIP = @STRIP@
|
|
Packit |
0848f5 |
VERSION = @VERSION@
|
|
Packit |
0848f5 |
WRAPPER_CFLAGS = @WRAPPER_CFLAGS@
|
|
Packit |
0848f5 |
WRAPPER_CPPFLAGS = @WRAPPER_CPPFLAGS@
|
|
Packit |
0848f5 |
WRAPPER_CXXFLAGS = @WRAPPER_CXXFLAGS@
|
|
Packit |
0848f5 |
WRAPPER_FCFLAGS = @WRAPPER_FCFLAGS@
|
|
Packit |
0848f5 |
WRAPPER_FFLAGS = @WRAPPER_FFLAGS@
|
|
Packit |
0848f5 |
WRAPPER_LDFLAGS = @WRAPPER_LDFLAGS@
|
|
Packit |
0848f5 |
WRAPPER_LIBS = @WRAPPER_LIBS@
|
|
Packit |
0848f5 |
abs_builddir = @abs_builddir@
|
|
Packit |
0848f5 |
abs_srcdir = @abs_srcdir@
|
|
Packit |
0848f5 |
abs_top_builddir = @abs_top_builddir@
|
|
Packit |
0848f5 |
abs_top_srcdir = @abs_top_srcdir@
|
|
Packit |
0848f5 |
ac_ct_AR = @ac_ct_AR@
|
|
Packit |
0848f5 |
ac_ct_CC = @ac_ct_CC@
|
|
Packit |
0848f5 |
ac_ct_CXX = @ac_ct_CXX@
|
|
Packit |
0848f5 |
ac_ct_F77 = @ac_ct_F77@
|
|
Packit |
0848f5 |
ac_ct_FC = @ac_ct_FC@
|
|
Packit |
0848f5 |
am__include = @am__include@
|
|
Packit |
0848f5 |
am__leading_dot = @am__leading_dot@
|
|
Packit |
0848f5 |
am__quote = @am__quote@
|
|
Packit |
0848f5 |
am__tar = @am__tar@
|
|
Packit |
0848f5 |
am__untar = @am__untar@
|
|
Packit |
0848f5 |
bindir = @bindir@
|
|
Packit |
0848f5 |
build = @build@
|
|
Packit |
0848f5 |
build_alias = @build_alias@
|
|
Packit |
0848f5 |
build_cpu = @build_cpu@
|
|
Packit |
0848f5 |
build_os = @build_os@
|
|
Packit |
0848f5 |
build_vendor = @build_vendor@
|
|
Packit |
0848f5 |
builddir = @builddir@
|
|
Packit |
0848f5 |
ckpointdir = @ckpointdir@
|
|
Packit |
0848f5 |
comm_overlap = @comm_overlap@
|
|
Packit |
0848f5 |
cxxdir = @cxxdir@
|
|
Packit |
0848f5 |
datadir = @datadir@
|
|
Packit |
0848f5 |
datarootdir = @datarootdir@
|
|
Packit |
0848f5 |
docdir = @docdir@
|
|
Packit |
0848f5 |
dvidir = @dvidir@
|
|
Packit |
0848f5 |
errordir = @errordir@
|
|
Packit |
0848f5 |
exec_prefix = @exec_prefix@
|
|
Packit |
0848f5 |
f08dir = @f08dir@
|
|
Packit |
0848f5 |
f77dir = @f77dir@
|
|
Packit |
0848f5 |
f90dir = @f90dir@
|
|
Packit |
0848f5 |
faultsdir = @faultsdir@
|
|
Packit |
0848f5 |
ftdir = @ftdir@
|
|
Packit |
0848f5 |
host = @host@
|
|
Packit |
0848f5 |
host_alias = @host_alias@
|
|
Packit |
0848f5 |
host_cpu = @host_cpu@
|
|
Packit |
0848f5 |
host_os = @host_os@
|
|
Packit |
0848f5 |
host_vendor = @host_vendor@
|
|
Packit |
0848f5 |
htmldir = @htmldir@
|
|
Packit |
0848f5 |
impldir = @impldir@
|
|
Packit |
0848f5 |
includedir = @includedir@
|
|
Packit |
0848f5 |
infodir = @infodir@
|
|
Packit |
0848f5 |
install_sh = @install_sh@
|
|
Packit |
0848f5 |
iodir = @iodir@
|
|
Packit |
0848f5 |
largetest = @largetest@
|
|
Packit |
0848f5 |
libdir = @libdir@
|
|
Packit |
0848f5 |
libexecdir = @libexecdir@
|
|
Packit |
0848f5 |
localedir = @localedir@
|
|
Packit |
0848f5 |
localstatedir = @localstatedir@
|
|
Packit |
0848f5 |
mandir = @mandir@
|
|
Packit |
0848f5 |
master_top_builddir = @master_top_builddir@
|
|
Packit |
0848f5 |
master_top_srcdir = @master_top_srcdir@
|
|
Packit |
0848f5 |
mkdir_p = @mkdir_p@
|
|
Packit |
0848f5 |
mpich_top_srcdir = @mpich_top_srcdir@
|
|
Packit |
0848f5 |
mpix = @mpix@
|
|
Packit |
0848f5 |
namepub_tests = @namepub_tests@
|
|
Packit |
0848f5 |
nocxxdistgraph = @nocxxdistgraph@
|
|
Packit |
0848f5 |
nslib = @nslib@
|
|
Packit |
0848f5 |
oldincludedir = @oldincludedir@
|
|
Packit |
0848f5 |
otherlangs = @otherlangs@
|
|
Packit |
0848f5 |
pdfdir = @pdfdir@
|
|
Packit |
0848f5 |
perfdir = @perfdir@
|
|
Packit |
0848f5 |
prefix = @prefix@
|
|
Packit |
0848f5 |
program_transform_name = @program_transform_name@
|
|
Packit |
0848f5 |
psdir = @psdir@
|
|
Packit |
0848f5 |
rmadir = @rmadir@
|
|
Packit |
0848f5 |
runstatedir = @runstatedir@
|
|
Packit |
0848f5 |
sbindir = @sbindir@
|
|
Packit |
0848f5 |
sharedstatedir = @sharedstatedir@
|
|
Packit |
0848f5 |
socklib = @socklib@
|
|
Packit |
0848f5 |
spawndir = @spawndir@
|
|
Packit |
0848f5 |
srcdir = @srcdir@
|
|
Packit |
0848f5 |
sysconfdir = @sysconfdir@
|
|
Packit |
0848f5 |
target_alias = @target_alias@
|
|
Packit |
0848f5 |
threadlib = @threadlib@
|
|
Packit |
0848f5 |
threadsdir = @threadsdir@
|
|
Packit |
0848f5 |
top_build_prefix = @top_build_prefix@
|
|
Packit |
0848f5 |
top_builddir = @top_builddir@
|
|
Packit |
0848f5 |
top_srcdir = @top_srcdir@
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
# AM_CPPFLAGS are used for C++ code as well
|
|
Packit |
0848f5 |
AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
|
|
Packit |
0848f5 |
LDADD = $(top_builddir)/util/mtest.o \
|
|
Packit |
0848f5 |
$(top_builddir)/util/mtest_datatype.o \
|
|
Packit |
0848f5 |
$(top_builddir)/util/mtest_datatype_gen.o
|
|
Packit |
0848f5 |
CLEANFILES = summary.xml summary.tap summary.junit.xml
|
|
Packit |
0848f5 |
EXTRA_DIST = testlist
|
|
Packit |
0848f5 |
all: all-am
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
.SUFFIXES:
|
|
Packit |
0848f5 |
.SUFFIXES: .c .o .obj
|
|
Packit |
0848f5 |
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.mtest $(am__configure_deps)
|
|
Packit |
0848f5 |
@for dep in $?; do \
|
|
Packit |
0848f5 |
case '$(am__configure_deps)' in \
|
|
Packit |
0848f5 |
*$$dep*) \
|
|
Packit |
0848f5 |
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
|
Packit |
0848f5 |
&& { if test -f $@; then exit 0; else break; fi; }; \
|
|
Packit |
0848f5 |
exit 1;; \
|
|
Packit |
0848f5 |
esac; \
|
|
Packit |
0848f5 |
done; \
|
|
Packit |
0848f5 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign errors/io/Makefile'; \
|
|
Packit |
0848f5 |
$(am__cd) $(top_srcdir) && \
|
|
Packit |
0848f5 |
$(AUTOMAKE) --foreign errors/io/Makefile
|
|
Packit |
0848f5 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
Packit |
0848f5 |
@case '$?' in \
|
|
Packit |
0848f5 |
*config.status*) \
|
|
Packit |
0848f5 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|
Packit |
0848f5 |
*) \
|
|
Packit |
0848f5 |
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
|
Packit |
0848f5 |
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|
Packit |
0848f5 |
esac;
|
|
Packit |
0848f5 |
$(top_srcdir)/Makefile.mtest $(am__empty):
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
Packit |
0848f5 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
|
Packit |
0848f5 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
Packit |
0848f5 |
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
|
Packit |
0848f5 |
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
Packit |
0848f5 |
$(am__aclocal_m4_deps):
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
clean-noinstPROGRAMS:
|
|
Packit |
0848f5 |
-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
file_errhdl$(EXEEXT): $(file_errhdl_OBJECTS) $(file_errhdl_DEPENDENCIES) $(EXTRA_file_errhdl_DEPENDENCIES)
|
|
Packit |
0848f5 |
@rm -f file_errhdl$(EXEEXT)
|
|
Packit |
0848f5 |
$(AM_V_CCLD)$(LINK) $(file_errhdl_OBJECTS) $(file_errhdl_LDADD) $(LIBS)
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
fileerrret$(EXEEXT): $(fileerrret_OBJECTS) $(fileerrret_DEPENDENCIES) $(EXTRA_fileerrret_DEPENDENCIES)
|
|
Packit |
0848f5 |
@rm -f fileerrret$(EXEEXT)
|
|
Packit |
0848f5 |
$(AM_V_CCLD)$(LINK) $(fileerrret_OBJECTS) $(fileerrret_LDADD) $(LIBS)
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
openerr$(EXEEXT): $(openerr_OBJECTS) $(openerr_DEPENDENCIES) $(EXTRA_openerr_DEPENDENCIES)
|
|
Packit |
0848f5 |
@rm -f openerr$(EXEEXT)
|
|
Packit |
0848f5 |
$(AM_V_CCLD)$(LINK) $(openerr_OBJECTS) $(openerr_LDADD) $(LIBS)
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
mostlyclean-compile:
|
|
Packit |
0848f5 |
-rm -f *.$(OBJEXT)
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
distclean-compile:
|
|
Packit |
0848f5 |
-rm -f *.tab.c
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file_errhdl.Po@am__quote@
|
|
Packit |
0848f5 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileerrret.Po@am__quote@
|
|
Packit |
0848f5 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openerr.Po@am__quote@
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
.c.o:
|
|
Packit |
0848f5 |
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
|
|
Packit |
0848f5 |
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
|
Packit |
0848f5 |
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
|
|
Packit |
0848f5 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
Packit |
0848f5 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
Packit |
0848f5 |
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
.c.obj:
|
|
Packit |
0848f5 |
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
|
|
Packit |
0848f5 |
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
|
|
Packit |
0848f5 |
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
|
|
Packit |
0848f5 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
Packit |
0848f5 |
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
Packit |
0848f5 |
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
ID: $(am__tagged_files)
|
|
Packit |
0848f5 |
$(am__define_uniq_tagged_files); mkid -fID $$unique
|
|
Packit |
0848f5 |
tags: tags-am
|
|
Packit |
0848f5 |
TAGS: tags
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
|
Packit |
0848f5 |
set x; \
|
|
Packit |
0848f5 |
here=`pwd`; \
|
|
Packit |
0848f5 |
$(am__define_uniq_tagged_files); \
|
|
Packit |
0848f5 |
shift; \
|
|
Packit |
0848f5 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
|
Packit |
0848f5 |
test -n "$$unique" || unique=$$empty_fix; \
|
|
Packit |
0848f5 |
if test $$# -gt 0; then \
|
|
Packit |
0848f5 |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
Packit |
0848f5 |
"$$@" $$unique; \
|
|
Packit |
0848f5 |
else \
|
|
Packit |
0848f5 |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
Packit |
0848f5 |
$$unique; \
|
|
Packit |
0848f5 |
fi; \
|
|
Packit |
0848f5 |
fi
|
|
Packit |
0848f5 |
ctags: ctags-am
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
CTAGS: ctags
|
|
Packit |
0848f5 |
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
|
Packit |
0848f5 |
$(am__define_uniq_tagged_files); \
|
|
Packit |
0848f5 |
test -z "$(CTAGS_ARGS)$$unique" \
|
|
Packit |
0848f5 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|
Packit |
0848f5 |
$$unique
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
GTAGS:
|
|
Packit |
0848f5 |
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
Packit |
0848f5 |
&& $(am__cd) $(top_srcdir) \
|
|
Packit |
0848f5 |
&& gtags -i $(GTAGS_ARGS) "$$here"
|
|
Packit |
0848f5 |
cscopelist: cscopelist-am
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
cscopelist-am: $(am__tagged_files)
|
|
Packit |
0848f5 |
list='$(am__tagged_files)'; \
|
|
Packit |
0848f5 |
case "$(srcdir)" in \
|
|
Packit |
0848f5 |
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
|
Packit |
0848f5 |
*) sdir=$(subdir)/$(srcdir) ;; \
|
|
Packit |
0848f5 |
esac; \
|
|
Packit |
0848f5 |
for i in $$list; do \
|
|
Packit |
0848f5 |
if test -f "$$i"; then \
|
|
Packit |
0848f5 |
echo "$(subdir)/$$i"; \
|
|
Packit |
0848f5 |
else \
|
|
Packit |
0848f5 |
echo "$$sdir/$$i"; \
|
|
Packit |
0848f5 |
fi; \
|
|
Packit |
0848f5 |
done >> $(top_builddir)/cscope.files
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
distclean-tags:
|
|
Packit |
0848f5 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
distdir: $(DISTFILES)
|
|
Packit |
0848f5 |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
Packit |
0848f5 |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
Packit |
0848f5 |
list='$(DISTFILES)'; \
|
|
Packit |
0848f5 |
dist_files=`for file in $$list; do echo $$file; done | \
|
|
Packit |
0848f5 |
sed -e "s|^$$srcdirstrip/||;t" \
|
|
Packit |
0848f5 |
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
|
Packit |
0848f5 |
case $$dist_files in \
|
|
Packit |
0848f5 |
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
|
Packit |
0848f5 |
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
|
Packit |
0848f5 |
sort -u` ;; \
|
|
Packit |
0848f5 |
esac; \
|
|
Packit |
0848f5 |
for file in $$dist_files; do \
|
|
Packit |
0848f5 |
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
Packit |
0848f5 |
if test -d $$d/$$file; then \
|
|
Packit |
0848f5 |
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
Packit |
0848f5 |
if test -d "$(distdir)/$$file"; then \
|
|
Packit |
0848f5 |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
Packit |
0848f5 |
fi; \
|
|
Packit |
0848f5 |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
Packit |
0848f5 |
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
|
Packit |
0848f5 |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
Packit |
0848f5 |
fi; \
|
|
Packit |
0848f5 |
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
|
Packit |
0848f5 |
else \
|
|
Packit |
0848f5 |
test -f "$(distdir)/$$file" \
|
|
Packit |
0848f5 |
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
|
Packit |
0848f5 |
|| exit 1; \
|
|
Packit |
0848f5 |
fi; \
|
|
Packit |
0848f5 |
done
|
|
Packit |
0848f5 |
check-am: all-am
|
|
Packit |
0848f5 |
check: check-am
|
|
Packit |
0848f5 |
all-am: Makefile $(PROGRAMS)
|
|
Packit |
0848f5 |
installdirs:
|
|
Packit |
0848f5 |
install: install-am
|
|
Packit |
0848f5 |
install-exec: install-exec-am
|
|
Packit |
0848f5 |
install-data: install-data-am
|
|
Packit |
0848f5 |
uninstall: uninstall-am
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
install-am: all-am
|
|
Packit |
0848f5 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
installcheck: installcheck-am
|
|
Packit |
0848f5 |
install-strip:
|
|
Packit |
0848f5 |
if test -z '$(STRIP)'; then \
|
|
Packit |
0848f5 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
Packit |
0848f5 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
Packit |
0848f5 |
install; \
|
|
Packit |
0848f5 |
else \
|
|
Packit |
0848f5 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
Packit |
0848f5 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
Packit |
0848f5 |
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
|
Packit |
0848f5 |
fi
|
|
Packit |
0848f5 |
mostlyclean-generic:
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
clean-generic:
|
|
Packit |
0848f5 |
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
distclean-generic:
|
|
Packit |
0848f5 |
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
Packit |
0848f5 |
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
maintainer-clean-generic:
|
|
Packit |
0848f5 |
@echo "This command is intended for maintainers to use"
|
|
Packit |
0848f5 |
@echo "it deletes files that may require special tools to rebuild."
|
|
Packit |
0848f5 |
clean: clean-am
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
distclean: distclean-am
|
|
Packit |
0848f5 |
-rm -rf ./$(DEPDIR)
|
|
Packit |
0848f5 |
-rm -f Makefile
|
|
Packit |
0848f5 |
distclean-am: clean-am distclean-compile distclean-generic \
|
|
Packit |
0848f5 |
distclean-tags
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
dvi: dvi-am
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
dvi-am:
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
html: html-am
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
html-am:
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
info: info-am
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
info-am:
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
install-data-am:
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
install-dvi: install-dvi-am
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
install-dvi-am:
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
install-exec-am:
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
install-html: install-html-am
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
install-html-am:
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
install-info: install-info-am
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
install-info-am:
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
install-man:
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
install-pdf: install-pdf-am
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
install-pdf-am:
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
install-ps: install-ps-am
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
install-ps-am:
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
installcheck-am:
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
maintainer-clean: maintainer-clean-am
|
|
Packit |
0848f5 |
-rm -rf ./$(DEPDIR)
|
|
Packit |
0848f5 |
-rm -f Makefile
|
|
Packit |
0848f5 |
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
mostlyclean: mostlyclean-am
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
mostlyclean-am: mostlyclean-compile mostlyclean-generic
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
pdf: pdf-am
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
pdf-am:
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
ps: ps-am
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
ps-am:
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
uninstall-am:
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
.MAKE: install-am install-strip
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
|
|
Packit |
0848f5 |
clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
|
|
Packit |
0848f5 |
distclean-compile distclean-generic distclean-tags distdir dvi \
|
|
Packit |
0848f5 |
dvi-am html html-am info info-am install install-am \
|
|
Packit |
0848f5 |
install-data install-data-am install-dvi install-dvi-am \
|
|
Packit |
0848f5 |
install-exec install-exec-am install-html install-html-am \
|
|
Packit |
0848f5 |
install-info install-info-am install-man install-pdf \
|
|
Packit |
0848f5 |
install-pdf-am install-ps install-ps-am install-strip \
|
|
Packit |
0848f5 |
installcheck installcheck-am installdirs maintainer-clean \
|
|
Packit |
0848f5 |
maintainer-clean-generic mostlyclean mostlyclean-compile \
|
|
Packit |
0848f5 |
mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
|
|
Packit |
0848f5 |
uninstall-am
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
.PRECIOUS: Makefile
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
$(top_builddir)/util/mtest.$(OBJEXT): $(top_srcdir)/util/mtest.c
|
|
Packit |
0848f5 |
(cd $(top_builddir)/util && $(MAKE) mtest.$(OBJEXT))
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
$(top_builddir)/util/mtest_datatype.$(OBJEXT): $(top_srcdir)/util/mtest_datatype.c
|
|
Packit |
0848f5 |
(cd $(top_builddir)/util && $(MAKE) mtest_datatype.$(OBJEXT))
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
$(top_builddir)/util/mtest_datatype_gen.$(OBJEXT): $(top_srcdir)/util/mtest_datatype_gen.c
|
|
Packit |
0848f5 |
(cd $(top_builddir)/util && $(MAKE) mtest_datatype_gen.$(OBJEXT))
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
testing:
|
|
Packit |
0848f5 |
$(top_builddir)/runtests -srcdir=$(srcdir) -tests=testlist \
|
|
Packit |
0848f5 |
-mpiexec=${MPIEXEC} -xmlfile=summary.xml \
|
|
Packit |
0848f5 |
-tapfile=summary.tap -junitfile=summary.junit.xml
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
Packit |
0848f5 |
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
Packit |
0848f5 |
.NOEXPORT:
|