Revision 633427a2df82978cbd09663834477c3220859334 authored by Peter Boyle on 20 May 2022, 15:43:40 UTC, committed by GitHub on 20 May 2022, 15:43:40 UTC
2 parent s d16427b + 2031d69
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