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

Contents of /linuxsampler/branches/release0_3_1/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 580 - (show annotations) (download)
Tue May 24 19:20:21 2005 UTC (18 years, 10 months ago) by (unknown author)
File size: 386 byte(s)
This commit was manufactured by cvs2svn to create branch 'release0_3_1'.
1 # not a GNU package. You can remove this line, if
2 # have all needed files, that a GNU package needs
3 AUTOMAKE_OPTIONS = foreign 1.4
4
5 SUBDIRS = man src
6
7 .PHONY: parser testcases
8
9 # generate parser with yacc
10 parser:
11 @cd $(srcdir)/src/network && make $@
12
13 # compile test cases for the LinuxSampler codebase
14 testcases:
15 @cd $(srcdir)/src/testcases && make linuxsamplertest
16
17 tests: testcases

  ViewVC Help
Powered by ViewVC