/[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 35 by schoenebeck, Fri Mar 5 13:46:15 2004 UTC revision 654 by schoenebeck, Wed Jun 15 20:25:25 2005 UTC
# Line 1  Line 1 
1  # not a GNU package. You can remove this line, if  # not a GNU package. You can remove 'foreign', 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.5 dist-bzip2
4    
5  SUBDIRS = src  SUBDIRS = man src scripts osx Artwork Documentation debian
6    
7  .PHONY: parser  EXTRA_DIST = Doxyfile linuxsampler.kdevelop
8    
9  # generate parser with lex and yacc  .PHONY: parser testcases
10    
11    # generate parser with yacc
12  parser:  parser:
13          @cd $(srcdir)/src/network && make $@          @cd $(srcdir)/src/network && make $@
14    
15    # compile test cases for the LinuxSampler codebase
16    testcases:
17            @cd $(srcdir)/src/testcases && make linuxsamplertest
18    
19    tests: testcases

Legend:
Removed from v.35  
changed lines
  Added in v.654

  ViewVC Help
Powered by ViewVC