ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src/LinearAlgebra src/unittests tests/CodeChecks doc AUTOMAKE_OPTIONS = subdir-objects EXTRA_DIST = autogen.sh .PHONY: doc doc: cd doc && make doxygen-docs unity: cd src && make unity