Makefile: Difference between revisions

9 bytes removed ,  7 years ago
→‎External Links: JAWS permalink
[unchecked revision][unchecked revision]
m (→‎External Links: Added a link to the O'Reilly book on GNU Make)
(→‎External Links: JAWS permalink)
Line 260:
* [[User:Solar/Makefile]], A more complex example capable of building multiple executables and libraries from a single Makefile.
===External Links===
* [http://wwwjaws.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.
* [http://www.xs4all.nl/~evbergen/nonrecursive-make.html Implementing non-recursive make] by Emile van Bergen<br />Further input on the subject of non-recursive, low-maintenance Makefile creation.
448

edits