1MAKESIMPLE(1)         User Contributed Perl Documentation        MAKESIMPLE(1)
2
3
4

NAME

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

SYNOPSIS

10           $ makesimple -f myGNUmakefile.mk > simplest.mk
11

DESCRIPTION

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

SVN REPOSITORY

18       For the very latest version of this script, check out the source from
19
20       <http://github.com/agentzh/makefile-parser-pm>.
21
22       There is anonymous access to all.
23

AUTHOR

25       Zhang "agentzh" Yichun, "<agentzh@gmail.com>"
26
28       Copyright (c) 2005-2008 by Zhang "agentzh" Yichun (agentzh).
29
30       This library is free software; you can redistribute it and/or modify it
31       under the same terms as Perl itself.
32

SEE ALSO

34       Makefile::Parser::GmakeDB, Makefile::AST, Makefile::AST::Evaluator.
35
36
37
38perl v5.30.0                      2019-07-26                     MAKESIMPLE(1)
Impressum