/[svn]/linuxsampler/branches/release0_3_3/Makefile.am
ViewVC logotype

Annotation of /linuxsampler/branches/release0_3_3/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 693 - (hide annotations) (download)
Fri Jul 15 16:59:36 2005 UTC (18 years, 9 months ago) by (unknown author)
File size: 430 byte(s)
This commit was manufactured by cvs2svn to create branch 'release0_3_3'.
1 schoenebeck 658 # require automake (>= 1.5) due to 'dist-bzip2' option
2     AUTOMAKE_OPTIONS = 1.5 dist-bzip2
3 schoenebeck 9
4 schoenebeck 654 SUBDIRS = man src scripts osx Artwork Documentation debian
5 schoenebeck 35
6 schoenebeck 654 EXTRA_DIST = Doxyfile linuxsampler.kdevelop
7    
8 schoenebeck 57 .PHONY: parser testcases
9 schoenebeck 35
10 schoenebeck 579 # generate parser with yacc
11 schoenebeck 35 parser:
12     @cd $(srcdir)/src/network && make $@
13 schoenebeck 57
14     # compile test cases for the LinuxSampler codebase
15     testcases:
16     @cd $(srcdir)/src/testcases && make linuxsamplertest
17 schoenebeck 211
18     tests: testcases

  ViewVC Help
Powered by ViewVC