https://github.com/paboyle/Grid
Raw File
Tip revision: 3c23a947cc4e22b6c01afd9eac5d5a4add9035c7 authored by Peter Boyle on 15 January 2021, 14:16:02 UTC
Fixed test for very much non-unit det
Tip revision: 3c23a94
Makefile.am
# additional include paths necessary to compile the C++ library
SUBDIRS = Grid HMC benchmarks tests

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)

ACLOCAL_AMFLAGS = -I m4
back to top