1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378
|
<?xml version="1.0"?>
<!--
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The SCons Foundation
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"/usr/share/sgml/docbook/dtd/4.3/docbookx.dtd"
[
<!ENTITY % version SYSTEM "../version.xml">
%version;
<!ENTITY % scons SYSTEM "../scons.mod">
%scons;
<!ENTITY % builders-mod SYSTEM "builders.mod">
%builders-mod;
<!ENTITY % tools-mod SYSTEM "tools.mod">
%tools-mod;
<!ENTITY % variables-mod SYSTEM "variables.mod">
%variables-mod;
<!ENTITY actions SYSTEM "actions.xml">
<!ENTITY alias SYSTEM "alias.xml">
<!ENTITY ant SYSTEM "ant.xml">
<!ENTITY build-install SYSTEM "build-install.xml">
<!ENTITY builders SYSTEM "builders.xml">
<!ENTITY builders-built-in SYSTEM "builders-built-in.xml">
<!ENTITY builders-commands SYSTEM "builders-commands.xml">
<!ENTITY builders-writing SYSTEM "builders-writing.xml">
<!ENTITY add-method SYSTEM "add-method.xml">
<!ENTITY caching SYSTEM "caching.xml">
<!ENTITY command-line SYSTEM "command-line.xml">
<!ENTITY copyright SYSTEM "copyright.xml">
<!ENTITY depends SYSTEM "depends.xml">
<!ENTITY environments SYSTEM "environments.xml">
<!ENTITY errors SYSTEM "errors.xml">
<!ENTITY example SYSTEM "example.xml">
<!ENTITY factories SYSTEM "factories.xml">
<!ENTITY file-removal SYSTEM "file-removal.xml">
<!ENTITY hierarchy SYSTEM "hierarchy.xml">
<!ENTITY java SYSTEM "java.xml">
<!ENTITY install SYSTEM "install.xml">
<!ENTITY less-simple SYSTEM "less-simple.xml">
<!ENTITY libraries SYSTEM "libraries.xml">
<!ENTITY make SYSTEM "make.xml">
<!ENTITY mergeflags SYSTEM "mergeflags.xml">
<!ENTITY misc SYSTEM "misc.xml">
<!ENTITY nodes SYSTEM "nodes.xml">
<!ENTITY output SYSTEM "output.xml">
<!ENTITY parseconfig SYSTEM "parseconfig.xml">
<!ENTITY parseflags SYSTEM "parseflags.xml">
<!ENTITY preface SYSTEM "preface.xml">
<!ENTITY python SYSTEM "python.xml">
<!ENTITY repositories SYSTEM "repositories.xml">
<!ENTITY run SYSTEM "run.xml">
<!ENTITY scanners SYSTEM "scanners.xml">
<!ENTITY sconf SYSTEM "sconf.xml">
<!ENTITY separate SYSTEM "separate.xml">
<!ENTITY simple SYSTEM "simple.xml">
<!ENTITY sourcecode SYSTEM "sourcecode.xml">
<!ENTITY tasks SYSTEM "tasks.xml">
<!ENTITY tools SYSTEM "tools.xml">
<!ENTITY troubleshoot SYSTEM "troubleshoot.xml">
<!ENTITY variables-xml SYSTEM "variables.xml">
<!ENTITY variants SYSTEM "variants.xml">
<!ENTITY builders-gen SYSTEM "builders.gen">
<!ENTITY tools-gen SYSTEM "tools.gen">
<!ENTITY variables-gen SYSTEM "variables.gen">
]>
<!--
XXX Platform()
XXX Tools()
XXX GetOption('duplicate')
XXX SetOption('duplicate')
XXX - - duplicate=
XXX CheckTypeSize()
XXX - - diskcheck=
XXX - - warn=
-->
<book>
<bookinfo>
<title>SCons User Guide &buildversion;</title>
<author>
<firstname>Steven</firstname>
<surname>Knight</surname>
</author>
<edition>Revision &buildrevision; (&builddate;)</edition>
<pubdate>2004, 2005, 2006, 2007, 2008, 2009, 2010</pubdate>
<copyright>
<year>2004, 2005, 2006, 2007, 2008, 2009, 2010</year>
<holder>Steven Knight</holder>
</copyright>
<legalnotice>
©right;
</legalnotice>
<releaseinfo>version &buildversion;</releaseinfo>
</bookinfo>
<preface id="chap-preface">
<title>Preface</title>
&preface;
</preface>
<chapter id="chap-build-install">
<title>Building and Installing &SCons;</title>
&build-install;
</chapter>
<chapter id="chap-simple">
<title>Simple Builds</title>
&simple;
</chapter>
<chapter id="chap-less-simple">
<title>Less Simple Things to Do With Builds</title>
&less-simple;
</chapter>
<chapter id="chap-libraries">
<title>Building and Linking with Libraries</title>
&libraries;
</chapter>
<chapter id="chap-nodes">
<title>Node Objects</title>
&nodes;
</chapter>
<chapter id="chap-depends">
<title>Dependencies</title>
&depends;
</chapter>
<chapter id="chap-environments">
<title>Environments</title>
&environments;
</chapter>
<!-- These next three sections should be combined into one chapter -->
<chapter id="chap-mergeflags">
<title>Merging Options into the Environment: the &MergeFlags; Function</title>
&mergeflags;
</chapter>
<chapter id="chap-parseflags">
<title>Separating Compile Arguments into their Variables: the &ParseFlags; Function</title>
&parseflags;
</chapter>
<chapter id="chap-parseconfig">
<title>Finding Installed Library Information: the &ParseConfig; Function</title>
&parseconfig;
</chapter>
<chapter id="chap-output">
<title>Controlling Build Output</title>
&output;
</chapter>
<chapter id="chap-command-line">
<title>Controlling a Build From the Command Line</title>
&command-line;
</chapter>
<chapter id="chap-install">
<title>Installing Files in Other Directories: the &Install; Builder</title>
&install;
</chapter>
<chapter id="chap-factories">
<title>Platform-Independent File System Manipulation</title>
&factories;
</chapter>
<chapter id="chap-file-removal">
<title>Controlling Removal of Targets</title>
&file-removal;
</chapter>
<chapter id="chap-hierarchical">
<title>Hierarchical Builds</title>
&hierarchy;
</chapter>
<chapter id="chap-separate">
<title>Separating Source and Build Directories</title>
&separate;
</chapter>
<chapter id="chap-variants">
<title>Variant Builds</title>
&variants;
</chapter>
<!--
<chapter id="chap-builders-built-in">
<title>Built-In Builders</title>
&builders-built-in;
</chapter>
-->
<chapter id="chap-builders-writing">
<title>Writing Your Own Builders</title>
&builders-writing;
</chapter>
<chapter id="chap-builders-commands">
<title>Not Writing a Builder: the &Command; Builder</title>
&builders-commands;
</chapter>
<chapter id="chap-add-method">
<title>Pseudo-Builders: the AddMethod function</title>
&add-method;
</chapter>
<!--
XXX Action()
XXX AddPostAction()
XXX AddPreAction()
<chapter id="chap-actions">
<title>&SCons; Actions</title>
&actions;
</chapter>
-->
<chapter id="chap-scanners">
<title>Writing Scanners</title>
&scanners;
</chapter>
<chapter id="chap-repositories">
<title>Building From Code Repositories</title>
&repositories;
</chapter>
<chapter id="chap-sconf">
<title>Multi-Platform Configuration (&Autoconf; Functionality)</title>
&sconf;
</chapter>
<!--
<chapter id="chap-sourcecode">
<title>Fetching Files From Source Code Management Systems</title>
&sourcecode;
</chapter>
-->
<chapter id="chap-caching">
<title>Caching Built Files</title>
&caching;
</chapter>
<chapter id="chap-alias">
<title>Alias Targets</title>
&alias;
</chapter>
<chapter id="chap-java">
<title>Java Builds</title>
&java;
</chapter>
<!--
<chapter id="chap-run">
<title>How to Run &SCons;</title>
&run;
</chapter>
-->
<chapter id="chap-misc">
<title>Miscellaneous Functionality</title>
&misc;
</chapter>
<chapter id="chap-troubleshooting">
<title>Troubleshooting</title>
&troubleshoot;
</chapter>
<appendix id="app-variables">
<title>Construction Variables</title>
&variables-xml;
</appendix>
<appendix id="app-builders">
<title>Builders</title>
&builders;
</appendix>
<appendix id="app-tools">
<title>Tools</title>
&tools;
</appendix>
<appendix id="app-tasks">
<title>Handling Common Tasks</title>
&tasks;
</appendix>
<!--
<appendix id="app-python">
<title>Python Overview</title>
&example;
</appendix>
<appendix id="app-example">
<title>Complex &SCons; Example</title>
&example;
</appendix>
<appendix id="app-make">
<title>Converting From Make</title>
&make;
</appendix>
<appendix id="app-cons">
<title>Converting From Cons</title>
&cons;
</appendix>
<appendix id="app-ant">
<title>Converting From Ant</title>
&ant;
</appendix>
-->
</book>
|