swh:1:snp:f1ea47acc31da44cdcf293f0bcae05f430fc0356
Raw File
Tip revision: 4ac85b3e8f07757e5e9a1f7e84f3fa917428668c authored by Chulwoo Jung on 13 February 2018, 16:49:02 UTC
Made checkerboard choice in staggered preconditioned solvers switchable
Tip revision: 4ac85b3
Makefile.am
# additional include paths necessary to compile the C++ library
SUBDIRS = lib benchmarks tests extras

include $(top_srcdir)/doxygen.inc

bin_SCRIPTS=grid-config


.PHONY: bench check tests doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)

tests-local: all
bench-local: all
check-local: all

AM_CXXFLAGS += -I$(top_builddir)/include

ACLOCAL_AMFLAGS = -I m4
back to top