plmake - Man Page
Experimental "make" utility based on Makefile::Parser
Version
This document describes plmake 0.14 released on March 10, 2007.
Synopsis
$ plmake $ plmake test $ plmake -f Makefile all
Description
This utility mainly serves as a quick check for what does and what does not work in Makefile::Parser. Please don't use it in production.
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
Zhang "agentzh" Yichun <agentzh@gmail.com>
Copyright
Copyright (c) 2007 by Zhang "agentzh" Yichun. 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, gvmake, pmake.
Info
2024-07-19 perl v5.40.0 User Contributed Perl Documentation