Make (software)
In software development, Make is a build automation tool that builds executable programs and libraries from source code by reading files called makefiles which specify how to derive the target program. Though integrated development environments and language-specific compiler features can also be used to manage a build process, Make remains widely used, especially in Unix and Unix-like operating systems.
Paradigm | macro, declarative |
---|---|
Designed by | Stuart Feldman |
First appeared | April 1976 |
Implementation language | C |
OS | Unix-like, Inferno |
File formats | Makefile |
Major implementations | |
BSD, GNU, nmake | |
Dialects | |
BSD make, GNU make, Microsoft nmake | |
Influenced | |
Ant, Rake, MSBuild, and others |
Make is not limited to building programs. It can also be used to manage any project where some files need to be updated automatically from other files whenever the other files change.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.