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/m4.xml | 47 +++++++++++++++++++++++++++++++++++++------- 1 file changed, 40 insertions(+), 7 deletions(-) (limited to 'src/engine/SCons/Tool/m4.xml') diff --git a/src/engine/SCons/Tool/m4.xml b/src/engine/SCons/Tool/m4.xml index e411b3c..66a45a6 100644 --- a/src/engine/SCons/Tool/m4.xml +++ b/src/engine/SCons/Tool/m4.xml @@ -1,25 +1,47 @@ + + + +%scons; + +%builders-mod; + +%functions-mod; + +%tools-mod; + +%variables-mod; +]> + + + + Sets construction variables for the &m4; macro processor. + -M4 -M4FLAGS -M4COM +M4 +M4FLAGS +M4COM -M4COMSTR +M4COMSTR + Builds an output file from an M4 input file. This uses a default &cv-link-M4FLAGS; value of , @@ -27,35 +49,46 @@ which considers all warnings to be fatal and stops on the first warning when using the GNU version of m4. Example: + - + env.M4(target = 'foo.c', source = 'foo.c.m4') - + + The M4 macro preprocessor. + + The command line used to pass files through the M4 macro preprocessor. + + The string displayed when a file is passed through the M4 macro preprocessor. If this is not set, then &cv-link-M4COM; (the command line) is displayed. + + General options passed to the M4 macro preprocessor. + + + \ No newline at end of file -- cgit v1.2.3