The default section contains some default settings. The following keywords are recognized:
-
cpu
- Speci es the default target processor for which the Make le should compile the units
and programs. By default this is determined from the default compiler processor.
-
dir
- Speci es any subdirectories that make should also descend in and make the speci ed
target there as well.
-
fpcdir
- Speci es the directory where all the Free Pascal source trees reside. Below this
directory the Make le expects to nd the rtl, fcl and packages directory trees.
-
rule
- Speci es 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
- Speci es the default operating system target for which the Make le should compile
the units and programs. By default this is determined from the default compiler target.