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