summaryrefslogtreecommitdiffstats
path: root/system/makepp/README
diff options
context:
space:
mode:
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.