Revision a833fd8dbf2e5bde7ef3127bf52ba81e97a8828c authored by Chulwoo Jung on 28 March 2017, 01:37:26 UTC, committed by Chulwoo Jung on 28 March 2017, 01:37:26 UTC
2 parent s e9712bc + dfefc70
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