core

Name

core  --  create the makefile core

Synopsis

core

Description

core creates the makefile core. Its a shorthand for:

    help_target
    unittest_target
    top_dir
    prepare_build
    install_target
    var_tar "\$(prefix)/.var.tar"
    

Call core somewhere near the beginning of your script or, if you share configuration between several products, in a file included by your script. That way you do not need to do all of the above.

Example

Create the core of the makefile:

    core
    

See Also

help_target(3), include(3), install_target(3), prepare_build(3), top_dir(3), unittest_target(3), var_tar(3)