1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 04:37:05 +01:00

Merge branch 'feature/fft-opt' into feature/hadrons

This commit is contained in:
2016-11-27 15:32:03 +09:00
29 changed files with 1045 additions and 3022 deletions

View File

@ -1,10 +1,12 @@
# additional include paths necessary to compile the C++ library
SUBDIRS = lib benchmarks tests programs
.PHONY: tests
include $(top_srcdir)/doxygen.inc
tests: all
$(MAKE) -C tests tests
.PHONY: tests doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
AM_CXXFLAGS += -I$(top_builddir)/include
ACLOCAL_AMFLAGS = -I m4