NAME

plmake - Experimental "make" utility based on Makefile::Parser

VERSION

This document describes plmake 0.12 released on March 10, 2007.

SYNOPSIS

$ plmake
$ plmake test
$ plmake -f Makefile all

LIMITATIONS

There are quite a lot of limitations in the underlying Makefile::Parser:

  • Directives are not supported.

  • Double colon rules don't work

  • Multi-target rules are not supported.

  • .PHONY is not supported.

AUTHOR

Agent Zhang <agentzh@gmail.com>

COPYRIGHT

Copyright (c) 2007 by Agent Zhang. All rights reserved.

This program is free-software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Makefile::Parser