debian man page for makesimple

Query: makesimple

OS: debian

Section: 1p

Links: debian man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MAKESIMPLE(1p)						User Contributed Perl Documentation					    MAKESIMPLE(1p)

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://github.com/agentzh/makefile-parser-pm <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) 2005-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. perl v5.12.4 2011-08-17 MAKESIMPLE(1p)
Related Man Pages
ccmakedep(1) - suse
jmkmf(1) - debian
md(1) - osx
mdom::dumper(3pm) - debian
makefile::dom(3pm) - debian
Similar Topics in the Unix Linux Community
Awk Hash Function.