Revision ba7e371b9097e578b8c10c041c4a75c808241580 authored by Peter Boyle on 21 October 2021, 18:56:52 UTC, committed by Peter Boyle on 21 October 2021, 18:56:52 UTC
Hopefully got all reqd virtual dtors
1 parent 99e7a5d
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