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

Diff of /linuxsampler/trunk/src/network/Makefile.in

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

revision 110 by schoenebeck, Sun May 23 19:16:33 2004 UTC revision 111 by schoenebeck, Sat Jun 5 20:55:50 2004 UTC
# Line 366  parser: Line 366  parser:
366          @echo "Generating LSCP parser..."          @echo "Generating LSCP parser..."
367          @if which "lex" > /dev/null && which "yacc" > /dev/null; then \          @if which "lex" > /dev/null && which "yacc" > /dev/null; then \
368              yacc -d lscp.y && \              yacc -d lscp.y && \
369              lex -f lscp.l && \              lex --fast --8bit lscp.l && \
370              yacc lscp.y && \              yacc lscp.y && \
371              mv -f y.tab.h lscpsymbols.h && \              mv -f y.tab.h lscpsymbols.h && \
372              mv -f y.tab.c lscpparser.cpp && \              mv -f y.tab.c lscpparser.cpp && \

Legend:
Removed from v.110  
changed lines
  Added in v.111

  ViewVC Help
Powered by ViewVC