|
NAMEmakesimple - De-sugar GNU makefiles to its simplest form using the GmakeDB parserSYNOPSIS$ makesimple -f myGNUmakefile.mk > simplest.mk DESCRIPTIONThe 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 REPOSITORYFor 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. AUTHORZhang "agentzh" Yichun, "<agentzh@gmail.com>"COPYRIGHT AND LICENSECopyright (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 ALSOMakefile::Parser::GmakeDB, Makefile::AST, Makefile::AST::Evaluator.
Visit the GSP FreeBSD Man Page Interface. |