/[svn]/linuxsampler/tags/singlechannel/Makefile.in
ViewVC logotype

Diff of /linuxsampler/tags/singlechannel/Makefile.in

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

linuxsampler/trunk/Makefile.in revision 31 by schoenebeck, Sun Jan 18 20:31:31 2004 UTC linuxsampler/tags/singlechannel/Makefile.in revision 43, Sun Apr 11 17:25:39 2004 UTC
# Line 450  uninstall-info: uninstall-info-recursive Line 450  uninstall-info: uninstall-info-recursive
450          tags tags-recursive uninstall uninstall-am uninstall-info-am \          tags tags-recursive uninstall uninstall-am uninstall-info-am \
451          uninstall-info-recursive uninstall-recursive          uninstall-info-recursive uninstall-recursive
452    
453    
454    .PHONY: parser
455    
456    # generate parser with lex and yacc
457    parser:
458            @cd $(srcdir)/src/network && make $@
459  # 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.
460  # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
461  .NOEXPORT:  .NOEXPORT:

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

  ViewVC Help
Powered by ViewVC