Revision 55f9cce577bee769ae95c55fb5a8fc2a78c231fd authored by Julian Lenz on 17 May 2023, 08:17:48 UTC, committed by Julian Lenz on 17 May 2023, 08:17:48 UTC
This reverts commit eee27b8b30be2413ba8cf8349df40c36e9fa23e9.
1 parent b3533ca
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