The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

pgmake-db - 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.