Revision 3aab983760b188bbaf4c0523d8f1faa39ed84919 authored by Peter Boyle on 16 November 2020, 16:13:58 UTC, committed by Peter Boyle on 16 November 2020, 16:13:58 UTC
1 parent 9c4dcc5
Raw File
Makefile.am
# additional include paths necessary to compile the C++ library
SUBDIRS = Grid HMC benchmarks tests

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