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

Contents of /linuxsampler/trunk/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 658 - (show 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 # require automake (>= 1.5) due to 'dist-bzip2' option
2 AUTOMAKE_OPTIONS = 1.5 dist-bzip2
3
4 SUBDIRS = man src scripts osx Artwork Documentation debian
5
6 EXTRA_DIST = Doxyfile linuxsampler.kdevelop
7
8 .PHONY: parser testcases
9
10 # generate parser with yacc
11 parser:
12 @cd $(srcdir)/src/network && make $@
13
14 # compile test cases for the LinuxSampler codebase
15 testcases:
16 @cd $(srcdir)/src/testcases && make linuxsamplertest
17
18 tests: testcases

  ViewVC Help
Powered by ViewVC