@copying
@quotation
-GNAT User's Guide for Native Platforms , Sep 11, 2017
+GNAT User's Guide for Native Platforms , Sep 13, 2017
AdaCore
references for the Ada part of a program. It uses the binder file
generated by the @code{gnatbind} to determine this list.
-Note: to invoke @cite{gnatlink} with a project file, use the @cite{gnat}
-driver (see The_GNAT_Driver_and_Project_Files).
-
@menu
* Running gnatlink::
* Switches for gnatlink::
files. It can also be used to check the source dependencies of a unit
as well as various characteristics.
-Note: to invoke @cite{gnatls} with a project file, use the @cite{gnat}
-driver (see The_GNAT_Driver_and_Project_Files).
-
@menu
* Running gnatls::
* Switches for gnatls::
(see @ref{1b,,Building with gnatmake}). Otherwise, cross-referencing
information will not be generated.
-Note: to invoke @cite{gnatxref} or @cite{gnatfind} with a project file,
-use the @cite{gnat} driver (see The_GNAT_Driver_and_Project_Files).
-
@menu
* gnatxref Switches::
* gnatfind Switches::
This default run-time is selected by the means of soft links.
For example on x86-linux:
-@example
---
--- $(target-dir)
--- |
--- +--- adainclude----------+
--- | |
--- +--- adalib-----------+ |
--- | | |
--- +--- rts-native | |
--- | | | |
--- | +--- adainclude <---+
--- | | |
--- | +--- adalib <----+
--- |
--- +--- rts-sjlj
--- |
--- +--- adainclude
--- |
--- +--- adalib
-@end example
+@c --
+@c -- $(target-dir)
+@c -- |
+@c -- +--- adainclude----------+
+@c -- | |
+@c -- +--- adalib-----------+ |
+@c -- | | |
+@c -- +--- rts-native | |
+@c -- | | | |
+@c -- | +--- adainclude <---+
+@c -- | | |
+@c -- | +--- adalib <----+
+@c -- |
+@c -- +--- rts-sjlj
+@c -- |
+@c -- +--- adainclude
+@c -- |
+@c -- +--- adalib
@example