1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
2 |
|
3 |
<!--Converted with jLaTeX2HTML 2002 (1.62) JA patch-1.4
|
4 |
patched version by: Kenshi Muto, Debian Project.
|
5 |
LaTeX2HTML 2002 (1.62),
|
6 |
original version by: Nikos Drakos, CBLU, University of Leeds
|
7 |
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
8 |
* with significant contributions from:
|
9 |
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
10 |
<HTML>
|
11 |
<HEAD>
|
12 |
<TITLE>6.13 scram tool</TITLE>
|
13 |
<META NAME="description" CONTENT="6.13 scram tool">
|
14 |
<META NAME="keywords" CONTENT="SCRAM">
|
15 |
<META NAME="resource-type" CONTENT="document">
|
16 |
<META NAME="distribution" CONTENT="global">
|
17 |
|
18 |
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
19 |
<META NAME="Generator" CONTENT="jLaTeX2HTML v2002 JA patch-1.4">
|
20 |
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
21 |
|
22 |
<LINK REL="STYLESHEET" HREF="SCRAM.css">
|
23 |
|
24 |
<LINK REL="next" HREF="node79.html">
|
25 |
<LINK REL="previous" HREF="node77.html">
|
26 |
<LINK REL="up" HREF="node65.html">
|
27 |
<LINK REL="next" HREF="node79.html">
|
28 |
</HEAD>
|
29 |
|
30 |
<BODY bgcolor="beige" >
|
31 |
<!--Navigation Panel-->
|
32 |
<A NAME="tex2html1459"
|
33 |
HREF="node79.html">
|
34 |
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
35 |
SRC="file:/usr/share/latex2html/icons/next.png"></A>
|
36 |
<A NAME="tex2html1453"
|
37 |
HREF="node65.html">
|
38 |
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
39 |
SRC="file:/usr/share/latex2html/icons/up.png"></A>
|
40 |
<A NAME="tex2html1447"
|
41 |
HREF="node77.html">
|
42 |
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
43 |
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
|
44 |
<A NAME="tex2html1455"
|
45 |
HREF="node2.html">
|
46 |
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
47 |
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
|
48 |
<A NAME="tex2html1457"
|
49 |
HREF="node85.html">
|
50 |
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
51 |
SRC="file:/usr/share/latex2html/icons/index.png"></A>
|
52 |
<BR>
|
53 |
<B> Next:</B> <A NAME="tex2html1460"
|
54 |
HREF="node79.html">6.14 scram url</A>
|
55 |
<B> Up:</B> <A NAME="tex2html1454"
|
56 |
HREF="node65.html">6. Quick Help Guide</A>
|
57 |
<B> Previous:</B> <A NAME="tex2html1448"
|
58 |
HREF="node77.html">6.12 scram db</A>
|
59 |
  <B> <A NAME="tex2html1456"
|
60 |
HREF="node2.html">Contents</A></B>
|
61 |
  <B> <A NAME="tex2html1458"
