From f5af6ada3b0570db1afc19029cad8fb8320676ef Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sat, 23 Apr 2011 00:30:22 +0000 Subject: docs: Introduce cascading style
and

continued on .

Section Example

Section preamble.

Subsection Example

Subsection body

FIXME: Care H5 better. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130040 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Projects.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'docs/Projects.html') diff --git a/docs/Projects.html b/docs/Projects.html index 8ba8783764..1ee53c0503 100644 --- a/docs/Projects.html +++ b/docs/Projects.html @@ -33,7 +33,7 @@

Overview

-
+

The LLVM build system is designed to facilitate the building of third party projects that use LLVM header files, libraries, and tools. In order to use @@ -78,7 +78,7 @@ provide enough information on how to write your own Makefiles.

-
+

Follow these simple steps to start your project:

@@ -150,7 +150,7 @@ project should build.

-
+

In order to use the LLVM build system, you will want to organize your source code so that it can benefit from the build system's features. @@ -235,21 +235,19 @@ your tools directory.

-
+

The LLVM build system provides a convenient way to build libraries and executables. Most of your project Makefiles will only need to define a few variables. Below is a list of the variables one can set and what they can do:

-
-

Required Variables

-
+
LEVEL @@ -267,7 +265,7 @@ do:

Variables for Building Subdirectories -
+
DIRS @@ -298,7 +296,7 @@ do:

Variables for Building Libraries -
+
LIBRARYNAME @@ -329,7 +327,7 @@ do:

Variables for Building Programs -
+
TOOLNAME @@ -372,7 +370,7 @@ do:

Miscellaneous Variables -
+
ExtraSource @@ -398,13 +396,15 @@ do:

+
+

Placement of Object Code

-
+

The final location of built libraries and executables will depend upon whether you do a Debug, Release, or Profile build.

@@ -432,7 +432,7 @@ whether you do a Debug, Release, or Profile build.

-
+

If you have any questions or need any help creating an LLVM project, the LLVM team would be more than happy to help. You can always post your -- cgit v1.2.3