/[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 1923 by persson, Sat Jun 27 16:55:41 2009 UTC revision 2197 by persson, Sat Jul 2 09:55:42 2011 UTC
# Line 26  EXTRA_DIST = $(yacc_sources) Line 26  EXTRA_DIST = $(yacc_sources)
26  # automatically (re)generate lscpsymbols.h with bison / yacc if the  # automatically (re)generate lscpsymbols.h with bison / yacc if the
27  # yacc source file(s) have been changed  # yacc source file(s) have been changed
28  lscpsymbols.h: $(yacc_sources)  lscpsymbols.h: $(yacc_sources)
29          $(top_builddir)/scripts/generate_parser.sh          $(top_srcdir)/scripts/generate_parser.sh
30    
31  # automatically (re)generate lscpparser.cpp with bison / yacc if the  # automatically (re)generate lscpparser.cpp with bison / yacc if the
32  # yacc source file(s) have been changed  # yacc source file(s) have been changed
33  lscpparser.cpp: $(yacc_sources)  lscpparser.cpp: $(yacc_sources)
34          $(top_builddir)/scripts/generate_parser.sh          $(top_srcdir)/scripts/generate_parser.sh
35    
36    
37  .PHONY: parser  .PHONY: parser

Legend:
Removed from v.1923  
changed lines
  Added in v.2197

  ViewVC Help
Powered by ViewVC