Makefile: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
subcat
No edit summary
Line 260: Line 260:
* [[User:Solar/Makefile]], A more complex example capable of building multiple executables and libraries from a single Makefile.
* [[User:Solar/Makefile]], A more complex example capable of building multiple executables and libraries from a single Makefile.
===External Links===
===External Links===
* [https://osdev.d0.cx/Makefile Dorper OSDev Wiki on Makefiles]
* [http://jaws.rootdirectory.de 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://jaws.rootdirectory.de 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://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.