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

default:   depend1 depend2 depend3 depend4a
	{ trace(@_) }

{
qr(^depend(\d+)$)
}:
	{
	    my ($maker, $target, $deps, $matches) = @_;
	    push @OUTPUT, "Regexp rule for building $target with matches @$matches\n";
	}