Skip to content

Commit

Permalink
Updated some of the information for the new autoconf changes.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9136 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
John Criswell committed Oct 15, 2003
1 parent fd05924 commit c7b6ce4
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions docs/Projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,14 @@ <h2><a name="a">Overview</a><hr></h2>
<p>

For example, if the LLVM source tree is in
<tt>/usr/home/joe/src/llvm</tt>, and you configured it with
<tt>--with-objroot=/tmp</tt> when his home directory is
<tt>/usr/home/joe</tt>, then
<tt>/usr/home/joe/src/llvm</tt>, and you built LLVM in
/tmp/llvmobj</tt>, then
LLVM_SRC_ROOT=<tt>/usr/home/joe/src/llvm</tt> and
LLVM_OBJ_ROOT=<tt>/tmp/src/llvm</tt>.
LLVM_OBJ_ROOT=<tt>/tmp/llvmobj</tt>.
<p>

<li>
Add your source code to the source tree.
Add your source code to your source tree.
<p>

<li>
Expand Down Expand Up @@ -73,7 +72,7 @@ <h2><a name="Source Tree Layout">Source Tree Layout</a><hr></h2>
Libraries can be object files, archives, or dynamic libraries.
The <b>lib</b> directory is just a good place for these as it
places them all in a directory from which they can be linked
later on.
later.

<dt><b>include</b>
<dd>
Expand Down Expand Up @@ -203,19 +202,5 @@ <h3> Miscellaneous Variables</h3>
<p>
</dl>

<!--===============================================================-->
<h2><a name="Caveats">Caveats</a><hr></h2>
<!--===============================================================-->

Some caveats and known issues:
<ol>
<li>
The projects system currently uses the $HOME environment
variable in determining where object files should go. If $HOME
is not set, then your path relative to the root directory may
be used to determine where your object files go. It is
therefore advised that your source directory reside underneath
your home directory.
</ol>
</body>
</html>

0 comments on commit c7b6ce4

Please sign in to comment.