1901 lines
87 KiB
Makefile
1901 lines
87 KiB
Makefile
# Makefile.in generated by automake 1.14.1 from Makefile.am.
|
||
# Makefile. Generated from Makefile.in by configure.
|
||
|
||
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
||
|
||
# This Makefile.in is free software; the Free Software Foundation
|
||
# gives unlimited permission to copy and/or distribute it,
|
||
# with or without modifications, as long as this notice is preserved.
|
||
|
||
# This program is distributed in the hope that it will be useful,
|
||
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
||
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
||
# PARTICULAR PURPOSE.
|
||
|
||
|
||
|
||
|
||
|
||
|
||
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
|
||
am__make_running_with_option = \
|
||
case $${target_option-} in \
|
||
?) ;; \
|
||
*) echo "am__make_running_with_option: internal error: invalid" \
|
||
"target option '$${target_option-}' specified" >&2; \
|
||
exit 1;; \
|
||
esac; \
|
||
has_opt=no; \
|
||
sane_makeflags=$$MAKEFLAGS; \
|
||
if $(am__is_gnu_make); then \
|
||
sane_makeflags=$$MFLAGS; \
|
||
else \
|
||
case $$MAKEFLAGS in \
|
||
*\\[\ \ ]*) \
|
||
bs=\\; \
|
||
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
||
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
||
esac; \
|
||
fi; \
|
||
skip_next=no; \
|
||
strip_trailopt () \
|
||
{ \
|
||
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
|
||
}; \
|
||
for flg in $$sane_makeflags; do \
|
||
test $$skip_next = yes && { skip_next=no; continue; }; \
|
||
case $$flg in \
|
||
*=*|--*) continue;; \
|
||
-*I) strip_trailopt 'I'; skip_next=yes;; \
|
||
-*I?*) strip_trailopt 'I';; \
|
||
-*O) strip_trailopt 'O'; skip_next=yes;; \
|
||
-*O?*) strip_trailopt 'O';; \
|
||
-*l) strip_trailopt 'l'; skip_next=yes;; \
|
||
-*l?*) strip_trailopt 'l';; \
|
||
-[dEDm]) skip_next=yes;; \
|
||
-[JT]) skip_next=yes;; \
|
||
esac; \
|
||
case $$flg in \
|
||
*$$target_option*) has_opt=yes; break;; \
|
||
esac; \
|
||
done; \
|
||
test $$has_opt = yes
|
||
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
||
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
||
pkgdatadir = $(datadir)/m4ri
|
||
pkgincludedir = $(includedir)/m4ri
|
||
pkglibdir = $(libdir)/m4ri
|
||
pkglibexecdir = $(libexecdir)/m4ri
|
||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||
install_sh_DATA = $(install_sh) -c -m 644
|
||
install_sh_PROGRAM = $(install_sh) -c
|
||
install_sh_SCRIPT = $(install_sh) -c
|
||
INSTALL_HEADER = $(INSTALL_DATA)
|
||
transform = $(program_transform_name)
|
||
NORMAL_INSTALL = :
|
||
PRE_INSTALL = :
|
||
POST_INSTALL = :
|
||
NORMAL_UNINSTALL = :
|
||
PRE_UNINSTALL = :
|
||
POST_UNINSTALL = :
|
||
build_triplet = x86_64-unknown-linux-gnu
|
||
host_triplet = x86_64-unknown-linux-gnu
|
||
check_PROGRAMS = test_multiplication$(EXEEXT) \
|
||
test_elimination$(EXEEXT) test_trsm$(EXEEXT) test_ple$(EXEEXT) \
|
||
test_solve$(EXEEXT) test_kernel$(EXEEXT) test_random$(EXEEXT) \
|
||
test_smallops$(EXEEXT) test_transpose$(EXEEXT) \
|
||
test_colswap$(EXEEXT) test_invert$(EXEEXT) test_misc$(EXEEXT)
|
||
TESTS = test_multiplication$(EXEEXT) test_elimination$(EXEEXT) \
|
||
test_trsm$(EXEEXT) test_ple$(EXEEXT) test_solve$(EXEEXT) \
|
||
test_kernel$(EXEEXT) test_random$(EXEEXT) \
|
||
test_smallops$(EXEEXT) test_transpose$(EXEEXT) \
|
||
test_colswap$(EXEEXT) test_invert$(EXEEXT) test_misc$(EXEEXT)
|
||
subdir = .
|
||
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
|
||
$(top_srcdir)/configure $(am__configure_deps) \
|
||
$(top_srcdir)/m4ri/config.h.in \
|
||
$(top_srcdir)/testsuite/Makefile.in \
|
||
$(top_srcdir)/m4ri/m4ri_config.h.in $(srcdir)/m4ri.pc.in \
|
||
depcomp $(pkgincludesub_HEADERS) test-driver AUTHORS COPYING \
|
||
ChangeLog INSTALL NEWS compile config.guess config.sub \
|
||
install-sh missing ltmain.sh
|
||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cache_size.m4 \
|
||
$(top_srcdir)/m4/ax_cache_size_tune.m4 \
|
||
$(top_srcdir)/m4/ax_check_compiler_flags.m4 \
|
||
$(top_srcdir)/m4/ax_cpu_vendor.m4 $(top_srcdir)/m4/ax_ext.m4 \
|
||
$(top_srcdir)/m4/ax_func_posix_memalign.m4 \
|
||
$(top_srcdir)/m4/ax_gcc_x86_cpuid.m4 \
|
||
$(top_srcdir)/m4/ax_guess_path_header.m4 \
|
||
$(top_srcdir)/m4/ax_guess_path_lib.m4 \
|
||
$(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/libtool.m4 \
|
||
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
||
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
|
||
$(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
|
||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||
$(ACLOCAL_M4)
|
||
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
||
configure.lineno config.status.lineno
|
||
mkinstalldirs = $(install_sh) -d
|
||
CONFIG_HEADER = $(top_builddir)/m4ri/config.h
|
||
CONFIG_CLEAN_FILES = testsuite/Makefile m4ri/m4ri_config.h m4ri.pc
|
||
CONFIG_CLEAN_VPATH_FILES =
|
||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||
am__vpath_adj = case $$p in \
|
||
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
||
*) f=$$p;; \
|
||
esac;
|
||
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
|
||
am__install_max = 40
|
||
am__nobase_strip_setup = \
|
||
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
|
||
am__nobase_strip = \
|
||
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
|
||
am__nobase_list = $(am__nobase_strip_setup); \
|
||
for p in $$list; do echo "$$p $$p"; done | \
|
||
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
|
||
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
|
||
if (++n[$$2] == $(am__install_max)) \
|
||
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
|
||
END { for (dir in files) print dir, files[dir] }'
|
||
am__base_list = \
|
||
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
|
||
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
||
am__uninstall_files_from_dir = { \
|
||
test -z "$$files" \
|
||
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|
||
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
|
||
$(am__cd) "$$dir" && rm -f $$files; }; \
|
||
}
|
||
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
|
||
"$(DESTDIR)$(pkgincludesubdir)" \
|
||
"$(DESTDIR)$(pkgincludesubdir)"
|
||
LTLIBRARIES = $(lib_LTLIBRARIES)
|
||
am__DEPENDENCIES_1 =
|
||
libm4ri_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
|
||
am__dirstamp = $(am__leading_dot)dirstamp
|
||
am_libm4ri_la_OBJECTS = m4ri/brilliantrussian.lo m4ri/misc.lo \
|
||
m4ri/mzd.lo m4ri/graycode.lo m4ri/strassen.lo m4ri/mzp.lo \
|
||
m4ri/triangular.lo m4ri/triangular_russian.lo m4ri/ple.lo \
|
||
m4ri/ple_russian.lo m4ri/solve.lo m4ri/echelonform.lo \
|
||
m4ri/mmc.lo m4ri/debug_dump.lo m4ri/io.lo m4ri/djb.lo \
|
||
m4ri/mp.lo
|
||
libm4ri_la_OBJECTS = $(am_libm4ri_la_OBJECTS)
|
||
AM_V_lt = $(am__v_lt_$(V))
|
||
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
|
||
am__v_lt_0 = --silent
|
||
am__v_lt_1 =
|
||
libm4ri_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||
$(libm4ri_la_LDFLAGS) $(LDFLAGS) -o $@
|
||
am_test_colswap_OBJECTS = \
|
||
testsuite/test_colswap-test_colswap.$(OBJEXT)
|
||
test_colswap_OBJECTS = $(am_test_colswap_OBJECTS)
|
||
test_colswap_LDADD = $(LDADD)
|
||
test_colswap_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_colswap_CFLAGS) \
|
||
$(CFLAGS) $(test_colswap_LDFLAGS) $(LDFLAGS) -o $@
|
||
am_test_elimination_OBJECTS = \
|
||
testsuite/test_elimination-test_elimination.$(OBJEXT)
|
||
test_elimination_OBJECTS = $(am_test_elimination_OBJECTS)
|
||
test_elimination_LDADD = $(LDADD)
|
||
test_elimination_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
|
||
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
|
||
$(test_elimination_CFLAGS) $(CFLAGS) \
|
||
$(test_elimination_LDFLAGS) $(LDFLAGS) -o $@
|
||
am_test_invert_OBJECTS = testsuite/test_invert-test_invert.$(OBJEXT)
|
||
test_invert_OBJECTS = $(am_test_invert_OBJECTS)
|
||
test_invert_LDADD = $(LDADD)
|
||
test_invert_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_invert_CFLAGS) \
|
||
$(CFLAGS) $(test_invert_LDFLAGS) $(LDFLAGS) -o $@
|
||
am_test_kernel_OBJECTS = testsuite/test_kernel-test_kernel.$(OBJEXT)
|
||
test_kernel_OBJECTS = $(am_test_kernel_OBJECTS)
|
||
test_kernel_LDADD = $(LDADD)
|
||
test_kernel_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_kernel_CFLAGS) \
|
||
$(CFLAGS) $(test_kernel_LDFLAGS) $(LDFLAGS) -o $@
|
||
am_test_misc_OBJECTS = testsuite/test_misc-test_misc.$(OBJEXT)
|
||
test_misc_OBJECTS = $(am_test_misc_OBJECTS)
|
||
test_misc_LDADD = $(LDADD)
|
||
test_misc_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_misc_CFLAGS) \
|
||
$(CFLAGS) $(test_misc_LDFLAGS) $(LDFLAGS) -o $@
|
||
am_test_multiplication_OBJECTS = \
|
||
testsuite/test_multiplication-test_multiplication.$(OBJEXT)
|
||
test_multiplication_OBJECTS = $(am_test_multiplication_OBJECTS)
|
||
test_multiplication_LDADD = $(LDADD)
|
||
test_multiplication_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
|
||
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
|
||
$(test_multiplication_CFLAGS) $(CFLAGS) \
|
||
$(test_multiplication_LDFLAGS) $(LDFLAGS) -o $@
|
||
am_test_ple_OBJECTS = testsuite/test_ple-test_ple.$(OBJEXT)
|
||
test_ple_OBJECTS = $(am_test_ple_OBJECTS)
|
||
test_ple_LDADD = $(LDADD)
|
||
test_ple_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_ple_CFLAGS) \
|
||
$(CFLAGS) $(test_ple_LDFLAGS) $(LDFLAGS) -o $@
|
||
am_test_random_OBJECTS = testsuite/test_random-test_random.$(OBJEXT)
|
||
test_random_OBJECTS = $(am_test_random_OBJECTS)
|
||
test_random_LDADD = $(LDADD)
|
||
test_random_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_random_CFLAGS) \
|
||
$(CFLAGS) $(test_random_LDFLAGS) $(LDFLAGS) -o $@
|
||
am_test_smallops_OBJECTS = \
|
||
testsuite/test_smallops-test_smallops.$(OBJEXT) \
|
||
testsuite/test_smallops-testing.$(OBJEXT)
|
||
test_smallops_OBJECTS = $(am_test_smallops_OBJECTS)
|
||
test_smallops_LDADD = $(LDADD)
|
||
test_smallops_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_smallops_CFLAGS) \
|
||
$(CFLAGS) $(test_smallops_LDFLAGS) $(LDFLAGS) -o $@
|
||
am_test_solve_OBJECTS = testsuite/test_solve-test_solve.$(OBJEXT)
|
||
test_solve_OBJECTS = $(am_test_solve_OBJECTS)
|
||
test_solve_LDADD = $(LDADD)
|
||
test_solve_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_solve_CFLAGS) \
|
||
$(CFLAGS) $(test_solve_LDFLAGS) $(LDFLAGS) -o $@
|
||
am_test_transpose_OBJECTS = \
|
||
testsuite/test_transpose-test_transpose.$(OBJEXT)
|
||
test_transpose_OBJECTS = $(am_test_transpose_OBJECTS)
|
||
test_transpose_LDADD = $(LDADD)
|
||
test_transpose_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
|
||
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
|
||
$(test_transpose_CFLAGS) $(CFLAGS) $(test_transpose_LDFLAGS) \
|
||
$(LDFLAGS) -o $@
|
||
am_test_trsm_OBJECTS = testsuite/test_trsm-test_trsm.$(OBJEXT)
|
||
test_trsm_OBJECTS = $(am_test_trsm_OBJECTS)
|
||
test_trsm_LDADD = $(LDADD)
|
||
test_trsm_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_trsm_CFLAGS) \
|
||
$(CFLAGS) $(test_trsm_LDFLAGS) $(LDFLAGS) -o $@
|
||
AM_V_P = $(am__v_P_$(V))
|
||
am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
|
||
am__v_P_0 = false
|
||
am__v_P_1 = :
|
||
AM_V_GEN = $(am__v_GEN_$(V))
|
||
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
|
||
am__v_GEN_0 = @echo " GEN " $@;
|
||
am__v_GEN_1 =
|
||
AM_V_at = $(am__v_at_$(V))
|
||
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
|
||
am__v_at_0 = @
|
||
am__v_at_1 =
|
||
DEFAULT_INCLUDES = -I. -I$(top_builddir)/m4ri
|
||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||
am__depfiles_maybe = depfiles
|
||
am__mv = mv -f
|
||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
|
||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||
$(AM_CFLAGS) $(CFLAGS)
|
||
AM_V_CC = $(am__v_CC_$(V))
|
||
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
|
||
am__v_CC_0 = @echo " CC " $@;
|
||
am__v_CC_1 =
|
||
CCLD = $(CC)
|
||
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
||
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||
AM_V_CCLD = $(am__v_CCLD_$(V))
|
||
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
|
||
am__v_CCLD_0 = @echo " CCLD " $@;
|
||
am__v_CCLD_1 =
|
||
SOURCES = $(libm4ri_la_SOURCES) $(test_colswap_SOURCES) \
|
||
$(test_elimination_SOURCES) $(test_invert_SOURCES) \
|
||
$(test_kernel_SOURCES) $(test_misc_SOURCES) \
|
||
$(test_multiplication_SOURCES) $(test_ple_SOURCES) \
|
||
$(test_random_SOURCES) $(test_smallops_SOURCES) \
|
||
$(test_solve_SOURCES) $(test_transpose_SOURCES) \
|
||
$(test_trsm_SOURCES)
|
||
DIST_SOURCES = $(libm4ri_la_SOURCES) $(test_colswap_SOURCES) \
|
||
$(test_elimination_SOURCES) $(test_invert_SOURCES) \
|
||
$(test_kernel_SOURCES) $(test_misc_SOURCES) \
|
||
$(test_multiplication_SOURCES) $(test_ple_SOURCES) \
|
||
$(test_random_SOURCES) $(test_smallops_SOURCES) \
|
||
$(test_solve_SOURCES) $(test_transpose_SOURCES) \
|
||
$(test_trsm_SOURCES)
|
||
am__can_run_installinfo = \
|
||
case $$AM_UPDATE_INFO_DIR in \
|
||
n|no|NO) false;; \
|
||
*) (install-info --version) >/dev/null 2>&1;; \
|
||
esac
|
||
DATA = $(pkgconfig_DATA)
|
||
HEADERS = $(nodist_pkgincludesub_HEADERS) $(pkgincludesub_HEADERS)
|
||
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
|
||
# Read a list of newline-separated strings from the standard input,
|
||
# and print each of them once, without duplicates. Input order is
|
||
# *not* preserved.
|
||
am__uniquify_input = $(AWK) '\
|
||
BEGIN { nonempty = 0; } \
|
||
{ items[$$0] = 1; nonempty = 1; } \
|
||
END { if (nonempty) { for (i in items) print i; }; } \
|
||
'
|
||
# Make sure the list of sources is unique. This is necessary because,
|
||
# e.g., the same source file might be shared among _SOURCES variables
|
||
# for different programs/libraries.
|
||
am__define_uniq_tagged_files = \
|
||
list='$(am__tagged_files)'; \
|
||
unique=`for i in $$list; do \
|
||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||
done | $(am__uniquify_input)`
|
||
ETAGS = etags
|
||
CTAGS = ctags
|
||
CSCOPE = cscope
|
||
AM_RECURSIVE_TARGETS = cscope check recheck
|
||
am__tty_colors_dummy = \
|
||
mgn= red= grn= lgn= blu= brg= std=; \
|
||
am__color_tests=no
|
||
am__tty_colors = { \
|
||
$(am__tty_colors_dummy); \
|
||
if test "X$(AM_COLOR_TESTS)" = Xno; then \
|
||
am__color_tests=no; \
|
||
elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
|
||
am__color_tests=yes; \
|
||
elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
|
||
am__color_tests=yes; \
|
||
fi; \
|
||
if test $$am__color_tests = yes; then \
|
||
red='[0;31m'; \
|
||
grn='[0;32m'; \
|
||
lgn='[1;32m'; \
|
||
blu='[1;34m'; \
|
||
mgn='[0;35m'; \
|
||
brg='[1m'; \
|
||
std='[m'; \
|
||
fi; \
|
||
}
|
||
am__recheck_rx = ^[ ]*:recheck:[ ]*
|
||
am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
|
||
am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
|
||
# A command that, given a newline-separated list of test names on the
|
||
# standard input, print the name of the tests that are to be re-run
|
||
# upon "make recheck".
|
||
am__list_recheck_tests = $(AWK) '{ \
|
||
recheck = 1; \
|
||
while ((rc = (getline line < ($$0 ".trs"))) != 0) \
|
||
{ \
|
||
if (rc < 0) \
|
||
{ \
|
||
if ((getline line2 < ($$0 ".log")) < 0) \
|
||
recheck = 0; \
|
||
break; \
|
||
} \
|
||
else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
|
||
{ \
|
||
recheck = 0; \
|
||
break; \
|
||
} \
|
||
else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
|
||
{ \
|
||
break; \
|
||
} \
|
||
}; \
|
||
if (recheck) \
|
||
print $$0; \
|
||
close ($$0 ".trs"); \
|
||
close ($$0 ".log"); \
|
||
}'
|
||
# A command that, given a newline-separated list of test names on the
|
||
# standard input, create the global log from their .trs and .log files.
|
||
am__create_global_log = $(AWK) ' \
|
||
function fatal(msg) \
|
||
{ \
|
||
print "fatal: making $@: " msg | "cat >&2"; \
|
||
exit 1; \
|
||
} \
|
||
function rst_section(header) \
|
||
{ \
|
||
print header; \
|
||
len = length(header); \
|
||
for (i = 1; i <= len; i = i + 1) \
|
||
printf "="; \
|
||
printf "\n\n"; \
|
||
} \
|
||
{ \
|
||
copy_in_global_log = 1; \
|
||
global_test_result = "RUN"; \
|
||
while ((rc = (getline line < ($$0 ".trs"))) != 0) \
|
||
{ \
|
||
if (rc < 0) \
|
||
fatal("failed to read from " $$0 ".trs"); \
|
||
if (line ~ /$(am__global_test_result_rx)/) \
|
||
{ \
|
||
sub("$(am__global_test_result_rx)", "", line); \
|
||
sub("[ ]*$$", "", line); \
|
||
global_test_result = line; \
|
||
} \
|
||
else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
|
||
copy_in_global_log = 0; \
|
||
}; \
|
||
if (copy_in_global_log) \
|
||
{ \
|
||
rst_section(global_test_result ": " $$0); \
|
||
while ((rc = (getline line < ($$0 ".log"))) != 0) \
|
||
{ \
|
||
if (rc < 0) \
|
||
fatal("failed to read from " $$0 ".log"); \
|
||
print line; \
|
||
}; \
|
||
printf "\n"; \
|
||
}; \
|
||
close ($$0 ".trs"); \
|
||
close ($$0 ".log"); \
|
||
}'
|
||
# Restructured Text title.
|
||
am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
|
||
# Solaris 10 'make', and several other traditional 'make' implementations,
|
||
# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
|
||
# by disabling -e (using the XSI extension "set +e") if it's set.
|
||
am__sh_e_setup = case $$- in *e*) set +e;; esac
|
||
# Default flags passed to test drivers.
|
||
am__common_driver_flags = \
|
||
--color-tests "$$am__color_tests" \
|
||
--enable-hard-errors "$$am__enable_hard_errors" \
|
||
--expect-failure "$$am__expect_failure"
|
||
# To be inserted before the command running the test. Creates the
|
||
# directory for the log if needed. Stores in $dir the directory
|
||
# containing $f, in $tst the test, in $log the log. Executes the
|
||
# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
|
||
# passes TESTS_ENVIRONMENT. Set up options for the wrapper that
|
||
# will run the test scripts (or their associated LOG_COMPILER, if
|
||
# thy have one).
|
||
am__check_pre = \
|
||
$(am__sh_e_setup); \
|
||
$(am__vpath_adj_setup) $(am__vpath_adj) \
|
||
$(am__tty_colors); \
|
||
srcdir=$(srcdir); export srcdir; \
|
||
case "$@" in \
|
||
*/*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
|
||
*) am__odir=.;; \
|
||
esac; \
|
||
test "x$$am__odir" = x"." || test -d "$$am__odir" \
|
||
|| $(MKDIR_P) "$$am__odir" || exit $$?; \
|
||
if test -f "./$$f"; then dir=./; \
|
||
elif test -f "$$f"; then dir=; \
|
||
else dir="$(srcdir)/"; fi; \
|
||
tst=$$dir$$f; log='$@'; \
|
||
if test -n '$(DISABLE_HARD_ERRORS)'; then \
|
||
am__enable_hard_errors=no; \
|
||
else \
|
||
am__enable_hard_errors=yes; \
|
||
fi; \
|
||
case " $(XFAIL_TESTS) " in \
|
||
*[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
|
||
am__expect_failure=yes;; \
|
||
*) \
|
||
am__expect_failure=no;; \
|
||
esac; \
|
||
$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
|
||
# A shell command to get the names of the tests scripts with any registered
|
||
# extension removed (i.e., equivalently, the names of the test logs, with
|
||
# the '.log' extension removed). The result is saved in the shell variable
|
||
# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
|
||
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
|
||
# since that might cause problem with VPATH rewrites for suffix-less tests.
|
||
# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
|
||
am__set_TESTS_bases = \
|
||
bases='$(TEST_LOGS)'; \
|
||
bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
|
||
bases=`echo $$bases`
|
||
RECHECK_LOGS = $(TEST_LOGS)
|
||
TEST_SUITE_LOG = test-suite.log
|
||
TEST_EXTENSIONS = .test
|
||
LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
|
||
LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
|
||
am__set_b = \
|
||
case '$@' in \
|
||
*/*) \
|
||
case '$*' in \
|
||
*/*) b='$*';; \
|
||
*) b=`echo '$@' | sed 's/\.log$$//'`; \
|
||
esac;; \
|
||
*) \
|
||
b='$*';; \
|
||
esac
|
||
am__test_logs1 = $(TESTS:=.log)
|
||
am__test_logs2 = $(am__test_logs1:.log=.log)
|
||
TEST_LOGS = $(am__test_logs2:.test.log=.log)
|
||
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
|
||
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
|
||
$(TEST_LOG_FLAGS)
|
||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||
distdir = $(PACKAGE)-$(VERSION)
|
||
top_distdir = $(distdir)
|
||
am__remove_distdir = \
|
||
if test -d "$(distdir)"; then \
|
||
find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
|
||
&& rm -rf "$(distdir)" \
|
||
|| { sleep 5 && rm -rf "$(distdir)"; }; \
|
||
else :; fi
|
||
am__post_remove_distdir = $(am__remove_distdir)
|
||
DIST_ARCHIVES = $(distdir).tar.gz
|
||
GZIP_ENV = --best
|
||
DIST_TARGETS = dist-gzip
|
||
distuninstallcheck_listfiles = find . -type f -print
|
||
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
|
||
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
|
||
distcleancheck_listfiles = find . -type f -print
|
||
ACLOCAL = ${SHELL} /home/chenzh/solvers/cloud-nobug/cloud-sat/m4ri-20140914/missing aclocal-1.14
|
||
AMTAR = $${TAR-tar}
|
||
AM_DEFAULT_VERBOSITY = 1
|
||
AR = ar
|
||
AUTOCONF = ${SHELL} /home/chenzh/solvers/cloud-nobug/cloud-sat/m4ri-20140914/missing autoconf
|
||
AUTOHEADER = ${SHELL} /home/chenzh/solvers/cloud-nobug/cloud-sat/m4ri-20140914/missing autoheader
|
||
AUTOMAKE = ${SHELL} /home/chenzh/solvers/cloud-nobug/cloud-sat/m4ri-20140914/missing automake-1.14
|
||
AWK = gawk
|
||
CC = gcc
|
||
CCDEPMODE = depmode=gcc3
|
||
CFLAGS = -g -O2
|
||
CPP = gcc -E
|
||
CPPFLAGS =
|
||
CYGPATH_W = echo
|
||
DEBUG_FLAGS =
|
||
DEFS = -DHAVE_CONFIG_H
|
||
DEPDIR = .deps
|
||
DLLTOOL = false
|
||
DSYMUTIL =
|
||
DUMPBIN =
|
||
ECHO_C =
|
||
ECHO_N = -n
|
||
ECHO_T =
|
||
EGREP = /usr/bin/grep -E
|
||
EXEEXT =
|
||
FGREP = /usr/bin/grep -F
|
||
GREP = /usr/bin/grep
|
||
INSTALL = /usr/bin/install -c
|
||
INSTALL_DATA = ${INSTALL} -m 644
|
||
INSTALL_PROGRAM = ${INSTALL}
|
||
INSTALL_SCRIPT = ${INSTALL}
|
||
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
||
LD = /usr/bin/ld -m elf_x86_64
|
||
LDFLAGS =
|
||
LIBOBJS =
|
||
LIBPNG_LIBADD =
|
||
LIBS =
|
||
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
||
LIPO =
|
||
LN_S = ln -s
|
||
LTLIBOBJS =
|
||
M4RI_CPU_L1_CACHE = 32768
|
||
M4RI_CPU_L2_CACHE = 524288
|
||
M4RI_CPU_L3_CACHE = 33554432
|
||
M4RI_DEBUG_DUMP = 0
|
||
M4RI_DEBUG_MZD = 0
|
||
M4RI_HAVE_LIBPNG = 0
|
||
M4RI_HAVE_MM_MALLOC = 1
|
||
M4RI_HAVE_OPENMP = 0
|
||
M4RI_HAVE_POSIX_MEMALIGN = 1
|
||
M4RI_HAVE_SSE2 = 1
|
||
MAINT = #
|
||
MAKEINFO = ${SHELL} /home/chenzh/solvers/cloud-nobug/cloud-sat/m4ri-20140914/missing makeinfo
|
||
MANIFEST_TOOL = :
|
||
MKDIR_P = /usr/bin/mkdir -p
|
||
NM = /usr/bin/nm -B
|
||
NMEDIT =
|
||
OBJDUMP = objdump
|
||
OBJEXT = o
|
||
OPENMP_CFLAGS =
|
||
OTOOL =
|
||
OTOOL64 =
|
||
PACKAGE = m4ri
|
||
PACKAGE_BUGREPORT =
|
||
PACKAGE_NAME = m4ri
|
||
PACKAGE_STRING = m4ri 20140914
|
||
PACKAGE_TARNAME = m4ri
|
||
PACKAGE_URL =
|
||
PACKAGE_VERSION = 20140914
|
||
PAPI_CFLAGS =
|
||
PAPI_LDFLAGS =
|
||
PAPI_LIBS =
|
||
PATH_SEPARATOR = :
|
||
PKG_CONFIG = /usr/bin/pkg-config
|
||
PKG_CONFIG_LIBDIR =
|
||
PKG_CONFIG_PATH =
|
||
PNG_CFLAGS =
|
||
PNG_LIBS =
|
||
RANLIB = ranlib
|
||
RELEASE = 20140914
|
||
SED = /usr/bin/sed
|
||
SET_MAKE =
|
||
SHELL = /bin/bash
|
||
SIMD_CFLAGS = -mmmx -msse -msse2 -msse3
|
||
STRIP = strip
|
||
VERSION = 20140914
|
||
abs_builddir = /home/chenzh/solvers/cloud-nobug/cloud-sat/m4ri-20140914
|
||
abs_srcdir = /home/chenzh/solvers/cloud-nobug/cloud-sat/m4ri-20140914
|
||
abs_top_builddir = /home/chenzh/solvers/cloud-nobug/cloud-sat/m4ri-20140914
|
||
abs_top_srcdir = /home/chenzh/solvers/cloud-nobug/cloud-sat/m4ri-20140914
|
||
ac_ct_AR = ar
|
||
ac_ct_CC = gcc
|
||
ac_ct_DUMPBIN =
|
||
am__include = include
|
||
am__leading_dot = .
|
||
am__quote =
|
||
am__tar = $${TAR-tar} chof - "$$tardir"
|
||
am__untar = $${TAR-tar} xf -
|
||
bindir = ${exec_prefix}/bin
|
||
build = x86_64-unknown-linux-gnu
|
||
build_alias =
|
||
build_cpu = x86_64
|
||
build_os = linux-gnu
|
||
build_vendor = unknown
|
||
builddir = .
|
||
datadir = ${datarootdir}
|
||
datarootdir = ${prefix}/share
|
||
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
|
||
dvidir = ${docdir}
|
||
exec_prefix = ${prefix}
|
||
host = x86_64-unknown-linux-gnu
|
||
host_alias =
|
||
host_cpu = x86_64
|
||
host_os = linux-gnu
|
||
host_vendor = unknown
|
||
htmldir = ${docdir}
|
||
includedir = ${prefix}/include
|
||
infodir = ${datarootdir}/info
|
||
install_sh = ${SHELL} /home/chenzh/solvers/cloud-nobug/cloud-sat/m4ri-20140914/install-sh
|
||
libdir = ${exec_prefix}/lib
|
||
libexecdir = ${exec_prefix}/libexec
|
||
localedir = ${datarootdir}/locale
|
||
localstatedir = ${prefix}/var
|
||
mandir = ${datarootdir}/man
|
||
mkdir_p = $(MKDIR_P)
|
||
oldincludedir = /usr/include
|
||
pdfdir = ${docdir}
|
||
prefix = /usr/local
|
||
program_transform_name = s,x,x,
|
||
psdir = ${docdir}
|
||
sbindir = ${exec_prefix}/sbin
|
||
sharedstatedir = ${prefix}/com
|
||
srcdir = .
|
||
sysconfdir = ${prefix}/etc
|
||
target_alias =
|
||
top_build_prefix =
|
||
top_builddir = .
|
||
top_srcdir = .
|
||
AUTOMAKE_OPTIONS = foreign subdir-objects
|
||
ACLOCAL_AMFLAGS = -I m4
|
||
AM_CFLAGS = ${SIMD_CFLAGS} ${OPENMP_CFLAGS} ${DEBUG_FLAGS}
|
||
lib_LTLIBRARIES = libm4ri.la
|
||
libm4ri_la_SOURCES = \
|
||
m4ri/brilliantrussian.c \
|
||
m4ri/misc.c \
|
||
m4ri/mzd.c \
|
||
m4ri/graycode.c \
|
||
m4ri/strassen.c \
|
||
m4ri/mzp.c \
|
||
m4ri/triangular.c \
|
||
m4ri/triangular_russian.c \
|
||
m4ri/ple.c \
|
||
m4ri/ple_russian.c \
|
||
m4ri/solve.c \
|
||
m4ri/echelonform.c \
|
||
m4ri/mmc.c \
|
||
m4ri/debug_dump.c \
|
||
m4ri/io.c \
|
||
m4ri/djb.c \
|
||
m4ri/mp.c
|
||
|
||
BUILT_SOURCES = m4ri/m4ri_config.h
|
||
pkgincludesubdir = $(includedir)/m4ri
|
||
pkgincludesub_HEADERS = m4ri/m4ri.h \
|
||
m4ri/brilliantrussian.h \
|
||
m4ri/misc.h \
|
||
m4ri/mzd.h \
|
||
m4ri/graycode.h \
|
||
m4ri/strassen.h \
|
||
m4ri/parity.h \
|
||
m4ri/mzp.h \
|
||
m4ri/triangular.h \
|
||
m4ri/triangular_russian.h \
|
||
m4ri/ple.h \
|
||
m4ri/ple_russian.h \
|
||
m4ri/ple_russian_template.h \
|
||
m4ri/solve.h \
|
||
m4ri/echelonform.h \
|
||
m4ri/xor.h \
|
||
m4ri/xor_template.h \
|
||
m4ri/mmc.h \
|
||
m4ri/debug_dump.h \
|
||
m4ri/io.h \
|
||
m4ri/djb.h \
|
||
m4ri/mp.h
|
||
|
||
nodist_pkgincludesub_HEADERS = m4ri/m4ri_config.h
|
||
EXTRA_DIST = m4ri/Doxyfile
|
||
pkgconfigdir = $(libdir)/pkgconfig
|
||
pkgconfig_DATA = m4ri.pc
|
||
libm4ri_la_LDFLAGS = -release 0.0.$(RELEASE) -no-undefined
|
||
libm4ri_la_LIBADD = $(LIBPNG_LIBADD)
|
||
test_multiplication_SOURCES = testsuite/test_multiplication.c
|
||
test_multiplication_LDFLAGS = -lm4ri -lm
|
||
test_multiplication_CFLAGS = $(AM_CFLAGS)
|
||
test_elimination_SOURCES = testsuite/test_elimination.c
|
||
test_elimination_LDFLAGS = -lm4ri -lm
|
||
test_elimination_CFLAGS = $(AM_CFLAGS)
|
||
test_trsm_SOURCES = testsuite/test_trsm.c
|
||
test_trsm_LDFLAGS = -lm4ri -lm
|
||
test_trsm_CFLAGS = $(AM_CFLAGS)
|
||
test_ple_SOURCES = testsuite/test_ple.c
|
||
test_ple_LDFLAGS = -lm4ri -lm
|
||
test_ple_CFLAGS = $(AM_CFLAGS)
|
||
test_solve_SOURCES = testsuite/test_solve.c
|
||
test_solve_LDFLAGS = -lm4ri -lm
|
||
test_solve_CFLAGS = $(AM_CFLAGS)
|
||
test_kernel_SOURCES = testsuite/test_kernel.c
|
||
test_kernel_LDFLAGS = -lm4ri -lm
|
||
test_kernel_CFLAGS = $(AM_CFLAGS)
|
||
test_random_SOURCES = testsuite/test_random.c
|
||
test_random_LDFLAGS = -lm4ri -lm
|
||
test_random_CFLAGS = $(AM_CFLAGS)
|
||
test_smallops_SOURCES = testsuite/test_smallops.c testsuite/testing.c testsuite/testing.h
|
||
test_smallops_LDFLAGS = -lm4ri -lm
|
||
test_smallops_CFLAGS = $(AM_CFLAGS)
|
||
test_transpose_SOURCES = testsuite/test_transpose.c
|
||
test_transpose_LDFLAGS = -lm4ri -lm
|
||
test_transpose_CFLAGS = $(AM_CFLAGS)
|
||
test_colswap_SOURCES = testsuite/test_colswap.c
|
||
test_colswap_LDFLAGS = -lm4ri -lm
|
||
test_colswap_CFLAGS = $(AM_CFLAGS)
|
||
test_invert_SOURCES = testsuite/test_invert.c
|
||
test_invert_LDFLAGS = -lm4ri -lm
|
||
test_invert_CFLAGS = $(AM_CFLAGS)
|
||
test_misc_SOURCES = testsuite/test_misc.c
|
||
test_misc_LDFLAGS = -lm4ri -lm
|
||
test_misc_CFLAGS = $(AM_CFLAGS)
|
||
all: $(BUILT_SOURCES)
|
||
$(MAKE) $(AM_MAKEFLAGS) all-am
|
||
|
||
.SUFFIXES:
|
||
.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
|
||
am--refresh: Makefile
|
||
@:
|
||
$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
|
||
@for dep in $?; do \
|
||
case '$(am__configure_deps)' in \
|
||
*$$dep*) \
|
||
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
|
||
$(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
|
||
&& exit 0; \
|
||
exit 1;; \
|
||
esac; \
|
||
done; \
|
||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
||
$(am__cd) $(top_srcdir) && \
|
||
$(AUTOMAKE) --foreign Makefile
|
||
.PRECIOUS: Makefile
|
||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||
@case '$?' in \
|
||
*config.status*) \
|
||
echo ' $(SHELL) ./config.status'; \
|
||
$(SHELL) ./config.status;; \
|
||
*) \
|
||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
||
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
||
esac;
|
||
|
||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||
$(SHELL) ./config.status --recheck
|
||
|
||
$(top_srcdir)/configure: # $(am__configure_deps)
|
||
$(am__cd) $(srcdir) && $(AUTOCONF)
|
||
$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
|
||
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
||
$(am__aclocal_m4_deps):
|
||
|
||
m4ri/config.h: m4ri/stamp-h1
|
||
@test -f $@ || rm -f m4ri/stamp-h1
|
||
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) m4ri/stamp-h1
|
||
|
||
m4ri/stamp-h1: $(top_srcdir)/m4ri/config.h.in $(top_builddir)/config.status
|
||
@rm -f m4ri/stamp-h1
|
||
cd $(top_builddir) && $(SHELL) ./config.status m4ri/config.h
|
||
$(top_srcdir)/m4ri/config.h.in: # $(am__configure_deps)
|
||
($(am__cd) $(top_srcdir) && $(AUTOHEADER))
|
||
rm -f m4ri/stamp-h1
|
||
touch $@
|
||
|
||
distclean-hdr:
|
||
-rm -f m4ri/config.h m4ri/stamp-h1
|
||
testsuite/Makefile: $(top_builddir)/config.status $(top_srcdir)/testsuite/Makefile.in
|
||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||
m4ri/m4ri_config.h: $(top_builddir)/config.status $(top_srcdir)/m4ri/m4ri_config.h.in
|
||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||
m4ri.pc: $(top_builddir)/config.status $(srcdir)/m4ri.pc.in
|
||
cd $(top_builddir) && $(SHELL) ./config.status $@
|
||
|
||
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
||
@$(NORMAL_INSTALL)
|
||
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
|
||
list2=; for p in $$list; do \
|
||
if test -f $$p; then \
|
||
list2="$$list2 $$p"; \
|
||
else :; fi; \
|
||
done; \
|
||
test -z "$$list2" || { \
|
||
echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
|
||
$(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
|
||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
|
||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
|
||
}
|
||
|
||
uninstall-libLTLIBRARIES:
|
||
@$(NORMAL_UNINSTALL)
|
||
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
|
||
for p in $$list; do \
|
||
$(am__strip_dir) \
|
||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
|
||
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
|
||
done
|
||
|
||
clean-libLTLIBRARIES:
|
||
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
||
@list='$(lib_LTLIBRARIES)'; \
|
||
locs=`for p in $$list; do echo $$p; done | \
|
||
sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
|
||
sort -u`; \
|
||
test -z "$$locs" || { \
|
||
echo rm -f $${locs}; \
|
||
rm -f $${locs}; \
|
||
}
|
||
m4ri/$(am__dirstamp):
|
||
@$(MKDIR_P) m4ri
|
||
@: > m4ri/$(am__dirstamp)
|
||
m4ri/$(DEPDIR)/$(am__dirstamp):
|
||
@$(MKDIR_P) m4ri/$(DEPDIR)
|
||
@: > m4ri/$(DEPDIR)/$(am__dirstamp)
|
||
m4ri/brilliantrussian.lo: m4ri/$(am__dirstamp) \
|
||
m4ri/$(DEPDIR)/$(am__dirstamp)
|
||
m4ri/misc.lo: m4ri/$(am__dirstamp) m4ri/$(DEPDIR)/$(am__dirstamp)
|
||
m4ri/mzd.lo: m4ri/$(am__dirstamp) m4ri/$(DEPDIR)/$(am__dirstamp)
|
||
m4ri/graycode.lo: m4ri/$(am__dirstamp) m4ri/$(DEPDIR)/$(am__dirstamp)
|
||
m4ri/strassen.lo: m4ri/$(am__dirstamp) m4ri/$(DEPDIR)/$(am__dirstamp)
|
||
m4ri/mzp.lo: m4ri/$(am__dirstamp) m4ri/$(DEPDIR)/$(am__dirstamp)
|
||
m4ri/triangular.lo: m4ri/$(am__dirstamp) \
|
||
m4ri/$(DEPDIR)/$(am__dirstamp)
|
||
m4ri/triangular_russian.lo: m4ri/$(am__dirstamp) \
|
||
m4ri/$(DEPDIR)/$(am__dirstamp)
|
||
m4ri/ple.lo: m4ri/$(am__dirstamp) m4ri/$(DEPDIR)/$(am__dirstamp)
|
||
m4ri/ple_russian.lo: m4ri/$(am__dirstamp) \
|
||
m4ri/$(DEPDIR)/$(am__dirstamp)
|
||
m4ri/solve.lo: m4ri/$(am__dirstamp) m4ri/$(DEPDIR)/$(am__dirstamp)
|
||
m4ri/echelonform.lo: m4ri/$(am__dirstamp) \
|
||
m4ri/$(DEPDIR)/$(am__dirstamp)
|
||
m4ri/mmc.lo: m4ri/$(am__dirstamp) m4ri/$(DEPDIR)/$(am__dirstamp)
|
||
m4ri/debug_dump.lo: m4ri/$(am__dirstamp) \
|
||
m4ri/$(DEPDIR)/$(am__dirstamp)
|
||
m4ri/io.lo: m4ri/$(am__dirstamp) m4ri/$(DEPDIR)/$(am__dirstamp)
|
||
m4ri/djb.lo: m4ri/$(am__dirstamp) m4ri/$(DEPDIR)/$(am__dirstamp)
|
||
m4ri/mp.lo: m4ri/$(am__dirstamp) m4ri/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
libm4ri.la: $(libm4ri_la_OBJECTS) $(libm4ri_la_DEPENDENCIES) $(EXTRA_libm4ri_la_DEPENDENCIES)
|
||
$(AM_V_CCLD)$(libm4ri_la_LINK) -rpath $(libdir) $(libm4ri_la_OBJECTS) $(libm4ri_la_LIBADD) $(LIBS)
|
||
|
||
clean-checkPROGRAMS:
|
||
@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
|
||
echo " rm -f" $$list; \
|
||
rm -f $$list || exit $$?; \
|
||
test -n "$(EXEEXT)" || exit 0; \
|
||
list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
|
||
echo " rm -f" $$list; \
|
||
rm -f $$list
|
||
testsuite/$(am__dirstamp):
|
||
@$(MKDIR_P) testsuite
|
||
@: > testsuite/$(am__dirstamp)
|
||
testsuite/$(DEPDIR)/$(am__dirstamp):
|
||
@$(MKDIR_P) testsuite/$(DEPDIR)
|
||
@: > testsuite/$(DEPDIR)/$(am__dirstamp)
|
||
testsuite/test_colswap-test_colswap.$(OBJEXT): \
|
||
testsuite/$(am__dirstamp) testsuite/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
test_colswap$(EXEEXT): $(test_colswap_OBJECTS) $(test_colswap_DEPENDENCIES) $(EXTRA_test_colswap_DEPENDENCIES)
|
||
@rm -f test_colswap$(EXEEXT)
|
||
$(AM_V_CCLD)$(test_colswap_LINK) $(test_colswap_OBJECTS) $(test_colswap_LDADD) $(LIBS)
|
||
testsuite/test_elimination-test_elimination.$(OBJEXT): \
|
||
testsuite/$(am__dirstamp) testsuite/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
test_elimination$(EXEEXT): $(test_elimination_OBJECTS) $(test_elimination_DEPENDENCIES) $(EXTRA_test_elimination_DEPENDENCIES)
|
||
@rm -f test_elimination$(EXEEXT)
|
||
$(AM_V_CCLD)$(test_elimination_LINK) $(test_elimination_OBJECTS) $(test_elimination_LDADD) $(LIBS)
|
||
testsuite/test_invert-test_invert.$(OBJEXT): \
|
||
testsuite/$(am__dirstamp) testsuite/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
test_invert$(EXEEXT): $(test_invert_OBJECTS) $(test_invert_DEPENDENCIES) $(EXTRA_test_invert_DEPENDENCIES)
|
||
@rm -f test_invert$(EXEEXT)
|
||
$(AM_V_CCLD)$(test_invert_LINK) $(test_invert_OBJECTS) $(test_invert_LDADD) $(LIBS)
|
||
testsuite/test_kernel-test_kernel.$(OBJEXT): \
|
||
testsuite/$(am__dirstamp) testsuite/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
test_kernel$(EXEEXT): $(test_kernel_OBJECTS) $(test_kernel_DEPENDENCIES) $(EXTRA_test_kernel_DEPENDENCIES)
|
||
@rm -f test_kernel$(EXEEXT)
|
||
$(AM_V_CCLD)$(test_kernel_LINK) $(test_kernel_OBJECTS) $(test_kernel_LDADD) $(LIBS)
|
||
testsuite/test_misc-test_misc.$(OBJEXT): testsuite/$(am__dirstamp) \
|
||
testsuite/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
test_misc$(EXEEXT): $(test_misc_OBJECTS) $(test_misc_DEPENDENCIES) $(EXTRA_test_misc_DEPENDENCIES)
|
||
@rm -f test_misc$(EXEEXT)
|
||
$(AM_V_CCLD)$(test_misc_LINK) $(test_misc_OBJECTS) $(test_misc_LDADD) $(LIBS)
|
||
testsuite/test_multiplication-test_multiplication.$(OBJEXT): \
|
||
testsuite/$(am__dirstamp) testsuite/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
test_multiplication$(EXEEXT): $(test_multiplication_OBJECTS) $(test_multiplication_DEPENDENCIES) $(EXTRA_test_multiplication_DEPENDENCIES)
|
||
@rm -f test_multiplication$(EXEEXT)
|
||
$(AM_V_CCLD)$(test_multiplication_LINK) $(test_multiplication_OBJECTS) $(test_multiplication_LDADD) $(LIBS)
|
||
testsuite/test_ple-test_ple.$(OBJEXT): testsuite/$(am__dirstamp) \
|
||
testsuite/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
test_ple$(EXEEXT): $(test_ple_OBJECTS) $(test_ple_DEPENDENCIES) $(EXTRA_test_ple_DEPENDENCIES)
|
||
@rm -f test_ple$(EXEEXT)
|
||
$(AM_V_CCLD)$(test_ple_LINK) $(test_ple_OBJECTS) $(test_ple_LDADD) $(LIBS)
|
||
testsuite/test_random-test_random.$(OBJEXT): \
|
||
testsuite/$(am__dirstamp) testsuite/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
test_random$(EXEEXT): $(test_random_OBJECTS) $(test_random_DEPENDENCIES) $(EXTRA_test_random_DEPENDENCIES)
|
||
@rm -f test_random$(EXEEXT)
|
||
$(AM_V_CCLD)$(test_random_LINK) $(test_random_OBJECTS) $(test_random_LDADD) $(LIBS)
|
||
testsuite/test_smallops-test_smallops.$(OBJEXT): \
|
||
testsuite/$(am__dirstamp) testsuite/$(DEPDIR)/$(am__dirstamp)
|
||
testsuite/test_smallops-testing.$(OBJEXT): testsuite/$(am__dirstamp) \
|
||
testsuite/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
test_smallops$(EXEEXT): $(test_smallops_OBJECTS) $(test_smallops_DEPENDENCIES) $(EXTRA_test_smallops_DEPENDENCIES)
|
||
@rm -f test_smallops$(EXEEXT)
|
||
$(AM_V_CCLD)$(test_smallops_LINK) $(test_smallops_OBJECTS) $(test_smallops_LDADD) $(LIBS)
|
||
testsuite/test_solve-test_solve.$(OBJEXT): testsuite/$(am__dirstamp) \
|
||
testsuite/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
test_solve$(EXEEXT): $(test_solve_OBJECTS) $(test_solve_DEPENDENCIES) $(EXTRA_test_solve_DEPENDENCIES)
|
||
@rm -f test_solve$(EXEEXT)
|
||
$(AM_V_CCLD)$(test_solve_LINK) $(test_solve_OBJECTS) $(test_solve_LDADD) $(LIBS)
|
||
testsuite/test_transpose-test_transpose.$(OBJEXT): \
|
||
testsuite/$(am__dirstamp) testsuite/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
test_transpose$(EXEEXT): $(test_transpose_OBJECTS) $(test_transpose_DEPENDENCIES) $(EXTRA_test_transpose_DEPENDENCIES)
|
||
@rm -f test_transpose$(EXEEXT)
|
||
$(AM_V_CCLD)$(test_transpose_LINK) $(test_transpose_OBJECTS) $(test_transpose_LDADD) $(LIBS)
|
||
testsuite/test_trsm-test_trsm.$(OBJEXT): testsuite/$(am__dirstamp) \
|
||
testsuite/$(DEPDIR)/$(am__dirstamp)
|
||
|
||
test_trsm$(EXEEXT): $(test_trsm_OBJECTS) $(test_trsm_DEPENDENCIES) $(EXTRA_test_trsm_DEPENDENCIES)
|
||
@rm -f test_trsm$(EXEEXT)
|
||
$(AM_V_CCLD)$(test_trsm_LINK) $(test_trsm_OBJECTS) $(test_trsm_LDADD) $(LIBS)
|
||
|
||
mostlyclean-compile:
|
||
-rm -f *.$(OBJEXT)
|
||
-rm -f m4ri/*.$(OBJEXT)
|
||
-rm -f m4ri/*.lo
|
||
-rm -f testsuite/*.$(OBJEXT)
|
||
|
||
distclean-compile:
|
||
-rm -f *.tab.c
|
||
|
||
include m4ri/$(DEPDIR)/brilliantrussian.Plo
|
||
include m4ri/$(DEPDIR)/debug_dump.Plo
|
||
include m4ri/$(DEPDIR)/djb.Plo
|
||
include m4ri/$(DEPDIR)/echelonform.Plo
|
||
include m4ri/$(DEPDIR)/graycode.Plo
|
||
include m4ri/$(DEPDIR)/io.Plo
|
||
include m4ri/$(DEPDIR)/misc.Plo
|
||
include m4ri/$(DEPDIR)/mmc.Plo
|
||
include m4ri/$(DEPDIR)/mp.Plo
|
||
include m4ri/$(DEPDIR)/mzd.Plo
|
||
include m4ri/$(DEPDIR)/mzp.Plo
|
||
include m4ri/$(DEPDIR)/ple.Plo
|
||
include m4ri/$(DEPDIR)/ple_russian.Plo
|
||
include m4ri/$(DEPDIR)/solve.Plo
|
||
include m4ri/$(DEPDIR)/strassen.Plo
|
||
include m4ri/$(DEPDIR)/triangular.Plo
|
||
include m4ri/$(DEPDIR)/triangular_russian.Plo
|
||
include testsuite/$(DEPDIR)/test_colswap-test_colswap.Po
|
||
include testsuite/$(DEPDIR)/test_elimination-test_elimination.Po
|
||
include testsuite/$(DEPDIR)/test_invert-test_invert.Po
|
||
include testsuite/$(DEPDIR)/test_kernel-test_kernel.Po
|
||
include testsuite/$(DEPDIR)/test_misc-test_misc.Po
|
||
include testsuite/$(DEPDIR)/test_multiplication-test_multiplication.Po
|
||
include testsuite/$(DEPDIR)/test_ple-test_ple.Po
|
||
include testsuite/$(DEPDIR)/test_random-test_random.Po
|
||
include testsuite/$(DEPDIR)/test_smallops-test_smallops.Po
|
||
include testsuite/$(DEPDIR)/test_smallops-testing.Po
|
||
include testsuite/$(DEPDIR)/test_solve-test_solve.Po
|
||
include testsuite/$(DEPDIR)/test_transpose-test_transpose.Po
|
||
include testsuite/$(DEPDIR)/test_trsm-test_trsm.Po
|
||
|
||
.c.o:
|
||
$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
|
||
$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
||
$(am__mv) $$depbase.Tpo $$depbase.Po
|
||
# $(AM_V_CC)source='$<' object='$@' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(COMPILE) -c -o $@ $<
|
||
|
||
.c.obj:
|
||
$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
|
||
$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
|
||
$(am__mv) $$depbase.Tpo $$depbase.Po
|
||
# $(AM_V_CC)source='$<' object='$@' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
||
|
||
.c.lo:
|
||
$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
|
||
$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
|
||
$(am__mv) $$depbase.Tpo $$depbase.Plo
|
||
# $(AM_V_CC)source='$<' object='$@' libtool=yes \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
|
||
|
||
testsuite/test_colswap-test_colswap.o: testsuite/test_colswap.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_colswap_CFLAGS) $(CFLAGS) -MT testsuite/test_colswap-test_colswap.o -MD -MP -MF testsuite/$(DEPDIR)/test_colswap-test_colswap.Tpo -c -o testsuite/test_colswap-test_colswap.o `test -f 'testsuite/test_colswap.c' || echo '$(srcdir)/'`testsuite/test_colswap.c
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_colswap-test_colswap.Tpo testsuite/$(DEPDIR)/test_colswap-test_colswap.Po
|
||
# $(AM_V_CC)source='testsuite/test_colswap.c' object='testsuite/test_colswap-test_colswap.o' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_colswap_CFLAGS) $(CFLAGS) -c -o testsuite/test_colswap-test_colswap.o `test -f 'testsuite/test_colswap.c' || echo '$(srcdir)/'`testsuite/test_colswap.c
|
||
|
||
testsuite/test_colswap-test_colswap.obj: testsuite/test_colswap.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_colswap_CFLAGS) $(CFLAGS) -MT testsuite/test_colswap-test_colswap.obj -MD -MP -MF testsuite/$(DEPDIR)/test_colswap-test_colswap.Tpo -c -o testsuite/test_colswap-test_colswap.obj `if test -f 'testsuite/test_colswap.c'; then $(CYGPATH_W) 'testsuite/test_colswap.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/test_colswap.c'; fi`
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_colswap-test_colswap.Tpo testsuite/$(DEPDIR)/test_colswap-test_colswap.Po
|
||
# $(AM_V_CC)source='testsuite/test_colswap.c' object='testsuite/test_colswap-test_colswap.obj' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_colswap_CFLAGS) $(CFLAGS) -c -o testsuite/test_colswap-test_colswap.obj `if test -f 'testsuite/test_colswap.c'; then $(CYGPATH_W) 'testsuite/test_colswap.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/test_colswap.c'; fi`
|
||
|
||
testsuite/test_elimination-test_elimination.o: testsuite/test_elimination.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_elimination_CFLAGS) $(CFLAGS) -MT testsuite/test_elimination-test_elimination.o -MD -MP -MF testsuite/$(DEPDIR)/test_elimination-test_elimination.Tpo -c -o testsuite/test_elimination-test_elimination.o `test -f 'testsuite/test_elimination.c' || echo '$(srcdir)/'`testsuite/test_elimination.c
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_elimination-test_elimination.Tpo testsuite/$(DEPDIR)/test_elimination-test_elimination.Po
|
||
# $(AM_V_CC)source='testsuite/test_elimination.c' object='testsuite/test_elimination-test_elimination.o' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_elimination_CFLAGS) $(CFLAGS) -c -o testsuite/test_elimination-test_elimination.o `test -f 'testsuite/test_elimination.c' || echo '$(srcdir)/'`testsuite/test_elimination.c
|
||
|
||
testsuite/test_elimination-test_elimination.obj: testsuite/test_elimination.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_elimination_CFLAGS) $(CFLAGS) -MT testsuite/test_elimination-test_elimination.obj -MD -MP -MF testsuite/$(DEPDIR)/test_elimination-test_elimination.Tpo -c -o testsuite/test_elimination-test_elimination.obj `if test -f 'testsuite/test_elimination.c'; then $(CYGPATH_W) 'testsuite/test_elimination.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/test_elimination.c'; fi`
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_elimination-test_elimination.Tpo testsuite/$(DEPDIR)/test_elimination-test_elimination.Po
|
||
# $(AM_V_CC)source='testsuite/test_elimination.c' object='testsuite/test_elimination-test_elimination.obj' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_elimination_CFLAGS) $(CFLAGS) -c -o testsuite/test_elimination-test_elimination.obj `if test -f 'testsuite/test_elimination.c'; then $(CYGPATH_W) 'testsuite/test_elimination.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/test_elimination.c'; fi`
|
||
|
||
testsuite/test_invert-test_invert.o: testsuite/test_invert.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_invert_CFLAGS) $(CFLAGS) -MT testsuite/test_invert-test_invert.o -MD -MP -MF testsuite/$(DEPDIR)/test_invert-test_invert.Tpo -c -o testsuite/test_invert-test_invert.o `test -f 'testsuite/test_invert.c' || echo '$(srcdir)/'`testsuite/test_invert.c
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_invert-test_invert.Tpo testsuite/$(DEPDIR)/test_invert-test_invert.Po
|
||
# $(AM_V_CC)source='testsuite/test_invert.c' object='testsuite/test_invert-test_invert.o' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_invert_CFLAGS) $(CFLAGS) -c -o testsuite/test_invert-test_invert.o `test -f 'testsuite/test_invert.c' || echo '$(srcdir)/'`testsuite/test_invert.c
|
||
|
||
testsuite/test_invert-test_invert.obj: testsuite/test_invert.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_invert_CFLAGS) $(CFLAGS) -MT testsuite/test_invert-test_invert.obj -MD -MP -MF testsuite/$(DEPDIR)/test_invert-test_invert.Tpo -c -o testsuite/test_invert-test_invert.obj `if test -f 'testsuite/test_invert.c'; then $(CYGPATH_W) 'testsuite/test_invert.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/test_invert.c'; fi`
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_invert-test_invert.Tpo testsuite/$(DEPDIR)/test_invert-test_invert.Po
|
||
# $(AM_V_CC)source='testsuite/test_invert.c' object='testsuite/test_invert-test_invert.obj' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_invert_CFLAGS) $(CFLAGS) -c -o testsuite/test_invert-test_invert.obj `if test -f 'testsuite/test_invert.c'; then $(CYGPATH_W) 'testsuite/test_invert.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/test_invert.c'; fi`
|
||
|
||
testsuite/test_kernel-test_kernel.o: testsuite/test_kernel.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kernel_CFLAGS) $(CFLAGS) -MT testsuite/test_kernel-test_kernel.o -MD -MP -MF testsuite/$(DEPDIR)/test_kernel-test_kernel.Tpo -c -o testsuite/test_kernel-test_kernel.o `test -f 'testsuite/test_kernel.c' || echo '$(srcdir)/'`testsuite/test_kernel.c
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_kernel-test_kernel.Tpo testsuite/$(DEPDIR)/test_kernel-test_kernel.Po
|
||
# $(AM_V_CC)source='testsuite/test_kernel.c' object='testsuite/test_kernel-test_kernel.o' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kernel_CFLAGS) $(CFLAGS) -c -o testsuite/test_kernel-test_kernel.o `test -f 'testsuite/test_kernel.c' || echo '$(srcdir)/'`testsuite/test_kernel.c
|
||
|
||
testsuite/test_kernel-test_kernel.obj: testsuite/test_kernel.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kernel_CFLAGS) $(CFLAGS) -MT testsuite/test_kernel-test_kernel.obj -MD -MP -MF testsuite/$(DEPDIR)/test_kernel-test_kernel.Tpo -c -o testsuite/test_kernel-test_kernel.obj `if test -f 'testsuite/test_kernel.c'; then $(CYGPATH_W) 'testsuite/test_kernel.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/test_kernel.c'; fi`
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_kernel-test_kernel.Tpo testsuite/$(DEPDIR)/test_kernel-test_kernel.Po
|
||
# $(AM_V_CC)source='testsuite/test_kernel.c' object='testsuite/test_kernel-test_kernel.obj' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_kernel_CFLAGS) $(CFLAGS) -c -o testsuite/test_kernel-test_kernel.obj `if test -f 'testsuite/test_kernel.c'; then $(CYGPATH_W) 'testsuite/test_kernel.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/test_kernel.c'; fi`
|
||
|
||
testsuite/test_misc-test_misc.o: testsuite/test_misc.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_misc_CFLAGS) $(CFLAGS) -MT testsuite/test_misc-test_misc.o -MD -MP -MF testsuite/$(DEPDIR)/test_misc-test_misc.Tpo -c -o testsuite/test_misc-test_misc.o `test -f 'testsuite/test_misc.c' || echo '$(srcdir)/'`testsuite/test_misc.c
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_misc-test_misc.Tpo testsuite/$(DEPDIR)/test_misc-test_misc.Po
|
||
# $(AM_V_CC)source='testsuite/test_misc.c' object='testsuite/test_misc-test_misc.o' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_misc_CFLAGS) $(CFLAGS) -c -o testsuite/test_misc-test_misc.o `test -f 'testsuite/test_misc.c' || echo '$(srcdir)/'`testsuite/test_misc.c
|
||
|
||
testsuite/test_misc-test_misc.obj: testsuite/test_misc.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_misc_CFLAGS) $(CFLAGS) -MT testsuite/test_misc-test_misc.obj -MD -MP -MF testsuite/$(DEPDIR)/test_misc-test_misc.Tpo -c -o testsuite/test_misc-test_misc.obj `if test -f 'testsuite/test_misc.c'; then $(CYGPATH_W) 'testsuite/test_misc.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/test_misc.c'; fi`
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_misc-test_misc.Tpo testsuite/$(DEPDIR)/test_misc-test_misc.Po
|
||
# $(AM_V_CC)source='testsuite/test_misc.c' object='testsuite/test_misc-test_misc.obj' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_misc_CFLAGS) $(CFLAGS) -c -o testsuite/test_misc-test_misc.obj `if test -f 'testsuite/test_misc.c'; then $(CYGPATH_W) 'testsuite/test_misc.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/test_misc.c'; fi`
|
||
|
||
testsuite/test_multiplication-test_multiplication.o: testsuite/test_multiplication.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_multiplication_CFLAGS) $(CFLAGS) -MT testsuite/test_multiplication-test_multiplication.o -MD -MP -MF testsuite/$(DEPDIR)/test_multiplication-test_multiplication.Tpo -c -o testsuite/test_multiplication-test_multiplication.o `test -f 'testsuite/test_multiplication.c' || echo '$(srcdir)/'`testsuite/test_multiplication.c
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_multiplication-test_multiplication.Tpo testsuite/$(DEPDIR)/test_multiplication-test_multiplication.Po
|
||
# $(AM_V_CC)source='testsuite/test_multiplication.c' object='testsuite/test_multiplication-test_multiplication.o' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_multiplication_CFLAGS) $(CFLAGS) -c -o testsuite/test_multiplication-test_multiplication.o `test -f 'testsuite/test_multiplication.c' || echo '$(srcdir)/'`testsuite/test_multiplication.c
|
||
|
||
testsuite/test_multiplication-test_multiplication.obj: testsuite/test_multiplication.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_multiplication_CFLAGS) $(CFLAGS) -MT testsuite/test_multiplication-test_multiplication.obj -MD -MP -MF testsuite/$(DEPDIR)/test_multiplication-test_multiplication.Tpo -c -o testsuite/test_multiplication-test_multiplication.obj `if test -f 'testsuite/test_multiplication.c'; then $(CYGPATH_W) 'testsuite/test_multiplication.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/test_multiplication.c'; fi`
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_multiplication-test_multiplication.Tpo testsuite/$(DEPDIR)/test_multiplication-test_multiplication.Po
|
||
# $(AM_V_CC)source='testsuite/test_multiplication.c' object='testsuite/test_multiplication-test_multiplication.obj' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_multiplication_CFLAGS) $(CFLAGS) -c -o testsuite/test_multiplication-test_multiplication.obj `if test -f 'testsuite/test_multiplication.c'; then $(CYGPATH_W) 'testsuite/test_multiplication.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/test_multiplication.c'; fi`
|
||
|
||
testsuite/test_ple-test_ple.o: testsuite/test_ple.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ple_CFLAGS) $(CFLAGS) -MT testsuite/test_ple-test_ple.o -MD -MP -MF testsuite/$(DEPDIR)/test_ple-test_ple.Tpo -c -o testsuite/test_ple-test_ple.o `test -f 'testsuite/test_ple.c' || echo '$(srcdir)/'`testsuite/test_ple.c
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_ple-test_ple.Tpo testsuite/$(DEPDIR)/test_ple-test_ple.Po
|
||
# $(AM_V_CC)source='testsuite/test_ple.c' object='testsuite/test_ple-test_ple.o' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ple_CFLAGS) $(CFLAGS) -c -o testsuite/test_ple-test_ple.o `test -f 'testsuite/test_ple.c' || echo '$(srcdir)/'`testsuite/test_ple.c
|
||
|
||
testsuite/test_ple-test_ple.obj: testsuite/test_ple.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ple_CFLAGS) $(CFLAGS) -MT testsuite/test_ple-test_ple.obj -MD -MP -MF testsuite/$(DEPDIR)/test_ple-test_ple.Tpo -c -o testsuite/test_ple-test_ple.obj `if test -f 'testsuite/test_ple.c'; then $(CYGPATH_W) 'testsuite/test_ple.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/test_ple.c'; fi`
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_ple-test_ple.Tpo testsuite/$(DEPDIR)/test_ple-test_ple.Po
|
||
# $(AM_V_CC)source='testsuite/test_ple.c' object='testsuite/test_ple-test_ple.obj' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_ple_CFLAGS) $(CFLAGS) -c -o testsuite/test_ple-test_ple.obj `if test -f 'testsuite/test_ple.c'; then $(CYGPATH_W) 'testsuite/test_ple.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/test_ple.c'; fi`
|
||
|
||
testsuite/test_random-test_random.o: testsuite/test_random.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_random_CFLAGS) $(CFLAGS) -MT testsuite/test_random-test_random.o -MD -MP -MF testsuite/$(DEPDIR)/test_random-test_random.Tpo -c -o testsuite/test_random-test_random.o `test -f 'testsuite/test_random.c' || echo '$(srcdir)/'`testsuite/test_random.c
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_random-test_random.Tpo testsuite/$(DEPDIR)/test_random-test_random.Po
|
||
# $(AM_V_CC)source='testsuite/test_random.c' object='testsuite/test_random-test_random.o' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_random_CFLAGS) $(CFLAGS) -c -o testsuite/test_random-test_random.o `test -f 'testsuite/test_random.c' || echo '$(srcdir)/'`testsuite/test_random.c
|
||
|
||
testsuite/test_random-test_random.obj: testsuite/test_random.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_random_CFLAGS) $(CFLAGS) -MT testsuite/test_random-test_random.obj -MD -MP -MF testsuite/$(DEPDIR)/test_random-test_random.Tpo -c -o testsuite/test_random-test_random.obj `if test -f 'testsuite/test_random.c'; then $(CYGPATH_W) 'testsuite/test_random.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/test_random.c'; fi`
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_random-test_random.Tpo testsuite/$(DEPDIR)/test_random-test_random.Po
|
||
# $(AM_V_CC)source='testsuite/test_random.c' object='testsuite/test_random-test_random.obj' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_random_CFLAGS) $(CFLAGS) -c -o testsuite/test_random-test_random.obj `if test -f 'testsuite/test_random.c'; then $(CYGPATH_W) 'testsuite/test_random.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/test_random.c'; fi`
|
||
|
||
testsuite/test_smallops-test_smallops.o: testsuite/test_smallops.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_smallops_CFLAGS) $(CFLAGS) -MT testsuite/test_smallops-test_smallops.o -MD -MP -MF testsuite/$(DEPDIR)/test_smallops-test_smallops.Tpo -c -o testsuite/test_smallops-test_smallops.o `test -f 'testsuite/test_smallops.c' || echo '$(srcdir)/'`testsuite/test_smallops.c
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_smallops-test_smallops.Tpo testsuite/$(DEPDIR)/test_smallops-test_smallops.Po
|
||
# $(AM_V_CC)source='testsuite/test_smallops.c' object='testsuite/test_smallops-test_smallops.o' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_smallops_CFLAGS) $(CFLAGS) -c -o testsuite/test_smallops-test_smallops.o `test -f 'testsuite/test_smallops.c' || echo '$(srcdir)/'`testsuite/test_smallops.c
|
||
|
||
testsuite/test_smallops-test_smallops.obj: testsuite/test_smallops.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_smallops_CFLAGS) $(CFLAGS) -MT testsuite/test_smallops-test_smallops.obj -MD -MP -MF testsuite/$(DEPDIR)/test_smallops-test_smallops.Tpo -c -o testsuite/test_smallops-test_smallops.obj `if test -f 'testsuite/test_smallops.c'; then $(CYGPATH_W) 'testsuite/test_smallops.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/test_smallops.c'; fi`
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_smallops-test_smallops.Tpo testsuite/$(DEPDIR)/test_smallops-test_smallops.Po
|
||
# $(AM_V_CC)source='testsuite/test_smallops.c' object='testsuite/test_smallops-test_smallops.obj' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_smallops_CFLAGS) $(CFLAGS) -c -o testsuite/test_smallops-test_smallops.obj `if test -f 'testsuite/test_smallops.c'; then $(CYGPATH_W) 'testsuite/test_smallops.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/test_smallops.c'; fi`
|
||
|
||
testsuite/test_smallops-testing.o: testsuite/testing.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_smallops_CFLAGS) $(CFLAGS) -MT testsuite/test_smallops-testing.o -MD -MP -MF testsuite/$(DEPDIR)/test_smallops-testing.Tpo -c -o testsuite/test_smallops-testing.o `test -f 'testsuite/testing.c' || echo '$(srcdir)/'`testsuite/testing.c
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_smallops-testing.Tpo testsuite/$(DEPDIR)/test_smallops-testing.Po
|
||
# $(AM_V_CC)source='testsuite/testing.c' object='testsuite/test_smallops-testing.o' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_smallops_CFLAGS) $(CFLAGS) -c -o testsuite/test_smallops-testing.o `test -f 'testsuite/testing.c' || echo '$(srcdir)/'`testsuite/testing.c
|
||
|
||
testsuite/test_smallops-testing.obj: testsuite/testing.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_smallops_CFLAGS) $(CFLAGS) -MT testsuite/test_smallops-testing.obj -MD -MP -MF testsuite/$(DEPDIR)/test_smallops-testing.Tpo -c -o testsuite/test_smallops-testing.obj `if test -f 'testsuite/testing.c'; then $(CYGPATH_W) 'testsuite/testing.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/testing.c'; fi`
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_smallops-testing.Tpo testsuite/$(DEPDIR)/test_smallops-testing.Po
|
||
# $(AM_V_CC)source='testsuite/testing.c' object='testsuite/test_smallops-testing.obj' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_smallops_CFLAGS) $(CFLAGS) -c -o testsuite/test_smallops-testing.obj `if test -f 'testsuite/testing.c'; then $(CYGPATH_W) 'testsuite/testing.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/testing.c'; fi`
|
||
|
||
testsuite/test_solve-test_solve.o: testsuite/test_solve.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_solve_CFLAGS) $(CFLAGS) -MT testsuite/test_solve-test_solve.o -MD -MP -MF testsuite/$(DEPDIR)/test_solve-test_solve.Tpo -c -o testsuite/test_solve-test_solve.o `test -f 'testsuite/test_solve.c' || echo '$(srcdir)/'`testsuite/test_solve.c
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_solve-test_solve.Tpo testsuite/$(DEPDIR)/test_solve-test_solve.Po
|
||
# $(AM_V_CC)source='testsuite/test_solve.c' object='testsuite/test_solve-test_solve.o' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_solve_CFLAGS) $(CFLAGS) -c -o testsuite/test_solve-test_solve.o `test -f 'testsuite/test_solve.c' || echo '$(srcdir)/'`testsuite/test_solve.c
|
||
|
||
testsuite/test_solve-test_solve.obj: testsuite/test_solve.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_solve_CFLAGS) $(CFLAGS) -MT testsuite/test_solve-test_solve.obj -MD -MP -MF testsuite/$(DEPDIR)/test_solve-test_solve.Tpo -c -o testsuite/test_solve-test_solve.obj `if test -f 'testsuite/test_solve.c'; then $(CYGPATH_W) 'testsuite/test_solve.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/test_solve.c'; fi`
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_solve-test_solve.Tpo testsuite/$(DEPDIR)/test_solve-test_solve.Po
|
||
# $(AM_V_CC)source='testsuite/test_solve.c' object='testsuite/test_solve-test_solve.obj' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_solve_CFLAGS) $(CFLAGS) -c -o testsuite/test_solve-test_solve.obj `if test -f 'testsuite/test_solve.c'; then $(CYGPATH_W) 'testsuite/test_solve.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/test_solve.c'; fi`
|
||
|
||
testsuite/test_transpose-test_transpose.o: testsuite/test_transpose.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_transpose_CFLAGS) $(CFLAGS) -MT testsuite/test_transpose-test_transpose.o -MD -MP -MF testsuite/$(DEPDIR)/test_transpose-test_transpose.Tpo -c -o testsuite/test_transpose-test_transpose.o `test -f 'testsuite/test_transpose.c' || echo '$(srcdir)/'`testsuite/test_transpose.c
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_transpose-test_transpose.Tpo testsuite/$(DEPDIR)/test_transpose-test_transpose.Po
|
||
# $(AM_V_CC)source='testsuite/test_transpose.c' object='testsuite/test_transpose-test_transpose.o' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_transpose_CFLAGS) $(CFLAGS) -c -o testsuite/test_transpose-test_transpose.o `test -f 'testsuite/test_transpose.c' || echo '$(srcdir)/'`testsuite/test_transpose.c
|
||
|
||
testsuite/test_transpose-test_transpose.obj: testsuite/test_transpose.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_transpose_CFLAGS) $(CFLAGS) -MT testsuite/test_transpose-test_transpose.obj -MD -MP -MF testsuite/$(DEPDIR)/test_transpose-test_transpose.Tpo -c -o testsuite/test_transpose-test_transpose.obj `if test -f 'testsuite/test_transpose.c'; then $(CYGPATH_W) 'testsuite/test_transpose.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/test_transpose.c'; fi`
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_transpose-test_transpose.Tpo testsuite/$(DEPDIR)/test_transpose-test_transpose.Po
|
||
# $(AM_V_CC)source='testsuite/test_transpose.c' object='testsuite/test_transpose-test_transpose.obj' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_transpose_CFLAGS) $(CFLAGS) -c -o testsuite/test_transpose-test_transpose.obj `if test -f 'testsuite/test_transpose.c'; then $(CYGPATH_W) 'testsuite/test_transpose.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/test_transpose.c'; fi`
|
||
|
||
testsuite/test_trsm-test_trsm.o: testsuite/test_trsm.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_trsm_CFLAGS) $(CFLAGS) -MT testsuite/test_trsm-test_trsm.o -MD -MP -MF testsuite/$(DEPDIR)/test_trsm-test_trsm.Tpo -c -o testsuite/test_trsm-test_trsm.o `test -f 'testsuite/test_trsm.c' || echo '$(srcdir)/'`testsuite/test_trsm.c
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_trsm-test_trsm.Tpo testsuite/$(DEPDIR)/test_trsm-test_trsm.Po
|
||
# $(AM_V_CC)source='testsuite/test_trsm.c' object='testsuite/test_trsm-test_trsm.o' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_trsm_CFLAGS) $(CFLAGS) -c -o testsuite/test_trsm-test_trsm.o `test -f 'testsuite/test_trsm.c' || echo '$(srcdir)/'`testsuite/test_trsm.c
|
||
|
||
testsuite/test_trsm-test_trsm.obj: testsuite/test_trsm.c
|
||
$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_trsm_CFLAGS) $(CFLAGS) -MT testsuite/test_trsm-test_trsm.obj -MD -MP -MF testsuite/$(DEPDIR)/test_trsm-test_trsm.Tpo -c -o testsuite/test_trsm-test_trsm.obj `if test -f 'testsuite/test_trsm.c'; then $(CYGPATH_W) 'testsuite/test_trsm.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/test_trsm.c'; fi`
|
||
$(AM_V_at)$(am__mv) testsuite/$(DEPDIR)/test_trsm-test_trsm.Tpo testsuite/$(DEPDIR)/test_trsm-test_trsm.Po
|
||
# $(AM_V_CC)source='testsuite/test_trsm.c' object='testsuite/test_trsm-test_trsm.obj' libtool=no \
|
||
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
||
# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_trsm_CFLAGS) $(CFLAGS) -c -o testsuite/test_trsm-test_trsm.obj `if test -f 'testsuite/test_trsm.c'; then $(CYGPATH_W) 'testsuite/test_trsm.c'; else $(CYGPATH_W) '$(srcdir)/testsuite/test_trsm.c'; fi`
|
||
|
||
mostlyclean-libtool:
|
||
-rm -f *.lo
|
||
|
||
clean-libtool:
|
||
-rm -rf .libs _libs
|
||
-rm -rf m4ri/.libs m4ri/_libs
|
||
|
||
distclean-libtool:
|
||
-rm -f libtool config.lt
|
||
install-pkgconfigDATA: $(pkgconfig_DATA)
|
||
@$(NORMAL_INSTALL)
|
||
@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
|
||
if test -n "$$list"; then \
|
||
echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
|
||
$(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
|
||
fi; \
|
||
for p in $$list; do \
|
||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||
echo "$$d$$p"; \
|
||
done | $(am__base_list) | \
|
||
while read files; do \
|
||
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
|
||
$(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
|
||
done
|
||
|
||
uninstall-pkgconfigDATA:
|
||
@$(NORMAL_UNINSTALL)
|
||
@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
|
||
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
||
dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
|
||
install-nodist_pkgincludesubHEADERS: $(nodist_pkgincludesub_HEADERS)
|
||
@$(NORMAL_INSTALL)
|
||
@list='$(nodist_pkgincludesub_HEADERS)'; test -n "$(pkgincludesubdir)" || list=; \
|
||
if test -n "$$list"; then \
|
||
echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludesubdir)'"; \
|
||
$(MKDIR_P) "$(DESTDIR)$(pkgincludesubdir)" || exit 1; \
|
||
fi; \
|
||
for p in $$list; do \
|
||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||
echo "$$d$$p"; \
|
||
done | $(am__base_list) | \
|
||
while read files; do \
|
||
echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludesubdir)'"; \
|
||
$(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludesubdir)" || exit $$?; \
|
||
done
|
||
|
||
uninstall-nodist_pkgincludesubHEADERS:
|
||
@$(NORMAL_UNINSTALL)
|
||
@list='$(nodist_pkgincludesub_HEADERS)'; test -n "$(pkgincludesubdir)" || list=; \
|
||
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
||
dir='$(DESTDIR)$(pkgincludesubdir)'; $(am__uninstall_files_from_dir)
|
||
install-pkgincludesubHEADERS: $(pkgincludesub_HEADERS)
|
||
@$(NORMAL_INSTALL)
|
||
@list='$(pkgincludesub_HEADERS)'; test -n "$(pkgincludesubdir)" || list=; \
|
||
if test -n "$$list"; then \
|
||
echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludesubdir)'"; \
|
||
$(MKDIR_P) "$(DESTDIR)$(pkgincludesubdir)" || exit 1; \
|
||
fi; \
|
||
for p in $$list; do \
|
||
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
||
echo "$$d$$p"; \
|
||
done | $(am__base_list) | \
|
||
while read files; do \
|
||
echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludesubdir)'"; \
|
||
$(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludesubdir)" || exit $$?; \
|
||
done
|
||
|
||
uninstall-pkgincludesubHEADERS:
|
||
@$(NORMAL_UNINSTALL)
|
||
@list='$(pkgincludesub_HEADERS)'; test -n "$(pkgincludesubdir)" || list=; \
|
||
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
||
dir='$(DESTDIR)$(pkgincludesubdir)'; $(am__uninstall_files_from_dir)
|
||
|
||
ID: $(am__tagged_files)
|
||
$(am__define_uniq_tagged_files); mkid -fID $$unique
|
||
tags: tags-am
|
||
TAGS: tags
|
||
|
||
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
||
set x; \
|
||
here=`pwd`; \
|
||
$(am__define_uniq_tagged_files); \
|
||
shift; \
|
||
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
||
test -n "$$unique" || unique=$$empty_fix; \
|
||
if test $$# -gt 0; then \
|
||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||
"$$@" $$unique; \
|
||
else \
|
||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||
$$unique; \
|
||
fi; \
|
||
fi
|
||
ctags: ctags-am
|
||
|
||
CTAGS: ctags
|
||
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
||
$(am__define_uniq_tagged_files); \
|
||
test -z "$(CTAGS_ARGS)$$unique" \
|
||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
||
$$unique
|
||
|
||
GTAGS:
|
||
here=`$(am__cd) $(top_builddir) && pwd` \
|
||
&& $(am__cd) $(top_srcdir) \
|
||
&& gtags -i $(GTAGS_ARGS) "$$here"
|
||
cscope: cscope.files
|
||
test ! -s cscope.files \
|
||
|| $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
|
||
clean-cscope:
|
||
-rm -f cscope.files
|
||
cscope.files: clean-cscope cscopelist
|
||
cscopelist: cscopelist-am
|
||
|
||
cscopelist-am: $(am__tagged_files)
|
||
list='$(am__tagged_files)'; \
|
||
case "$(srcdir)" in \
|
||
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
|
||
*) sdir=$(subdir)/$(srcdir) ;; \
|
||
esac; \
|
||
for i in $$list; do \
|
||
if test -f "$$i"; then \
|
||
echo "$(subdir)/$$i"; \
|
||
else \
|
||
echo "$$sdir/$$i"; \
|
||
fi; \
|
||
done >> $(top_builddir)/cscope.files
|
||
|
||
distclean-tags:
|
||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
||
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
|
||
|
||
# Recover from deleted '.trs' file; this should ensure that
|
||
# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
|
||
# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
|
||
# to avoid problems with "make -n".
|
||
.log.trs:
|
||
rm -f $< $@
|
||
$(MAKE) $(AM_MAKEFLAGS) $<
|
||
|
||
# Leading 'am--fnord' is there to ensure the list of targets does not
|
||
# expand to empty, as could happen e.g. with make check TESTS=''.
|
||
am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
|
||
am--force-recheck:
|
||
@:
|
||
|
||
$(TEST_SUITE_LOG): $(TEST_LOGS)
|
||
@$(am__set_TESTS_bases); \
|
||
am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
|
||
redo_bases=`for i in $$bases; do \
|
||
am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
|
||
done`; \
|
||
if test -n "$$redo_bases"; then \
|
||
redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
|
||
redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
|
||
if $(am__make_dryrun); then :; else \
|
||
rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
|
||
fi; \
|
||
fi; \
|
||
if test -n "$$am__remaking_logs"; then \
|
||
echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
|
||
"recursion detected" >&2; \
|
||
else \
|
||
am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
|
||
fi; \
|
||
if $(am__make_dryrun); then :; else \
|
||
st=0; \
|
||
errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
|
||
for i in $$redo_bases; do \
|
||
test -f $$i.trs && test -r $$i.trs \
|
||
|| { echo "$$errmsg $$i.trs" >&2; st=1; }; \
|
||
test -f $$i.log && test -r $$i.log \
|
||
|| { echo "$$errmsg $$i.log" >&2; st=1; }; \
|
||
done; \
|
||
test $$st -eq 0 || exit 1; \
|
||
fi
|
||
@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
|
||
ws='[ ]'; \
|
||
results=`for b in $$bases; do echo $$b.trs; done`; \
|
||
test -n "$$results" || results=/dev/null; \
|
||
all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
|
||
pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
|
||
fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
|
||
skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
|
||
xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
|
||
xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
|
||
error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
|
||
if test `expr $$fail + $$xpass + $$error` -eq 0; then \
|
||
success=true; \
|
||
else \
|
||
success=false; \
|
||
fi; \
|
||
br='==================='; br=$$br$$br$$br$$br; \
|
||
result_count () \
|
||
{ \
|
||
if test x"$$1" = x"--maybe-color"; then \
|
||
maybe_colorize=yes; \
|
||
elif test x"$$1" = x"--no-color"; then \
|
||
maybe_colorize=no; \
|
||
else \
|
||
echo "$@: invalid 'result_count' usage" >&2; exit 4; \
|
||
fi; \
|
||
shift; \
|
||
desc=$$1 count=$$2; \
|
||
if test $$maybe_colorize = yes && test $$count -gt 0; then \
|
||
color_start=$$3 color_end=$$std; \
|
||
else \
|
||
color_start= color_end=; \
|
||
fi; \
|
||
echo "$${color_start}# $$desc $$count$${color_end}"; \
|
||
}; \
|
||
create_testsuite_report () \
|
||
{ \
|
||
result_count $$1 "TOTAL:" $$all "$$brg"; \
|
||
result_count $$1 "PASS: " $$pass "$$grn"; \
|
||
result_count $$1 "SKIP: " $$skip "$$blu"; \
|
||
result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
|
||
result_count $$1 "FAIL: " $$fail "$$red"; \
|
||
result_count $$1 "XPASS:" $$xpass "$$red"; \
|
||
result_count $$1 "ERROR:" $$error "$$mgn"; \
|
||
}; \
|
||
{ \
|
||
echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
|
||
$(am__rst_title); \
|
||
create_testsuite_report --no-color; \
|
||
echo; \
|
||
echo ".. contents:: :depth: 2"; \
|
||
echo; \
|
||
for b in $$bases; do echo $$b; done \
|
||
| $(am__create_global_log); \
|
||
} >$(TEST_SUITE_LOG).tmp || exit 1; \
|
||
mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
|
||
if $$success; then \
|
||
col="$$grn"; \
|
||
else \
|
||
col="$$red"; \
|
||
test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
|
||
fi; \
|
||
echo "$${col}$$br$${std}"; \
|
||
echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
|
||
echo "$${col}$$br$${std}"; \
|
||
create_testsuite_report --maybe-color; \
|
||
echo "$$col$$br$$std"; \
|
||
if $$success; then :; else \
|
||
echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
|
||
if test -n "$(PACKAGE_BUGREPORT)"; then \
|
||
echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
|
||
fi; \
|
||
echo "$$col$$br$$std"; \
|
||
fi; \
|
||
$$success || exit 1
|
||
|
||
check-TESTS:
|
||
@list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
|
||
@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
|
||
@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
||
@set +e; $(am__set_TESTS_bases); \
|
||
log_list=`for i in $$bases; do echo $$i.log; done`; \
|
||
trs_list=`for i in $$bases; do echo $$i.trs; done`; \
|
||
log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
|
||
$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
|
||
exit $$?;
|
||
recheck: all $(check_PROGRAMS)
|
||
@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
||
@set +e; $(am__set_TESTS_bases); \
|
||
bases=`for i in $$bases; do echo $$i; done \
|
||
| $(am__list_recheck_tests)` || exit 1; \
|
||
log_list=`for i in $$bases; do echo $$i.log; done`; \
|
||
log_list=`echo $$log_list`; \
|
||
$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
|
||
am__force_recheck=am--force-recheck \
|
||
TEST_LOGS="$$log_list"; \
|
||
exit $$?
|
||
test_multiplication.log: test_multiplication$(EXEEXT)
|
||
@p='test_multiplication$(EXEEXT)'; \
|
||
b='test_multiplication'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
test_elimination.log: test_elimination$(EXEEXT)
|
||
@p='test_elimination$(EXEEXT)'; \
|
||
b='test_elimination'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
test_trsm.log: test_trsm$(EXEEXT)
|
||
@p='test_trsm$(EXEEXT)'; \
|
||
b='test_trsm'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
test_ple.log: test_ple$(EXEEXT)
|
||
@p='test_ple$(EXEEXT)'; \
|
||
b='test_ple'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
test_solve.log: test_solve$(EXEEXT)
|
||
@p='test_solve$(EXEEXT)'; \
|
||
b='test_solve'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
test_kernel.log: test_kernel$(EXEEXT)
|
||
@p='test_kernel$(EXEEXT)'; \
|
||
b='test_kernel'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
test_random.log: test_random$(EXEEXT)
|
||
@p='test_random$(EXEEXT)'; \
|
||
b='test_random'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
test_smallops.log: test_smallops$(EXEEXT)
|
||
@p='test_smallops$(EXEEXT)'; \
|
||
b='test_smallops'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
test_transpose.log: test_transpose$(EXEEXT)
|
||
@p='test_transpose$(EXEEXT)'; \
|
||
b='test_transpose'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
test_colswap.log: test_colswap$(EXEEXT)
|
||
@p='test_colswap$(EXEEXT)'; \
|
||
b='test_colswap'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
test_invert.log: test_invert$(EXEEXT)
|
||
@p='test_invert$(EXEEXT)'; \
|
||
b='test_invert'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
test_misc.log: test_misc$(EXEEXT)
|
||
@p='test_misc$(EXEEXT)'; \
|
||
b='test_misc'; \
|
||
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
.test.log:
|
||
@p='$<'; \
|
||
$(am__set_b); \
|
||
$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
|
||
--log-file $$b.log --trs-file $$b.trs \
|
||
$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
|
||
"$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
#.test$(EXEEXT).log:
|
||
# @p='$<'; \
|
||
# $(am__set_b); \
|
||
# $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
|
||
# --log-file $$b.log --trs-file $$b.trs \
|
||
# $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
|
||
# "$$tst" $(AM_TESTS_FD_REDIRECT)
|
||
|
||
distdir: $(DISTFILES)
|
||
$(am__remove_distdir)
|
||
test -d "$(distdir)" || mkdir "$(distdir)"
|
||
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
||
list='$(DISTFILES)'; \
|
||
dist_files=`for file in $$list; do echo $$file; done | \
|
||
sed -e "s|^$$srcdirstrip/||;t" \
|
||
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
||
case $$dist_files in \
|
||
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
||
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
||
sort -u` ;; \
|
||
esac; \
|
||
for file in $$dist_files; do \
|
||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||
if test -d $$d/$$file; then \
|
||
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||
if test -d "$(distdir)/$$file"; then \
|
||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||
fi; \
|
||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
||
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
||
fi; \
|
||
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
||
else \
|
||
test -f "$(distdir)/$$file" \
|
||
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
||
|| exit 1; \
|
||
fi; \
|
||
done
|
||
-test -n "$(am__skip_mode_fix)" \
|
||
|| find "$(distdir)" -type d ! -perm -755 \
|
||
-exec chmod u+rwx,go+rx {} \; -o \
|
||
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
||
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
||
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
||
|| chmod -R a+r "$(distdir)"
|
||
dist-gzip: distdir
|
||
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
||
$(am__post_remove_distdir)
|
||
|
||
dist-bzip2: distdir
|
||
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
|
||
$(am__post_remove_distdir)
|
||
|
||
dist-lzip: distdir
|
||
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
|
||
$(am__post_remove_distdir)
|
||
|
||
dist-xz: distdir
|
||
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
|
||
$(am__post_remove_distdir)
|
||
|
||
dist-tarZ: distdir
|
||
@echo WARNING: "Support for shar distribution archives is" \
|
||
"deprecated." >&2
|
||
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
||
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
||
$(am__post_remove_distdir)
|
||
|
||
dist-shar: distdir
|
||
@echo WARNING: "Support for distribution archives compressed with" \
|
||
"legacy program 'compress' is deprecated." >&2
|
||
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
|
||
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
||
$(am__post_remove_distdir)
|
||
|
||
dist-zip: distdir
|
||
-rm -f $(distdir).zip
|
||
zip -rq $(distdir).zip $(distdir)
|
||
$(am__post_remove_distdir)
|
||
|
||
dist dist-all:
|
||
$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
|
||
$(am__post_remove_distdir)
|
||
|
||
# This target untars the dist file and tries a VPATH configuration. Then
|
||
# it guarantees that the distribution is self-contained by making another
|
||
# tarfile.
|
||
distcheck: dist
|
||
case '$(DIST_ARCHIVES)' in \
|
||
*.tar.gz*) \
|
||
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
|
||
*.tar.bz2*) \
|
||
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
||
*.tar.lz*) \
|
||
lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
|
||
*.tar.xz*) \
|
||
xz -dc $(distdir).tar.xz | $(am__untar) ;;\
|
||
*.tar.Z*) \
|
||
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
||
*.shar.gz*) \
|
||
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
|
||
*.zip*) \
|
||
unzip $(distdir).zip ;;\
|
||
esac
|
||
chmod -R a-w $(distdir)
|
||
chmod u+w $(distdir)
|
||
mkdir $(distdir)/_build $(distdir)/_inst
|
||
chmod a-w $(distdir)
|
||
test -d $(distdir)/_build || exit 0; \
|
||
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
||
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
||
&& am__cwd=`pwd` \
|
||
&& $(am__cd) $(distdir)/_build \
|
||
&& ../configure \
|
||
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
|
||
$(DISTCHECK_CONFIGURE_FLAGS) \
|
||
--srcdir=.. --prefix="$$dc_install_base" \
|
||
&& $(MAKE) $(AM_MAKEFLAGS) \
|
||
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
||
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
||
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
||
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
||
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
||
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
||
distuninstallcheck \
|
||
&& chmod -R a-w "$$dc_install_base" \
|
||
&& ({ \
|
||
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
||
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
||
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
||
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
||
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
||
} || { rm -rf "$$dc_destdir"; exit 1; }) \
|
||
&& rm -rf "$$dc_destdir" \
|
||
&& $(MAKE) $(AM_MAKEFLAGS) dist \
|
||
&& rm -rf $(DIST_ARCHIVES) \
|
||
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
|
||
&& cd "$$am__cwd" \
|
||
|| exit 1
|
||
$(am__post_remove_distdir)
|
||
@(echo "$(distdir) archives ready for distribution: "; \
|
||
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
||
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
||
distuninstallcheck:
|
||
@test -n '$(distuninstallcheck_dir)' || { \
|
||
echo 'ERROR: trying to run $@ with an empty' \
|
||
'$$(distuninstallcheck_dir)' >&2; \
|
||
exit 1; \
|
||
}; \
|
||
$(am__cd) '$(distuninstallcheck_dir)' || { \
|
||
echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
|
||
exit 1; \
|
||
}; \
|
||
test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
|
||
|| { echo "ERROR: files left after uninstall:" ; \
|
||
if test -n "$(DESTDIR)"; then \
|
||
echo " (check DESTDIR support)"; \
|
||
fi ; \
|
||
$(distuninstallcheck_listfiles) ; \
|
||
exit 1; } >&2
|
||
distcleancheck: distclean
|
||
@if test '$(srcdir)' = . ; then \
|
||
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
||
exit 1 ; \
|
||
fi
|
||
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
||
|| { echo "ERROR: files left in build directory after distclean:" ; \
|
||
$(distcleancheck_listfiles) ; \
|
||
exit 1; } >&2
|
||
check-am: all-am
|
||
$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
|
||
$(MAKE) $(AM_MAKEFLAGS) check-TESTS
|
||
check: $(BUILT_SOURCES)
|
||
$(MAKE) $(AM_MAKEFLAGS) check-am
|
||
all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
|
||
installdirs:
|
||
for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludesubdir)" "$(DESTDIR)$(pkgincludesubdir)"; do \
|
||
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
||
done
|
||
install: $(BUILT_SOURCES)
|
||
$(MAKE) $(AM_MAKEFLAGS) install-am
|
||
install-exec: install-exec-am
|
||
install-data: install-data-am
|
||
uninstall: uninstall-am
|
||
|
||
install-am: all-am
|
||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||
|
||
installcheck: installcheck-am
|
||
install-strip:
|
||
if test -z '$(STRIP)'; then \
|
||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||
install; \
|
||
else \
|
||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
|
||
fi
|
||
mostlyclean-generic:
|
||
-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
|
||
-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
|
||
-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
|
||
|
||
clean-generic:
|
||
|
||
distclean-generic:
|
||
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
||
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
||
-rm -f m4ri/$(DEPDIR)/$(am__dirstamp)
|
||
-rm -f m4ri/$(am__dirstamp)
|
||
-rm -f testsuite/$(DEPDIR)/$(am__dirstamp)
|
||
-rm -f testsuite/$(am__dirstamp)
|
||
|
||
maintainer-clean-generic:
|
||
@echo "This command is intended for maintainers to use"
|
||
@echo "it deletes files that may require special tools to rebuild."
|
||
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
|
||
clean: clean-am
|
||
|
||
clean-am: clean-checkPROGRAMS clean-generic clean-libLTLIBRARIES \
|
||
clean-libtool mostlyclean-am
|
||
|
||
distclean: distclean-am
|
||
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
||
-rm -rf m4ri/$(DEPDIR) testsuite/$(DEPDIR)
|
||
-rm -f Makefile
|
||
distclean-am: clean-am distclean-compile distclean-generic \
|
||
distclean-hdr distclean-libtool distclean-tags
|
||
|
||
dvi: dvi-am
|
||
|
||
dvi-am:
|
||
|
||
html: html-am
|
||
|
||
html-am:
|
||
|
||
info: info-am
|
||
|
||
info-am:
|
||
|
||
install-data-am: install-nodist_pkgincludesubHEADERS \
|
||
install-pkgconfigDATA install-pkgincludesubHEADERS
|
||
|
||
install-dvi: install-dvi-am
|
||
|
||
install-dvi-am:
|
||
|
||
install-exec-am: install-libLTLIBRARIES
|
||
|
||
install-html: install-html-am
|
||
|
||
install-html-am:
|
||
|
||
install-info: install-info-am
|
||
|
||
install-info-am:
|
||
|
||
install-man:
|
||
|
||
install-pdf: install-pdf-am
|
||
|
||
install-pdf-am:
|
||
|
||
install-ps: install-ps-am
|
||
|
||
install-ps-am:
|
||
|
||
installcheck-am:
|
||
|
||
maintainer-clean: maintainer-clean-am
|
||
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
||
-rm -rf $(top_srcdir)/autom4te.cache
|
||
-rm -rf m4ri/$(DEPDIR) testsuite/$(DEPDIR)
|
||
-rm -f Makefile
|
||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||
|
||
mostlyclean: mostlyclean-am
|
||
|
||
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
||
mostlyclean-libtool
|
||
|
||
pdf: pdf-am
|
||
|
||
pdf-am:
|
||
|
||
ps: ps-am
|
||
|
||
ps-am:
|
||
|
||
uninstall-am: uninstall-libLTLIBRARIES \
|
||
uninstall-nodist_pkgincludesubHEADERS uninstall-pkgconfigDATA \
|
||
uninstall-pkgincludesubHEADERS
|
||
|
||
.MAKE: all check check-am install install-am install-strip
|
||
|
||
.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-TESTS \
|
||
check-am clean clean-checkPROGRAMS clean-cscope clean-generic \
|
||
clean-libLTLIBRARIES clean-libtool cscope cscopelist-am ctags \
|
||
ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
|
||
dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
|
||
distclean-compile distclean-generic distclean-hdr \
|
||
distclean-libtool distclean-tags distcleancheck distdir \
|
||
distuninstallcheck dvi dvi-am html html-am info info-am \
|
||
install install-am install-data install-data-am install-dvi \
|
||
install-dvi-am install-exec install-exec-am install-html \
|
||
install-html-am install-info install-info-am \
|
||
install-libLTLIBRARIES install-man \
|
||
install-nodist_pkgincludesubHEADERS install-pdf install-pdf-am \
|
||
install-pkgconfigDATA install-pkgincludesubHEADERS install-ps \
|
||
install-ps-am install-strip installcheck installcheck-am \
|
||
installdirs maintainer-clean maintainer-clean-generic \
|
||
mostlyclean mostlyclean-compile mostlyclean-generic \
|
||
mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tags-am \
|
||
uninstall uninstall-am uninstall-libLTLIBRARIES \
|
||
uninstall-nodist_pkgincludesubHEADERS uninstall-pkgconfigDATA \
|
||
uninstall-pkgincludesubHEADERS
|
||
|
||
|
||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||
.NOEXPORT:
|