1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-19 16:55:37 +01:00
Grid/Makefile.am

17 lines
360 B
Makefile
Raw Normal View History

2015-03-04 04:53:40 +00:00
# additional include paths necessary to compile the C++ library
2021-08-22 14:17:12 +01:00
SUBDIRS = Grid HMC benchmarks tests examples
2015-06-03 12:47:05 +01:00
include $(top_srcdir)/doxygen.inc
2017-05-02 19:13:13 +01:00
bin_SCRIPTS=grid-config
2017-05-05 19:54:38 +01:00
.PHONY: bench check tests doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
tests-local: all
bench-local: all
2017-05-05 20:42:08 +01:00
check-local: all
AM_CXXFLAGS += -I$(top_builddir)
2017-05-05 19:54:38 +01:00
ACLOCAL_AMFLAGS = -I m4