diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-15 02:30:21 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-15 02:30:21 -0500 |
commit | 9dd14f211994ca4009539b68b9b82022eb3ad9c3 (patch) | |
tree | 0d61451977d8adeae2396be18441b08eac0ad353 /build-aux | |
parent | aca833ffe2fc52c7f18b641031e371d22fd926bd (diff) |
Documentation.
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/Makefile.README.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build-aux/Makefile.README.txt b/build-aux/Makefile.README.txt index 3be7a9d..c68870a 100644 --- a/build-aux/Makefile.README.txt +++ b/build-aux/Makefile.README.txt @@ -21,9 +21,9 @@ Write your makefiles of the form: include $(topsrcdir)/build-aux/Makefile.head.mk $(outdir)/%.o: $(srcdir)/%.c: - $(CC) -c -o $@ $< + $(CC) -c -o $@ $< - $(outdir)/hello: $(outdir)/hello.o + $(outdir)/hello: $(outdir)/hello.o at.subdirs = ... at.targets = ... @@ -56,8 +56,8 @@ you want to be included in every Makefile, and this gives some structure to that. Requirements: - - A version of GNU Make that supports `undefine`. (TODO: check which version - of GNU Make introduced this feature) + - A version of GNU Make that supports `undefine` (ie, version 3.82 + and above). Inputs: - In each `Makefile`: @@ -105,7 +105,7 @@ while also making your Makefiles better. <http://aegis.sourceforge.net/auug97.pdf> ---- -Copyright (C) 2016 Luke Shumaker +Copyright (C) 2016-2017 Luke Shumaker This documentation file is placed into the public domain. If that is not possible in your legal system, I grant you permission to use it in |