--- linuxsampler/trunk/Makefile.am 2004/03/05 13:46:15 35 +++ linuxsampler/trunk/Makefile.am 2005/06/15 20:48:18 658 @@ -1,11 +1,18 @@ -# not a GNU package. You can remove this line, if -# have all needed files, that a GNU package needs -AUTOMAKE_OPTIONS = foreign 1.4 +# require automake (>= 1.5) due to 'dist-bzip2' option +AUTOMAKE_OPTIONS = 1.5 dist-bzip2 -SUBDIRS = src +SUBDIRS = man src scripts osx Artwork Documentation debian -.PHONY: parser +EXTRA_DIST = Doxyfile linuxsampler.kdevelop -# generate parser with lex and yacc +.PHONY: parser testcases + +# generate parser with yacc parser: @cd $(srcdir)/src/network && make $@ + +# compile test cases for the LinuxSampler codebase +testcases: + @cd $(srcdir)/src/testcases && make linuxsamplertest + +tests: testcases