- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -

Make

From HLRS Platforms
Revision as of 16:07, 10 January 2012 by Hpcraink (talk | contribs)
Jump to navigationJump to search
In software development, make is a utility for automatically building executable programs and libraries from source code. Files called makefiles specify how to derive the target program from each of its dependencies. Make can decide where to start through topological sorting. Although Integrated Development Environments (IDEs) and language-specific compiler features can also be used to manage the build process in modern systems, make remains widely used, especially in Unix-based platforms.
Developer: Stuart Feldman
Platforms:
Category: Build Tool
License:
Website:


See also

External links