diff options
author | Björn Persson <bjorn@rombobjörn.se> | 2013-09-15 01:31:39 +0200 |
---|---|---|
committer | Björn Persson <bjorn@rombobjörn.se> | 2013-09-15 01:31:39 +0200 |
commit | 9473da72d789c945d35e737cc3dff9582f158a43 (patch) | |
tree | ecf01cdbe78880c1f91488d4236f98b6c910c115 /manual.en.html | |
parent | 935002e8992193b670d0fb60519e1020e1b9b52d (diff) |
Added alidir to the documentation.
Diffstat (limited to 'manual.en.html')
-rwxr-xr-x | manual.en.html | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/manual.en.html b/manual.en.html index a9d125a..a8a46a8 100755 --- a/manual.en.html +++ b/manual.en.html @@ -290,8 +290,16 @@ preprocessor symbol <var>Includedir</var>.</p></li> by build project files. Usage project files shall get the directory from the preprocessor symbol <var>Libdir</var>.</p></li> -<li><p>ALI files and other architecture-specific files shall usually be placed -under a separate subdirectory of <var>Comfignat.Stage_Libdir</var>.</p></li> +<li><p>Ada library information (ALI) files shall be placed under a separate +subdirectory of <var>Comfignat.Stage_Alidir</var> by build project files. Usage +project files shall get the directory from the preprocessor symbol +<var>Alidir</var>.</p></li> + +<li><p>Other architecture-specific files shall usually be placed under a +separate subdirectory of <var>stage_libdir</var>. (It may be the same +subdirectory that ALI files are placed in when +<var>alidir</var> = <var>libdir</var>.) Programs shall look for them under +<var>Comfignat.Libdir</var>.</p></li> <li><p>Comfignat puts usage project files in <var>stage_gprdir</var>.</p></li> @@ -340,6 +348,10 @@ software using libraries.</dd> <dt><var>Libdir</var></dt> <dd>The directory for binary libraries to be used by other software, and the top-level directory for other architecture-specific files.</dd> + +<dt><var>Alidir</var></dt> +<dd>The parent of libraries' separate library-specific directories for +Ada library information files.</dd> </dl> <p>Here's an example of what a directories project may look like:</p> |