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. --- INSTALL | 10 ++++++++-- manual.en.html | 16 ++++++++++++++-- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 93b4650..9984671 100644 --- a/INSTALL +++ b/INSTALL @@ -119,8 +119,14 @@ are relevant during the build: libdir The directory for binary libraries to be used by other software, and the - top-level directory for other architecture-specific files, used only if no - directories project is provided. Default: /lib + top-level directory for other architecture-specific files, used for + libraries only if no directories project is provided. + Default: /lib + + alidir + The parent of the library-specific directory for Ada library information + files for this library, used only if no directories project is provided. + Default: gprdir The directory for GNAT project files to be used in the building of software 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