Revision 15e668eef140b22bda76446de30fc913cae502b6 authored by Francesco Sanfilippo on 20 February 2017, 21:49:06 UTC, committed by Francesco Sanfilippo on 21 February 2017, 21:48:38 UTC
1 parent c94133a
Raw File
Makefile.am
# additional include paths necessary to compile the C++ library
SUBDIRS = lib benchmarks tests extras

include $(top_srcdir)/doxygen.inc

tests: all
	$(MAKE) -C tests tests

.PHONY: tests doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)

AM_CXXFLAGS += -I$(top_builddir)/include
ACLOCAL_AMFLAGS = -I m4
back to top