https://github.com/paboyle/Grid
Revision aac80cbb445f147cbe4d7ed852b594ff2f46a132 authored by paboyle on 22 February 2017, 17:19:09 UTC, committed by paboyle on 22 February 2017, 17:19:09 UTC
1 parent 3ae92fa
Raw File
Tip revision: aac80cbb445f147cbe4d7ed852b594ff2f46a132 authored by paboyle on 22 February 2017, 17:19:09 UTC
Bug fix from Chris K
Tip revision: aac80cb
Makefile.am
# additional include paths necessary to compile the C++ library
SUBDIRS = lib benchmarks tests extras

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
back to top