Revision 5a75ab15a273ed3073b3fe33b788ea8b56a3ef23 authored by Alessandro Lupo on 17 May 2023, 19:47:57 UTC, committed by Alessandro Lupo on 17 May 2023, 19:47:57 UTC
1 parent 932c783
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