To avoid conflict with installed gnatcoll.gpr where GNATCOLL_BUILD means library type. Part of S709-037. Change-Id: I372b3fc7b35faf14a223465069968ff1e5550250
The GNAT Components Collection (GNATCOLL) - gnatcoll_db2ada
??? WORK IN PROGRESS
The gnatcoll_db2ada tool.
Dependencies
This component requires the following external components, that should be available on your system:
- gprbuild
- gnatcoll-core
Configuring the build process
The following variables can be used to configure the build process:
General:
prefix : location of the installation, the default is the running GNAT installation root.
BUILD : control the build options : PROD (default) or DEBUG
PROCESSORS : parallel compilation (default is 0, which uses all available cores)
TARGET : for cross-compilation, auto-detected for native platforms
SOURCE_DIR : for out-of-tree build
INTEGRATED : treat prefix as compiler installation (yes/no) this is so that installed gnatcoll project can later be referenced as predefined project of this compiler; this adds a normalized target subdir to prefix default is "no"
To use the default options:
$ make setup
Building
The component is built using a standalone GPR project file.
It is also possible to use the provided Makefile:
$ make
Then, to install it:
$ make install
Bug reports
Please send questions and bug reports to report@adacore.com following the same procedures used to submit reports with the GNAT toolset itself.