1PLMAKE(1)             User Contributed Perl Documentation            PLMAKE(1)
2
3
4

NAME

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

VERSION

9       This document describes plmake 0.14 released on March 10, 2007.
10

SYNOPSIS

12           $ plmake
13           $ plmake test
14           $ plmake -f Makefile all
15

DESCRIPTION

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

LIMITATIONS

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

AUTHOR

33       Zhang "agentzh" Yichun <agentzh@gmail.com>
34
36       Copyright (c) 2007 by Zhang "agentzh" Yichun. 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

SEE ALSO

42       Makefile::Parser, gvmake, pmake.
43
44
45
46perl v5.32.0                      2020-07-28                         PLMAKE(1)
Impressum