configure.info: Make Targets in Cygnus Tree

Go forward to Target libiberty
Go backward to Target Library Configure Scripts
Go up to Cross Tools in the Cygnus Tree
Go to the top op configure

Make Targets in Cygnus Tree

   The top level `Makefile' in the Cygnus tree defines targets for
every known subdirectory.
   For every subdirectory DIR which holds a host library or program,
the `Makefile' target `all-DIR' will build that library or program.
   There are dependencies among host tools.  For example, building gcc
requires first building gas, because the gcc build process invokes the
target assembler.  These dependencies are reflected in the top level
`Makefile'.
   For every subdirectory DIR which holds a target library, the
`Makefile' target `configure-target-DIR' will configure that library.
The `Makefile' target `all-target-DIR' will build that library.
   Every `configure-target-DIR' target depends upon `all-gcc', since
gcc, the target compiler, is required to configure the tool.  Every
`all-target-DIR' target depends upon the corresponding
`configure-target-DIR' target.
   There are several other targets which may be of interest for each
directory: `install-DIR', `clean-DIR', and `check-DIR'.  There are also
corresponding `target' versions of these for the target libraries ,
such as `install-target-DIR'.