Go to file
Eelco Dolstra 36c6786036 Cruft
2014-12-10 13:01:28 +01:00
clean.mk Make variable names more regular 2014-02-01 12:20:06 +01:00
dist.mk Improve "make dist" 2014-02-01 14:22:08 +01:00
functions.mk Add support for using a build directory 2014-09-05 14:17:05 +02:00
install.mk Make it work on GNU Make > 3.81 again 2014-02-18 13:35:35 +01:00
jars.mk Don't rely on process substitution 2014-09-12 12:50:03 +02:00
lib.mk Cruft 2014-12-10 13:01:28 +01:00
libraries.mk Don't use RPATH on Darwin 2014-12-10 13:01:10 +01:00
patterns.mk Add support for using a build directory 2014-09-05 14:17:05 +02:00
programs.mk Add support for using a build directory 2014-09-05 14:17:05 +02:00
README.md Add a basic README 2014-02-03 17:05:55 +01:00
templates.mk Hack to prevent Makefile.config from being regenerated by "make clean" 2014-09-05 12:08:06 +02:00
tests.mk Remove dead code 2014-02-06 19:06:08 +01:00
tracing.mk Create the target directory of libraries and programs 2014-02-06 11:30:05 +01:00

This is a set of helper Makefiles for doing non-recursive builds with GNU Make. The canonical source can be found at https://github.com/edolstra/make-rules. You should copy the files into the mk subdirectory of your project.

TODO: write more documentation.