Changes for version 0.213 - 2011-08-17
- applied the patch from Philip Allison and fixed a bug regarding clearing initial set makefile variables before parsing makefiles.
Documentation
De-sugar GNU makefiles to its simplest form using the GmakeDB parser
A make utility using Makefile::Parser::GmakeDB, Makefile::AST, and Makefile::AST::Evaluator
Experimental "make" utility based on Makefile::Parser
Modules
AST for (GNU) makefiles
Evaluator and runtime for Makefile::AST instances
A simple parser for Makefiles
GNU makefile parser using GNU make's database dump
Provides
in lib/Makefile/AST/Command.pm
in lib/Makefile/AST/Rule.pm
in lib/Makefile/AST/Rule/Base.pm
in lib/Makefile/AST/Rule/Implicit.pm
in lib/Makefile/AST/StemMatch.pm
in lib/Makefile/AST/Variable.pm
in lib/Makefile/Parser.pm