2015-03-04 04:53:40 +00:00
|
|
|
# additional include paths necessary to compile the C++ library
|
2016-12-01 12:36:29 +00:00
|
|
|
SUBDIRS = lib benchmarks tests extras
|
2015-06-03 12:47:05 +01:00
|
|
|
|
2016-08-05 15:29:18 +01:00
|
|
|
include $(top_srcdir)/doxygen.inc
|
2016-11-04 22:32:25 +00:00
|
|
|
|
2017-05-02 19:13:13 +01:00
|
|
|
bin_SCRIPTS=grid-config
|
|
|
|
|
2018-03-07 18:11:51 +00:00
|
|
|
BUILT_SOURCES = version.h
|
|
|
|
|
|
|
|
version.h:
|
2018-04-23 20:42:12 +01:00
|
|
|
if [ `git status --porcelain | wc -l` -gt 0 ]; then a="uncommited changes"; else a="no uncommitted changes"; fi; echo "`git log -n 1 --format=format:"#define GITHASH \\"%H:%d $$a\\"%n" HEAD`" > $(srcdir)/lib/version.h
|
2016-11-04 22:32:25 +00:00
|
|
|
|
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
|
2016-11-19 12:11:13 +00:00
|
|
|
|
2016-07-30 17:53:18 +01:00
|
|
|
AM_CXXFLAGS += -I$(top_builddir)/include
|
2017-05-05 19:54:38 +01:00
|
|
|
|
2016-07-30 17:53:18 +01:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|