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

Diff of /linuxsampler/branches/release0_4_0/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 57 by schoenebeck, Sun May 2 17:45:43 2004 UTC
# Line 4  AUTOMAKE_OPTIONS = foreign 1.4 Line 4  AUTOMAKE_OPTIONS = foreign 1.4
4    
5  SUBDIRS = src  SUBDIRS = src
6    
7  .PHONY: parser  .PHONY: parser testcases
8    
9  # generate parser with lex and yacc  # generate parser with lex and yacc
10  parser:  parser:
11          @cd $(srcdir)/src/network && make $@          @cd $(srcdir)/src/network && make $@
12    
13    # compile test cases for the LinuxSampler codebase
14    testcases:
15            @cd $(srcdir)/src/testcases && make linuxsamplertest

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

  ViewVC Help
Powered by ViewVC