tvl-depot/mk
Manuel Jacob c999ef70e8 Don't pass "--no-copy-dt-needed-entries" option to linker on FreeBSD.
Eventually the nested if statements should be replaced by a more general
condition, but this is sufficient to make it work on FreeBSD.
2015-10-06 22:28:30 +02:00
..
clean.mk Add 'mk/' from commit '1eff3ad37f' 2014-02-01 14:38:28 +01:00
dist.mk Add 'mk/' from commit '1eff3ad37f' 2014-02-01 14:38:28 +01:00
functions.mk Merge commit '36c6786036' 2014-12-14 01:47:06 +01:00
install.mk Sync with make-rules repo 2014-04-03 17:37:14 +02:00
jars.mk Merge commit '36c6786036' 2014-12-14 01:47:06 +01:00
lib.mk Don't pass "--no-copy-dt-needed-entries" option to linker on FreeBSD. 2015-10-06 22:28:30 +02:00
libraries.mk Merge branch 'cygwin-master' of https://github.com/ternaris/nix 2014-12-14 01:49:14 +01:00
patterns.mk Merge commit '36c6786036' 2014-12-14 01:47:06 +01:00
programs.mk Merge commit '36c6786036' 2014-12-14 01:47:06 +01:00
README.md Merge commit '8468806552' 2014-02-03 19:57:02 +01:00
templates.mk Merge commit '36c6786036' 2014-12-14 01:47:06 +01:00
tests.mk Merge commit 'a210c995cd' 2014-02-07 16:27:34 +01:00
tracing.mk Merge commit 'a210c995cd' 2014-02-07 16:27:34 +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.