/[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 658 by schoenebeck, Wed Jun 15 20:48:18 2005 UTC
# Line 1  Line 1 
1  # not a GNU package. You can remove this line, if  # require automake (>= 1.5) due to 'dist-bzip2' option
2  # have all needed files, that a GNU package needs  AUTOMAKE_OPTIONS = 1.5 dist-bzip2
 AUTOMAKE_OPTIONS = foreign 1.4  
3    
4  SUBDIRS = src  SUBDIRS = man src scripts osx Artwork Documentation debian
5    
6  .PHONY: parser  EXTRA_DIST = Doxyfile linuxsampler.kdevelop
7    
8  # generate parser with lex and yacc  .PHONY: parser testcases
9    
10    # generate parser with yacc
11  parser:  parser:
12          @cd $(srcdir)/src/network && make $@          @cd $(srcdir)/src/network && make $@
13    
14    # compile test cases for the LinuxSampler codebase
15    testcases:
16            @cd $(srcdir)/src/testcases && make linuxsamplertest
17    
18    tests: testcases

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

  ViewVC Help
Powered by ViewVC