pre_recurse

Name

pre_recurse  --  create pre-recurse targets

Synopsis

pre_recurse

Description

pre_recurse creates the pre-recurse targets used by the rules file. The pre-recurse targets of the top level makefile checks that a build type has been selected and cleans the target directory of that build type.

Example

Add pre-recurse targets to the makefile:

    pre_recurse
    

See Also

buildtype(3), make_rules(3)