This section contains some additional useful notes on the operation of the `gnatmake' command.
gnatmake foo.adb
, where foo
is a subunit or body of a generic unit, `gnatmake' recompiles
foo.adb
(because it finds no ALI) and stops, issuing a
warning.
$ gnatmake -aI`include-dir` -aL`obj-dir` main