agentzh (章亦春) > Makefile-Parser > makesimple

Download:
Makefile-Parser-0.211.tar.gz

Annotate this POD

CPAN RT

Open  3
View Bugs
Report a bug
Source  

NAME ^

makesimple - De-sugar GNU makefiles to its simplest form using the GmakeDB parser

SYNOPSIS ^

    $ makesimple -f myGNUmakefile.mk > simplest.mk

DESCRIPTION ^

The makesimple script is a makefile simplifier. It converts a full-fledged GNU makefile to a highly de-sugared basic makefile which is almost a call-path tree dump.

SVN REPOSITORY ^

For the very latest version of this script, check out the source from

http://svn.openfoundry.org/makefileparser/branches/gmake-db/script.

There is anonymous access to all.

AUTHOR ^

Agent Zhang, <agentzh@yahoo.cn>

COPYRIGHT AND LICENSE ^

Copyright (c) 2005-2008 by Agent Zhang (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.