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

Diff of /linuxsampler/trunk/Makefile.in

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

revision 56 by schoenebeck, Fri Mar 5 13:46:15 2004 UTC revision 57 by schoenebeck, Sun May 2 17:45:43 2004 UTC
# Line 451  uninstall-info: uninstall-info-recursive Line 451  uninstall-info: uninstall-info-recursive
451          uninstall-info-recursive uninstall-recursive          uninstall-info-recursive uninstall-recursive
452    
453    
454  .PHONY: parser  .PHONY: parser testcases
455    
456  # generate parser with lex and yacc  # generate parser with lex and yacc
457  parser:  parser:
458          @cd $(srcdir)/src/network && make $@          @cd $(srcdir)/src/network && make $@
459    
460    # compile test cases for the LinuxSampler codebase
461    testcases:
462            @cd $(srcdir)/src/testcases && make linuxsamplertest
463  # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
464  # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
465  .NOEXPORT:  .NOEXPORT:

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

  ViewVC Help
Powered by ViewVC