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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 408 - (show annotations) (download)
Wed Feb 23 19:14:15 2005 UTC (19 years, 1 month ago) by (unknown author)
File size: 390 byte(s)
This commit was manufactured by cvs2svn to create branch 'v0_2_0'.
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 = src
6
7 .PHONY: parser testcases
8
9 # generate parser with lex and 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