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

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

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

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

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

  ViewVC Help
Powered by ViewVC