lix/mk
Sergei Trofimovich fe068eca00 mk: add support for passing LDFLAGS to libs and bins
autotools-based systems usually allow user to
append own LDFLAGS like
    LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
at ./configure stage

This change plumbs LDFLAGS through similar to existing CXXFLAGS variable.

Signed-off-by: Sergei Trofimovich <siarheit@google.com>
2019-07-03 04:32:25 +02:00
..
clean.mk
dist.mk
functions.mk
install.mk
jars.mk
lib.mk
libraries.mk mk: add support for passing LDFLAGS to libs and bins 2019-07-03 04:32:25 +02:00
patterns.mk
programs.mk mk: add support for passing LDFLAGS to libs and bins 2019-07-03 04:32:25 +02:00
README.md
templates.mk
tests.mk Add pure evaluation mode 2018-01-16 19:23:18 +01:00
tracing.mk

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.