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

Diff of /linuxsampler/trunk/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9 by schoenebeck, Wed Nov 5 14:47:10 2003 UTC revision 643 by capela, Sun Jun 12 23:49:00 2005 UTC
# Line 1  Line 1 
1  # not a GNU package. You can remove this line, if  # not a GNU package. You can remove this line, if
2  # have all needed files, that a GNU package needs  # have all needed files, that a GNU package needs
3  AUTOMAKE_OPTIONS = foreign 1.4  AUTOMAKE_OPTIONS = foreign 1.4 dist-bzip2
4    
5  SUBDIRS = src  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

Legend:
Removed from v.9  
changed lines
  Added in v.643

  ViewVC Help
Powered by ViewVC