(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / WQL

Diff for /pegasus/src/Pegasus/WQL/Makefile between version 1.23 and 1.24

version 1.23, 2008/12/02 09:02:20 version 1.24, 2008/12/02 20:34:01
Line 72 
Line 72 
 ## ##
 ## To make these files type: "make grammar" ## To make these files type: "make grammar"
 ## ##
   ## NOTE: Normally developers should never need to compile the WQL grammar.
   ## The generate source files are committed to CVS as part of any changes
   ## to the lex or yacc defintions so only developers of the grammar itsel
   ## need execute the make grammar below.
   ##
 ##------------------------------------------------------------------------------ ##------------------------------------------------------------------------------
  
  
Line 90 
Line 95 
 lex_rule: lex_rule:
         $(LEX) -oWQLLEX.cpp -PWQL_ WQL.l         $(LEX) -oWQLLEX.cpp -PWQL_ WQL.l
         $(TOUCH) WQLLEX.cpp         $(TOUCH) WQLLEX.cpp
           mu prepend ../nochksrc.txt WQLLEX.cpp
  
 ## ##
 ## Yacc rule: ## Yacc rule:
Line 108 
Line 114 
         $(RM) WQLtemp WQLtemp.h WQLtemp.output wqltemp.out         $(RM) WQLtemp WQLtemp.h WQLtemp.output wqltemp.out
         $(TOUCH) WQLYACC.cpp WQLYACC.h         $(TOUCH) WQLYACC.cpp WQLYACC.h
 endif endif
           mu prepend ../nochksrc.txt WQLYACC.h
           mu prepend ../nochksrc.txt WQLYACC.cpp


Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2