From 9473da72d789c945d35e737cc3dff9582f158a43 Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Sun, 15 Sep 2013 01:31:39 +0200 Subject: Added alidir to the documentation. --- manual.en.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'manual.en.html') 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 Includedir.

by build project files. Usage project files shall get the directory from the preprocessor symbol Libdir.

-
  • ALI files and other architecture-specific files shall usually be placed -under a separate subdirectory of Comfignat.Stage_Libdir.

  • +
  • Ada library information (ALI) files shall be placed under a separate +subdirectory of Comfignat.Stage_Alidir by build project files. Usage +project files shall get the directory from the preprocessor symbol +Alidir.

  • + +
  • Other architecture-specific files shall usually be placed under a +separate subdirectory of stage_libdir. (It may be the same +subdirectory that ALI files are placed in when +alidir = libdir.) Programs shall look for them under +Comfignat.Libdir.

  • Comfignat puts usage project files in stage_gprdir.

  • @@ -340,6 +348,10 @@ software using libraries.
    Libdir
    The directory for binary libraries to be used by other software, and the top-level directory for other architecture-specific files.
    + +
    Alidir
    +
    The parent of libraries' separate library-specific directories for +Ada library information files.

    Here's an example of what a directories project may look like:

    -- cgit v1.2.3