1PLMAKE(1) User Contributed Perl Documentation PLMAKE(1)
2
3
4
6 plmake - Experimental "make" utility based on Makefile::Parser
7
9 This document describes plmake 0.14 released on March 10, 2007.
10
12 $ plmake
13 $ plmake test
14 $ plmake -f Makefile all
15
17 This utility mainly serves as a quick check for what does and what does
18 not work in Makefile::Parser. Please don't use it in production.
19
21 There are quite a lot of limitations in the underlying
22 Makefile::Parser:
23
24 · Directives are not supported.
25
26 · Double colon rules don't work
27
28 · Multi-target rules are not supported.
29
30 · .PHONY is not supported.
31
33 Agent Zhang <agentzh@gmail.com>
34
36 Copyright (c) 2007 by Agent Zhang. All rights reserved.
37
38 This program is free-software; you can redistribute it and/or modify it
39 under the same terms as Perl itself.
40
42 Makefile::Parser, gvmake, pmake.
43
44
45
46perl v5.12.0 2007-08-06 PLMAKE(1)