1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00:00
Grid/Makefile.am

12 lines
266 B
Makefile
Raw Normal View History

2015-03-04 04:53:40 +00:00
# additional include paths necessary to compile the C++ library
AM_CXXFLAGS = -I$(top_srcdir)/
2015-05-27 02:34:56 +01:00
SUBDIRS = lib tests benchmarks docs
2015-03-29 21:44:22 +01:00
2015-05-27 02:34:56 +01:00
if DOXYGEN_DOC
directory = $(top_srcdir)/docs/
doxyfile:
(cd $(directory) && $(MAKE) $(AM_MAKEFLAGS) $@) || exit 1;
endif