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

Diff for /pegasus/src/Pegasus/CQL/Makefile between version 1.8 and 1.8.22.1

version 1.8, 2006/06/19 20:47:32 version 1.8.22.1, 2007/07/19 03:23:43
Line 36 
Line 36 
  
 LOCAL_DEFINES = -DPEGASUS_CQL_INTERNAL -DPEGASUS_INTERNALONLY -DCQLINPUT LOCAL_DEFINES = -DPEGASUS_CQL_INTERNAL -DPEGASUS_INTERNALONLY -DCQLINPUT
  
 # Next line can be used to debug CQL.y  # The next line can be uncommented to turn on debug output from CQL.l
 #LOCAL_DEFINES = -DPEGASUS_CQL_INTERNAL -DPEGASUS_INTERNALONLY -DCQL_DEBUG_GRAMMAR -DCQLINPUT  #LOCAL_DEFINES += -DCQL_DEBUG_LEXER
   
   # The next line can be uncommented to turn on debug output from CQL.y
   #LOCAL_DEFINES += -DCQL_DEBUG_GRAMMAR
  
 ifneq ($(OS), HPUX) ifneq ($(OS), HPUX)
 ifneq ($(OS), zos) ifneq ($(OS), zos)
Line 102 
Line 105 
 grammar: yacc_rule lex_rule grammar: yacc_rule lex_rule
  
 export BISON_SIMPLE = bison.simple export BISON_SIMPLE = bison.simple
 #YACC = bison  ## Bug 6668 -- rather than convert to flex/bison, as in 2.7 bug 6351, we are
   ##             using lex/yacc here.
   YACC = yacc
   LEX = lex
   
 ## ##
 ## Lex rule: ## Lex rule:
 ## ##


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.8.22.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2