| Project Name | GNU Make |
| Category | Development tools |
| Programming Language | |
| Project Home Page | http://www.gnu.org/software/make/ |
| License(s) | GNU General Public License (GPL) |
| License URL(s) | http://dev.perl.org/licenses/gpl1.html |
| Tags (edit) | executable file, installation |
Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.
Make gets its knowledge of how to build your program from a file called the makefile, which lists each of the non-source files and how to compute it from other files. When you write a program, you should write a makefile for it, so that it is possible to use Make to build and install the program.
Similar Projects (edit)
Reviews
Be the first person to review this project!
User tips
Related books
| Title | Authors |
|---|---|
| GNU Make: A Program for Directing Recompilation, for version 3.81 | Richard M. Stallman et al. |
| GNU Make: A Program for Directing Recompilation: Edition 0.50 for Version 3.75 Beta | Richard M. Stallman et al. |
| Gnu Make | Richard M. Stallman et al. |
| Gnu Make Ver 3.79 | Richard Stallman |
| Managing Projects with GNU Make (Nutshell Handbooks) | Robert Mecklenburg |
Last modified on 2006-08-21 03:33:27.876 (rel. 7).
