NAME
App::hopen::Gen::Make - hopen generator for simple Makefiles
SYNOPSIS
This generator makes a Makefile that does its best to run on cmd.exe or sh(1).
FUNCTIONS
finalize
Write out the Makefile. Usage:
$Generator->finalize($dag); # $data parameter unused
$dag
is the build graph.
default_toolset
Returns the package name of the default toolset for this generator, which is Gnu
(i.e., App::hopen::T::Gnu).
_assetop_class
The class of asset-graph operations, which in this case is App::hopen::Gen::Make::AssetGraphNode.
_run_build
Implementation of "run_build" in App::hopen::Gen.