mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-21 01:02:02 +01:00
Merge branch 'develop' into feature/gpu-port
This commit is contained in:
@ -1,17 +1,16 @@
|
||||
# additional include paths necessary to compile the C++ library
|
||||
SUBDIRS = lib benchmarks tests extras
|
||||
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
|
||||
AM_CXXFLAGS += -I$(top_builddir)
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
Reference in New Issue
Block a user