Sponsor:

Your company here, and a link to your site. Click to find out more.

Package perl-Makefile-Parser

Simple parser for Makefiles

https://metacpan.org/release/Makefile-Parser

This is a simple parser for Makefiles. At this very early stage, the parser
only supports a limited set of features, so it may not recognize most of
the advanced features provided by certain make tools like GNU make. Its
initial purpose is to provide basic support for another module named
Makefile::GraphViz, which is aimed to render the building process specified
by a Makefile using the amazing GraphViz library. The Make module is not
satisfactory for this purpose, so I decided to build one of my own.

Version: 0.216

General Commands

makesimple De-sugar GNU makefiles to its simplest form using the GmakeDB parser
pgmake-db A make utility using Makefile::Parser::GmakeDB, Makefile::AST, and Makefile::AST::Evaluator
plmake Experimental "make" utility based on Makefile::Parser