Revision d5b2323a579ca3b8e95fb6686a0fdf7d151a4503 authored by Felix Ziegler on 07 March 2022, 14:44:24 UTC, committed by Felix Ziegler on 07 March 2022, 14:44:24 UTC
1 parent bad18d4
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