From cb8f0c951de062e5fd3251246ceacdc3d259de89 Mon Sep 17 00:00:00 2001 From: Gary Oberbrunner Date: Sat, 5 Jul 2014 10:16:53 -0400 Subject: Regenerated docs for 2.3.2 release. --- doc/generated/builders.gen | 25 +- doc/generated/examples/caching_ex-random_1.xml | 4 +- doc/generated/examples/commandline_Default4_1.xml | 1 + doc/generated/examples/troubleshoot_Dump_1.xml | 3 +- doc/generated/examples/troubleshoot_Dump_2.xml | 4 +- doc/generated/examples/troubleshoot_explain1_3.xml | 2 +- .../examples/troubleshoot_stacktrace_2.xml | 6 +- doc/generated/tools.gen | 33 +- doc/generated/tools.mod | 8 +- doc/generated/variables.gen | 383 +++++++++++++++++++-- doc/generated/variables.mod | 80 +++++ 11 files changed, 493 insertions(+), 56 deletions(-) diff --git a/doc/generated/builders.gen b/doc/generated/builders.gen index 7621945..3d534b0 100644 --- a/doc/generated/builders.gen +++ b/doc/generated/builders.gen @@ -2137,11 +2137,10 @@ below, for more information. -The Substfile builder generates a single text file -by concatenating the source files. -Nested lists of sources are flattened. -$LINESEPARATOR is used to separate the source files; -see the description of Textfile for details. +The Substfile builder creates a single text file from another file or set of +files by concatenating them with $LINESEPARATOR and replacing text +using the $SUBST_DICT construction variable. Nested lists of source files +are flattened. See also Textfile. @@ -2159,20 +2158,18 @@ are automatically added to the target if they are not already present. If a construction variable named $SUBST_DICT is present, it may be either a Python dictionary or a sequence of (key,value) tuples. -If the former, -the dictionary is converted into a list of tuples in an arbitrary order, +If it is a dictionary it is converted into a list of tuples in an arbitrary order, so if one key is a prefix of another key or if one substitution could be further expanded by another subsitition, -it is unpredictible whether the expansion will occur. +it is unpredictable whether the expansion will occur. -Any occurences in the source of a key +Any occurrences of a key in the source are replaced by the corresponding value, which may be a Python callable function or a string. -If a value is a function, -it is first called (with no arguments) to produce a string. -The string is subst-expanded +If the value is a callable, it is called with no arguments to get a string. +Strings are subst-expanded and the result replaces the key. @@ -2278,7 +2275,7 @@ env.Tar('foo') The Textfile builder generates a single text file. The source strings constitute the lines; -nested lists of sources are flattened. +nested lists of sources are flattened. $LINESEPARATOR is used to separate the strings. @@ -2306,7 +2303,7 @@ env.Textfile(target = 'bar', LINESEPARATOR='|*') # nested lists are flattened automatically -env.Textfile(target = 'blob', +env.Textfile(target = 'blob', source = ['lalala', ['Goethe', 42 'Schiller'], 'tanteratei']) # files may be used as input by wraping them in File() diff --git a/doc/generated/examples/caching_ex-random_1.xml b/doc/generated/examples/caching_ex-random_1.xml index cfa55a1..2ed1a8f 100644 --- a/doc/generated/examples/caching_ex-random_1.xml +++ b/doc/generated/examples/caching_ex-random_1.xml @@ -1,9 +1,9 @@ % scons -Q +cc -o f1.o -c f1.c cc -o f2.o -c f2.c +cc -o f3.o -c f3.c cc -o f5.o -c f5.c cc -o f4.o -c f4.c -cc -o f3.o -c f3.c -cc -o f1.o -c f1.c cc -o prog f1.o f2.o f3.o f4.o f5.o diff --git a/doc/generated/examples/commandline_Default4_1.xml b/doc/generated/examples/commandline_Default4_1.xml index 61d449e..35e0b10 100644 --- a/doc/generated/examples/commandline_Default4_1.xml +++ b/doc/generated/examples/commandline_Default4_1.xml @@ -1,6 +1,7 @@ % scons -Q scons: *** No targets specified and no Default() targets found. Stop. +Found nothing to build % scons -Q . cc -o prog1.o -c prog1.c cc -o prog1 prog1.o diff --git a/doc/generated/examples/troubleshoot_Dump_1.xml b/doc/generated/examples/troubleshoot_Dump_1.xml index 5b39280..248e85c 100644 --- a/doc/generated/examples/troubleshoot_Dump_1.xml +++ b/doc/generated/examples/troubleshoot_Dump_1.xml @@ -53,7 +53,7 @@ scons: Reading SConscript files ... 'SHLIBSUFFIX': '.so', 'SHOBJPREFIX': '$OBJPREFIX', 'SHOBJSUFFIX': '$OBJSUFFIX', - 'SPAWN': <function spawnvpe_spawn at 0x700000&gt;, + 'SPAWN': <function subprocess_spawn at 0x700000&gt;, 'TARGET_ARCH': None, 'TARGET_OS': None, 'TEMPFILE': <class 'SCons.Platform.TempFileMunge'>, @@ -63,6 +63,7 @@ scons: Reading SConscript files ... '_CPPINCFLAGS': '$( ${_concat(INCPREFIX, CPPPATH, INCSUFFIX, __env__, RDirs, TARGET, SOURCE)} $)', '_LIBDIRFLAGS': '$( ${_concat(LIBDIRPREFIX, LIBPATH, LIBDIRSUFFIX, __env__, RDirs, TARGET, SOURCE)} $)', '_LIBFLAGS': '${_concat(LIBLINKPREFIX, LIBS, LIBLINKSUFFIX, __env__)}', + '__DRPATH': '$_DRPATH', '__RPATH': '$_RPATH', '_concat': <function _concat at 0x700000&gt;, '_defines': <function _defines at 0x700000&gt;, diff --git a/doc/generated/examples/troubleshoot_Dump_2.xml b/doc/generated/examples/troubleshoot_Dump_2.xml index a6515b0..17c9de5 100644 --- a/doc/generated/examples/troubleshoot_Dump_2.xml +++ b/doc/generated/examples/troubleshoot_Dump_2.xml @@ -86,8 +86,8 @@ scons: Reading SConscript files ... 'SHOBJSUFFIX': '$OBJSUFFIX', 'SPAWN': <function spawn at 0x700000&gt;, 'STATIC_AND_SHARED_OBJECTS_ARE_THE_SAME': 1, - 'TARGET_ARCH': '', - 'TARGET_OS': 'win32', + 'TARGET_ARCH': None, + 'TARGET_OS': None, 'TEMPFILE': <class 'SCons.Platform.TempFileMunge'>, 'TEMPFILEPREFIX': '@', 'TOOLS': ['msvc', 'install', 'install'], diff --git a/doc/generated/examples/troubleshoot_explain1_3.xml b/doc/generated/examples/troubleshoot_explain1_3.xml index 0879b11..0bdaace 100644 --- a/doc/generated/examples/troubleshoot_explain1_3.xml +++ b/doc/generated/examples/troubleshoot_explain1_3.xml @@ -1,7 +1,7 @@ % scons -Q --warn=target-not-built -scons: building `file.out' because it doesn't exist cp file.in file.oout scons: warning: Cannot find target file.out after building +File "/home/garyo/src/scons-scons/bootstrap/src/script/scons.py", line 199, in <module> diff --git a/doc/generated/examples/troubleshoot_stacktrace_2.xml b/doc/generated/examples/troubleshoot_stacktrace_2.xml index 6286d45..1ab65ee 100644 --- a/doc/generated/examples/troubleshoot_stacktrace_2.xml +++ b/doc/generated/examples/troubleshoot_stacktrace_2.xml @@ -4,10 +4,10 @@ scons: *** [prog.o] Source `prog.c' not found, needed by target `prog.o'. scons: internal stack trace: File "bootstrap/src/engine/SCons/Job.py", line 199, in start task.prepare() - File "bootstrap/src/engine/SCons/Script/Main.py", line 168, in prepare + File "bootstrap/src/engine/SCons/Script/Main.py", line 173, in prepare return SCons.Taskmaster.OutOfDateTask.prepare(self) - File "bootstrap/src/engine/SCons/Taskmaster.py", line 189, in prepare + File "bootstrap/src/engine/SCons/Taskmaster.py", line 191, in prepare executor.prepare() - File "bootstrap/src/engine/SCons/Executor.py", line 392, in prepare + File "bootstrap/src/engine/SCons/Executor.py", line 396, in prepare raise SCons.Errors.StopError(msg % (s, self.batches[0].targets[0])) diff --git a/doc/generated/tools.gen b/doc/generated/tools.gen index 02349b8..5e4c8bd 100644 --- a/doc/generated/tools.gen +++ b/doc/generated/tools.gen @@ -142,10 +142,9 @@ for the platform on which SCons is running. dmd -Sets construction variables for D language compilers -(the Digital Mars D compiler, or GDC). +Sets construction variables for D language compiler DMD. - +Sets: &cv-link-DC;, &cv-link-DCOM;, &cv-link-DDEBUG;, &cv-link-DDEBUGPREFIX;, &cv-link-DDEBUGSUFFIX;, &cv-link-DFILESUFFIX;, &cv-link-DFLAGPREFIX;, &cv-link-DFLAGS;, &cv-link-DFLAGSUFFIX;, &cv-link-DINCPREFIX;, &cv-link-DINCSUFFIX;, &cv-link-DLIB;, &cv-link-DLIBCOM;, &cv-link-DLIBDIRPREFIX;, &cv-link-DLIBDIRSUFFIX;, &cv-link-DLIBFLAGPREFIX;, &cv-link-DLIBFLAGSUFFIX;, &cv-link-DLIBLINKPREFIX;, &cv-link-DLIBLINKSUFFIX;, &cv-link-DLINK;, &cv-link-DLINKCOM;, &cv-link-DLINKFLAGS;, &cv-link-DPATH;, &cv-link-DVERPREFIX;, &cv-link-DVERSIONS;, &cv-link-DVERSUFFIX;, &cv-link-RPATHPREFIX;, &cv-link-RPATHSUFFIX;, &cv-link-SHDC;, &cv-link-SHDCOM;, &cv-link-SHDLINK;, &cv-link-SHDLINKCOM;, &cv-link-SHDLINKFLAGS;, &cv-link-STATIC_AND_SHARED_OBJECTS_ARE_THE_SAME;, &cv-link-_DDEBUGFLAGS;, &cv-link-_DFLAGS;, &cv-link-_DINCFLAGS;, &cv-link-_DLIBDIRFLAGS;, &cv-link-_DLIBFLAGS;, &cv-link-_DLIBFLAGS;, &cv-link-_DVERFLAGS;, &cv-link-_RPATH;. docbook @@ -375,6 +374,14 @@ Set construction variables for the + gdc + + +Sets construction variables for the D language compiler GDC. + +Sets: &cv-link-DC;, &cv-link-DCOM;, &cv-link-DDEBUG;, &cv-link-DDEBUGPREFIX;, &cv-link-DDEBUGSUFFIX;, &cv-link-DFILESUFFIX;, &cv-link-DFLAGPREFIX;, &cv-link-DFLAGS;, &cv-link-DFLAGSUFFIX;, &cv-link-DINCPREFIX;, &cv-link-DINCSUFFIX;, &cv-link-DLIB;, &cv-link-DLIBCOM;, &cv-link-DLIBFLAGPREFIX;, &cv-link-DLIBFLAGSUFFIX;, &cv-link-DLINK;, &cv-link-DLINKCOM;, &cv-link-DLINKFLAGPREFIX;, &cv-link-DLINKFLAGS;, &cv-link-DLINKFLAGSUFFIX;, &cv-link-DPATH;, &cv-link-DVERPREFIX;, &cv-link-DVERSIONS;, &cv-link-DVERSUFFIX;, &cv-link-RPATHPREFIX;, &cv-link-RPATHSUFFIX;, &cv-link-SHDC;, &cv-link-SHDCOM;, &cv-link-SHDLINK;, &cv-link-SHDLINKCOM;, &cv-link-SHDLINKFLAGS;, &cv-link-STATIC_AND_SHARED_OBJECTS_ARE_THE_SAME;, &cv-link-_DDEBUGFLAGS;, &cv-link-_DFLAGS;, &cv-link-_DINCFLAGS;, &cv-link-_DLIBFLAGS;, &cv-link-_DVERFLAGS;, &cv-link-_RPATH;. + gettext @@ -586,6 +593,14 @@ Sets construction variables for the + ldc + + +Sets construction variables for the D language compiler LDC2. + +Sets: &cv-link-DC;, &cv-link-DCOM;, &cv-link-DDEBUG;, &cv-link-DDEBUGPREFIX;, &cv-link-DDEBUGSUFFIX;, &cv-link-DFILESUFFIX;, &cv-link-DFLAGPREFIX;, &cv-link-DFLAGS;, &cv-link-DFLAGSUFFIX;, &cv-link-DINCPREFIX;, &cv-link-DINCSUFFIX;, &cv-link-DLIB;, &cv-link-DLIBCOM;, &cv-link-DLIBDIRPREFIX;, &cv-link-DLIBDIRSUFFIX;, &cv-link-DLIBFLAGPREFIX;, &cv-link-DLIBFLAGSUFFIX;, &cv-link-DLIBLINKPREFIX;, &cv-link-DLIBLINKSUFFIX;, &cv-link-DLINK;, &cv-link-DLINKCOM;, &cv-link-DLINKFLAGPREFIX;, &cv-link-DLINKFLAGS;, &cv-link-DLINKFLAGSUFFIX;, &cv-link-DPATH;, &cv-link-DVERPREFIX;, &cv-link-DVERSIONS;, &cv-link-DVERSUFFIX;, &cv-link-RPATHPREFIX;, &cv-link-RPATHSUFFIX;, &cv-link-SHDC;, &cv-link-SHDCOM;, &cv-link-SHDLINK;, &cv-link-SHDLINKCOM;, &cv-link-SHDLINKFLAGS;, &cv-link-STATIC_AND_SHARED_OBJECTS_ARE_THE_SAME;, &cv-link-_DDEBUGFLAGS;, &cv-link-_DFLAGS;, &cv-link-_DINCFLAGS;, &cv-link-_DLIBDIRFLAGS;, &cv-link-_DLIBFLAGS;, &cv-link-_DLIBFLAGS;, &cv-link-_DVERFLAGS;, &cv-link-_RPATH;. + lex @@ -752,19 +767,19 @@ Sets construction variables for the Sets: &cv-link-AS;, &cv-link-ASCOM;, &cv-link-ASFLAGS;, &cv-link-ASPPCOM;, &cv-link-ASPPFLAGS;.Uses: &cv-link-ASCOMSTR;, &cv-link-ASPPCOMSTR;. - - packaging + + Packaging -A framework for building binary and source packages. +Sets construction variables for the Package Builder. - - Packaging + + packaging -Sets construction variables for the Package Builder. +A framework for building binary and source packages. diff --git a/doc/generated/tools.mod b/doc/generated/tools.mod index 0a746b0..13072bf 100644 --- a/doc/generated/tools.mod +++ b/doc/generated/tools.mod @@ -37,6 +37,7 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT. g77"> gas"> gcc"> +gdc"> gettext"> gfortran"> gnulink"> @@ -56,6 +57,7 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT. javac"> javah"> latex"> +ldc"> lex"> link"> linkloc"> @@ -74,8 +76,8 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT. mwcc"> mwld"> nasm"> -packaging"> Packaging"> +packaging"> pdf"> pdflatex"> pdftex"> @@ -144,6 +146,7 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT. g77"> gas"> gcc"> +gdc"> gettext"> gfortran"> gnulink"> @@ -163,6 +166,7 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT. javac"> javah"> latex"> +ldc"> lex"> link"> linkloc"> @@ -181,8 +185,8 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT. mwcc"> mwld"> nasm"> -packaging"> Packaging"> +packaging"> pdf"> pdflatex"> pdftex"> diff --git a/doc/generated/variables.gen b/doc/generated/variables.gen index 832c4a3..34b9017 100644 --- a/doc/generated/variables.gen +++ b/doc/generated/variables.gen @@ -863,6 +863,54 @@ depending on the specific C++ compiler being used. + + DC + + +DC. + + + + + DCOM + + +DCOM. + + + + + DDEBUG + + +DDEBUG. + + + + + _DDEBUGFLAGS + + +_DDEBUGFLAGS. + + + + + DDEBUGPREFIX + + +DDEBUGPREFIX. + + + + + DDEBUGSUFFIX + + +DDEBUGSUFFIX. + + + DESCRIPTION @@ -886,6 +934,70 @@ section of an RPM + + DFILESUFFIX + + +DFILESUFFIX. + + + + + DFLAGPREFIX + + +DFLAGPREFIX. + + + + + _DFLAGS + + +_DFLAGS. + + + + + DFLAGS + + +DFLAGS. + + + + + DFLAGSUFFIX + + +DFLAGSUFFIX. + + + + + _DINCFLAGS + + +_DINCFLAGS. + + + + + DINCPREFIX + + +DINCPREFIX. + + + + + DINCSUFFIX + + +DINCSUFFIX. + + + Dir @@ -909,6 +1021,126 @@ into a list of Dir instances relative to the target being built. + + DLIB + + +DLIB. + + + + + DLIBCOM + + +DLIBCOM. + + + + + _DLIBDIRFLAGS + + +_DLIBDIRFLAGS. + + + + + DLIBDIRPREFIX + + +DLIBDIRPREFIX. + + + + + DLIBDIRSUFFIX + + +DLIBDIRSUFFIX. + + + + + DLIBFLAGPREFIX + + +DLIBFLAGPREFIX. + + + + + _DLIBFLAGS + + +_DLIBFLAGS. + + + + + DLIBFLAGSUFFIX + + +DLIBFLAGSUFFIX. + + + + + DLIBLINKPREFIX + + +DLIBLINKPREFIX. + + + + + DLIBLINKSUFFIX + + +DLIBLINKSUFFIX. + + + + + DLINK + + +DLINK. + + + + + DLINKCOM + + +DLINKCOM. + + + + + DLINKFLAGPREFIX + + +DLINKFLAGPREFIX. + + + + + DLINKFLAGS + + +DLINKFLAGS. + + + + + DLINKFLAGSUFFIX + + +DLINKFLAGSUFFIX. + + + DOCBOOK_DEFAULT_XSL_EPUB @@ -1106,6 +1338,14 @@ for saxon and saxon-xslt, respectively. + + DPATH + + +DPATH. + + + DSUFFIXES @@ -1120,6 +1360,38 @@ The default list is: + + _DVERFLAGS + + +_DVERFLAGS. + + + + + DVERPREFIX + + +DVERPREFIX. + + + + + DVERSIONS + + +DVERSIONS. + + + + + DVERSUFFIX + + +DVERSUFFIX. + + + DVIPDF @@ -2370,6 +2642,15 @@ is -dNOPAUSE -dBATCH -sDEVICE=pdfwrite HOST_ARCH + The name of the host hardware architecture used to create the Environment. + If a platform is specified when creating the Environment, then + that Platform's logic will handle setting this value. + This value is immutable, and should not be changed by the user after + the Environment is initialized. + Currently only set for Win32. + + + Sets the host architecture for Visual Studio compiler. If not set, default to the detected host architecture: note that this may depend on the python you are using. @@ -2385,16 +2666,7 @@ Valid values are the same as for This is currently only used on Windows, but in the future it will be used on other OSes as well. - - - The name of the host hardware architecture used to create the Environment. - If a platform is specified when creating the Environment, then - that Platform's logic will handle setting this value. - This value is immutable, and should not be changed by the user after - the Environment is initialized. - Currently only set for Win32. - - + HOST_OS @@ -2590,7 +2862,7 @@ The command line used to call the Java archive tool. The string displayed when the Java archive tool is called -If this is not set, then $JARCOM (the command line) is displayed. +If this is not set, then $JARCOM (the command line) is displayed. @@ -2600,7 +2872,7 @@ env = Environment(JARCOMSTR = "JARchiving $SOURCES into $TARGET") The string displayed when the Java archive tool is called -If this is not set, then $JARCOM (the command line) is displayed. +If this is not set, then $JARCOM (the command line) is displayed. @@ -3680,9 +3952,28 @@ If $MSVC_VERSION is not s latest version of Visual C/C++ installed on your system. If the specified version isn't installed, tool initialization will fail. This variable must be passed as an argument to the Environment() -constructor; setting it later has no effect. Set it to an unexpected -value (e.g. "XXX") to see the valid values on your system. +constructor; setting it later has no effect. + + + +Valid values for Windows are +12.0, +12.0Exp, +11.0, +11.0Exp, +10.0, +10.0Exp, +9.0, +9.0Exp, +8.0, +8.0Exp, +7.1, +7.0, +and 6.0. +Versions ending in Exp refer to "Express" or +"Express for Desktop" editions. + @@ -5489,6 +5780,46 @@ to generate shared-library objects. + + SHDC + + +SHDC. + + + + + SHDCOM + + +SHDCOM. + + + + + SHDLINK + + +SHDLINK. + + + + + SHDLINKCOM + + +SHDLINKCOM. + + + + + SHDLINKFLAGS + + +SHDLINKFLAGS. + + + SHELL @@ -6061,6 +6392,14 @@ in which the command should be executed. + + STATIC_AND_SHARED_OBJECTS_ARE_THE_SAME + + + When this variable is true, static objects and shared objects are assumed to be the same; that is, SCons does not check for linking static objects into a shared library. + + + SUBST_DICT @@ -6374,6 +6713,13 @@ that may not be set or used in a construction environment. TARGET_ARCH + The name of the target hardware architecture for the compiled objects + created by this Environment. + This defaults to the value of HOST_ARCH, and the user can override it. + Currently only set for Win32. + + + Sets the target architecture for Visual Studio compiler (i.e. the arch of the binaries generated by the compiler). If not set, default to $HOST_ARCH, or, if that is unset, to the architecture of the @@ -6398,14 +6744,7 @@ and ia64 (Itanium). For example, if you want to compile 64-bit binaries, you would set TARGET_ARCH='x86_64' in your SCons environment. - - - The name of the target hardware architecture for the compiled objects - created by this Environment. - This defaults to the value of HOST_ARCH, and the user can override it. - Currently only set for Win32. - - + TARGET_OS diff --git a/doc/generated/variables.mod b/doc/generated/variables.mod index b55b218..473c8a2 100644 --- a/doc/generated/variables.mod +++ b/doc/generated/variables.mod @@ -66,10 +66,39 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT. $CXXFILESUFFIX"> $CXXFLAGS"> $CXXVERSION"> +$DC"> +$DCOM"> +$DDEBUG"> +$_DDEBUGFLAGS"> +$DDEBUGPREFIX"> +$DDEBUGSUFFIX"> $DESCRIPTION"> $DESCRIPTION_lang"> +$DFILESUFFIX"> +$DFLAGPREFIX"> +$_DFLAGS"> +$DFLAGS"> +$DFLAGSUFFIX"> +$_DINCFLAGS"> +$DINCPREFIX"> +$DINCSUFFIX"> $Dir"> $Dirs"> +$DLIB"> +$DLIBCOM"> +$_DLIBDIRFLAGS"> +$DLIBDIRPREFIX"> +$DLIBDIRSUFFIX"> +$DLIBFLAGPREFIX"> +$_DLIBFLAGS"> +$DLIBFLAGSUFFIX"> +$DLIBLINKPREFIX"> +$DLIBLINKSUFFIX"> +$DLINK"> +$DLINKCOM"> +$DLINKFLAGPREFIX"> +$DLINKFLAGS"> +$DLINKFLAGSUFFIX"> $DOCBOOK_DEFAULT_XSL_EPUB"> $DOCBOOK_DEFAULT_XSL_HTML"> $DOCBOOK_DEFAULT_XSL_HTMLCHUNKED"> @@ -91,7 +120,12 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT. $DOCBOOK_XSLTPROCCOMSTR"> $DOCBOOK_XSLTPROCFLAGS"> $DOCBOOK_XSLTPROCPARAMS"> +$DPATH"> $DSUFFIXES"> +$_DVERFLAGS"> +$DVERPREFIX"> +$DVERSIONS"> +$DVERSUFFIX"> $DVIPDF"> $DVIPDFCOM"> $DVIPDFCOMSTR"> @@ -418,6 +452,11 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT. $SHCXXCOM"> $SHCXXCOMSTR"> $SHCXXFLAGS"> +$SHDC"> +$SHDCOM"> +$SHDLINK"> +$SHDLINKCOM"> +$SHDLINKFLAGS"> $SHELL"> $SHF03"> $SHF03COM"> @@ -463,6 +502,7 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT. $SOURCE_URL"> $SOURCES"> $SPAWN"> +$STATIC_AND_SHARED_OBJECTS_ARE_THE_SAME"> $SUBST_DICT"> $SUBSTFILEPREFIX"> $SUBSTFILESUFFIX"> @@ -648,10 +688,39 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT. $CXXFILESUFFIX"> $CXXFLAGS"> $CXXVERSION"> +$DC"> +$DCOM"> +$DDEBUG"> +$_DDEBUGFLAGS"> +$DDEBUGPREFIX"> +$DDEBUGSUFFIX"> $DESCRIPTION"> $DESCRIPTION_lang"> +$DFILESUFFIX"> +$DFLAGPREFIX"> +$_DFLAGS"> +$DFLAGS"> +$DFLAGSUFFIX"> +$_DINCFLAGS"> +$DINCPREFIX"> +$DINCSUFFIX"> $Dir"> $Dirs"> +$DLIB"> +$DLIBCOM"> +$_DLIBDIRFLAGS"> +$DLIBDIRPREFIX"> +$DLIBDIRSUFFIX"> +$DLIBFLAGPREFIX"> +$_DLIBFLAGS"> +$DLIBFLAGSUFFIX"> +$DLIBLINKPREFIX"> +$DLIBLINKSUFFIX"> +$DLINK"> +$DLINKCOM"> +$DLINKFLAGPREFIX"> +$DLINKFLAGS"> +$DLINKFLAGSUFFIX"> $DOCBOOK_DEFAULT_XSL_EPUB"> $DOCBOOK_DEFAULT_XSL_HTML"> $DOCBOOK_DEFAULT_XSL_HTMLCHUNKED"> @@ -673,7 +742,12 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT. $DOCBOOK_XSLTPROCCOMSTR"> $DOCBOOK_XSLTPROCFLAGS"> $DOCBOOK_XSLTPROCPARAMS"> +$DPATH"> $DSUFFIXES"> +$_DVERFLAGS"> +$DVERPREFIX"> +$DVERSIONS"> +$DVERSUFFIX"> $DVIPDF"> $DVIPDFCOM"> $DVIPDFCOMSTR"> @@ -1000,6 +1074,11 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT. $SHCXXCOM"> $SHCXXCOMSTR"> $SHCXXFLAGS"> +$SHDC"> +$SHDCOM"> +$SHDLINK"> +$SHDLINKCOM"> +$SHDLINKFLAGS"> $SHELL"> $SHF03"> $SHF03COM"> @@ -1045,6 +1124,7 @@ THIS IS AN AUTOMATICALLY-GENERATED FILE. DO NOT EDIT. $SOURCE_URL"> $SOURCES"> $SPAWN"> +$STATIC_AND_SHARED_OBJECTS_ARE_THE_SAME"> $SUBST_DICT"> $SUBSTFILEPREFIX"> $SUBSTFILESUFFIX"> -- cgit v0.12