Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / doc / MHonArc / resources / include.html
CommitLineData
86530b38
AT
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML//EN">
2<html>
3<head>
4<title>MHonArc Resources: INCLUDE</title>
5</head>
6<body>
7<!--x-rc-nav-->
8<table border=0><tr valign="top">
9<td align="left" width="50%">[Prev:&nbsp;<a href="idxsize.html">IDXSIZE</a>]</td><td><nobr>[<a href="../resources.html#include">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="keeponrmm.html">KEEPONRMM</a>]</td></tr></table>
10<!--/x-rc-nav-->
11<hr>
12<h1>INCLUDE</h1>
13
14<!-- *************************************************************** -->
15<hr>
16<h2>Syntax</h2>
17
18<dl>
19
20<dt><strong>Envariable</strong></dt>
21<dd><p>N/A
22</p>
23</dd>
24
25<dt><strong>Element</strong></dt>
26<dd><p>
27<code>&lt;INCLUDE&gt;<br></code>
28<var>filename</var><br>
29<var>...</var><br>
30<code>&lt;/INCLUDE&gt;<br></code>
31</p>
32</dd>
33
34<dt><strong>Command-line Option</strong></dt>
35<dd><p>N/A
36</p>
37</dd>
38
39</dl>
40
41<!-- *************************************************************** -->
42<hr>
43<h2>Description</h2>
44
45<p>The INCLUDE resource is only applicable in the resource file.
46It specifies other resource files to include at the location of the
47<code>INCLUDE</code> element that lists the files. When including
48multiple files in an <code>INCLUDE</code> element, each file must be
49listed on a separate line. </p>
50
51<p>Multiple <code>INCLUDE</code> elements can be defined in
52a resource file for including files at different locations.
53</p>
54
55<!-- *************************************************************** -->
56<hr>
57<h2>Default Setting</h2>
58
59<p>N/A
60</p>
61
62<!-- *************************************************************** -->
63<hr>
64<h2>Resource Variables</h2>
65
66<p>N/A
67</p>
68
69<!-- *************************************************************** -->
70<hr>
71<h2>Examples</h2>
72
73<p>If managing multiple archives, it is common to have common
74resource settings for the archives. With the INCLUDE resource,
75you define these common resources in a single file, and have
76each archive resource file include it. For example:
77</p>
78
79<pre>
80<b>&lt;Include&gt;</b>
81/usr/local/lib/MHonArc/common.rc
82<b>&lt;/Include&gt;</b>
83</pre>
84
85<!-- *************************************************************** -->
86<hr>
87<h2>Version</h2>
88
89<p>2.0
90</p>
91
92<!-- *************************************************************** -->
93<hr>
94<h2>See Also</h2>
95
96<p>
97<a href="rcfile.html">RCFILE</a>
98</p>
99
100<!-- *************************************************************** -->
101<hr>
102<!--x-rc-nav-->
103<table border=0><tr valign="top">
104<td align="left" width="50%">[Prev:&nbsp;<a href="idxsize.html">IDXSIZE</a>]</td><td><nobr>[<a href="../resources.html#include">Resources</a>][<a href="../mhonarc.html">TOC</a>]</nobr></td><td align="right" width="50%">[Next:&nbsp;<a href="keeponrmm.html">KEEPONRMM</a>]</td></tr></table>
105<!--/x-rc-nav-->
106<hr>
107<address>
108$Date: 2002/07/27 05:13:10 $ <br>
109<img align="top" src="../monicon.png" alt="">
110<a href="http://www.mhonarc.org/"><strong>MHonArc</strong></a><br>
111Copyright &#169; 1997-1998, <a href="http://www.earlhood.com/">Earl Hood</a>, <a href="mailto:mhonarc@mhonarc.org">mhonarc@mhonarc.org</a><br>
112</address>
113
114</body>
115</html>