Free Pascal comes with a special make le tool, fpcmake, which can be used to construct a Make le for use with gnu make. All sources from the Free Pascal team are compiled with this system.
fpcmake uses a le Make le.fpc and constructs a le Make le from it, based on the settings in Make le.fpc.
The following sections explain what settings can be set in Make le.fpc, what variables are set by fpcmake, what variables it expects to be set, and what targets it de nes. After that, some settings in the resulting Make le are explained.