ACLOCAL_AMFLAGS = -I m4 SUBDIRS = LinearAlgebra data/icons src src/unittests tests utils doc AUTOMAKE_OPTIONS = subdir-objects EXTRA_DIST = \ bootstrap \ m4/ac_doxygen.m4 \ m4/acx_compilerflags.m4 \ m4/acx_pthread.m4 \ m4/ax_check_gl.m4 \ m4/ax_check_glu.m4 \ m4/ax_codepatterns.m4 \ m4/ax_lang_compiler_ms.m4 \ m4/ax_molecuilder.m4 \ m4/ax_python.m4 \ m4/boost.m4 \ m4/cppunit.m4 .PHONY: doc doc: mkdir -p ${DX_DOCDIR} cd doc && make doxygen-doc unity: cd src && make unity