summaryrefslogtreecommitdiffstats
path: root/system/makepp/README
diff options
context:
space:
mode:
author B. Watson2017-03-31 20:06:08 +0200
committer Willy Sudiarto Raharjo2017-03-31 20:06:08 +0200
commit3f185623a47cd1cad5c6fefd9bb96f0c22fbdc9f (patch)
treeec1671eda0be4b054520a813926472f5a1481efc /system/makepp/README
parent20501e7156be4c68d3a1137acc4b926a9f2f8b83 (diff)
downloadslackbuilds-3f185623a47cd1cad5c6fefd9bb96f0c22fbdc9f.tar.gz
system/makepp: Added (GNU Make replacement).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/makepp/README')
-rw-r--r--system/makepp/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/system/makepp/README b/system/makepp/README
new file mode 100644
index 0000000000..3c5e83b047
--- /dev/null
+++ b/system/makepp/README
@@ -0,0 +1,14 @@
+makepp (drop-in replacement for GNU make, with extra features)
+
+Makepp, a build program which has a number of features that allow for
+reliable builds and simpler build files, is a drop-in replacement for
+GNU make. It supports almost all of the syntax that GNU make supports,
+and can be used with makefiles produced by utilities such as automake.
+
+Some of makepp's extra features include:
+
+- Extended Makefile syntax, including embedded perl code.
+- Logging and extra diagnostics, which allows makepp to act as "lint"
+ for Makefiles.
+- Can create a visual graph of the dependencies in a Makefile, using
+ graphviz for rendering.