1MAKESIMPLE(1) User Contributed Perl Documentation MAKESIMPLE(1)
2
3
4
6 makesimple - De-sugar GNU makefiles to its simplest form using the
7 GmakeDB parser
8
10 $ makesimple -f myGNUmakefile.mk > simplest.mk
11
13 The makesimple script is a makefile simplifier. It converts a full-
14 fledged GNU makefile to a highly de-sugared basic makefile which is
15 almost a call-path tree dump.
16
18 For the very latest version of this script, check out the source from
19
20 http://svn.openfoundry.org/makefileparser/branches/gmake-db/script
21 <http://svn.openfoundry.org/makefileparser/branches/gmake-db/script>.
22
23 There is anonymous access to all.
24
26 Agent Zhang, "<agentzh@yahoo.cn>"
27
29 Copyright (c) 2005-2008 by Agent Zhang (agentzh).
30
31 This library is free software; you can redistribute it and/or modify it
32 under the same terms as Perl itself.
33
35 Makefile::Parser::GmakeDB, Makefile::AST, Makefile::AST::Evaluator.
36
37
38
39perl v5.12.0 2008-03-12 MAKESIMPLE(1)