E.4.3 Default

The default section contains some default settings. The following keywords are recognized:

cpu
Species the default target processor for which the Makele should compile the units and programs. By default this is determined from the default compiler processor.
dir
Species any subdirectories that make should also descend in and make the specied target there as well.
fpcdir
Species the directory where all the Free Pascal source trees reside. Below this directory the Makele expects to nd the rtl, fcl and packages directory trees.
rule
Species the default rule to execute. fpcmake will make sure that this rule is executed if make is executed without arguments, i.e., without an explicit target.
target
Species the default operating system target for which the Makele should compile the units and programs. By default this is determined from the default compiler target.