It reads a Make le.fpc con guration le and converts it to a Make le suitable for reading by GNU make to compile your projects. It is similar in functionality to GNU autoconf or Imake for making X projects.
fpcmake accepts lenames of make le description les as its command-line arguments. For each of these les it will create a Make le in the same directory where the le is located, overwriting any other existing le.
If no options are given, it just attempts to read the le Make le.fpc in the current directory and tries to construct a make le from it. any previously existing Make le will be erased.
The format of the fpcmake con guration le is described in great detail in the appendices of the Programmers guide.