/[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 31 by schoenebeck, Sun Jan 18 20:31:31 2004 UTC revision 211 by schoenebeck, Sun Jul 25 23:27:41 2004 UTC
# Line 98  VERSION = @VERSION@ Line 98  VERSION = @VERSION@
98  am__include = @am__include@  am__include = @am__include@
99  am__quote = @am__quote@  am__quote = @am__quote@
100  install_sh = @install_sh@  install_sh = @install_sh@
101    target = @target@
102    target_cpu = @target_cpu@
103    target_os = @target_os@
104    target_vendor = @target_vendor@
105    
106  # not a GNU package. You can remove this line, if  # not a GNU package. You can remove this line, if
107  # have all needed files, that a GNU package needs  # have all needed files, that a GNU package needs
# Line 450  uninstall-info: uninstall-info-recursive Line 454  uninstall-info: uninstall-info-recursive
454          tags tags-recursive uninstall uninstall-am uninstall-info-am \          tags tags-recursive uninstall uninstall-am uninstall-info-am \
455          uninstall-info-recursive uninstall-recursive          uninstall-info-recursive uninstall-recursive
456    
457    
458    .PHONY: parser testcases
459    
460    # generate parser with lex and yacc
461    parser:
462            @cd $(srcdir)/src/network && make $@
463    
464    # compile test cases for the LinuxSampler codebase
465    testcases:
466            @cd $(srcdir)/src/testcases && make linuxsamplertest
467    
468    tests: testcases
469  # 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.
470  # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
471  .NOEXPORT:  .NOEXPORT:

Legend:
Removed from v.31  
changed lines
  Added in v.211

  ViewVC Help
Powered by ViewVC