The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Build::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).

ATTRIBUTES

targets

A Hash::Ordered of the targets, in the order encountered.

FUNCTIONS

visit_goal

Add a target corresponding to the name of the goal.

finalize

Write out the Makefile.

default_toolset

Returns the package name of the default toolset for this generator, which is Gnu (i.e., Build::Hopen::T::Gnu).

INTERNALS

_expand

Produce the command line or lines associated with a work item. Used by "finalize".