1PGMAKE-DB(1) User Contributed Perl Documentation PGMAKE-DB(1)
2
3
4
6 pgmake-db - A make utility using Makefile::Parser::GmakeDB,
7 Makefile::AST, and Makefile::AST::Evaluator
8
10 $ pgmake-db
11 $ pgmake-db -f mine.mk
12
14 This is a make tool using Makefile::Parser::GmakeDB, Makefile::AST, and
15 Makefile::AST::Evaluator.
16
17 This script is primary for testing the whole toolchain via running GNU
18 make's official test suite.
19
20 As of this writing, pgmake-db has already passed 51% of GNU make 3.81's
21 test suite.
22
24 For the very latest version of this script, check out the source from
25
26 <http://github.com/agentzh/makefile-parser-pm>.
27
28 There is anonymous access to all.
29
31 Zhang "agentzh" Yichun "<agentzh@gmail.com>"
32
34 Copyright (c) 2007-2008 by Zhang "agentzh" Yichun (agentzh).
35
36 This library is free software; you can redistribute it and/or modify it
37 under the same terms as Perl itself.
38
40 Makefile::Parser::GmakeDB, Makefile::AST, Makefile::AST::Evaluator,
41 Makefile::Parser::GmakeDB, pgmake-db, makesimple, Makefile::DOM.
42
43
44
45perl v5.32.1 2021-01-27 PGMAKE-DB(1)