https://github.com/paboyle/Grid
Raw File
Tip revision: aa131181270ffdeb0b22268b05d1c04f8cdbd961 authored by Peter Boyle on 10 April 2020, 15:11:24 UTC
Missing conjugate already fixed in develop
Tip revision: aa13118
Makefile.am
# additional include paths necessary to compile the C++ library
SUBDIRS = Grid HMC Hadrons 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