diff options
author | Bert Münnich <ber.t@posteo.de> | 2017-10-12 10:56:03 +0200 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2017-10-12 11:00:24 +0200 |
commit | 5155d52ab18c06925046e2f56a87f2765bb515ba (patch) | |
tree | 7046c086fa843217fcba6d5b323853e8eeae37e7 /options.h | |
parent | 6beb8b4d7114d1a918a3cd4d11dcc7e3e849aaca (diff) | |
download | nsxiv-5155d52ab18c06925046e2f56a87f2765bb515ba.tar.zst |
Much more portable Makefile
The config.mk file is now optional and only needs to be created if one wants to
persistently overwrite default macro values.
Features used in the Makefile that are not yet in the POSIX standard:
- Advanced macro assignment operators '+=' and '?=' [1]
- Special target .PHONY [2]
- Pattern rules [3]; only needed when $srcdir != '.'. For every pattern rule
there is an inference rule with the same effect. Hopefully, the inference
rules get picked up by make programs not supporting pattern rules.
- Silently including multiple possibly not exisiting files [4] [5]
[1] http://austingroupbugs.net/view.php?id=330
[2] http://austingroupbugs.net/view.php?id=523
[3] http://austingroupbugs.net/view.php?id=513
[4] http://austingroupbugs.net/view.php?id=333
[5] http://austingroupbugs.net/view.php?id=518
Diffstat (limited to 'options.h')
0 files changed, 0 insertions, 0 deletions