/[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 35 by schoenebeck, Fri Mar 5 13:46:15 2004 UTC revision 80 by schoenebeck, Sun May 23 19:16:33 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 451  uninstall-info: uninstall-info-recursive Line 455  uninstall-info: uninstall-info-recursive
455          uninstall-info-recursive uninstall-recursive          uninstall-info-recursive uninstall-recursive
456    
457    
458  .PHONY: parser  .PHONY: parser testcases
459    
460  # generate parser with lex and yacc  # generate parser with lex and yacc
461  parser:  parser:
462          @cd $(srcdir)/src/network && make $@          @cd $(srcdir)/src/network && make $@
463    
464    # compile test cases for the LinuxSampler codebase
465    testcases:
466            @cd $(srcdir)/src/testcases && make linuxsamplertest
467  # 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.
468  # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
469  .NOEXPORT:  .NOEXPORT:

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

  ViewVC Help
Powered by ViewVC