Go to file
Eelco Dolstra 7191a7394a Support Illumos
From https://github.com/NixOS/nix/pull/236
2014-04-03 17:35:16 +02:00
README.md Add a basic README 2014-02-03 17:05:55 +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 Make it work on GNU Make > 3.81 again 2014-02-18 13:35:35 +01:00
install.mk Make it work on GNU Make > 3.81 again 2014-02-18 13:35:35 +01:00
jars.mk GNU Make 3.81 compatibility 2014-02-04 11:02:49 +01:00
lib.mk Support Illumos 2014-04-03 17:35:16 +02:00
libraries.mk Don't set an absolute soname 2014-03-03 15:29:58 +01:00
patterns.mk Add a variable GLOBAL_CXXFLAGS_PCH for use by precompiled headers 2014-02-28 12:13:20 +01:00
programs.mk Add support for making relocatable packages using $ORIGIN 2014-03-03 15:19:04 +01:00
templates.mk GNU Make 3.81 compatibility 2014-02-04 11:02:49 +01: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

README.md

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.