--- linuxsampler/trunk/Makefile.am 2004/07/25 23:27:41 211 +++ linuxsampler/trunk/Makefile.am 2005/07/19 15:43:40 697 @@ -1,12 +1,16 @@ -# 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 + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = linuxsampler.pc + +EXTRA_DIST = Doxyfile linuxsampler.kdevelop .PHONY: parser testcases -# generate parser with lex and yacc +# generate parser with yacc parser: @cd $(srcdir)/src/network && make $@ @@ -15,3 +19,7 @@ @cd $(srcdir)/src/testcases && make linuxsamplertest tests: testcases + +docs: Doxyfile + @echo '*** Running doxygen ***' + doxygen Doxyfile