From 140d836e9cd54fb67b969fd82ef7ed19ba574d40 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sat, 26 Apr 2014 15:11:58 +0200 Subject: Imported Upstream version 2.3.1 --- src/engine/SCons/Tool/yacc.xml | 57 ++++++++++++++++++++++++++++++++++-------- 1 file changed, 47 insertions(+), 10 deletions(-) (limited to 'src/engine/SCons/Tool/yacc.xml') diff --git a/src/engine/SCons/Tool/yacc.xml b/src/engine/SCons/Tool/yacc.xml index 7ad1387..2b4e964 100644 --- a/src/engine/SCons/Tool/yacc.xml +++ b/src/engine/SCons/Tool/yacc.xml @@ -1,64 +1,94 @@ + + + +%scons; + +%builders-mod; + +%functions-mod; + +%tools-mod; + +%variables-mod; +]> + + + + Sets construction variables for the &yacc; parse generator. + -YACC -YACCFLAGS -YACCCOM -YACCHFILESUFFIX -YACCHXXFILESUFFIX -YACCVCGFILESUFFIX +YACC +YACCFLAGS +YACCCOM +YACCHFILESUFFIX +YACCHXXFILESUFFIX +YACCVCGFILESUFFIX -YACCCOMSTR +YACCCOMSTR + The parser generator. + + The command line used to call the parser generator to generate a source file. + + The string displayed when generating a source file using the parser generator. If this is not set, then &cv-link-YACCCOM; (the command line) is displayed. + - + env = Environment(YACCCOMSTR = "Yacc'ing $TARGET from $SOURCES") - + + General options passed to the parser generator. If &cv-link-YACCFLAGS; contains a option, SCons assumes that the call will also create a .h file (if the yacc source file ends in a .y suffix) or a .hpp file (if the yacc source file ends in a .yy suffix) + + The suffix of the C header file generated by the parser generator when the @@ -71,11 +101,13 @@ it exists to allow you to specify what suffix the parser generator will use of its own accord. The default value is .h. + + The suffix of the C++ header file generated by the parser generator when the @@ -94,11 +126,13 @@ where the default is because the default &bison; parser generator just appends .h to the name of the generated C++ file. + + The suffix of the file containing the VCG grammar automaton definition when the @@ -111,5 +145,8 @@ it exists to allow you to specify what suffix the parser generator will use of its own accord. The default value is .vcg. + + + \ No newline at end of file -- cgit v1.2.3