/[svn]/linuxsampler/trunk/Makefile.am
ViewVC logotype

Annotation of /linuxsampler/trunk/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 658 - (hide annotations) (download)
Wed Jun 15 20:48:18 2005 UTC (18 years, 9 months ago) by schoenebeck
File size: 430 byte(s)
made it a "GNU" package by adding an empty NEWS file

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