In this section dependency rules for the units and any other needed targets can be inserted. It will be included at the end of the generated make le. Targets or 'default rules' that are de ned by fpcmake can be inserted here; if they are not present, then fpcmake will generate a rule that will call the generic fpc_ version. For a list of standard targets that will be de ned by fpcmake, see section E.2, page 617.
For example, it is possible to de ne a target all:. If it is not de ned, then fpcmake will generate one which simply calls fpc_all:
all: fpc_all
|
The fpc_all rule will make all targets as de ned in the Target section.