2015-03-04 04:53:40 +00:00
|
|
|
# additional include paths necessary to compile the C++ library
|
2016-08-03 16:49:16 +01:00
|
|
|
SUBDIRS = lib benchmarks tests programs
|
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
|
|
|
|
2016-11-08 14:08:33 +00:00
|
|
|
tests: all
|
2016-11-07 11:13:43 +00:00
|
|
|
$(MAKE) -C tests tests
|
2016-11-04 22:32:25 +00:00
|
|
|
|
2016-11-19 12:11:13 +00:00
|
|
|
.PHONY: tests doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
|
|
|
|
|
2016-07-30 17:53:18 +01:00
|
|
|
AM_CXXFLAGS += -I$(top_builddir)/include
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|