E.1 Introduction

Free Pascal comes with a special makele tool, fpcmake, which can be used to construct a Makele for use with gnu make. All sources from the Free Pascal team are compiled with this system.

fpcmake uses a le Makele.fpc and constructs a le Makele from it, based on the settings in Makele.fpc.

The following sections explain what settings can be set in Makele.fpc, what variables are set by fpcmake, what variables it expects to be set, and what targets it denes. After that, some settings in the resulting Makele are explained.