Revision cdf31d52c15109102b31f88b135bbaff8f216d30 authored by Fabian Joswig on 31 March 2022, 16:04:35 UTC, committed by Fabian Joswig on 31 March 2022, 16:04:35 UTC
1 parent 0542eaf
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