pgmake-db - Man Page
A make utility using Makefile::Parser::GmakeDB, Makefile::AST, and Makefile::AST::Evaluator
Synopsis
$ pgmake-db $ pgmake-db -f mine.mk
Description
This is a make tool using Makefile::Parser::GmakeDB, Makefile::AST, and Makefile::AST::Evaluator.
This script is primary for testing the whole toolchain via running GNU make's official test suite.
As of this writing, pgmake-db has already passed 51% of GNU make 3.81's test suite.
SVN Repository
For the very latest version of this script, check out the source from
<http://github.com/agentzh/makefile-parser-pm>.
There is anonymous access to all.
Author
Zhang "agentzh" Yichun <agentzh@gmail.com>
Copyright and License
Copyright (c) 2007-2008 by Zhang "agentzh" Yichun (agentzh).
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See Also
Makefile::Parser::GmakeDB, Makefile::AST, Makefile::AST::Evaluator, Makefile::Parser::GmakeDB, pgmake-db, makesimple, Makefile::DOM.