diff options
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 16 | 
1 files changed, 14 insertions, 2 deletions
| @@ -117,10 +117,20 @@ are relevant during the build:      software using libraries, used only if no directories project is provided.      Default: <prefix>/include + archincludedir +    Like includedir but for architecture-specific source files, in case this +    library must install such files. Default: <includedir> +   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: <exec_prefix>/lib +    top-level directory for other architecture-specific files, used for +    libraries only if no directories project is provided. +    Default: <exec_prefix>/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: <libdir>   gprdir      The directory for GNAT project files to be used in the building of software @@ -183,7 +193,9 @@ invoke Gnatprep. You may need to define them if you run Gnatprep manually.   Cachedir   Logdir   Includedir + Archincludedir   Libdir + Alidir   GPRdir   Localedir   Mandir |