https://github.com/paboyle/Grid
Raw File
Tip revision: 1ba25a0d8c728f18dad32649c5be0572f79e27af authored by Antonin Portelli on 07 October 2020, 14:38:41 UTC
more I/O benchmark code cleaning
Tip revision: 1ba25a0
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