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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 408 - (hide annotations) (download)
Wed Feb 23 19:14:15 2005 UTC (19 years, 2 months ago) by (unknown author)
File size: 390 byte(s)
This commit was manufactured by cvs2svn to create branch 'v0_2_0'.
1 schoenebeck 9 # 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 schoenebeck 35
7 schoenebeck 57 .PHONY: parser testcases
8 schoenebeck 35
9     # generate parser with lex and yacc
10     parser:
11     @cd $(srcdir)/src/network && make $@
12 schoenebeck 57
13     # compile test cases for the LinuxSampler codebase
14     testcases:
15     @cd $(srcdir)/src/testcases && make linuxsamplertest
16 schoenebeck 211
17     tests: testcases

  ViewVC Help
Powered by ViewVC