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