1 ## Process this file with automake to get Makefile.in
5 SUBDIRS = src test examples
7 DIST_SUBDIRS = $(SUBDIRS)
9 ACLOCAL_AMFLAGS = -I m4
18 MOSTLYCLEANFILES = $(DX_CLEANFILES)
24 @astyle --version | grep -q "Version 3" || (echo 'ERROR: astyle version 3 required!' 1>&2 && exit 1)
25 astyle --options=.astylerc -nQ \
30 `find test -name '*.[ch]'`