Standardize license header on in-use doc files [skip appveyor]
[scons.git] / SCons / Tool / intelc.xml
blobea9e1c0ed0f5d7591423d7e016864451ee5cbedc
1 <?xml version="1.0"?>
2 <!--
3 SPDX-FileCopyrightText: Copyright The SCons Foundation (https://scons.org)
4 SPDX-License-Identifier: MIT
5 SPDX-FileType: DOCUMENTATION
7 This file is processed by the bin/SConsDoc.py module.
8 -->
10 <!DOCTYPE sconsdoc [
11 <!ENTITY % scons SYSTEM '../../doc/scons.mod'>
12 %scons;
13 <!ENTITY % builders-mod SYSTEM '../../doc/generated/builders.mod'>
14 %builders-mod;
15 <!ENTITY % functions-mod SYSTEM '../../doc/generated/functions.mod'>
16 %functions-mod;
17 <!ENTITY % tools-mod SYSTEM '../../doc/generated/tools.mod'>
18 %tools-mod;
19 <!ENTITY % variables-mod SYSTEM '../../doc/generated/variables.mod'>
20 %variables-mod;
23 <sconsdoc xmlns="http://www.scons.org/dbxsd/v1.0"
24           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25           xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">
27 <tool name="intelc">
28 <summary>
29 <para>
30 Sets construction variables for the Intel C/C++ compiler
31 (Linux and Windows, version 7 and later).
32 Calls the &t-link-gcc; or &t-link-msvc;
33 (on Linux and Windows, respectively)
34 tool to set underlying variables.
35 </para>
36 </summary>
37 <sets>
38 <item>CC</item>
39 <item>CXX</item>
40 <item>LINK</item>
41 <item>AR</item>
42 <item><!--LD--></item>
43 <item>INTEL_C_COMPILER_VERSION</item>
44 </sets>
45 <uses>
46 </uses>
47 </tool>
49 <cvar name="INTEL_C_COMPILER_VERSION">
50 <summary>
51 <para>
52 Set by the &t-link-intelc; Tool
53 to the major version number of the Intel C compiler
54 selected for use.
55 </para>
56 </summary>
57 </cvar>
59 </sconsdoc>