mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
18 lines
362 B
Makefile
18 lines
362 B
Makefile
# additional include paths necessary to compile the C++ library
|
|
SUBDIRS = lib benchmarks tests extras
|
|
|
|
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
|