|
62 |
HREF="node85.html">Index</A></B>
|
63 |
<BR>
|
64 |
<BR>
|
65 |
<!--End of Navigation Panel-->
|
66 |
|
67 |
<H1><A NAME="SECTION007130000000000000000">
|
68 |
6.13 scram tool</A>
|
69 |
</H1>
|
70 |
<A NAME="1907"></A>
|
71 |
|
72 |
<P>
|
73 |
Manage the tools in a <SMALL>SCRAM</SMALL> project area using the command
|
74 |
|
75 |
<P>
|
76 |
<TT>scram tool</TT>
|
77 |
|
78 |
<TT><subcommand> </TT>
|
79 |
|
80 |
<P>
|
81 |
where available subcommands are-
|
82 |
<DL>
|
83 |
<DT><STRONG><TT>list</TT></STRONG></DT>
|
84 |
<DD>
|
85 |
<BR>
|
86 |
List the configured tools in the current project environment
|
87 |
</DD>
|
88 |
<DT><STRONG><I>info</I> <TT>toolname</TT></STRONG></DT>
|
89 |
<DD>
|
90 |
<BR>
|
91 |
List the information for the tool <TT>toolname</TT>. All defined
|
92 |
variables and the tool file <TT>URL</TT> will be shown.
|
93 |
</DD>
|
94 |
<DT><STRONG><I>default</I> <TT>toolname</TT> <TT>version</TT></STRONG></DT>
|
95 |
<DD>
|
96 |
<BR>
|
97 |
Set a specific version of a tool to be the default.
|
98 |
</DD>
|
99 |
<DT><STRONG><I>tag</I> <TT>toolname</TT> <TT>tagname</TT></STRONG></DT>
|
100 |
<DD>
|
101 |
<BR>
|
102 |
Show settings for variables (e.g. , INCLUDE, LIBDIR, PATH...). If
|
103 |
a tag name is not given, all known variable names will be printed.
|
104 |
|
105 |
<P>
|
106 |
For example, to get the <TT>INCLUDE</TT> path setting for tool
|
107 |
<TT>COBRA</TT>, one would use
|
108 |
|
109 |
<P>
|
110 |
<TT>scram tool</TT>
|
111 |
|
112 |
<TT>tag</TT> <TT>COBRA</TT> <TT>INCLUDE</TT>
|
113 |
|
114 |
<P>
|
115 |
</DD>
|
116 |
<DT><STRONG><I>remove</I> <TT>toolname</TT></STRONG></DT>
|
117 |
<DD>
|
118 |
<BR>
|
119 |
Remove a tool from the current project area.
|
120 |
</DD>
|
121 |
<DT><STRONG><I>template</I></STRONG></DT>
|
122 |
<DD>
|
123 |
<BR>
|
124 |
Create templates for a basic <TT>ToolDoc</TT> or for compiler
|
125 |
<TT>ToolDoc</TT>s. The templates will be
|
126 |
created in the current directory or, in the case of compilers, in a
|
127 |
separate directory called <TT>CompilerTemplates</TT>. The type of
|
128 |
template is selected by choosing <TT>basic</TT> or <TT>compiler</TT>.
|
129 |
Compiler templates will include one template for each common
|
130 |
architecture and each will have all of the basic flags set
|
131 |
and variables defined ready for use as part of the <SMALL>SCRAM</SMALL> build system.
|
132 |
</DD>
|
133 |
</DL>
|
134 |
|
135 |
<P>
|
136 |
<HR>
|
137 |
<!--Navigation Panel-->
|
138 |
<A NAME="tex2html1459"
|
139 |
HREF="node79.html">
|
140 |
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
|
141 |
SRC="file:/usr/share/latex2html/icons/next.png"></A>
|
142 |
<A NAME="tex2html1453"
|
143 |
HREF="node65.html">
|
144 |
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
|
145 |
SRC="file:/usr/share/latex2html/icons/up.png"></A>
|
146 |
<A NAME="tex2html1447"
|
147 |
HREF="node77.html">
|
148 |
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
|
149 |
SRC="file:/usr/share/latex2html/icons/prev.png"></A>
|
150 |
<A NAME="tex2html1455"
|
151 |
HREF="node2.html">
|
152 |
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
|
153 |
SRC="file:/usr/share/latex2html/icons/contents.png"></A>
|
154 |
<A NAME="tex2html1457"
|
155 |
HREF="node85.html">
|
156 |
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
|
157 |
SRC="file:/usr/share/latex2html/icons/index.png"></A>
|
158 |
<BR>
|
159 |
<B> Next:</B> <A NAME="tex2html1460"
|
160 |
HREF="node79.html">6.14 scram url</A>
|
161 |
<B> Up:</B> <A NAME="tex2html1454"
|
162 |
HREF="node65.html">6. Quick Help Guide</A>
|
163 |
<B> Previous:</B> <A NAME="tex2html1448"
|
164 |
HREF="node77.html">6.12 scram db</A>
|
165 |
  <B> <A NAME="tex2html1456"
|
166 |
HREF="node2.html">Contents</A></B>
|
167 |
  <B> <A NAME="tex2html1458"
|
168 |
HREF="node85.html">Index</A></B>
|
169 |
<!--End of Navigation Panel-->
|
170 |
<ADDRESS>
|
171 |
scram-developers@cern.ch
|
172 |
</ADDRESS>
|
173 |
</BODY>
|
174 |
</HTML>
|