Revision 8ed0b57b092159ccc1123f739abc0179a182ca1b authored by Peter Boyle on 05 October 2021, 15:41:03 UTC, committed by Peter Boyle on 05 October 2021, 15:41:03 UTC
1 parent cffc736
Raw File
Makefile.am
# additional include paths necessary to compile the C++ library
SUBDIRS = Grid HMC benchmarks tests examples

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