diff options
| author | Björn Persson <bjorn@rombobjörn.se> | 2013-10-09 17:35:53 +0200 | 
|---|---|---|
| committer | Björn Persson <bjorn@rombobjörn.se> | 2013-10-09 17:35:53 +0200 | 
| commit | 47462f14c4f9fae7684c8eb1cd08a6f127a31dea (patch) | |
| tree | 58c5ebf5627f9aa169cb198402d98bfd870cd7fd /INSTALL | |
| parent | 9377ee2e8f5e5a850fc75994c418221dce769ac9 (diff) | |
| parent | f4b3c51803cb6e0cb915e9e84129c6d9df3352cb (diff) | |
Merge branch 'Debian_coordination'
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 |