Revision 91a7fe247b15bc8c6b6db698be3aa5cbde82510f authored by Peter Boyle on 02 January 2019, 14:40:31 UTC, committed by Peter Boyle on 02 January 2019, 14:40:31 UTC
2 parent s fd66325 + 8a1be02
Raw File
Makefile.am
# additional include paths necessary to compile the C++ library
SUBDIRS = Grid Hadrons 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)/include

ACLOCAL_AMFLAGS = -I m4
back to top