Makefile: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Solar (talk | contribs)
m A quick brush-up of links.
Brendan (talk | contribs)
m See also
Line 256:
Preliminary work has been done to write an improved Makefile, which allows generating multiple binaries with individual settings while still being easy to configure and use. While this is not yet in "tutorial" format, commented source can be found [[User:Solar/Makefile | here]].
 
= See Also =
===Articles===
 
* [[User:Solar/Makefile]]<br, />A more complex example capable of building multiple executables and libraries from a single Makefile.
===External Links===
* [http://www.rootdirectory.de/wiki/JAWS JAWS], a pre-configured [http://www.cmake.org CMake] setup which, while not geared toward OS development, is a definite step forward from "naked" Makefiles.
* [http://aegis.sourceforge.net/auug97.pdf Recursive Make Considered Harmful] by Peter Miller<br />A paper detailing why the traditional approach of recursive make invocations harms performance and reliability.