[Contents]   [Back]   [Prev]   [Up]   [Next]   [Forward]  


Makefile Fragments

When you configure GNU CC using the `configure' script (see section Installing GNU CC), it will construct the file `Makefile' from the template file `Makefile.in'. When it does this, it will incorporate makefile fragment files from the `config' directory, named `t-target' and `x-host'. If these files do not exist, it means nothing needs to be added for a given target or host.


[Contents]   [Back]   [Prev]   [Up]   [Next]   [Forward]