ACLOCAL_AMFLAGS = -I m4 SUBDIRS = LinearAlgebra src src/unittests tests 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/bnv_have_qt.m4 \ m4/boost.m4 \ m4/cppunit.m4 .PHONY: doc doc: cd doc && make doxygen-doc unity: cd src && make unity